aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/grp.cc
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-09 * grp.cc (internal_getgroups): Also add integrity-enabled groups.Corinna Vinschen1-1/+2
2008-05-22 * grp.cc (internal_getgroups): Fix thinko. Only add enabled groups toCorinna Vinschen1-2/+1
2008-05-22 * grp.cc (internal_getgroups): Don't add deny-only groups to the groupCorinna Vinschen1-2/+4
2008-04-16 * grp.cc (internal_getgroups): Drop local buf. Allocate groupsCorinna Vinschen1-3/+2
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-4/+0
2007-07-16 * cygheap.h (cygheap_user::curr_imp_token): Rename from current_token.Corinna Vinschen1-1/+1
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen1-39/+26
2006-12-12 Partially revert change from 2005-04-03, always running under anCorinna Vinschen1-1/+1
2006-11-27 * cyglsa.h: New header file.Corinna Vinschen1-4/+4
2006-08-31 * grp.cc (initgroups32): Run get_server_groups under original token.Corinna Vinschen1-0/+3
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-1/+0