summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/security.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * autoload.cc (NtSetSecurityObject): Add.Corinna Vinschen2004-04-141-50/+18
* * security.cc (set_nt_attribute): Only call get_nt_object_securityCorinna Vinschen2004-04-131-1/+1
* * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen2004-04-131-19/+31
* * autoload.cc (NtQuerySecurityObject): Add.Corinna Vinschen2004-04-131-32/+23
* * security.cc (get_file_attribute): Fix conditional.Corinna Vinschen2004-04-091-2/+2
* * fhandler.cc (fhandler_base::open): Set query access mode accordingCorinna Vinschen2004-04-081-35/+41
* * security.cc (get_nt_object_attribute): Fix error handling.Corinna Vinschen2004-02-111-33/+25
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * security.h (SID): New macro.Corinna Vinschen2004-02-051-1/+1
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-37/+37
* Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen2003-12-031-1/+1
* * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen2003-11-261-85/+80
* * sec_acl.h (getace): Use FILE_*_BITS as permission mask.Corinna Vinschen2003-11-261-9/+9
* 2003-10-16 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-10-161-9/+1
* * include/tzfile.h: Add some missing entries.Christopher Faylor2003-09-251-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* 2003-09-15 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-161-2/+2
* * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor2003-07-261-11/+11
* 2003-07-18 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-07-181-23/+16
* * cygheap.h (class cygheap_user): Use INVALID_HANDLE_VALUE as invalidCorinna Vinschen2003-07-141-15/+6
* * Makefile.in: Remove cygserver stuff.Christopher Faylor2003-07-021-3/+2
* * cygheap.h (enum impersonation): New enum.Corinna Vinschen2003-06-301-6/+12
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * security.cc (get_info_from_sd): New function.Corinna Vinschen2003-04-111-153/+73
* * fhandler.cc (fhandler_base::fstat): Set the uid and gid fieldsCorinna Vinschen2003-04-011-8/+2
* * autoload.cc: added RegGetKeySecurity()Corinna Vinschen2003-03-271-12/+66
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): FixCorinna Vinschen2003-03-191-12/+13
* * sec_acl.cc (setacl): Don't handle DELETE flag specially.Corinna Vinschen2003-03-101-2/+2
* whitespace cleanupChristopher Faylor2003-03-091-1/+1
* * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen2003-02-211-0/+51
* * include/cygwin/in.h (in_attr_t): Define new type.Christopher Faylor2003-02-101-5/+5
* * sec_acl.cc (setacl): Move all permission settings to beginning ofCorinna Vinschen2003-02-051-16/+24
* * sec_helper.cc (get_sids_info): New function.Corinna Vinschen2003-02-051-24/+23
* * path.cc (symlink): Create security attributes so that only theCorinna Vinschen2003-02-041-4/+0
* * security.h: Add third argument to set_process_privilege.Corinna Vinschen2003-02-031-3/+14
* * uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor2003-01-261-3/+3
* * sec_acl.cc (search_ace): Use id == -1, instead of < 0, as wildcard.Corinna Vinschen2003-01-121-48/+79
* * security.cc (get_nt_attribute): Always return -1 when read_sd()Corinna Vinschen2003-01-091-3/+13
* * security.cc (get_user_local_groups): Use LookupAccountSid to find theCorinna Vinschen2002-12-141-6/+9
* 2002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen2002-12-101-2/+3
* * security.cc (get_attribute_from_acl): Always test "anti",Corinna Vinschen2002-11-201-70/+82
* * sec_helper.cc (cygsid::get_id): If the sid matches a sid stored inChristopher Faylor2002-10-221-9/+12
* Remove \n from calls to strace class printfs throughout.Christopher Faylor2002-09-301-6/+6
* * security.cc (allow_ntsec): Default to zero.Christopher Faylor2002-09-301-1/+1
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-3/+3
* * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor2002-09-191-9/+9
* * grp.cc (initgroups): Call groups::clear_supp to free theCorinna Vinschen2002-09-111-0/+3
* * sec_acl.cc (getacl): Check ace_sid == well_known_world_sidCorinna Vinschen2002-08-261-164/+91
* * security.cc (verify_token): Do not reject a token just becauseCorinna Vinschen2002-08-021-2/+5
* * security.cc: Change some formatting.Corinna Vinschen2002-07-291-193/+276