aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/passwd.cc
AgeCommit message (Expand)AuthorFilesLines
2002-09-25This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-13-1'.github/cygwin-1-3-18-1github/cygwin-1-3-17-1github/cygwin-1-3-16-1github/cygwin-1-3-15-1github/cygwin-1-3-14-1github/cygwin-1-3-13-2github/cygwin-1-3-13-1cygwin-1-3-18-1cygwin-1-3-17-1cygwin-1-3-16-1cygwin-1-3-15-1cygwin-1-3-14-1cygwin-1-3-13-2cygwin-1-3-13-1cvs2svn1-446/+0
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
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-06-26* mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor1-9/+9
2001-05-19* grp.cc (read_etc_group): Don't copy mutex on fork.Christopher Faylor1-1/+1
2001-04-30 * grp.cc: Eliminate MAX_DOMAIN_NAME define.Corinna Vinschen1-1/+2
2001-04-25 * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen1-0/+12
2001-04-24 * passwd.cc (getpwnam_r): Add pw_passwd handling as well.Corinna Vinschen1-2/+8
2001-04-24 * passwd.cc (getpwnam_r): Use correct offsets into buffer.Corinna Vinschen1-6/+12
2001-04-21Sun Apr 22 20:22:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-0/+8
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-28/+122
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor1-20/+13
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen1-1/+2
2000-10-16* Makefile.in: Remove some obsolete stuff.Christopher Faylor1-1/+0
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor1-0/+1
2000-09-04* path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor1-2/+2
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-13/+13
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-1/+5
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-0/+2
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor1-2/+2
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-07-26 * passwd.cc: Change name of passwd_in_memory_p to passwd_state.Corinna Vinschen1-15/+29
2000-07-01Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen1-1/+1
2000-06-25* grp.cc (read_etc_group): Open file in text mode.Christopher Faylor1-1/+1
2000-06-24 * fork.cc (fork): Fix error in copying SID pointer.Corinna Vinschen1-2/+2
2000-02-21Respond to a multitude of g++ warnings.Christopher Faylor1-17/+9
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+275