OSDN Git Service

2002-03-01 David O'Brien <obrien@FreeBSD.org>
[pf3gnuchains/pf3gnuchains3x.git] / winsup / cygwin / grp.cc
2002-02-17 cgf* times.cc (hires::prime): Restore thread priority...
2002-02-14 cgf* exceptions.cc (unused_sig_wrapper): Eliminate unused...
2002-02-10 corinna * child_info.h, cygheap.h, fhandler_clipboard.cc,...
2002-02-10 corinna * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler...
2002-01-21 corinna * grp.cc (getgrent): Don't return default gid entry...
2001-10-15 cgf* fhandler.cc (fhandler_base::fork_fixup): Don't protec...
2001-10-13 cgf* autoload.cc (wsock_init): Reorganize slightly to...
2001-10-01 cgfAdd "path.h" include throughout, where needed. Use...
2001-09-28 cgf* passwd.cc (read_etc_passwd): Bother with unlocking...
2001-09-28 cgf* passwd.cc (read_etc_passwd): Don't bother with lockin...
2001-09-14 cgf* grp.cc (read_etc_group): Just reuse group_buf storage...
2001-09-11 cgfUpdate copyrights.
2001-09-09 corinna * cygheap.cc (init_cygheap::etc_changed): New method...
2001-09-07 cgf* cygheap.h (init_cygheap): Move heap pointers here.
2001-09-06 cgfRemove initialization of static or global values to...
2001-08-07 corinna * grp.cc (class grp_check): New class. Make...
2001-07-26 cgfThroughout, reorganize header file inclusion to put...
2001-07-16 corinna * grp.cc: Add missing Copyright date 2001.
2001-07-15 corinna Change well_known_admin_sid to well_known_admin...
2001-05-19 cgf* grp.cc (read_etc_group): Don't copy mutex on fork.
2001-05-15 corinna * fork.cc (fork): Eliminate superfluous call...
2001-04-30 corinna * grp.cc: Eliminate MAX_DOMAIN_NAME define.
2001-04-25 corinna * autoload.cc: Add LoadDLLfunc statements for...
2001-04-20 corinna * grp.cc (getgroups): Change so that SIDs get...
2001-04-20 corinna * Makefile.in: Add object files `sec_helper...
2001-04-18 cgfThroughout, change fdtab references to cygheap->fdtab.
2001-04-18 corinna * grp.cc (getgroups): Avoid crash if passwd...
2001-04-16 corinna * grp.cc (getgroups): If `allow_ntsec' is set...
2001-01-28 cgfThroughout, change 'cygwin_shared.mount' to 'mount_table'.
2000-11-15 corinna * cygheap.cc (cygheap_root::cygheap_root):...
2000-10-16 cgf* Makefile.in: Remove some obsolete stuff.
2000-09-04 cgf* path.cc (readlink): Check if buffer length is positiv...
2000-08-29 dj* grp.cc (getgroups): fail with EINVAL if array is...
2000-08-22 cgf* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-12 cgf* winsup.h: Split out dtable definitions into separate...
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-07-01 corinnaChanges by Kazuhiro Fujieda <fujieda@jaist.ac.jp>
2000-06-25 cgf* grp.cc (read_etc_group): Open file in text mode.
2000-04-03 corinna * grp.cc (parse_grp): Save empty array instead of
2000-02-21 cgfRespond to a multitude of g++ warnings.
2000-02-17 cgfInitial revision