summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/passwd.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen2002-02-101-1/+1
* * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen2002-02-101-4/+4
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-6/+4
* * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor2001-10-131-1/+1
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-1/+1
* * passwd.cc (read_etc_passwd): Bother with unlocking when not in cygwinChristopher Faylor2001-09-281-0/+5
* * passwd.cc (read_etc_passwd): Don't bother with locking whenChristopher Faylor2001-09-281-7/+14
* * grp.cc (read_etc_group): Just reuse group_buf storage for subsequent rereadChristopher Faylor2001-09-141-2/+1
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * cygheap.cc (init_cygheap::etc_changed): New method to signalCorinna Vinschen2001-09-091-52/+4
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-1/+1