aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/security.cc
AgeCommit message (Expand)AuthorFilesLines
2006-07-03 * autoload.cc (NtQueryEaFile): Define.Corinna Vinschen1-3/+4
2006-02-07 * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen1-80/+5
2006-02-02 * security.cc (is_group_member): Fix comment.Corinna Vinschen1-5/+6
2006-02-02 * security.cc (is_group_member): Use local group info type 1. TestCorinna Vinschen1-6/+20
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-3/+0
2005-08-12white spaceChristopher Faylor1-3/+3
2005-08-08 * security.cc (get_reg_security): New static function.Corinna Vinschen1-0/+40
2005-06-21 * security.cc (get_initgroups_sidlist): Drop special_pgrp parameter.Corinna Vinschen1-9/+7
2005-06-08 * security.cc (cygwin_logon_user): Run LogonUser in the primaryCorinna Vinschen1-5/+14
2005-06-07 * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen1-7/+6
2005-04-19 * security.cc (alloc_sd): Remove DELETE bit from user's ACE ifCorinna Vinschen1-0/+8
2005-04-16 * security.h (cygsidlist::addfromgr): Allow duplicate entries.Corinna Vinschen1-57/+66
2005-04-13 * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen1-3/+3
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen1-81/+66
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor1-1/+1
2005-03-16* fhandler_tape.cc (get_ll): This is a generally useful function so move itChristopher Faylor1-1/+1
2004-10-282004-10-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-1/+1
2004-10-062004-10-05 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-2/+2
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor1-3/+3
2004-09-03 * security.cc: Fix a few more strace_prints.Corinna Vinschen1-4/+4
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor1-13/+13
2004-06-172004-06-17 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-9/+14
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-3/+3
2004-04-16 * autoload.cc (NtCreateFile): Add.Corinna Vinschen1-30/+11
2004-04-14 * sec_acl.cc (getacl): Avoid compiler warning.Corinna Vinschen1-7/+9
2004-04-14 * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen1-1/+1
2004-04-14 * fhandler.cc (fhandler_base::open): Accomodate query_write_controlCorinna Vinschen1-31/+36
2004-04-14 * autoload.cc (NtSetSecurityObject): Add.Corinna Vinschen1-50/+18
2004-04-13 * security.cc (set_nt_attribute): Only call get_nt_object_securityCorinna Vinschen1-1/+1
2004-04-13 * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen1-19/+31
2004-04-13 * autoload.cc (NtQuerySecurityObject): Add.Corinna Vinschen1-32/+23
2004-04-09 * security.cc (get_file_attribute): Fix conditional.Corinna Vinschen1-2/+2
2004-04-08 * fhandler.cc (fhandler_base::open): Set query access mode accordingCorinna Vinschen1-35/+41
2004-02-11 * security.cc (get_nt_object_attribute): Fix error handling.Corinna Vinschen1-33/+25
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-02-05 * security.h (SID): New macro.Corinna Vinschen1-1/+1
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-37/+37
2003-12-03 Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen1-1/+1
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen1-85/+80
2003-11-26 * sec_acl.h (getace): Use FILE_*_BITS as permission mask.Corinna Vinschen1-9/+9
2003-10-162003-10-16 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-9/+1
2003-09-25* include/tzfile.h: Add some missing entries.Christopher Faylor1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-09-162003-09-15 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-2/+2
2003-07-26* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor1-11/+11
2003-07-182003-07-18 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-23/+16
2003-07-14 * cygheap.h (class cygheap_user): Use INVALID_HANDLE_VALUE as invalidCorinna Vinschen1-15/+6
2003-07-02* Makefile.in: Remove cygserver stuff.Christopher Faylor1-3/+2
2003-06-30 * cygheap.h (enum impersonation): New enum.Corinna Vinschen1-6/+12
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0