aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/grp.cc
AgeCommit message (Expand)AuthorFilesLines
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-1/+0
2005-04-18 * grp.cc (initgroups32): Return the correct value.Corinna Vinschen1-1/+1
2005-04-16 * security.h (cygsidlist::addfromgr): Allow duplicate entries.Corinna Vinschen1-8/+49
2005-04-06 * security.h (cygsidlist::addfromgr): Avoid duplicate entries.Corinna Vinschen1-10/+7
2005-04-05* sync.h (muto::initforce): Delete flawed implementation.Christopher Faylor1-2/+4
2005-04-05* sync.h (muto::initforce): Force initialization even when name != NULL.Christopher Faylor1-2/+2
2005-04-05* sync.h (muto::operator int): New operator.Christopher Faylor1-2/+2
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen1-9/+3
2005-02-20copyrightChristopher Faylor1-1/+2
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-1/+1
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-3/+3
2004-05-17 * grp.cc (getgrgid_r): Replace struct group by struct __group32 inCorinna Vinschen1-4/+4
2004-05-17 * cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile,Corinna Vinschen1-0/+86
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor1-8/+6
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-2/+2
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-08-17 * grp.cc (read_group): Revert previous change.Corinna Vinschen1-4/+1
2003-08-08* grp.cc (read_group): Set __group32.gr_mem pointer back to &null_ptr afterChristopher Faylor1-1/+4
2003-06-30 * cygheap.h (enum impersonation): New enum.Corinna Vinschen1-3/+3
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-04-17* Makefile.in: Add finline-functions optimization to CXXFLAGS.Thomas Pfaff1-0/+16
2003-02-18 * grp.cc (internal_getgroups): Handle properly tokens withCorinna Vinschen1-3/+1
2003-02-06 * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and deleteCorinna Vinschen1-1/+3
2003-02-04 * grp.cc (internal_getgroups): Do not return without closingCorinna Vinschen1-20/+21
2003-02-04 * security.h (class cygpsid): New class.Corinna Vinschen1-2/+2
2003-02-01* grp.cc (getgrent32): Only refresh group entries when at beginning.Christopher Faylor1-4/+4
2003-01-27* strings.h (strechr): New function.Christopher Faylor1-2/+2
2003-01-26* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor1-5/+5
2003-01-26* passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structureChristopher Faylor1-6/+1
2003-01-26* pwdgrp.cc (pwdgrp::parse_group): Fix off-by-one problem in allocating gr_mem.Christopher Faylor1-1/+1
2003-01-26* include/sys/strace.h (paranoid_printf): Define as not being part of "all"Christopher Faylor1-24/+21
2003-01-25* pwdgrp.cc (pwdgrp::reparse): Declare.Christopher Faylor1-0/+1
2003-01-24* pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.Christopher Faylor1-37/+27
2003-01-21* grp.cc: Call gr.refresh() rather than doing isunitialized tests throughout.Christopher Faylor1-66/+36
2003-01-20* pwdgrp.h (etc): Move to path.h.Christopher Faylor1-38/+20
2003-01-17* dcrt0.cc (initialize_env): Use colon for CYGWIN_DEBUG separator.Christopher Faylor1-15/+11
2003-01-17update copyrightChristopher Faylor1-1/+1
2003-01-17* grp.cc (read_etc_group): On NT, add a line for gid = -1. Change nameChristopher Faylor1-34/+25
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