aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/uinfo.cc
AgeCommit message (Expand)AuthorFilesLines
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-7/+7
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-6/+6
2003-09-272003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-26/+57
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-09-16 * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.Corinna Vinschen1-5/+5
2003-09-10* shared_info.h (shared_info::initialize): Remove argument.Christopher Faylor1-31/+49
2003-08-17 * grp.cc (read_group): Revert previous change.Corinna Vinschen1-1/+1
2003-07-14 * cygheap.h (class cygheap_user): Use INVALID_HANDLE_VALUE as invalidCorinna Vinschen1-1/+3
2003-06-30 * cygheap.h (enum impersonation): New enum.Corinna Vinschen1-5/+4
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-06-09 * spawn.cc (spawn_guts): Call CreateProcess while impersonated,Corinna Vinschen1-8/+19
2003-02-27 * uinfo.cc (internal_getlogin): Only update user.groups.pgsidCorinna Vinschen1-1/+2
2003-02-06 * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and deleteCorinna Vinschen1-1/+1
2003-01-27* uinfo.cc (pwdgrp::next_num): Remove check for NULL since it is no longer aChristopher Faylor1-4/+2
2003-01-27* strings.h (strechr): New function.Christopher Faylor1-14/+9
2003-01-26* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor1-3/+6
2003-01-26* include/sys/strace.h (paranoid_printf): Define as not being part of "all"Christopher Faylor1-25/+24
2003-01-25* pwdgrp.cc (pwdgrp::reparse): Declare.Christopher Faylor1-0/+6
2003-01-25 * syscalls.cc (seteuid32): On Win95 get the pw entry. If it existsCorinna Vinschen1-8/+9
2003-01-24* pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.Christopher Faylor1-22/+44
2003-01-21* grp.cc: Call gr.refresh() rather than doing isunitialized tests throughout.Christopher Faylor1-2/+2
2003-01-21* path.h (etc::change_possible): Revert the type to bool.Christopher Faylor1-1/+0
2003-01-20* pwdgrp.h (etc): Move to path.h.Christopher Faylor1-68/+66
2003-01-17update copyrightChristopher Faylor1-1/+1
2003-01-17* uinfo.cc (etc::dir_changed): Don't print a warning if can't open /etc, unlessChristopher Faylor1-0/+2
2003-01-17* grp.cc (read_etc_group): On NT, add a line for gid = -1. Change nameChristopher Faylor1-0/+85
2002-12-102002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen1-5/+6
2002-11-27white spaceChristopher Faylor1-1/+1
2002-11-25 * passwd.cc (read_etc_passwd): Never add an entry when startingCorinna Vinschen1-4/+5
2002-11-20 * security.h: Declare internal_getpwsid and internal_getgrsid.Corinna Vinschen1-38/+26
2002-09-30Remove \n from calls to strace class printfs throughout.Christopher Faylor1-1/+1
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-2/+2
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor1-1/+1
2002-07-29 * security.cc: Change some formatting.Corinna Vinschen1-5/+11
2002-07-01* debug.cc (threads): Avoid initialization.Christopher Faylor1-2/+1
2002-07-01* uinfo.cc (cygheap_user::ontherange): Make cygwin root the last resort forChristopher Faylor1-4/+2
2002-07-01* uinfo.cc (cygheap_user::ontherange): Potentially set HOME from existingChristopher Faylor1-10/+14
2002-06-29* uinfo.cc (cygheap_user::test_uid): Use standard issetuid test.Christopher Faylor1-1/+1
2002-06-29* autoload.cc (NetGetDCName): Change to make this an optional load function.Christopher Faylor1-3/+6
2002-06-29* uinfo.cc (cygheap_user::test_uid): Return NULL or further tests are sortaChristopher Faylor1-2/+2
2002-06-29* uinfo.cc (cygheap_user::env_logsrv): Return "almost_null" in case where noChristopher Faylor1-1/+1
2002-06-29* cygheap.h (cygheap_user): Reorg to accommodate environment caching.Christopher Faylor1-19/+35
2002-06-27* cygheap.cc (cfree_and_set): New function.Christopher Faylor1-32/+39
2002-06-24 * uinfo.cc (internal_getlogin): Set myself->uid and myself->gid insteadCorinna Vinschen1-6/+6
2002-06-21* uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.Christopher Faylor1-3/+3
2002-06-19Use hMainProc where appropriate, throughout.Christopher Faylor1-2/+1
2002-06-19 * uinfo.cc (cygheap_user::ontherange): Call NetUserGetInfo() only withCorinna Vinschen1-23/+19
2002-06-16* cygheap.h (cygheap_user::winname): New field.Christopher Faylor1-7/+15
2002-06-15* uinfo.cc (cygheap_user::ontherange): Don't set HOMEDRIVE or HOMEPATH unlessChristopher Faylor1-0/+1
2002-06-14* cygheap.h (cygheap_user::userprofile_env_buf): New static member.Christopher Faylor1-3/+3