summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/grp.cc
Commit message (Expand)AuthorAgeFilesLines
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * grp.cc (read_group): Revert previous change.Corinna Vinschen2003-08-171-4/+1
* * grp.cc (read_group): Set __group32.gr_mem pointer back to &null_ptr afterChristopher Faylor2003-08-081-1/+4
* * cygheap.h (enum impersonation): New enum.Corinna Vinschen2003-06-301-3/+3
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * Makefile.in: Add finline-functions optimization to CXXFLAGS.Thomas Pfaff2003-04-171-0/+16
* * grp.cc (internal_getgroups): Handle properly tokens withCorinna Vinschen2003-02-181-3/+1
* * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and deleteCorinna Vinschen2003-02-061-1/+3
* * grp.cc (internal_getgroups): Do not return without closingCorinna Vinschen2003-02-041-20/+21
* * security.h (class cygpsid): New class.Corinna Vinschen2003-02-041-2/+2
* * grp.cc (getgrent32): Only refresh group entries when at beginning.Christopher Faylor2003-02-011-4/+4
* * strings.h (strechr): New function.Christopher Faylor2003-01-271-2/+2
* * uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor2003-01-261-5/+5
* * passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structureChristopher Faylor2003-01-261-6/+1
* * pwdgrp.cc (pwdgrp::parse_group): Fix off-by-one problem in allocating gr_mem.Christopher Faylor2003-01-261-1/+1
* * include/sys/strace.h (paranoid_printf): Define as not being part of "all"Christopher Faylor2003-01-261-24/+21
* * pwdgrp.cc (pwdgrp::reparse): Declare.Christopher Faylor2003-01-251-0/+1
* * pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.Christopher Faylor2003-01-241-37/+27
* * grp.cc: Call gr.refresh() rather than doing isunitialized tests throughout.Christopher Faylor2003-01-211-66/+36
* * pwdgrp.h (etc): Move to path.h.Christopher Faylor2003-01-201-38/+20
* * dcrt0.cc (initialize_env): Use colon for CYGWIN_DEBUG separator.Christopher Faylor2003-01-171-15/+11
* update copyrightChristopher Faylor2003-01-171-1/+1
* * grp.cc (read_etc_group): On NT, add a line for gid = -1. Change nameChristopher Faylor2003-01-171-34/+25
* 2002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen2002-12-101-60/+64
* * security.h: Declare internal_getpwsid and internal_getgrsid.Corinna Vinschen2002-11-201-71/+47
* * grp.cc (getgroups32): Protect against closing cygheap->user.token.Christopher Faylor2002-11-161-1/+2
* * grp.cc (getgroups32): Revert previous patch. Use impersonationCorinna Vinschen2002-11-141-4/+11
* * grp.cc (getgroups32): Don't use access token of current user whenCorinna Vinschen2002-11-141-0/+1
* whitespaceChristopher Faylor2002-09-301-2/+2
* * fhandler_proc.cc (format_process_stat): make ctty a real device number.Christopher Faylor2002-09-251-28/+14
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-13/+13
* * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor2002-09-191-4/+4
* * grp.cc (initgroups): Call groups::clear_supp to free theCorinna Vinschen2002-09-111-2/+4
* * security.cc (verify_token): Do not reject a token just becauseCorinna Vinschen2002-08-021-2/+2
* * security.cc: Change some formatting.Corinna Vinschen2002-07-291-0/+61
* 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-11/+41
* * grp.cc (etc_group): Removed.Corinna Vinschen2002-06-051-44/+25
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen2002-05-281-13/+90
* 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
* * exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor2002-02-141-1/+1
* * 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-13/+13
* * grp.cc (getgrent): Don't return default gid entry when ntsec is on.Corinna Vinschen2002-01-211-1/+1
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-1/+1
* * 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