summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/passwd.cc
Commit message (Expand)AuthorAgeFilesLines
* * passwd.cc (pwdgrp::read_passwd): Fix pretty_ls entry tyo containCorinna Vinschen2012-04-051-1/+1
* * passwd.cc (_getpass_close_fd): New static pthread cleanup handler.Corinna Vinschen2012-04-041-12/+33
* * dtable.cc (dtable::init_std_file_from_handle): Reinstate opening tty handlesChristopher Faylor2012-02-091-1/+1
* * grp.cc (pwdgrp::parse_group): Convert grp from macro to reference.Corinna Vinschen2012-02-031-3/+3
* * autoload.cc (UuidCreate): Remove.Corinna Vinschen2011-03-291-5/+8
* Revert accidental previous login.Corinna Vinschen2010-09-281-3/+2
* * Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.Corinna Vinschen2010-09-281-2/+3
* * grp.cc (getgrgid_r): Simplify code by using stpcpy.Corinna Vinschen2009-01-261-27/+17
* * passwd.cc (pwdgrp::read_passwd): Check if we're called withinCorinna Vinschen2008-10-211-8/+11
* * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen2008-07-241-2/+1
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-2/+0
* Throughout remove all usage of wincap.has_security.Corinna Vinschen2007-02-231-14/+9
* Remove some more unneeded 'return;'s throughout.Christopher Faylor2005-09-141-1/+0
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-1/+1
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-1/+1
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-10/+6
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-4/+4
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * passwe.cc (getpwnam_r): Initialize pw_comment field.Christopher Faylor2003-09-081-0/+1
* * passwd.cc (getpwuid_r32): Initialize pw_comment field.Christopher Faylor2003-09-081-0/+1
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and deleteCorinna Vinschen2003-02-061-1/+1
* * security.h (class cygpsid): New class.Corinna Vinschen2003-02-041-1/+1
* * grp.cc (getgrent32): Only refresh group entries when at beginning.Christopher Faylor2003-02-011-6/+5
* * passwd.cc (pwdgrp::read_passwd): linebuf *must* be static (from PierreChristopher Faylor2003-01-311-1/+2
* * passwd.cc (pwdgrp::parse_passwd): Be more unforgiving about non-numericChristopher Faylor2003-01-271-5/+4
* * strings.h (strechr): New function.Christopher Faylor2003-01-271-9/+8
* * passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structureChristopher Faylor2003-01-261-3/+0
* * include/sys/strace.h (paranoid_printf): Define as not being part of "all"Christopher Faylor2003-01-261-16/+9
* * pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.Christopher Faylor2003-01-241-38/+17
* * grp.cc: Call gr.refresh() rather than doing isunitialized tests throughout.Christopher Faylor2003-01-211-76/+42
* * pwdgrp.h (etc): Move to path.h.Christopher Faylor2003-01-201-31/+17
* * dcrt0.cc (initialize_env): Use colon for CYGWIN_DEBUG separator.Christopher Faylor2003-01-171-20/+10
* * grp.cc (read_etc_group): On NT, add a line for gid = -1. Change nameChristopher Faylor2003-01-171-32/+21
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-101-1/+1
* * passwd.cc (getpwuid_r32): Revert previous change.Christopher Faylor2003-01-021-2/+1
* * sysconf.cc (sysconf): Return arbitrary values for _SC_GETGR_R_SIZE_MAX,Christopher Faylor2003-01-011-1/+2
* 2002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen2002-12-101-84/+49
* * passwd.cc (read_etc_passwd): Never add an entry when startingCorinna Vinschen2002-11-251-0/+2
* * security.h: Declare internal_getpwsid and internal_getgrsid.Corinna Vinschen2002-11-201-76/+78
* whitespaceChristopher Faylor2002-09-301-5/+5
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-7/+7
* Use hMainProc where appropriate, throughout.Christopher Faylor2002-06-191-1/+1
* * dtable.cc (handle_to_fn): Check error return value from NtQueryObject firstChristopher Faylor2002-06-051-1/+1
* * grp.cc (read_etc_group): When emulating nonexisting group file onCorinna Vinschen2002-06-051-8/+40
* * grp.cc (etc_group): Removed.Corinna Vinschen2002-06-051-56/+49
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen2002-05-291-4/+16
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* * times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor2002-02-171-8/+12