| Commit message (Expand) | Author | Age | Files | Lines |
* | * grp.cc (pwdgrp::parse_group): Convert grp from macro to reference. | Corinna Vinschen | 2012-02-03 | 1 | -3/+2 |
* | Throughout, remove extra space after function name from debugging output. | Christopher Faylor | 2011-12-03 | 1 | -2/+2 |
* | * cygwin.din (getgrouplist): Export. | Corinna Vinschen | 2011-10-28 | 1 | -18/+65 |
* | whitespace elimination | Christopher Faylor | 2011-06-06 | 1 | -1/+1 |
* | * advapi32.cc (GetTokenInformation): Remove. | Corinna Vinschen | 2011-04-29 | 1 | -7/+11 |
* | * grp.cc (getgrgid_r): Simplify code by using stpcpy. | Corinna Vinschen | 2009-01-26 | 1 | -25/+11 |
* | * grp.cc (pwdgrp::read_group): Generate more speaking group name | Corinna Vinschen | 2008-10-09 | 1 | -1/+2 |
* | * shared.cc (user_shared_initialize): Fetch potentially changed Cygwin | Corinna Vinschen | 2008-07-24 | 1 | -1/+1 |
* | * autoload.cc (DsGetDcNameW): Replace DsGetDcNameA. | Corinna Vinschen | 2008-07-09 | 1 | -58/+30 |
* | * grp.cc (internal_getgroups): Also add integrity-enabled groups. | Corinna Vinschen | 2008-07-09 | 1 | -1/+2 |
* | * grp.cc (internal_getgroups): Fix thinko. Only add enabled groups to | Corinna Vinschen | 2008-05-22 | 1 | -2/+1 |
* | * grp.cc (internal_getgroups): Don't add deny-only groups to the group | Corinna Vinschen | 2008-05-22 | 1 | -2/+4 |
* | * grp.cc (internal_getgroups): Drop local buf. Allocate groups | Corinna Vinschen | 2008-04-16 | 1 | -3/+2 |
* | Remove unneeded header files from source files throughout. | Christopher Faylor | 2008-04-07 | 1 | -4/+0 |
* | * cygheap.h (cygheap_user::curr_imp_token): Rename from current_token. | Corinna Vinschen | 2007-07-16 | 1 | -1/+1 |
* | Throughout remove all usage of wincap.has_security. | Corinna Vinschen | 2007-02-23 | 1 | -39/+26 |
* | Partially revert change from 2005-04-03, always running under an | Corinna Vinschen | 2006-12-12 | 1 | -1/+1 |
* | * cyglsa.h: New header file. | Corinna Vinschen | 2006-11-27 | 1 | -4/+4 |
* | * grp.cc (initgroups32): Run get_server_groups under original token. | Corinna Vinschen | 2006-08-31 | 1 | -0/+3 |
* | Remove some more unneeded 'return;'s throughout. | Christopher Faylor | 2005-09-14 | 1 | -1/+0 |
* | * grp.cc (initgroups32): Return the correct value. | Corinna Vinschen | 2005-04-18 | 1 | -1/+1 |
* | * security.h (cygsidlist::addfromgr): Allow duplicate entries. | Corinna Vinschen | 2005-04-16 | 1 | -8/+49 |
* | * security.h (cygsidlist::addfromgr): Avoid duplicate entries. | Corinna Vinschen | 2005-04-06 | 1 | -10/+7 |
* | * sync.h (muto::initforce): Delete flawed implementation. | Christopher Faylor | 2005-04-05 | 1 | -2/+4 |
* | * sync.h (muto::initforce): Force initialization even when name != NULL. | Christopher Faylor | 2005-04-05 | 1 | -2/+2 |
* | * sync.h (muto::operator int): New operator. | Christopher Faylor | 2005-04-05 | 1 | -2/+2 |
* | * cygheap.cc (cygheap_init): Accomodate set_process_privilege change. | Corinna Vinschen | 2005-04-03 | 1 | -9/+3 |
* | copyright | Christopher Faylor | 2005-02-20 | 1 | -1/+2 |
* | Reorganize header file inclusion throughout so that cygerrno.h comes first. | Christopher Faylor | 2005-01-12 | 1 | -1/+1 |
* | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 2004-05-28 | 1 | -3/+3 |
* | * grp.cc (getgrgid_r): Replace struct group by struct __group32 in | Corinna Vinschen | 2004-05-17 | 1 | -4/+4 |
* | * cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile, | Corinna Vinschen | 2004-05-17 | 1 | -0/+86 |
* | * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report | Christopher Faylor | 2003-12-23 | 1 | -8/+6 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -2/+2 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -1/+1 |
* | * grp.cc (read_group): Revert previous change. | Corinna Vinschen | 2003-08-17 | 1 | -4/+1 |
* | * grp.cc (read_group): Set __group32.gr_mem pointer back to &null_ptr after | Christopher Faylor | 2003-08-08 | 1 | -1/+4 |
* | * cygheap.h (enum impersonation): New enum. | Corinna Vinschen | 2003-06-30 | 1 | -3/+3 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | * Makefile.in: Add finline-functions optimization to CXXFLAGS. | Thomas Pfaff | 2003-04-17 | 1 | -0/+16 |
* | * grp.cc (internal_getgroups): Handle properly tokens with | Corinna Vinschen | 2003-02-18 | 1 | -3/+1 |
* | * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and delete | Corinna Vinschen | 2003-02-06 | 1 | -1/+3 |
* | * grp.cc (internal_getgroups): Do not return without closing | Corinna Vinschen | 2003-02-04 | 1 | -20/+21 |
* | * security.h (class cygpsid): New class. | Corinna Vinschen | 2003-02-04 | 1 | -2/+2 |
* | * grp.cc (getgrent32): Only refresh group entries when at beginning. | Christopher Faylor | 2003-02-01 | 1 | -4/+4 |
* | * strings.h (strechr): New function. | Christopher Faylor | 2003-01-27 | 1 | -2/+2 |
* | * uinfo.cc (pwdgrp::load): Regularize strace output. Add warning for | Christopher Faylor | 2003-01-26 | 1 | -5/+5 |
* | * passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structure | Christopher Faylor | 2003-01-26 | 1 | -6/+1 |
* | * pwdgrp.cc (pwdgrp::parse_group): Fix off-by-one problem in allocating gr_mem. | Christopher Faylor | 2003-01-26 | 1 | -1/+1 |
* | * include/sys/strace.h (paranoid_printf): Define as not being part of "all" | Christopher Faylor | 2003-01-26 | 1 | -24/+21 |