aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/grp.cc
AgeCommit message (Expand)AuthorFilesLines
2003-02-07merge from trunkChristopher Faylor1-1/+3
2003-02-05merge from trunkChristopher Faylor1-22/+23
2003-02-01merge from trunkChristopher Faylor1-4/+4
2003-01-27merge from trunkChristopher Faylor1-2/+2
2003-01-26merge from trunkChristopher Faylor1-12/+7
2003-01-26merge from trunkChristopher Faylor1-24/+21
2003-01-25merge from trunkChristopher Faylor1-0/+1
2003-01-24trunk mergeChristopher Faylor1-157/+86
2002-12-102002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen1-60/+64
2002-11-20 * security.h: Declare internal_getpwsid and internal_getgrsid.Corinna Vinschen1-71/+47
2002-11-16* grp.cc (getgroups32): Protect against closing cygheap->user.token.Christopher Faylor1-1/+2
2002-11-14 * grp.cc (getgroups32): Revert previous patch. Use impersonationCorinna Vinschen1-4/+11
2002-11-14 * grp.cc (getgroups32): Don't use access token of current user whenCorinna Vinschen1-0/+1
2002-09-30whitespaceChristopher Faylor1-2/+2
2002-09-25* fhandler_proc.cc (format_process_stat): make ctty a real device number.Christopher Faylor1-28/+14
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-13/+13
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor1-4/+4
2002-09-11 * grp.cc (initgroups): Call groups::clear_supp to free theCorinna Vinschen1-2/+4
2002-08-02 * security.cc (verify_token): Do not reject a token just becauseCorinna Vinschen1-2/+2
2002-07-29 * security.cc: Change some formatting.Corinna Vinschen1-0/+61
2002-06-19Use hMainProc where appropriate, throughout.Christopher Faylor1-1/+1
2002-06-05* dtable.cc (handle_to_fn): Check error return value from NtQueryObject firstChristopher Faylor1-1/+1
2002-06-05 * grp.cc (read_etc_group): When emulating nonexisting group file onCorinna Vinschen1-11/+41
2002-06-05 * grp.cc (etc_group): Removed.Corinna Vinschen1-44/+25
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor1-1/+0
2002-05-28 Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen1-13/+90
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2002-02-17* times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor1-8/+12
2002-02-14* exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor1-1/+1
2002-02-10 * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen1-1/+1
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen1-13/+13
2002-01-21 * grp.cc (getgrent): Don't return default gid entry when ntsec is on.Corinna Vinschen1-1/+1
2001-10-15* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor1-1/+1
2001-10-13* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor1-1/+1
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-1/+1
2001-09-28* passwd.cc (read_etc_passwd): Bother with unlocking when not in cygwinChristopher Faylor1-0/+5
2001-09-28* passwd.cc (read_etc_passwd): Don't bother with locking whenChristopher Faylor1-7/+13
2001-09-14* grp.cc (read_etc_group): Just reuse group_buf storage for subsequent rereadChristopher Faylor1-2/+1
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-09-09 * cygheap.cc (init_cygheap::etc_changed): New method to signalCorinna Vinschen1-51/+3
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-35/+35
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor1-3/+3
2001-08-07 * grp.cc (class grp_check): New class. Make `group_state'Corinna Vinschen1-1/+52
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-07-16 * grp.cc: Add missing Copyright date 2001.Corinna Vinschen1-1/+1
2001-07-15 Change well_known_admin_sid to well_known_admins_sid throughout.Corinna Vinschen1-1/+1
2001-05-19* grp.cc (read_etc_group): Don't copy mutex on fork.Christopher Faylor1-1/+1
2001-05-15 * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen1-4/+2
2001-04-30 * grp.cc: Eliminate MAX_DOMAIN_NAME define.Corinna Vinschen1-6/+5
2001-04-25 * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen1-39/+56