summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/security.h
Commit message (Expand)AuthorAgeFilesLines
* 2004-06-17 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-06-171-1/+1
* * autoload.cc (NtCreateFile): Add.Corinna Vinschen2004-04-161-1/+5
* * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen2004-04-141-0/+9
* * fhandler.cc (fhandler_base::open): Accomodate query_write_controlCorinna Vinschen2004-04-141-1/+1
* * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen2004-04-131-2/+2
* * fhandler.cc (fhandler_base::open): Set query access mode accordingCorinna Vinschen2004-04-081-1/+1
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * security.h (SID): New macro.Corinna Vinschen2004-02-051-14/+23
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-5/+5
* * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen2003-11-261-5/+21
* * sec_acl.h (getace): Use FILE_*_BITS as permission mask.Corinna Vinschen2003-11-261-0/+4
* * security.h (cygpsid::debug_print): Avoid compiler warnings.Corinna Vinschen2003-10-261-1/+1
* 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-271-1/+1
* 2003-09-15 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-161-6/+8
* 2003-09-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-101-1/+5
* * Makefile.in: Remove cygserver stuff.Christopher Faylor2003-07-021-3/+3
* whitespace cleanupChristopher Faylor2003-03-091-2/+2
* * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen2003-02-211-0/+1
* * include/cygwin/in.h (in_attr_t): Define new type.Christopher Faylor2003-02-101-2/+2
* * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and deleteCorinna Vinschen2003-02-061-3/+2
* * security.h (class cygpsid): New class.Corinna Vinschen2003-02-041-32/+41
* * security.h: Add third argument to set_process_privilege.Corinna Vinschen2003-02-031-1/+1
* 2002-12-14 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2002-12-141-0/+2
* 2002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen2002-12-101-7/+0
* * security.h: Declare internal_getpwsid and internal_getgrsid.Corinna Vinschen2002-11-201-3/+5
* * syscalls.cc (chmod): Simplify conditional.Corinna Vinschen2002-11-121-1/+1
* * grp.cc (initgroups): Call groups::clear_supp to free theCorinna Vinschen2002-09-111-1/+6
* * security.cc: Change some formatting.Corinna Vinschen2002-07-291-16/+59
* * security.h (DONT_INHERIT): Eliminate definition.Corinna Vinschen2002-07-021-3/+0
* * autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor2002-07-021-0/+3
* * security.cc (get_group_sidlist): Add pw argument and use pw->pw_name in callChristopher Faylor2002-06-241-2/+2
* * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen2002-06-061-6/+2
* * security.cc (lsa2wchar): Suppressed.Corinna Vinschen2002-06-031-2/+2
* Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen2002-05-291-3/+3
* Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen2002-05-281-6/+6
* * syscalls.cc (seteuid): Set default dacl in process token.Corinna Vinschen2002-05-161-0/+2
* * shared.cc (__sec_user): Split into sec_acl() and call orig_sid().Corinna Vinschen2002-05-131-0/+3
* 2002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-02-281-0/+2
* * fork.cc (fork_parent): Use sec_user_nih to control process/threadChristopher Faylor2002-02-191-2/+14
* * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen2002-02-101-1/+1
* * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen2002-02-101-5/+5
* * dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor2001-11-031-9/+9
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-11/+11
* * dir.cc (mkdir): Set security attributes correctly forCorinna Vinschen2001-08-071-0/+4
* Change well_known_admin_sid to well_known_admins_sid throughout.Corinna Vinschen2001-07-151-1/+2
* * mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor2001-06-261-1/+1
* * security.h (NTWriteEA): Change prototype.Egor Duda2001-06-051-1/+1
* * sec_helper.cc (cygsid::getfrompw): Change parameter to `const'.Corinna Vinschen2001-05-291-2/+2
* * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen2001-05-201-14/+91
* * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen2001-05-151-20/+39