| Commit message (Expand) | Author | Age | Files | Lines |
* | * passwd.cc (pg_ent::enumerate_ad): Revert to simply skipping a domain | Corinna Vinschen | 2014-07-07 | 1 | -16/+5 |
* | * autoload.cc (ldap_search_sW): Replace ldap_search_stW. | Corinna Vinschen | 2014-06-25 | 1 | -5/+25 |
* | * passwd.cc (pwdgrp::parse_passwd): Fix an off by one computing the | Corinna Vinschen | 2014-05-07 | 1 | -1/+3 |
* | * grp.cc (pwdgrp::parse_group): Set grp.len. Drop generating any | Corinna Vinschen | 2014-05-07 | 1 | -2/+38 |
* | * fhandler_dsp.cc (fhandler_dev_dsp::fixup_after_fork): Actually call | Corinna Vinschen | 2014-03-19 | 1 | -1/+6 |
* | * cygheap.h (enum cygheap_pwdgrp::cache_t): Remove. | Corinna Vinschen | 2014-03-12 | 1 | -56/+74 |
* | * pwdgrp.h (pwdgrp::is_passwd): New inline method. | Corinna Vinschen | 2014-03-07 | 1 | -8/+8 |
* | * passwd.cc (pg_ent::enumerate_builtin): Convert pwd_builtins and | Corinna Vinschen | 2014-03-06 | 1 | -20/+11 |
* | * ldap.cc (rediscover_thread): Remove. | Corinna Vinschen | 2014-03-05 | 1 | -2/+0 |
* | * autoload.cc (CheckTokenMembership): Import. | Corinna Vinschen | 2014-02-27 | 1 | -9/+9 |
* | * external.cc (cygwin_internal): Add cases for CW_GETNSSSEP, | Corinna Vinschen | 2014-02-22 | 1 | -10/+23 |
* | * pwdgrp.h (pwdgrp::fetch_account_from_windows): Add bool parameter | Corinna Vinschen | 2014-02-21 | 1 | -3/+3 |
* | * passwd.cc (pg_ent::setent): Initialize cygheap domain info. | Corinna Vinschen | 2014-02-19 | 1 | -0/+1 |
* | * external.cc (cygwin_internal): Handle new CW_SETENT, CW_GETENT and | Corinna Vinschen | 2014-02-18 | 1 | -0/+28 |
* | * autoload.cc (ldap_abandon): Import. | Corinna Vinschen | 2014-02-17 | 1 | -17/+351 |
* | Introduce reading passwd/group entries from SAM/AD. Introduce | Corinna Vinschen | 2014-02-09 | 1 | -86/+127 |
* | update copyright | Christopher Faylor | 2014-01-27 | 1 | -1/+1 |
* | * passwd.cc (setpassent): Align to BSD definition. | Corinna Vinschen | 2014-01-17 | 1 | -2/+2 |
* | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 2013-04-23 | 1 | -6/+16 |
* | Throughout, update copyrights to reflect dates which correspond to main-branch | Christopher Faylor | 2013-01-21 | 1 | -2/+2 |
* | * passwd.cc (getpass): Make check for closed stream more reliable. | Corinna Vinschen | 2012-07-09 | 1 | -7/+12 |
* | * passwd.cc (pwdgrp::read_passwd): Fix pretty_ls entry tyo contain | Corinna Vinschen | 2012-04-05 | 1 | -1/+1 |
* | * passwd.cc (_getpass_close_fd): New static pthread cleanup handler. | Corinna Vinschen | 2012-04-04 | 1 | -12/+33 |
* | * dtable.cc (dtable::init_std_file_from_handle): Reinstate opening tty handles | Christopher Faylor | 2012-02-09 | 1 | -1/+1 |
* | * grp.cc (pwdgrp::parse_group): Convert grp from macro to reference. | Corinna Vinschen | 2012-02-03 | 1 | -3/+3 |
* | * autoload.cc (UuidCreate): Remove. | Corinna Vinschen | 2011-03-29 | 1 | -5/+8 |
* | Revert accidental previous login. | Corinna Vinschen | 2010-09-28 | 1 | -3/+2 |
* | * Makefile.in (DLL_IMPORTS): Remove libadvapi32.a. | Corinna Vinschen | 2010-09-28 | 1 | -2/+3 |
* | * grp.cc (getgrgid_r): Simplify code by using stpcpy. | Corinna Vinschen | 2009-01-26 | 1 | -27/+17 |
* | * passwd.cc (pwdgrp::read_passwd): Check if we're called within | Corinna Vinschen | 2008-10-21 | 1 | -8/+11 |
* | * shared.cc (user_shared_initialize): Fetch potentially changed Cygwin | Corinna Vinschen | 2008-07-24 | 1 | -2/+1 |
* | Remove unneeded header files from source files throughout. | Christopher Faylor | 2008-04-07 | 1 | -2/+0 |
* | Throughout remove all usage of wincap.has_security. | Corinna Vinschen | 2007-02-23 | 1 | -14/+9 |
* | Remove some more unneeded 'return;'s throughout. | Christopher Faylor | 2005-09-14 | 1 | -1/+0 |
* | Eliminate (void) cast on standalone function calls throughout. | Christopher Faylor | 2005-07-06 | 1 | -1/+1 |
* | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 2004-05-28 | 1 | -1/+1 |
* | * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report | Christopher Faylor | 2003-12-23 | 1 | -10/+6 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -4/+4 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -1/+1 |
* | * passwe.cc (getpwnam_r): Initialize pw_comment field. | Christopher Faylor | 2003-09-08 | 1 | -0/+1 |
* | * passwd.cc (getpwuid_r32): Initialize pw_comment field. | Christopher Faylor | 2003-09-08 | 1 | -0/+1 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and delete | Corinna Vinschen | 2003-02-06 | 1 | -1/+1 |
* | * security.h (class cygpsid): New class. | Corinna Vinschen | 2003-02-04 | 1 | -1/+1 |
* | * grp.cc (getgrent32): Only refresh group entries when at beginning. | Christopher Faylor | 2003-02-01 | 1 | -6/+5 |
* | * passwd.cc (pwdgrp::read_passwd): linebuf *must* be static (from Pierre | Christopher Faylor | 2003-01-31 | 1 | -1/+2 |
* | * passwd.cc (pwdgrp::parse_passwd): Be more unforgiving about non-numeric | Christopher Faylor | 2003-01-27 | 1 | -5/+4 |
* | * strings.h (strechr): New function. | Christopher Faylor | 2003-01-27 | 1 | -9/+8 |
* | * passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structure | Christopher Faylor | 2003-01-26 | 1 | -3/+0 |
* | * include/sys/strace.h (paranoid_printf): Define as not being part of "all" | Christopher Faylor | 2003-01-26 | 1 | -16/+9 |