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
2014-07-07 * passwd.cc (pg_ent::enumerate_ad): Revert to simply skipping a domainCorinna Vinschen
2014-06-25 * autoload.cc (ldap_search_sW): Replace ldap_search_stW.Corinna Vinschen
2014-05-07 * passwd.cc (pwdgrp::parse_passwd): Fix an off by one computing theCorinna Vinschen
2014-05-07 * grp.cc (pwdgrp::parse_group): Set grp.len. Drop generating anyCorinna Vinschen
2014-03-19 * fhandler_dsp.cc (fhandler_dev_dsp::fixup_after_fork): Actually callCorinna 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-03-06 * passwd.cc (pg_ent::enumerate_builtin): Convert pwd_builtins andCorinna Vinschen
2014-03-06 * ldap.cc (rediscover_thread): Remove.Corinna 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-19 * passwd.cc (pg_ent::setent): Initialize cygheap domain info.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
2014-01-28update copyrightChristopher Faylor
2014-01-17 * passwd.cc (setpassent): Align to BSD definition.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-07-09 * passwd.cc (getpass): Make check for closed stream more reliable.Corinna Vinschen
2012-04-05 * passwd.cc (pwdgrp::read_passwd): Fix pretty_ls entry tyo containCorinna Vinschen
2012-04-04 * passwd.cc (_getpass_close_fd): New static pthread cleanup handler.Corinna Vinschen
2012-02-09* dtable.cc (dtable::init_std_file_from_handle): Reinstate opening tty handlesChristopher Faylor
2012-02-03 * grp.cc (pwdgrp::parse_group): Convert grp from macro to reference.Corinna Vinschen
2011-03-29 * autoload.cc (UuidCreate): Remove.Corinna Vinschen
2010-09-28 Revert accidental previous login.Corinna Vinschen
2010-09-28 * Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.Corinna Vinschen
2009-01-26 * grp.cc (getgrgid_r): Simplify code by using stpcpy.Corinna Vinschen
2008-10-21 * passwd.cc (pwdgrp::read_passwd): Check if we're called withinCorinna Vinschen
2008-07-24 * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor
2003-12-08Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-09* passwe.cc (getpwnam_r): Initialize pw_comment field.Christopher Faylor
2003-09-09* passwd.cc (getpwuid_r32): Initialize pw_comment field.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-02-06 * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and deleteCorinna Vinschen
2003-02-04 * security.h (class cygpsid): New class.Corinna Vinschen
2003-02-01* grp.cc (getgrent32): Only refresh group entries when at beginning.Christopher Faylor
2003-01-31* passwd.cc (pwdgrp::read_passwd): linebuf *must* be static (from PierreChristopher Faylor
2003-01-27* passwd.cc (pwdgrp::parse_passwd): Be more unforgiving about non-numericChristopher Faylor
2003-01-27* strings.h (strechr): New function.Christopher Faylor
2003-01-26* passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structureChristopher Faylor
2003-01-26* include/sys/strace.h (paranoid_printf): Define as not being part of "all"Christopher Faylor