aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/passwd.cc
AgeCommit message (Expand)AuthorFilesLines
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
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-4/+4
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-09-08* passwe.cc (getpwnam_r): Initialize pw_comment field.Christopher Faylor1-0/+1
2003-09-08* passwd.cc (getpwuid_r32): Initialize pw_comment field.Christopher Faylor1-0/+1
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-02-06 * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and deleteCorinna Vinschen1-1/+1
2003-02-04 * security.h (class cygpsid): New class.Corinna Vinschen1-1/+1
2003-02-01* grp.cc (getgrent32): Only refresh group entries when at beginning.Christopher Faylor1-6/+5
2003-01-31* passwd.cc (pwdgrp::read_passwd): linebuf *must* be static (from PierreChristopher Faylor1-1/+2
2003-01-27* passwd.cc (pwdgrp::parse_passwd): Be more unforgiving about non-numericChristopher Faylor1-5/+4
2003-01-27* strings.h (strechr): New function.Christopher Faylor1-9/+8
2003-01-26* passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structureChristopher Faylor1-3/+0
2003-01-26* include/sys/strace.h (paranoid_printf): Define as not being part of "all"Christopher Faylor1-16/+9
2003-01-24* pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.Christopher Faylor1-38/+17
2003-01-21* grp.cc: Call gr.refresh() rather than doing isunitialized tests throughout.Christopher Faylor1-76/+42
2003-01-20* pwdgrp.h (etc): Move to path.h.Christopher Faylor1-31/+17
2003-01-17* dcrt0.cc (initialize_env): Use colon for CYGWIN_DEBUG separator.Christopher Faylor1-20/+10
2003-01-17* grp.cc (read_etc_group): On NT, add a line for gid = -1. Change nameChristopher Faylor1-32/+21
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen1-1/+1
2003-01-02* passwd.cc (getpwuid_r32): Revert previous change.Christopher Faylor1-2/+1
2003-01-01* sysconf.cc (sysconf): Return arbitrary values for _SC_GETGR_R_SIZE_MAX,Christopher Faylor1-1/+2
2002-12-102002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen1-84/+49
2002-11-25 * passwd.cc (read_etc_passwd): Never add an entry when startingCorinna Vinschen1-0/+2
2002-11-20 * security.h: Declare internal_getpwsid and internal_getgrsid.Corinna Vinschen1-76/+78
2002-09-30whitespaceChristopher Faylor1-5/+5
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-7/+7
2002-06-19Use hMainProc where appropriate, throughout.Christopher Faylor1-1/+1
2002-06-05* dtable.cc (handle_to_fn): Check error return value from NtQueryObject firstChristopher Faylor1-1/+1
2002-06-05 * grp.cc (read_etc_group): When emulating nonexisting group file onCorinna Vinschen1-8/+40
2002-06-05 * grp.cc (etc_group): Removed.Corinna Vinschen1-56/+49
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor1-1/+0
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen1-4/+16
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2002-02-17* times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor1-8/+12
2002-02-10 * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen1-1/+1
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen1-4/+4
2001-10-15* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor1-6/+4
2001-10-13* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor1-1/+1
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-1/+1
2001-09-28* passwd.cc (read_etc_passwd): Bother with unlocking when not in cygwinChristopher Faylor1-0/+5
2001-09-28* passwd.cc (read_etc_passwd): Don't bother with locking whenChristopher Faylor1-7/+14
2001-09-14* grp.cc (read_etc_group): Just reuse group_buf storage for subsequent rereadChristopher Faylor1-2/+1
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-09-09 * cygheap.cc (init_cygheap::etc_changed): New method to signalCorinna Vinschen1-52/+4
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-1/+1
2001-09-06* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor1-3/+3
2001-08-22 * net.cc (cygwin_inet_ntoa): Rearrange previous patch to useCorinna Vinschen1-12/+0
2001-08-07 * grp.cc (class grp_check): New class. Make `group_state'Corinna Vinschen1-1/+50