summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/grp.cc
Commit message (Expand)AuthorAgeFilesLines
* * grp.cc (pwdgrp::parse_group): Convert grp from macro to reference.Corinna Vinschen2012-02-031-3/+2
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-2/+2
* * cygwin.din (getgrouplist): Export.Corinna Vinschen2011-10-281-18/+65
* whitespace eliminationChristopher Faylor2011-06-061-1/+1
* * advapi32.cc (GetTokenInformation): Remove.Corinna Vinschen2011-04-291-7/+11
* * grp.cc (getgrgid_r): Simplify code by using stpcpy.Corinna Vinschen2009-01-261-25/+11
* * grp.cc (pwdgrp::read_group): Generate more speaking group nameCorinna Vinschen2008-10-091-1/+2
* * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen2008-07-241-1/+1
* * autoload.cc (DsGetDcNameW): Replace DsGetDcNameA.Corinna Vinschen2008-07-091-58/+30
* * grp.cc (internal_getgroups): Also add integrity-enabled groups.Corinna Vinschen2008-07-091-1/+2
* * grp.cc (internal_getgroups): Fix thinko. Only add enabled groups toCorinna Vinschen2008-05-221-2/+1
* * grp.cc (internal_getgroups): Don't add deny-only groups to the groupCorinna Vinschen2008-05-221-2/+4
* * grp.cc (internal_getgroups): Drop local buf. Allocate groupsCorinna Vinschen2008-04-161-3/+2
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-4/+0
* * cygheap.h (cygheap_user::curr_imp_token): Rename from current_token.Corinna Vinschen2007-07-161-1/+1
* Throughout remove all usage of wincap.has_security.Corinna Vinschen2007-02-231-39/+26
* Partially revert change from 2005-04-03, always running under anCorinna Vinschen2006-12-121-1/+1
* * cyglsa.h: New header file.Corinna Vinschen2006-11-271-4/+4
* * grp.cc (initgroups32): Run get_server_groups under original token.Corinna Vinschen2006-08-311-0/+3
* Remove some more unneeded 'return;'s throughout.Christopher Faylor2005-09-141-1/+0
* * grp.cc (initgroups32): Return the correct value.Corinna Vinschen2005-04-181-1/+1
* * security.h (cygsidlist::addfromgr): Allow duplicate entries.Corinna Vinschen2005-04-161-8/+49
* * security.h (cygsidlist::addfromgr): Avoid duplicate entries.Corinna Vinschen2005-04-061-10/+7
* * sync.h (muto::initforce): Delete flawed implementation.Christopher Faylor2005-04-051-2/+4
* * sync.h (muto::initforce): Force initialization even when name != NULL.Christopher Faylor2005-04-051-2/+2
* * sync.h (muto::operator int): New operator.Christopher Faylor2005-04-051-2/+2
* * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen2005-04-031-9/+3
* copyrightChristopher Faylor2005-02-201-1/+2
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-3/+3
* * grp.cc (getgrgid_r): Replace struct group by struct __group32 inCorinna Vinschen2004-05-171-4/+4
* * cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile,Corinna Vinschen2004-05-171-0/+86
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-8/+6
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-2/+2
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * grp.cc (read_group): Revert previous change.Corinna Vinschen2003-08-171-4/+1
* * grp.cc (read_group): Set __group32.gr_mem pointer back to &null_ptr afterChristopher Faylor2003-08-081-1/+4
* * cygheap.h (enum impersonation): New enum.Corinna Vinschen2003-06-301-3/+3
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * Makefile.in: Add finline-functions optimization to CXXFLAGS.Thomas Pfaff2003-04-171-0/+16
* * grp.cc (internal_getgroups): Handle properly tokens withCorinna Vinschen2003-02-181-3/+1
* * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and deleteCorinna Vinschen2003-02-061-1/+3
* * grp.cc (internal_getgroups): Do not return without closingCorinna Vinschen2003-02-041-20/+21
* * security.h (class cygpsid): New class.Corinna Vinschen2003-02-041-2/+2
* * grp.cc (getgrent32): Only refresh group entries when at beginning.Christopher Faylor2003-02-011-4/+4
* * strings.h (strechr): New function.Christopher Faylor2003-01-271-2/+2
* * uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor2003-01-261-5/+5
* * passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structureChristopher Faylor2003-01-261-6/+1
* * pwdgrp.cc (pwdgrp::parse_group): Fix off-by-one problem in allocating gr_mem.Christopher Faylor2003-01-261-1/+1
* * include/sys/strace.h (paranoid_printf): Define as not being part of "all"Christopher Faylor2003-01-261-24/+21