Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2005-06-07 * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor
2004-04-17 * autoload.cc (NtCreateFile): Add.Corinna Vinschen
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2004-02-05 * security.h (SID): New macro.Corinna Vinschen
2003-12-08Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor
2003-11-26 * sec_helper.cc (set_process_privilege): Rename restore_priv toCorinna Vinschen
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen
2003-11-04 * external.cc (cygwin_internal): Add CW_GET_POSIX_SECURITY_ATTRIBUTECorinna Vinschen
2003-09-272003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-09-25* include/tzfile.h: Add some missing entries.Christopher Faylor
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-16 * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.Corinna Vinschen
2003-09-162003-09-15 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-03-09whitespace cleanupChristopher Faylor
2003-02-26 * sec_helper.cc (get_sids_info): debug_print owner_sid and group_sid.Corinna Vinschen
2003-02-06 * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and deleteCorinna Vinschen
2003-02-05 * sec_helper.cc (get_sids_info): New function.Corinna Vinschen
2003-02-04 * security.h (class cygpsid): New class.Corinna Vinschen
2003-02-03 * security.h: Add third argument to set_process_privilege.Corinna Vinschen
2003-01-26* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor
2002-12-142002-12-14 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2002-12-102002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen
2002-11-20 * security.h: Declare internal_getpwsid and internal_getgrsid.Corinna Vinschen
2002-11-14 * grp.cc (getgroups32): Revert previous patch. Use impersonationCorinna Vinschen
2002-11-12 * syscalls.cc (chmod): Simplify conditional.Corinna Vinschen
2002-10-22* sec_helper.cc (cygsid::get_id): If the sid matches a sid stored inChristopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-08-08 Patch by Joe Buehler <jbuehler@hekimian.com>:Corinna Vinschen
2002-07-03* cygheap.cc (init_cheap): Rearrange error message.Christopher Faylor
2002-07-02* syscalls.c (seteuid32): Do not return an error when the token cannot beChristopher Faylor
2002-07-01 * shared.cc (sec_none): Move to sec_helper.cc.Corinna Vinschen
2002-06-06 * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen
2002-05-28 Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-02-10 * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen
2001-09-12Update copyrights.Christopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-07-16 Change well_known_admin_sid to well_known_admins_sid throughout.Corinna Vinschen
2001-05-30 * sec_helper.cc (cygsid::getfrompw): Change parameter to `const'.Corinna Vinschen
2001-05-20 * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen
2001-05-16 * sec_helper.cc (legal_sid_type): Fix conditional. Change toCorinna Vinschen