summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/uinfo.cc
Commit message (Expand)AuthorAgeFilesLines
* * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen2006-02-071-3/+4
* Remove some more unneeded 'return;'s throughout.Christopher Faylor2005-09-141-3/+0
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-2/+2
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-3/+3
* * uinfo.cc (uinfo_init): Call reimpersonate to set the main thread'sCorinna Vinschen2005-06-211-0/+1
* * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen2005-06-071-1/+1
* white space and minor comment cleanup.Christopher Faylor2005-05-021-2/+2
* * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen2005-04-031-22/+17
* Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen2005-04-031-3/+3
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* 2004-11-20 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-11-201-4/+3
* 2004-10-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-10-281-3/+3
* * cygheap.h (class cygheap_user): Add psystemroot member andCorinna Vinschen2004-10-071-0/+22
* 2004-10-02 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-10-021-1/+1
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-8/+8
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-3/+3
* * cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile,Corinna Vinschen2004-05-171-0/+14
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * uinfo.cc (cygheap_user::init): Use sec_user_nih to build aCorinna Vinschen2004-02-061-28/+17
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-7/+1
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-7/+7
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-6/+6
* 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-271-26/+57
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.Corinna Vinschen2003-09-161-5/+5
* * shared_info.h (shared_info::initialize): Remove argument.Christopher Faylor2003-09-101-31/+49
* * grp.cc (read_group): Revert previous change.Corinna Vinschen2003-08-171-1/+1
* * cygheap.h (class cygheap_user): Use INVALID_HANDLE_VALUE as invalidCorinna Vinschen2003-07-141-1/+3
* * cygheap.h (enum impersonation): New enum.Corinna Vinschen2003-06-301-5/+4
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * spawn.cc (spawn_guts): Call CreateProcess while impersonated,Corinna Vinschen2003-06-091-8/+19
* * 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