summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/grp.cc
Commit message (Expand)AuthorAgeFilesLines
* * security.h: Declare internal_getpwsid and internal_getgrsid.Corinna Vinschen2002-11-201-71/+47
* * grp.cc (getgroups32): Protect against closing cygheap->user.token.Christopher Faylor2002-11-161-1/+2
* * grp.cc (getgroups32): Revert previous patch. Use impersonationCorinna Vinschen2002-11-141-4/+11
* * grp.cc (getgroups32): Don't use access token of current user whenCorinna Vinschen2002-11-141-0/+1
* whitespaceChristopher Faylor2002-09-301-2/+2
* * fhandler_proc.cc (format_process_stat): make ctty a real device number.Christopher Faylor2002-09-251-28/+14
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-13/+13
* * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor2002-09-191-4/+4
* * grp.cc (initgroups): Call groups::clear_supp to free theCorinna Vinschen2002-09-111-2/+4
* * security.cc (verify_token): Do not reject a token just becauseCorinna Vinschen2002-08-021-2/+2
* * security.cc: Change some formatting.Corinna Vinschen2002-07-291-0/+61
* Use hMainProc where appropriate, throughout.Christopher Faylor2002-06-191-1/+1
* * dtable.cc (handle_to_fn): Check error return value from NtQueryObject firstChristopher Faylor2002-06-051-1/+1
* * grp.cc (read_etc_group): When emulating nonexisting group file onCorinna Vinschen2002-06-051-11/+41
* * grp.cc (etc_group): Removed.Corinna Vinschen2002-06-051-44/+25
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen2002-05-281-13/+90
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* * times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor2002-02-171-8/+12
* * exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor2002-02-141-1/+1
* * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen2002-02-101-1/+1
* * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen2002-02-101-13/+13
* * grp.cc (getgrent): Don't return default gid entry when ntsec is on.Corinna Vinschen2002-01-211-1/+1
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-1/+1
* * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor2001-10-131-1/+1
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-1/+1
* * passwd.cc (read_etc_passwd): Bother with unlocking when not in cygwinChristopher Faylor2001-09-281-0/+5
* * passwd.cc (read_etc_passwd): Don't bother with locking whenChristopher Faylor2001-09-281-7/+13
* * grp.cc (read_etc_group): Just reuse group_buf storage for subsequent rereadChristopher Faylor2001-09-141-2/+1
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * cygheap.cc (init_cygheap::etc_changed): New method to signalCorinna Vinschen2001-09-091-51/+3
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-35/+35
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-061-3/+3
* * grp.cc (class grp_check): New class. Make `group_state'Corinna Vinschen2001-08-071-1/+52
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-1/+1
* * grp.cc: Add missing Copyright date 2001.Corinna Vinschen2001-07-161-1/+1
* Change well_known_admin_sid to well_known_admins_sid throughout.Corinna Vinschen2001-07-151-1/+1
* * grp.cc (read_etc_group): Don't copy mutex on fork.Christopher Faylor2001-05-191-1/+1
* * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen2001-05-151-4/+2
* * grp.cc: Eliminate MAX_DOMAIN_NAME define.Corinna Vinschen2001-04-301-6/+5
* * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen2001-04-251-39/+56
* * grp.cc (getgroups): Change so that SIDs get compared insteadCorinna Vinschen2001-04-201-6/+8
* * Makefile.in: Add object files `sec_helper.cc' and `sec_acl.cc'.Corinna Vinschen2001-04-201-40/+59
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-0/+2
* * grp.cc (getgroups): Avoid crash if passwd field if /etc/group isCorinna Vinschen2001-04-181-1/+2
* * grp.cc (getgroups): If `allow_ntsec' is set, use the process tokenCorinna Vinschen2001-04-161-21/+54
* Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor2001-01-281-3/+3
* * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen2000-11-151-8/+2
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-1/+0
* * path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor2000-09-041-1/+1