aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/uinfo.cc
AgeCommit message (Expand)AuthorFilesLines
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
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