aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/sec_helper.cc
AgeCommit message (Expand)AuthorFilesLines
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-1/+1
2004-04-16 * autoload.cc (NtCreateFile): Add.Corinna Vinschen1-0/+14
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-02-05 * security.h (SID): New macro.Corinna Vinschen1-31/+27
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-3/+3
2003-11-26 * sec_helper.cc (set_process_privilege): Rename restore_priv toCorinna Vinschen1-8/+8
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen1-0/+29
2003-11-04 * external.cc (cygwin_internal): Add CW_GET_POSIX_SECURITY_ATTRIBUTECorinna Vinschen1-0/+18
2003-09-272003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-0/+7
2003-09-25* include/tzfile.h: Add some missing entries.Christopher Faylor1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-09-16 * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.Corinna Vinschen1-1/+1
2003-09-162003-09-15 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-15/+13
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-03-09whitespace cleanupChristopher Faylor1-2/+2
2003-02-26 * sec_helper.cc (get_sids_info): debug_print owner_sid and group_sid.Corinna Vinschen1-0/+3
2003-02-06 * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and deleteCorinna Vinschen1-41/+0
2003-02-05 * sec_helper.cc (get_sids_info): New function.Corinna Vinschen1-0/+37
2003-02-04 * security.h (class cygpsid): New class.Corinna Vinschen1-53/+58
2003-02-03 * security.h: Add third argument to set_process_privilege.Corinna Vinschen1-4/+7
2003-01-26* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor1-2/+2
2002-12-142002-12-14 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen1-12/+31
2002-12-102002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen1-6/+5
2002-11-20 * security.h: Declare internal_getpwsid and internal_getgrsid.Corinna Vinschen1-46/+21
2002-11-14 * grp.cc (getgroups32): Revert previous patch. Use impersonationCorinna Vinschen1-13/+44
2002-11-12 * syscalls.cc (chmod): Simplify conditional.Corinna Vinschen1-128/+48
2002-10-22* sec_helper.cc (cygsid::get_id): If the sid matches a sid stored inChristopher Faylor1-16/+22
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-8/+8
2002-08-08 Patch by Joe Buehler <jbuehler@hekimian.com>:Corinna Vinschen1-1/+1
2002-07-03* cygheap.cc (init_cheap): Rearrange error message.Christopher Faylor1-1/+1
2002-07-01* syscalls.c (seteuid32): Do not return an error when the token cannot beChristopher Faylor1-1/+1
2002-07-01 * shared.cc (sec_none): Move to sec_helper.cc.Corinna Vinschen1-0/+96
2002-06-06 * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen1-0/+2
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor1-1/+0
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen1-2/+2
2002-05-28 Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen1-9/+9
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-2/+0
2002-02-10 * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen1-1/+1
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen1-6/+6
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-8/+8
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-07-15 Change well_known_admin_sid to well_known_admins_sid throughout.Corinna Vinschen1-1/+2
2001-05-29 * sec_helper.cc (cygsid::getfrompw): Change parameter to `const'.Corinna Vinschen1-2/+2
2001-05-20 * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen1-23/+38
2001-05-16 * sec_helper.cc (legal_sid_type): Fix conditional. Change toCorinna Vinschen1-3/+3
2001-05-15 * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen1-68/+32
2001-04-30 * grp.cc: Eliminate MAX_DOMAIN_NAME define.Corinna Vinschen1-30/+21
2001-04-25 * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen1-34/+14
2001-04-20 * security.cc (set_process_privileges): Swap out.Corinna Vinschen1-0/+40