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
2002-06-24* security.cc (get_group_sidlist): Add pw argument and use pw->pw_name in callChristopher Faylor
2002-06-21 * security.cc (alloc_sd): Carefully check owner_sid again after tryingCorinna Vinschen
2002-06-21 * security.cc (alloc_sd): Remove unnecessary retrieval of owner name.Corinna Vinschen
2002-06-21* uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.Christopher Faylor
2002-06-19Use hMainProc where appropriate, throughout.Christopher Faylor
2002-06-13* security.cc (get_logon_server): Use strcasematch rather than strcasecmp.Christopher Faylor
2002-06-11* Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGSChristopher Faylor
2002-06-06 * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen
2002-06-03 * security.cc (lsa2wchar): Suppressed.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 * security.cc (set_security_attribute): Call getegid32() instead ofCorinna Vinschen
2002-05-28 Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor
2002-05-27 * security.cc (lsa2str): New function.Corinna Vinschen
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-05-24 * security.cc (create_token): Call __sec_user() instead ofCorinna Vinschen
2002-05-21 * security.cc (open_local_policy): Initialize lsa toCorinna Vinschen
2002-05-17 * fhandler_raw.cc (fhandler_dev_raw::open): Replace set_errno()Corinna Vinschen
2002-05-16 * syscalls.cc (seteuid): Set default dacl in process token.Corinna Vinschen
2002-04-18 * security.cc (get_lsa_srv_inf): Prevent extraneous backslashes forCorinna Vinschen
2002-03-07 * autoload.cc (NetGetDCName): Add symbol.Corinna Vinschen
2002-02-19* fork.cc (fork_parent): Use sec_user_nih to control process/threadChristopher 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
2002-01-23 * security.cc (create_token): Use sec_user() to createCorinna Vinschen
2002-01-19 * security.cc (create_token): Close processes token handle as soonCorinna Vinschen
2001-12-30 * security.cc (open_local_policy): Use POLICY_EXECUTE instead ofCorinna Vinschen
2001-12-30 * security.cc (open_local_policy): Initialize lsa handle to NULL.Corinna Vinschen
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-11-04 * security.cc (get_supplementary_group_sidlist): New function.Corinna Vinschen
2001-10-30 * security.cc (is_group_member): Call NetLocalGroupGetMembers() forCorinna Vinschen
2001-10-16 * autoload.cc: Add load statement for `NtOpenFile'.Corinna Vinschen
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen
2001-09-12Update copyrights.Christopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-06* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor
2001-08-31 * security.cc (create_token): Change initialization of `exp' to complyCorinna Vinschen
2001-08-15 * security.cc (set_nt_attribute): Return always -1 in case ofCorinna Vinschen
2001-08-08 * security.cc (alloc_sd): Revert to setting inheritance attribute forCorinna Vinschen
2001-08-07 * security.cc (alloc_sd): Don't set FILE_DELETE_CHILD for groupCorinna Vinschen
2001-08-07 * dir.cc (mkdir): Set security attributes correctly forCorinna Vinschen
2001-08-05Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor
2001-08-02 * security.cc (set_file_attribute): Clean up. Don't callCorinna Vinschen
2001-07-27 * security.cc (get_user_primary_group): Fix compiler warning.Corinna Vinschen
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-07-18 * security.cc (get_user_groups): Call Net function with NULL serverCorinna Vinschen
2001-07-16 Change well_known_admin_sid to well_known_admins_sid throughout.Corinna Vinschen
2001-07-09 * security.cc (alloc_sd): Don't set inheritance attribute forCorinna Vinschen
2001-06-26* mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor