Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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