Age | Commit message (Expand) | Author | Files | Lines |
2003-12-07 | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 1 | -23/+23 |
2003-11-26 | * dir.cc (mkdir): Use local security_descriptor. Call | Corinna Vinschen | 1 | -19/+15 |
2003-11-26 | * sec_acl.h (getace): Use FILE_*_BITS as permission mask. | Corinna Vinschen | 1 | -3/+3 |
2003-09-25 | * devices.cc: New file. | Christopher Faylor | 1 | -1/+1 |
2003-06-16 | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 1 | -1/+0 |
2003-03-10 | * sec_acl.cc (setacl): Don't handle DELETE flag specially. | Corinna Vinschen | 1 | -8/+2 |
2003-03-09 | whitespace cleanup | Christopher Faylor | 1 | -1/+1 |
2003-03-09 | Do some minor reformatting of 'extern "C"' use throughout. | Christopher Faylor | 1 | -48/+25 |
2003-02-21 | * dtable.cc (dtable::build_fhandler_from_name): Set some fhandler | Corinna Vinschen | 1 | -63/+0 |
2003-02-05 | * sec_acl.cc (setacl): Move all permission settings to beginning of | Corinna Vinschen | 1 | -83/+173 |
2003-01-26 | * uinfo.cc (pwdgrp::load): Regularize strace output. Add warning for | Christopher Faylor | 1 | -5/+5 |
2003-01-12 | * sec_acl.cc (search_ace): Use id == -1, instead of < 0, as wildcard. | Corinna Vinschen | 1 | -49/+59 |
2002-12-12 | whitespace | Christopher Faylor | 1 | -3/+3 |
2002-12-10 | 2002-12-10 Pierre Humblet <pierre.humblet@ieee.org> | Corinna Vinschen | 1 | -16/+11 |
2002-11-25 | * sec_acl.cc (getacl): Set errno to ENOSPC if command is GETACL and | Corinna Vinschen | 1 | -1/+4 |
2002-11-24 | 2002-11-24 Corinna Vinschen <corinna@vinschen.de> | Corinna Vinschen | 1 | -142/+131 |
2002-09-22 | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 1 | -7/+7 |
2002-08-26 | * sec_acl.cc (getacl): Check ace_sid == well_known_world_sid | Corinna Vinschen | 1 | -6/+6 |
2002-07-02 | * security.h (DONT_INHERIT): Eliminate definition. | Corinna Vinschen | 1 | -4/+5 |
2002-06-02 | Remove unneeded sigproc.h includes throughout. | Christopher Faylor | 1 | -1/+0 |
2002-05-29 | Change internal uid datatype from __uid16_t to __uid32_t | Corinna Vinschen | 1 | -3/+3 |
2002-05-28 | Change internal gid datatype from __gid16_t to __gid32_t | Corinna Vinschen | 1 | -5/+5 |
2002-05-25 | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 1 | -2/+0 |
2002-02-25 | * cygwin.din (fstat64): New symbol. | Corinna Vinschen | 1 | -3/+3 |
2002-02-10 | * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc, | Corinna Vinschen | 1 | -1/+1 |
2002-02-10 | * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h, | Corinna Vinschen | 1 | -33/+36 |
2001-10-15 | * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle. | Christopher Faylor | 1 | -3/+3 |
2001-09-11 | Update copyrights. | Christopher Faylor | 1 | -1/+1 |
2001-09-07 | * cygheap.h (init_cygheap): Move heap pointers here. | Christopher Faylor | 1 | -2/+2 |
2001-07-26 | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 1 | -1/+1 |
2001-07-15 | Change well_known_admin_sid to well_known_admins_sid throughout. | Corinna Vinschen | 1 | -2/+3 |
2001-05-15 | * fork.cc (fork): Eliminate superfluous call to getuid(). | Corinna Vinschen | 1 | -10/+11 |
2001-04-25 | * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16. | Corinna Vinschen | 1 | -35/+19 |
2001-04-20 | * Makefile.in: Add object files `sec_helper.cc' and `sec_acl.cc'. | Corinna Vinschen | 1 | -0/+1060 |