aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/sec_acl.cc
AgeCommit message (Expand)AuthorFilesLines
2005-06-07 * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen1-2/+1
2005-05-13Remove PC_FULL from path_conv usage throughout.Christopher Faylor1-2/+1
2004-04-16 * autoload.cc (NtCreateFile): Add.Corinna Vinschen1-1/+1
2004-04-14 * ntdll.h: Fix copyright date.Corinna Vinschen1-0/+2
2004-04-14 * sec_acl.cc (getacl): Avoid compiler warning.Corinna Vinschen1-3/+2
2004-04-14 * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen1-92/+26
2004-04-14 * fhandler.cc (fhandler_base::open): Accomodate query_write_controlCorinna Vinschen1-1/+1
2004-04-10 * sec_acl.cc (setacl): Use correct offset when trying to combineCorinna Vinschen1-2/+2
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-01-20 * sec_acl.cc (setacl): Make sure sd_ret is large enough.Corinna Vinschen1-0/+5
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-23/+23
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen1-19/+15
2003-11-26 * sec_acl.h (getace): Use FILE_*_BITS as permission mask.Corinna Vinschen1-3/+3
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-03-10 * sec_acl.cc (setacl): Don't handle DELETE flag specially.Corinna Vinschen1-8/+2
2003-03-09whitespace cleanupChristopher Faylor1-1/+1
2003-03-09Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor1-48/+25
2003-02-21 * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen1-63/+0
2003-02-05 * sec_acl.cc (setacl): Move all permission settings to beginning ofCorinna Vinschen1-83/+173
2003-01-26* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor1-5/+5
2003-01-12 * sec_acl.cc (search_ace): Use id == -1, instead of < 0, as wildcard.Corinna Vinschen1-49/+59
2002-12-12whitespaceChristopher Faylor1-3/+3
2002-12-102002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen1-16/+11
2002-11-25 * sec_acl.cc (getacl): Set errno to ENOSPC if command is GETACL andCorinna Vinschen1-1/+4
2002-11-242002-11-24 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen1-142/+131
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-7/+7
2002-08-26 * sec_acl.cc (getacl): Check ace_sid == well_known_world_sidCorinna Vinschen1-6/+6
2002-07-02 * security.h (DONT_INHERIT): Eliminate definition.Corinna Vinschen1-4/+5
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor1-1/+0
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen1-3/+3
2002-05-28 Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen1-5/+5
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-2/+0
2002-02-25 * cygwin.din (fstat64): New symbol.Corinna Vinschen1-3/+3
2002-02-10 * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen1-1/+1
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen1-33/+36
2001-10-15* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor1-3/+3
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-2/+2
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-07-15 Change well_known_admin_sid to well_known_admins_sid throughout.Corinna Vinschen1-2/+3
2001-05-15 * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen1-10/+11
2001-04-25 * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen1-35/+19
2001-04-20 * Makefile.in: Add object files `sec_helper.cc' and `sec_acl.cc'.Corinna Vinschen1-0/+1060