summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/uinfo.cc
Commit message (Expand)AuthorAgeFilesLines
* * uinfo.cc (internal_getlogin): Only update user.groups.pgsidCorinna Vinschen2003-02-271-1/+2
* * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and deleteCorinna Vinschen2003-02-061-1/+1
* * uinfo.cc (pwdgrp::next_num): Remove check for NULL since it is no longer aChristopher Faylor2003-01-271-4/+2
* * strings.h (strechr): New function.Christopher Faylor2003-01-271-14/+9
* * uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor2003-01-261-3/+6
* * include/sys/strace.h (paranoid_printf): Define as not being part of "all"Christopher Faylor2003-01-261-25/+24
* * pwdgrp.cc (pwdgrp::reparse): Declare.Christopher Faylor2003-01-251-0/+6
* * syscalls.cc (seteuid32): On Win95 get the pw entry. If it existsCorinna Vinschen2003-01-251-8/+9
* * pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.Christopher Faylor2003-01-241-22/+44
* * grp.cc: Call gr.refresh() rather than doing isunitialized tests throughout.Christopher Faylor2003-01-211-2/+2
* * path.h (etc::change_possible): Revert the type to bool.Christopher Faylor2003-01-211-1/+0
* * pwdgrp.h (etc): Move to path.h.Christopher Faylor2003-01-201-68/+66
* update copyrightChristopher Faylor2003-01-171-1/+1
* * uinfo.cc (etc::dir_changed): Don't print a warning if can't open /etc, unlessChristopher Faylor2003-01-171-0/+2
* * grp.cc (read_etc_group): On NT, add a line for gid = -1. Change nameChristopher Faylor2003-01-171-0/+85
* 2002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen2002-12-101-5/+6
* white spaceChristopher Faylor2002-11-271-1/+1
* * passwd.cc (read_etc_passwd): Never add an entry when startingCorinna Vinschen2002-11-251-4/+5
* * security.h: Declare internal_getpwsid and internal_getgrsid.Corinna Vinschen2002-11-201-38/+26
* Remove \n from calls to strace class printfs throughout.Christopher Faylor2002-09-301-1/+1
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-2/+2
* * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor2002-09-191-1/+1
* * security.cc: Change some formatting.Corinna Vinschen2002-07-291-5/+11
* * debug.cc (threads): Avoid initialization.Christopher Faylor2002-07-011-2/+1
* * uinfo.cc (cygheap_user::ontherange): Make cygwin root the last resort forChristopher Faylor2002-07-011-4/+2
* * uinfo.cc (cygheap_user::ontherange): Potentially set HOME from existingChristopher Faylor2002-07-011-10/+14
* * uinfo.cc (cygheap_user::test_uid): Use standard issetuid test.Christopher Faylor2002-06-291-1/+1
* * autoload.cc (NetGetDCName): Change to make this an optional load function.Christopher Faylor2002-06-291-3/+6
* * uinfo.cc (cygheap_user::test_uid): Return NULL or further tests are sortaChristopher Faylor2002-06-291-2/+2
* * uinfo.cc (cygheap_user::env_logsrv): Return "almost_null" in case where noChristopher Faylor2002-06-291-1/+1
* * cygheap.h (cygheap_user): Reorg to accommodate environment caching.Christopher Faylor2002-06-291-19/+35
* * cygheap.cc (cfree_and_set): New function.Christopher Faylor2002-06-271-32/+39
* * uinfo.cc (internal_getlogin): Set myself->uid and myself->gid insteadCorinna Vinschen2002-06-241-6/+6
* * uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.Christopher Faylor2002-06-211-3/+3
* Use hMainProc where appropriate, throughout.Christopher Faylor2002-06-191-2/+1
* * uinfo.cc (cygheap_user::ontherange): Call NetUserGetInfo() only withCorinna Vinschen2002-06-191-23/+19
* * cygheap.h (cygheap_user::winname): New field.Christopher Faylor2002-06-161-7/+15
* * uinfo.cc (cygheap_user::ontherange): Don't set HOMEDRIVE or HOMEPATH unlessChristopher Faylor2002-06-151-0/+1
* * cygheap.h (cygheap_user::userprofile_env_buf): New static member.Christopher Faylor2002-06-141-3/+3
* * cygheap.h (cygheap_user): Add static members to hold home{drive,path} info.Christopher Faylor2002-06-141-24/+27
* * cygheap.cc (cygheap_user::set_logsrv): Remove.Christopher Faylor2002-06-141-137/+83
* * path.cc (chdir): Minor cleanup.Christopher Faylor2002-06-131-2/+2
* * cygheap.cc (cygheap_user::set_name): Set homedrive and homepath to NULL onChristopher Faylor2002-06-121-85/+152
* * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen2002-06-061-8/+10
* * security.cc (lsa2wchar): Suppressed.Corinna Vinschen2002-06-031-1/+2
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen2002-05-291-0/+12
* Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen2002-05-281-1/+13
* 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-2/+2