aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/grp.cc
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Cygwin: getgrent: don't skip SAM-only builtin-accountsCorinna Vinschen1-3/+8
2024-02-20Cygwin: getgrent: fix local SAM enumeration on domain member machinesCorinna Vinschen1-3/+9
2022-05-29Cygwin: simplify some function namesKen Brown1-20/+8
2022-05-29Cygwin: remove some 32-bit-only function definitionsKen Brown1-98/+0
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen1-2/+2
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen1-1/+1
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen1-2/+2
2019-01-24Cygwin: seteuid: work with password-less user switch as wellCorinna Vinschen1-1/+1
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen1-4/+4
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2015-12-16Fix crash reading invalid SIDs from passwd and group filesCorinna Vinschen1-2/+2
2015-08-17Don't call LsaLookupSids if we're not utilizing Windows account DBsCorinna Vinschen1-17/+32
2015-04-23Fix broken PSID problem on cygheap in account handlingCorinna Vinschen1-1/+3
2015-04-23Avoid potential crash at startup or in getgroups(2).Corinna Vinschen1-1/+5
2015-03-18Implmenet faster getfrompw/getfromgrCorinna Vinschen1-1/+1
2015-03-18Drop unneeded passwd argument from security functionsCorinna Vinschen1-1/+1
2015-03-17Drop unused timeoput paramter to internal_getloginCorinna Vinschen1-5/+1
2015-02-24 * ldap.h: Remove index macros.Corinna Vinschen1-9/+9
2015-02-23 * autoload.cc (LsaLookupSids): Import.Corinna Vinschen1-30/+145
2015-02-23 * grp.cc (internal_getgroups): Check for group attributes andCorinna Vinschen1-10/+9
2015-02-20 * grp.cc (internal_getgroups): Take additional timeout_ns parameter.Corinna Vinschen1-2/+12
2014-06-16 * grp.cc (getgrouplist): Fix setting ngroups to make sure to returnCorinna Vinschen1-1/+1
2014-05-08 * grp.cc (gr_ent::enumerate_caches): Fix copy/paste bug introducingCorinna Vinschen1-1/+1
2014-05-07 * grp.cc (pwdgrp::parse_group): Set grp.len. Drop generating anyCorinna Vinschen1-34/+49
2014-05-06 * security.h (MAX_SUBAUTH_CNT): Drop. Use SID_MAX_SUB_AUTHORITIESCorinna Vinschen1-1/+1
2014-05-06 * grp.cc (internal_getgroups): Drop unused cygsid variable.Corinna Vinschen1-2/+0
2014-03-12 * cygheap.h (enum cygheap_pwdgrp::cache_t): Remove.Corinna Vinschen1-55/+73
2014-03-07 * pwdgrp.h (pwdgrp::is_passwd): New inline method.Corinna Vinschen1-5/+5
2014-02-28 * cygheap.h (cygheap_user::sid): Return reference to cygpsid ratherCorinna Vinschen1-5/+12
2014-02-27 * autoload.cc (CheckTokenMembership): Import.Corinna Vinschen1-50/+37
2014-02-22 * external.cc (cygwin_internal): Add cases for CW_GETNSSSEP,Corinna Vinschen1-0/+8
2014-02-21 * pwdgrp.h (pwdgrp::fetch_account_from_windows): Add bool parameterCorinna Vinschen1-1/+1
2014-02-20 * grp.cc (getgrouplist): Fix previous fix so ret is only set to ngroupsCorinna Vinschen1-1/+3
2014-02-20 * grp.cc (get_groups): Don't add gid to list if it's ILLEGAL_GID.Corinna Vinschen1-2/+2
2014-02-18 * external.cc (cygwin_internal): Handle new CW_SETENT, CW_GETENT andCorinna Vinschen1-0/+22
2014-02-17 * autoload.cc (ldap_abandon): Import.Corinna Vinschen1-17/+94
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen1-135/+159
2013-05-14 * grp.cc (get_groups): Convert to void function.Corinna Vinschen1-32/+24
2013-05-14 * grp.cc (get_groups): Never return error. Always create a group list,Corinna Vinschen1-10/+5
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-38/+64
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2012-02-03 * grp.cc (pwdgrp::parse_group): Convert grp from macro to reference.Corinna Vinschen1-3/+2
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-2/+2
2011-10-28 * cygwin.din (getgrouplist): Export.Corinna Vinschen1-18/+65
2011-06-06whitespace eliminationChristopher Faylor1-1/+1
2011-04-29 * advapi32.cc (GetTokenInformation): Remove.Corinna Vinschen1-7/+11
2009-01-26 * grp.cc (getgrgid_r): Simplify code by using stpcpy.Corinna Vinschen1-25/+11
2008-10-09 * grp.cc (pwdgrp::read_group): Generate more speaking group nameCorinna Vinschen1-1/+2
2008-07-24 * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen1-1/+1
2008-07-09 * autoload.cc (DsGetDcNameW): Replace DsGetDcNameA.Corinna Vinschen1-58/+30