summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sec_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-271-0/+7
* * include/tzfile.h: Add some missing entries.Christopher Faylor2003-09-251-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.Corinna Vinschen2003-09-161-1/+1
* 2003-09-15 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-161-15/+13
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* whitespace cleanupChristopher Faylor2003-03-091-2/+2
* * sec_helper.cc (get_sids_info): debug_print owner_sid and group_sid.Corinna Vinschen2003-02-261-0/+3
* * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and deleteCorinna Vinschen2003-02-061-41/+0
* * sec_helper.cc (get_sids_info): New function.Corinna Vinschen2003-02-051-0/+37
* * security.h (class cygpsid): New class.Corinna Vinschen2003-02-041-53/+58
* * security.h: Add third argument to set_process_privilege.Corinna Vinschen2003-02-031-4/+7
* * uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor2003-01-261-2/+2
* 2002-12-14 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2002-12-141-12/+31
* 2002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen2002-12-101-6/+5
* * security.h: Declare internal_getpwsid and internal_getgrsid.Corinna Vinschen2002-11-201-46/+21
* * grp.cc (getgroups32): Revert previous patch. Use impersonationCorinna Vinschen2002-11-141-13/+44
* * syscalls.cc (chmod): Simplify conditional.Corinna Vinschen2002-11-121-128/+48
* * sec_helper.cc (cygsid::get_id): If the sid matches a sid stored inChristopher Faylor2002-10-221-16/+22
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-8/+8
* Patch by Joe Buehler <jbuehler@hekimian.com>:Corinna Vinschen2002-08-081-1/+1
* * cygheap.cc (init_cheap): Rearrange error message.Christopher Faylor2002-07-031-1/+1
* * syscalls.c (seteuid32): Do not return an error when the token cannot beChristopher Faylor2002-07-011-1/+1
* * shared.cc (sec_none): Move to sec_helper.cc.Corinna Vinschen2002-07-011-0/+96
* * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen2002-06-061-0/+2
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen2002-05-291-2/+2
* Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen2002-05-281-9/+9
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-2/+0
* * 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-6/+6
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-8/+8
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-1/+1
* Change well_known_admin_sid to well_known_admins_sid throughout.Corinna Vinschen2001-07-151-1/+2
* * 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-23/+38
* * sec_helper.cc (legal_sid_type): Fix conditional. Change toCorinna Vinschen2001-05-161-3/+3
* * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen2001-05-151-68/+32
* * grp.cc: Eliminate MAX_DOMAIN_NAME define.Corinna Vinschen2001-04-301-30/+21
* * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen2001-04-251-34/+14
* * security.cc (set_process_privileges): Swap out.Corinna Vinschen2001-04-201-0/+40
* * Makefile.in: Add object files `sec_helper.cc' and `sec_acl.cc'.Corinna Vinschen2001-04-201-0/+399