]> sourceware.org Git - newlib-cygwin.git/history - winsup/cygwin/passwd.cc
* Merge in cygwin-64bit-branch.
[newlib-cygwin.git] / winsup / cygwin / passwd.cc
2013-04-23 Corinna Vinschen * Merge in cygwin-64bit-branch.
2013-01-21 Christopher FaylorThroughout, update copyrights to reflect dates which...
2012-07-09 Corinna Vinschen * passwd.cc (getpass): Make check for closed stream...
2012-04-05 Corinna Vinschen * passwd.cc (pwdgrp::read_passwd): Fix pretty_ls entry...
2012-04-04 Corinna Vinschen * passwd.cc (_getpass_close_fd): New static pthread...
2012-02-09 Christopher Faylor* dtable.cc (dtable::init_std_file_from_handle): Reinst...
2012-02-03 Corinna Vinschen * grp.cc (pwdgrp::parse_group): Convert grp from macro...
2011-03-29 Corinna Vinschen * autoload.cc (UuidCreate): Remove.
2010-09-28 Corinna Vinschen Revert accidental previous login.
2010-09-28 Corinna Vinschen * Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.
2009-01-26 Corinna Vinschen * grp.cc (getgrgid_r): Simplify code by using stpcpy.
2008-10-21 Corinna Vinschen * passwd.cc (pwdgrp::read_passwd): Check if we're...
2008-07-24 Corinna Vinschen * shared.cc (user_shared_initialize): Fetch potentiall...
2008-04-07 Christopher FaylorRemove unneeded header files from source files throughout.
2007-02-23 Corinna Vinschen Throughout remove all usage of wincap.has_security.
2005-09-14 Christopher FaylorRemove some more unneeded 'return;'s throughout.
2005-07-06 Christopher FaylorEliminate (void) cast on standalone function calls...
2004-05-28 Christopher Faylor* path.cc (chdir): Always use the normalized_path as...
2003-12-23 Christopher Faylor* exceptions.cc (set_signal_mask): Redefine to not...
2003-12-07 Christopher FaylorChange use of BOOL, TRUE, FALSE to bool, true, false...
2003-09-25 Christopher Faylor* devices.cc: New file.
2003-09-08 Christopher Faylor* passwe.cc (getpwnam_r): Initialize pw_comment field.
2003-09-08 Christopher Faylor* passwd.cc (getpwuid_r32): Initialize pw_comment field.
2003-06-16 Christopher FaylorThroughout, remove "include <errno.h>" from files which...
2003-02-06 Corinna Vinschen * security.h: Introduce names UNKNOWN_UID and UNKNOWN_...
2003-02-04 Corinna Vinschen * security.h (class cygpsid): New class.
2003-02-01 Christopher Faylor* grp.cc (getgrent32): Only refresh group entries when...
2003-01-31 Christopher Faylor* passwd.cc (pwdgrp::read_passwd): linebuf *must* be...
2003-01-27 Christopher Faylor* passwd.cc (pwdgrp::parse_passwd): Be more unforgiving...
2003-01-27 Christopher Faylor* strings.h (strechr): New function.
2003-01-26 Christopher Faylor* passwd.cc (pwdgrp::parse_passwd): Eliminate use of...
2003-01-26 Christopher Faylor* include/sys/strace.h (paranoid_printf): Define as...
2003-01-24 Christopher Faylor* pwdrp.h (pwdgrp::refresh): Lock entire test prior...
2003-01-21 Christopher Faylor* grp.cc: Call gr.refresh() rather than doing isunitial...
2003-01-20 Christopher Faylor* pwdgrp.h (etc): Move to path.h.
2003-01-17 Christopher Faylor* dcrt0.cc (initialize_env): Use colon for CYGWIN_DEBUG...
2003-01-17 Christopher Faylor* grp.cc (read_etc_group): On NT, add a line for gid...
2003-01-10 Corinna Vinschen Split ChangeLog, create ChangeLog-2002.
2003-01-02 Christopher Faylor* passwd.cc (getpwuid_r32): Revert previous change.
2003-01-01 Christopher Faylor* sysconf.cc (sysconf): Return arbitrary values for...
2002-12-10 Corinna Vinschen2002-12-10 Pierre Humblet <pierre.humblet@ieee.org>
2002-11-25 Corinna Vinschen * passwd.cc (read_etc_passwd): Never add an entry...
2002-11-20 Corinna Vinschen * security.h: Declare internal_getpwsid and internal_g...
2002-09-30 Christopher Faylorwhitespace
2002-09-22 Christopher Faylor* fhandler.cc (fhandler_base::dup): Don't set handle...
2002-06-19 Christopher FaylorUse hMainProc where appropriate, throughout.
2002-06-05 Christopher Faylor* dtable.cc (handle_to_fn): Check error return value...
2002-06-05 Corinna Vinschen * grp.cc (read_etc_group): When emulating nonexisting...
2002-06-05 Corinna Vinschen * grp.cc (etc_group): Removed.
2002-06-02 Christopher FaylorRemove unneeded sigproc.h includes throughout.
2002-05-29 Corinna Vinschen Change internal uid datatype from __uid16_t to __uid32_t
2002-05-25 Christopher FaylorRemove unneeded sync.h, where appropriate, throughout...
2002-02-17 Christopher Faylor* times.cc (hires::prime): Restore thread priority...
2002-02-10 Corinna Vinschen * child_info.h, cygheap.h, fhandler_clipboard.cc,...
2002-02-10 Corinna Vinschen * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler...
2001-10-15 Christopher Faylor* fhandler.cc (fhandler_base::fork_fixup): Don't protec...
2001-10-13 Christopher Faylor* autoload.cc (wsock_init): Reorganize slightly to...
2001-10-01 Christopher FaylorAdd "path.h" include throughout, where needed. Use...
2001-09-28 Christopher Faylor* passwd.cc (read_etc_passwd): Bother with unlocking...
2001-09-28 Christopher Faylor* passwd.cc (read_etc_passwd): Don't bother with lockin...
2001-09-14 Christopher Faylor* grp.cc (read_etc_group): Just reuse group_buf storage...
2001-09-11 Christopher FaylorUpdate copyrights.
2001-09-09 Corinna Vinschen * cygheap.cc (init_cygheap::etc_changed): New method...
2001-09-07 Christopher Faylor* cygheap.h (init_cygheap): Move heap pointers here.
2001-09-06 Christopher Faylor* cygheap.h (init_cygheap): Move bucket array here...
2001-08-22 Corinna Vinschen * net.cc (cygwin_inet_ntoa): Rearrange previous...
2001-08-07 Corinna Vinschen * grp.cc (class grp_check): New class. Make...
2001-07-26 Christopher FaylorThroughout, reorganize header file inclusion to put...
2001-06-26 Christopher Faylor* mmap.cc: Clean up *ResourceLock calls throughout.
2001-05-19 Christopher Faylor* grp.cc (read_etc_group): Don't copy mutex on fork.
2001-04-30 Corinna Vinschen * grp.cc: Eliminate MAX_DOMAIN_NAME define.
2001-04-25 Corinna Vinschen * autoload.cc: Add LoadDLLfunc statements for...
2001-04-24 Corinna Vinschen * passwd.cc (getpwnam_r): Add pw_passwd handlin...
2001-04-24 Corinna Vinschen * passwd.cc (getpwnam_r): Use correct offsets...
2001-04-21 Robert CollinsSun Apr 22 20:22:00 2001 Robert Collins <rbtcollins...
2001-04-18 Christopher FaylorThroughout, change fdtab references to cygheap->fdtab.
2001-01-28 Christopher FaylorThroughout, change 'cygwin_shared.mount' to 'mount_table'.
2000-11-15 Corinna Vinschen * cygheap.cc (cygheap_root::cygheap_root):...
2000-10-16 Christopher Faylor* Makefile.in: Remove some obsolete stuff.
2000-09-07 Christopher FaylorSplit out tty and shared_info stuff into their own...
2000-09-04 Christopher Faylor* path.cc (readlink): Check if buffer length is positiv...
2000-09-03 Christopher Faylor* Makefile.in: Add cygheap.o.
2000-08-22 Christopher Faylor* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-22 Christopher Faylor* cygerrno.h: New file. Use this throughout whenever...
2000-08-12 Christopher Faylor* winsup.h: Split out dtable definitions into separate...
2000-08-12 Christopher FaylorRename hinfo -> dtable. Name the former dtable array...
2000-08-02 DJ Delorie* winsup.h: take out protections of environ, errno...
2000-07-26 Corinna Vinschen * passwd.cc: Change name of passwd_in_memory_p...
2000-07-01 Corinna VinschenChanges by Kazuhiro Fujieda <fujieda@jaist.ac.jp>
2000-06-25 Christopher Faylor* grp.cc (read_etc_group): Open file in text mode.
2000-06-24 Corinna Vinschen * fork.cc (fork): Fix error in copying SID...
2000-02-22 Ian Lance TaylorThis commit was generated by cvs2svn to track changes...
2000-02-21 Christopher FaylorRespond to a multitude of g++ warnings.
2000-02-17 Christopher Faylorimport winsup-2000-02-17 snapshot
This page took 0.804322 seconds and 102 git commands to generate.