aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/uinfo.cc
AgeCommit message (Expand)AuthorFilesLines
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-15/+31
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2012-10-27 * dcrt0.cc (quoted): Renamed strechr to strchrnul.Kai Tietz1-1/+1
2012-02-14 * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen1-2/+2
2012-02-10 * miscfuncs.cc (DEFAULT_STACKSIZE): Set to 1 Megs. Drop comment aboutCorinna Vinschen1-2/+3
2012-02-09*** empty log message ***Corinna Vinschen1-1/+1
2012-02-08 * uinfo.cc (cygheap_user::env_userprofile): Simplify since networkCorinna Vinschen1-9/+1
2012-02-08 * uinfo.cc (cygheap_user::env_userprofile): Convert nativeCorinna Vinschen1-1/+9
2011-06-06whitespace eliminationChristopher Faylor1-2/+2
2011-05-16 * globals.cc (__getlogin_username): Remove.Corinna Vinschen1-2/+9
2011-05-16 * cygtls.h (struct _local_storage): Remove unused members rarg andCorinna Vinschen1-1/+1
2011-04-29 * advapi32.cc (GetTokenInformation): Remove.Corinna Vinschen1-17/+24
2011-04-28 * advapi32.cc (GetSecurityDescriptorDacl): Remove.Corinna Vinschen1-4/+6
2011-04-19 * autoload.cc (GetConsoleWindow): Drop.Corinna Vinschen1-9/+6
2011-03-31 * uinfo.cc (cygheap_user::init): Don't call GetUserName. Fetch usernameCorinna Vinschen1-7/+19
2011-03-29 * uinfo.cc (cygheap_user::env_domain): Use LookupAccountSidW andCorinna Vinschen1-9/+9
2010-09-28 Revert accidental previous login.Corinna Vinschen1-31/+10
2010-09-28 * Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.Corinna Vinschen1-10/+31
2010-09-26 * uinfo.cc (cygheap_user::init): Call GetUserNameW and convert toCorinna Vinschen1-2/+7
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen1-2/+2
2009-10-31 * cygprops.h: New file.Corinna Vinschen1-2/+2
2009-10-18 * uinfo.cc (uinfo_init): Deimpersonate, don't reimpersonate, ifCorinna Vinschen1-1/+1
2009-10-13 * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen1-1/+5
2009-05-06 * cygheap.cc (cygheap_init): Set umask to a sane default.Corinna Vinschen1-18/+4
2009-01-26 * uinfo.cc (pwdgrp::load): Open file with FILE_OPEN_FOR_BACKUP_INTENTCorinna Vinschen1-1/+3
2008-12-20 * pwdgrp.h (pwdgrp::refresh): Fix indentation.Corinna Vinschen1-5/+4
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor1-2/+1
2008-07-24 * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen1-17/+21
2008-07-16 Add case-sensitivity.Corinna Vinschen1-1/+1
2008-07-11 Change length for domain buffers from INTERNET_MAX_HOST_NAME_LENGTH toCorinna Vinschen1-2/+3
2008-07-09 * autoload.cc (DsGetDcNameW): Replace DsGetDcNameA.Corinna Vinschen1-3/+5
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-5/+0
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen1-9/+13
2008-02-25 * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen1-3/+3
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen1-3/+3
2008-02-01 * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen1-1/+1
2007-12-05 * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen1-1/+1
2007-11-26Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor1-1/+1
2007-08-21 * uinfo.cc (pwdgrp::load): Use NT native functions.Corinna Vinschen1-36/+53
2007-08-21 * ntdll.h (NtNotifyChangeDirectoryFile): Declare.Corinna Vinschen1-1/+1
2007-08-16 * path.h (path_conv::operator char *): Delete.Corinna Vinschen1-3/+4
2007-07-19 * autoload.cc (SetUserObjectSecurity): Drop.Corinna Vinschen1-2/+6
2007-07-16 * cygheap.h (cygheap_user::curr_imp_token): Rename from current_token.Corinna Vinschen1-1/+1
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen1-23/+15
2007-02-22 Throughout replace all usage of wincap.shared with the constantCorinna Vinschen1-2/+3
2006-12-12 Partially revert change from 2005-04-03, always running under anCorinna Vinschen1-3/+1
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen1-1/+1
2006-02-07 * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen1-3/+4
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-3/+0