| Commit message (Expand) | Author | Age | Files | Lines |
* | Change foo (void) to foo () for all c++ functions throughout. Remove all | Christopher Faylor | 2005-07-05 | 1 | -3/+3 |
* | * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES and | Corinna Vinschen | 2005-06-07 | 1 | -2/+4 |
* | white space and minor comment cleanup. | Christopher Faylor | 2005-05-02 | 1 | -1/+1 |
* | * security.h (cygsidlist::addfromgr): Allow duplicate entries. | Corinna Vinschen | 2005-04-16 | 1 | -2/+3 |
* | * security.h (cygsidlist::addfromgr): Avoid duplicate entries. | Corinna Vinschen | 2005-04-06 | 1 | -1/+2 |
* | * cygheap.cc (cygheap_init): Accomodate set_process_privilege change. | Corinna Vinschen | 2005-04-03 | 1 | -2/+72 |
* | copyright | Christopher Faylor | 2005-02-20 | 1 | -1/+1 |
* | white space | Christopher Faylor | 2005-02-13 | 1 | -2/+2 |
* | 2004-06-17 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2004-06-17 | 1 | -1/+1 |
* | * autoload.cc (NtCreateFile): Add. | Corinna Vinschen | 2004-04-16 | 1 | -1/+5 |
* | * fhandler.cc (fhandler_base::open): Simplify access evaluation | Corinna Vinschen | 2004-04-14 | 1 | -0/+9 |
* | * fhandler.cc (fhandler_base::open): Accomodate query_write_control | Corinna Vinschen | 2004-04-14 | 1 | -1/+1 |
* | * dir.cc (mkdir): Call set_file_attribute with additional handle | Corinna Vinschen | 2004-04-13 | 1 | -2/+2 |
* | * fhandler.cc (fhandler_base::open): Set query access mode according | Corinna Vinschen | 2004-04-08 | 1 | -1/+1 |
* | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 2004-02-09 | 1 | -1/+1 |
* | * security.h (SID): New macro. | Corinna Vinschen | 2004-02-05 | 1 | -14/+23 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -5/+5 |
* | * dir.cc (mkdir): Use local security_descriptor. Call | Corinna Vinschen | 2003-11-26 | 1 | -5/+21 |
* | * sec_acl.h (getace): Use FILE_*_BITS as permission mask. | Corinna Vinschen | 2003-11-26 | 1 | -0/+4 |
* | * security.h (cygpsid::debug_print): Avoid compiler warnings. | Corinna Vinschen | 2003-10-26 | 1 | -1/+1 |
* | 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-09-27 | 1 | -1/+1 |
* | 2003-09-15 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-09-16 | 1 | -6/+8 |
* | 2003-09-09 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2003-09-10 | 1 | -1/+5 |
* | * Makefile.in: Remove cygserver stuff. | Christopher Faylor | 2003-07-02 | 1 | -3/+3 |
* | whitespace cleanup | Christopher Faylor | 2003-03-09 | 1 | -2/+2 |
* | * dtable.cc (dtable::build_fhandler_from_name): Set some fhandler | Corinna Vinschen | 2003-02-21 | 1 | -0/+1 |
* | * include/cygwin/in.h (in_attr_t): Define new type. | Christopher Faylor | 2003-02-10 | 1 | -2/+2 |
* | * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and delete | Corinna Vinschen | 2003-02-06 | 1 | -3/+2 |
* | * security.h (class cygpsid): New class. | Corinna Vinschen | 2003-02-04 | 1 | -32/+41 |
* | * security.h: Add third argument to set_process_privilege. | Corinna Vinschen | 2003-02-03 | 1 | -1/+1 |
* | 2002-12-14 Corinna Vinschen <corinna@vinschen.de> | Corinna Vinschen | 2002-12-14 | 1 | -0/+2 |
* | 2002-12-10 Pierre Humblet <pierre.humblet@ieee.org> | Corinna Vinschen | 2002-12-10 | 1 | -7/+0 |
* | * security.h: Declare internal_getpwsid and internal_getgrsid. | Corinna Vinschen | 2002-11-20 | 1 | -3/+5 |
* | * syscalls.cc (chmod): Simplify conditional. | Corinna Vinschen | 2002-11-12 | 1 | -1/+1 |
* | * grp.cc (initgroups): Call groups::clear_supp to free the | Corinna Vinschen | 2002-09-11 | 1 | -1/+6 |
* | * security.cc: Change some formatting. | Corinna Vinschen | 2002-07-29 | 1 | -16/+59 |
* | * security.h (DONT_INHERIT): Eliminate definition. | Corinna Vinschen | 2002-07-02 | 1 | -3/+0 |
* | * autoload.cc (GetSecurityInfo): Define new autoload function. | Christopher Faylor | 2002-07-02 | 1 | -0/+3 |
* | * security.cc (get_group_sidlist): Add pw argument and use pw->pw_name in call | Christopher Faylor | 2002-06-24 | 1 | -2/+2 |
* | * sec_helper.cc (lookup_name): Suppress. | Corinna Vinschen | 2002-06-06 | 1 | -6/+2 |
* | * security.cc (lsa2wchar): Suppressed. | Corinna Vinschen | 2002-06-03 | 1 | -2/+2 |
* | Change internal uid datatype from __uid16_t to __uid32_t | Corinna Vinschen | 2002-05-29 | 1 | -3/+3 |
* | Change internal gid datatype from __gid16_t to __gid32_t | Corinna Vinschen | 2002-05-28 | 1 | -6/+6 |
* | * syscalls.cc (seteuid): Set default dacl in process token. | Corinna Vinschen | 2002-05-16 | 1 | -0/+2 |
* | * shared.cc (__sec_user): Split into sec_acl() and call orig_sid(). | Corinna Vinschen | 2002-05-13 | 1 | -0/+3 |
* | 2002-02-28 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2002-02-28 | 1 | -0/+2 |
* | * fork.cc (fork_parent): Use sec_user_nih to control process/thread | Christopher Faylor | 2002-02-19 | 1 | -2/+14 |
* | * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc, | Corinna Vinschen | 2002-02-10 | 1 | -1/+1 |
* | * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h, | Corinna Vinschen | 2002-02-10 | 1 | -5/+5 |
* | * dll_init.h (class dll_list): Reorder functions to avoid compiler "can't | Christopher Faylor | 2001-11-03 | 1 | -9/+9 |