aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/passwd.cc
AgeCommit message (Expand)AuthorFilesLines
2024-02-20Cygwin: getgrent/getpwent: avoid local enumeration on DCsCorinna Vinschen1-0/+5
2024-02-20Cygwin: getgrent: fix local SAM enumeration on domain member machinesCorinna Vinschen1-2/+0
2022-05-29Cygwin: simplify some function namesKen Brown1-6/+2
2022-05-29Cygwin: remove some 32-bit-only function definitionsKen Brown1-24/+0
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen1-9/+9
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen1-2/+2
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna 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-04-23Fix broken PSID problem on cygheap in account handlingCorinna Vinschen1-1/+3
2015-03-18Implmenet faster getfrompw/getfromgrCorinna Vinschen1-1/+1
2015-02-24 * ldap.h: Remove index macros.Corinna Vinschen1-3/+17
2014-07-07 * passwd.cc (pg_ent::enumerate_ad): Revert to simply skipping a domainCorinna Vinschen1-16/+5
2014-06-25 * autoload.cc (ldap_search_sW): Replace ldap_search_stW.Corinna Vinschen1-5/+25
2014-05-07 * passwd.cc (pwdgrp::parse_passwd): Fix an off by one computing theCorinna Vinschen1-1/+3
2014-05-07 * grp.cc (pwdgrp::parse_group): Set grp.len. Drop generating anyCorinna Vinschen1-2/+38
2014-03-19 * fhandler_dsp.cc (fhandler_dev_dsp::fixup_after_fork): Actually callCorinna Vinschen1-1/+6
2014-03-12 * cygheap.h (enum cygheap_pwdgrp::cache_t): Remove.Corinna Vinschen1-56/+74
2014-03-07 * pwdgrp.h (pwdgrp::is_passwd): New inline method.Corinna Vinschen1-8/+8
2014-03-06 * passwd.cc (pg_ent::enumerate_builtin): Convert pwd_builtins andCorinna Vinschen1-20/+11
2014-03-05 * ldap.cc (rediscover_thread): Remove.Corinna Vinschen1-2/+0
2014-02-27 * autoload.cc (CheckTokenMembership): Import.Corinna Vinschen1-9/+9
2014-02-22 * external.cc (cygwin_internal): Add cases for CW_GETNSSSEP,Corinna Vinschen1-10/+23
2014-02-21 * pwdgrp.h (pwdgrp::fetch_account_from_windows): Add bool parameterCorinna Vinschen1-3/+3
2014-02-19 * passwd.cc (pg_ent::setent): Initialize cygheap domain info.Corinna Vinschen1-0/+1
2014-02-18 * external.cc (cygwin_internal): Handle new CW_SETENT, CW_GETENT andCorinna Vinschen1-0/+28
2014-02-17 * autoload.cc (ldap_abandon): Import.Corinna Vinschen1-17/+351
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen1-86/+127
2014-01-27update copyrightChristopher Faylor1-1/+1
2014-01-17 * passwd.cc (setpassent): Align to BSD definition.Corinna Vinschen1-2/+2
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-6/+16
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2012-07-09 * passwd.cc (getpass): Make check for closed stream more reliable.Corinna Vinschen1-7/+12
2012-04-05 * passwd.cc (pwdgrp::read_passwd): Fix pretty_ls entry tyo containCorinna Vinschen1-1/+1
2012-04-04 * passwd.cc (_getpass_close_fd): New static pthread cleanup handler.Corinna Vinschen1-12/+33
2012-02-09* dtable.cc (dtable::init_std_file_from_handle): Reinstate opening tty handlesChristopher Faylor1-1/+1
2012-02-03 * grp.cc (pwdgrp::parse_group): Convert grp from macro to reference.Corinna Vinschen1-3/+3
2011-03-29 * autoload.cc (UuidCreate): Remove.Corinna Vinschen1-5/+8
2010-09-28 Revert accidental previous login.Corinna Vinschen1-3/+2
2010-09-28 * Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.Corinna Vinschen1-2/+3
2009-01-26 * grp.cc (getgrgid_r): Simplify code by using stpcpy.Corinna Vinschen1-27/+17
2008-10-21 * passwd.cc (pwdgrp::read_passwd): Check if we're called withinCorinna Vinschen1-8/+11
2008-07-24 * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen1-2/+1
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-2/+0
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen1-14/+9
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-1/+0
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-1/+1
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-1/+1
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor1-10/+6