summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/security.cc
Commit message (Expand)AuthorAgeFilesLines
* * security.cc (get_file_attribute): Avoid compiler warning.Corinna Vinschen2007-03-021-1/+0
* * Makefile (DLL_OFILES): Remove ntea.oChristopher Faylor2007-03-011-22/+4
* Throughout remove all usage of wincap.has_security.Corinna Vinschen2007-02-231-10/+3
* Remove extraneous whitespace.Christopher Faylor2007-02-201-30/+30
* Partially revert change from 2006-10-22. GetSecurityInfo messes upCorinna Vinschen2006-12-201-11/+66
* * security.cc (lsaauth): Initialize lsa to INVALID_HANDLE_VALUE toCorinna Vinschen2006-12-131-1/+1
* * environ.cc (subauth_id_init): Remove.Corinna Vinschen2006-12-121-215/+12
* * environ.cc (set_traverse): Remove.Corinna Vinschen2006-12-121-9/+0
* Partially revert change from 2005-04-03, always running under anCorinna Vinschen2006-12-121-0/+11
* * security.cc (create_token): Revert erroneous change to testCorinna Vinschen2006-11-281-2/+1
* * cyglsa.h: New header file.Corinna Vinschen2006-11-271-109/+306
* * autoload.cc (EqualPrefixSid): Define.Corinna Vinschen2006-11-091-13/+39
* * sec_helper.cc (sid_auth): Remove.Corinna Vinschen2006-11-081-3/+18
* * security.h (cygpriv_idx): Add privileges new in Vista.Corinna Vinschen2006-11-011-1/+4
* * fhandler_disk_file.cc (fhandler_disk_file::facl): Fix whitespace.Corinna Vinschen2006-10-221-1/+5
* * external.cc (cygwin_internal): Use security_descriptor::copy method.Corinna Vinschen2006-10-221-92/+24
* * fhandler.cc (fhandler_base::fhaccess): Call check_registry_accessCorinna Vinschen2006-10-211-34/+57
* * autoload.cc (PrivilegeCheck): Define.Corinna Vinschen2006-10-161-4/+41
* * autoload.cc (Wow64DisableWow64FsRedirection): Define.Corinna Vinschen2006-10-131-0/+56
* * security.cc (create_token): Fix condition for source identifier.Corinna Vinschen2006-10-121-1/+2
* * security.cc (subauth): Initialize user_token to NULL. Add comment.Corinna Vinschen2006-08-141-2/+5
* * security.cc (get_logon_server): Remove nret and use dret for everything toChristopher Faylor2006-07-251-5/+4
* 2006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2006-07-251-31/+95
* * autoload.cc (NtQueryEaFile): Define.Corinna Vinschen2006-07-031-3/+4
* * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen2006-02-071-80/+5
* * security.cc (is_group_member): Fix comment.Corinna Vinschen2006-02-021-5/+6
* * security.cc (is_group_member): Use local group info type 1. TestCorinna Vinschen2006-02-021-6/+20
* Remove some more unneeded 'return;'s throughout.Christopher Faylor2005-09-141-3/+0
* white spaceChristopher Faylor2005-08-121-3/+3
* * security.cc (get_reg_security): New static function.Corinna Vinschen2005-08-081-0/+40
* * security.cc (get_initgroups_sidlist): Drop special_pgrp parameter.Corinna Vinschen2005-06-211-9/+7
* * security.cc (cygwin_logon_user): Run LogonUser in the primaryCorinna Vinschen2005-06-081-5/+14
* * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen2005-06-071-7/+6
* * security.cc (alloc_sd): Remove DELETE bit from user's ACE ifCorinna Vinschen2005-04-191-0/+8
* * security.h (cygsidlist::addfromgr): Allow duplicate entries.Corinna Vinschen2005-04-161-57/+66
* * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen2005-04-131-3/+3
* * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen2005-04-031-81/+66
* * wininfo.h (wininfo::timer_active): Delete.Christopher Faylor2005-03-271-1/+1
* * fhandler_tape.cc (get_ll): This is a generally useful function so move itChristopher Faylor2005-03-161-1/+1
* 2004-10-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-10-281-1/+1
* 2004-10-05 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-10-061-2/+2
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-3/+3
* * security.cc: Fix a few more strace_prints.Corinna Vinschen2004-09-031-4/+4
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-13/+13
* 2004-06-17 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-06-171-9/+14
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-3/+3
* * autoload.cc (NtCreateFile): Add.Corinna Vinschen2004-04-161-30/+11
* * sec_acl.cc (getacl): Avoid compiler warning.Corinna Vinschen2004-04-141-7/+9
* * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen2004-04-141-1/+1
* * fhandler.cc (fhandler_base::open): Accomodate query_write_controlCorinna Vinschen2004-04-141-31/+36