aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/grp.cc
AgeCommit message (Expand)AuthorFilesLines
2002-01-27This commit was manufactured by cvs2svn to create branch 'mingwex'.cvs2svn1-358/+0
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
2001-04-20 * grp.cc (getgroups): Change so that SIDs get compared insteadCorinna Vinschen1-6/+8
2001-04-20 * Makefile.in: Add object files `sec_helper.cc' and `sec_acl.cc'.Corinna Vinschen1-40/+59
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-0/+2
2001-04-18 * grp.cc (getgroups): Avoid crash if passwd field if /etc/group isCorinna Vinschen1-1/+2
2001-04-16 * grp.cc (getgroups): If `allow_ntsec' is set, use the process tokenCorinna Vinschen1-21/+54
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor1-3/+3
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen1-8/+2
2000-10-16* Makefile.in: Remove some obsolete stuff.Christopher Faylor1-1/+0
2000-09-04* path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor1-1/+1
2000-08-29* grp.cc (getgroups): fail with EINVAL if array is not largeDJ Delorie1-5/+10
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-0/+3
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-0/+1
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-07-01Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen1-2/+2
2000-06-25* grp.cc (read_etc_group): Open file in text mode.Christopher Faylor1-1/+1
2000-04-03 * grp.cc (parse_grp): Save empty array instead ofCorinna Vinschen1-1/+1
2000-02-21Respond to a multitude of g++ warnings.Christopher Faylor1-1/+1
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+283