aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/uinfo.cc
AgeCommit message (Expand)AuthorFilesLines
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-3/+0
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-2/+2
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-3/+3
2005-06-21 * uinfo.cc (uinfo_init): Call reimpersonate to set the main thread'sCorinna Vinschen1-0/+1
2005-06-07 * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen1-1/+1
2005-05-02white space and minor comment cleanup.Christopher Faylor1-2/+2
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen1-22/+17
2005-04-03 Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen1-3/+3
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-1/+1
2004-11-202004-11-20 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-4/+3
2004-10-282004-10-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-3/+3
2004-10-07 * cygheap.h (class cygheap_user): Add psystemroot member andCorinna Vinschen1-0/+22
2004-10-022004-10-02 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-1/+1
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor1-8/+8
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-3/+3
2004-05-17 * cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile,Corinna Vinschen1-0/+14
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-02-06 * uinfo.cc (cygheap_user::init): Use sec_user_nih to build aCorinna Vinschen1-28/+17
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor1-7/+1
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