summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/uinfo.cc
Commit message (Expand)AuthorAgeFilesLines
* whitespace eliminationChristopher Faylor2011-06-061-2/+2
* * globals.cc (__getlogin_username): Remove.Corinna Vinschen2011-05-161-2/+9
* * cygtls.h (struct _local_storage): Remove unused members rarg andCorinna Vinschen2011-05-161-1/+1
* * advapi32.cc (GetTokenInformation): Remove.Corinna Vinschen2011-04-291-17/+24
* * advapi32.cc (GetSecurityDescriptorDacl): Remove.Corinna Vinschen2011-04-281-4/+6
* * autoload.cc (GetConsoleWindow): Drop.Corinna Vinschen2011-04-191-9/+6
* * uinfo.cc (cygheap_user::init): Don't call GetUserName. Fetch usernameCorinna Vinschen2011-03-311-7/+19
* * uinfo.cc (cygheap_user::env_domain): Use LookupAccountSidW andCorinna Vinschen2011-03-291-9/+9
* Revert accidental previous login.Corinna Vinschen2010-09-281-31/+10
* * Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.Corinna Vinschen2010-09-281-10/+31
* * uinfo.cc (cygheap_user::init): Call GetUserNameW and convert toCorinna Vinschen2010-09-261-2/+7
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-2/+2
* * cygprops.h: New file.Corinna Vinschen2009-10-311-2/+2
* * uinfo.cc (uinfo_init): Deimpersonate, don't reimpersonate, ifCorinna Vinschen2009-10-181-1/+1
* * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen2009-10-131-1/+5
* * cygheap.cc (cygheap_init): Set umask to a sane default.Corinna Vinschen2009-05-061-18/+4
* * uinfo.cc (pwdgrp::load): Open file with FILE_OPEN_FOR_BACKUP_INTENTCorinna Vinschen2009-01-261-1/+3
* * pwdgrp.h (pwdgrp::refresh): Fix indentation.Corinna Vinschen2008-12-201-5/+4
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-2/+1
* * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen2008-07-241-17/+21
* Add case-sensitivity.Corinna Vinschen2008-07-161-1/+1
* Change length for domain buffers from INTERNET_MAX_HOST_NAME_LENGTH toCorinna Vinschen2008-07-111-2/+3
* * autoload.cc (DsGetDcNameW): Replace DsGetDcNameA.Corinna Vinschen2008-07-091-3/+5
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-5/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen2008-03-121-9/+13
* * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen2008-02-251-3/+3
* * cygheap.cc (cwcsdup): New function.Corinna Vinschen2008-02-141-3/+3
* * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen2008-02-011-1/+1
* * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen2007-12-051-1/+1
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-261-1/+1
* * uinfo.cc (pwdgrp::load): Use NT native functions.Corinna Vinschen2007-08-211-36/+53
* * ntdll.h (NtNotifyChangeDirectoryFile): Declare.Corinna Vinschen2007-08-211-1/+1
* * path.h (path_conv::operator char *): Delete.Corinna Vinschen2007-08-161-3/+4
* * autoload.cc (SetUserObjectSecurity): Drop.Corinna Vinschen2007-07-191-2/+6
* * cygheap.h (cygheap_user::curr_imp_token): Rename from current_token.Corinna Vinschen2007-07-161-1/+1
* Throughout remove all usage of wincap.has_security.Corinna Vinschen2007-02-231-23/+15
* Throughout replace all usage of wincap.shared with the constantCorinna Vinschen2007-02-221-2/+3
* Partially revert change from 2005-04-03, always running under anCorinna Vinschen2006-12-121-3/+1
* 2006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2006-07-251-1/+1
* * 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