summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/security.h
Commit message (Expand)AuthorAgeFilesLines
* Fix outdated S_JUSTCREATED commentCorinna Vinschen2016-08-191-3/+3
* Fix various OS-related commentsCorinna Vinschen2016-06-241-1/+0
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Add cygsid methods to create SIDs from scratchCorinna Vinschen2016-03-121-0/+3
* Treat ACLs with extra ACEs for Admins and SYSTEM like a trivial ACLCorinna Vinschen2016-01-281-1/+1
* Fix permission evaluation for !new_style ACLsCorinna Vinschen2015-11-181-1/+1
* Add Authz class to compute exact POSIX user perms in a security descriptorCorinna Vinschen2015-11-181-1/+2
* Reapply POSIX ACL changes.Corinna Vinschen2015-11-181-6/+10
* Implmenet faster getfrompw/getfromgrCorinna Vinschen2015-03-181-0/+12
* Drop unneeded passwd argument from security functionsCorinna Vinschen2015-03-181-3/+3
* * sec_auth.cc (get_logon_server): Constify domain parameter.Corinna Vinschen2015-01-211-2/+2
* * autoload.cc (CreateProfile): Import.Corinna Vinschen2014-12-021-0/+6
* * cygheap.h (class cygheap_domain_info): Remove lowest_tdo_posix_offset.Corinna Vinschen2014-07-291-0/+10
* * security.h (MAX_SUBAUTH_CNT): Drop. Use SID_MAX_SUB_AUTHORITIESCorinna Vinschen2014-05-061-8/+5
* * grp.cc (internal_getgroups): Drop unused cygsid variable.Corinna Vinschen2014-05-061-3/+5
* * passwd.cc (pg_ent::enumerate_builtin): Convert pwd_builtins andCorinna Vinschen2014-03-061-0/+3
* * autoload.cc (CheckTokenMembership): Import.Corinna Vinschen2014-02-271-3/+5
* * miscfuncs.h (NT_readline::close): New function to close handle.Corinna Vinschen2014-02-161-0/+1
* Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen2014-02-091-4/+45
* * security.h (open_local_policy): Remove declaration.Corinna Vinschen2014-01-231-2/+3
* * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen2013-04-241-34/+34
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-18/+15
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-43/+26
* Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor2012-12-211-2/+2
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-211-4/+1
* * globals.cc (ro_u_refs): New R/O unicode string.Corinna Vinschen2012-06-031-0/+7
* * security.h (cygsidlist::+=): Correctly copy well_known_sid info fromCorinna Vinschen2012-05-291-3/+6
* * sec_auth.cc (get_token_group_sidlist): Add CONSOLE LOGON SID onCorinna Vinschen2011-10-151-1/+2
* * advapi32.cc: Add comment.Corinna Vinschen2011-04-291-2/+14
* * sec_auth.cc (get_user_groups): Mark well-known groups as well-known.Corinna Vinschen2011-04-041-1/+7
* * flock.cc (allow_others_to_sync): Define MAX_PROCESS_SD_SIZE. UseCorinna Vinschen2010-09-101-1/+2
* * security.cc (get_file_sd): Add bool parameter justcreated. UseCorinna Vinschen2010-09-101-23/+38
* * autoload.cc (GetNamedPipeClientProcessId): Define.Corinna Vinschen2010-04-191-1/+8
* * sec_helper.cc (get_null_sd): Make static. Use PSECURITY_DESCRIPTORCorinna Vinschen2010-04-171-2/+0
* * sec_auth.cc (get_user_local_groups): Retrieve name of well knownCorinna Vinschen2010-02-121-0/+1
* * cygwin.din (dup3): Export.Corinna Vinschen2010-01-141-0/+3
* * sec_auth.cc (get_token_group_sidlist): Add BUILTIN\Users accountCorinna Vinschen2010-01-081-2/+3
* * sec_helper.cc (security_descriptor::free): If sd_size is 0, callCorinna Vinschen2009-10-301-0/+5
* * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen2009-10-131-0/+2
* Fix faccessat(,0) and access() semantics.Eric Blake2009-09-251-2/+2
* * sec_auth.cc (str2uni_cat): Move from here...Corinna Vinschen2009-05-091-3/+0
* * fhandler_disk_file.cc (fhandler_disk_file::fchown): Catch anCorinna Vinschen2009-04-091-1/+3
* * sec_auth.cc (str2buf2uni): Remove.Corinna Vinschen2009-03-241-1/+0
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-1/+3
* * Makefile.in (DLL_OFILES): Add setlsapwd.o.Corinna Vinschen2008-11-261-0/+4
* * external.cc (cygwin_internal): Call set_security_attribute withCorinna Vinschen2008-08-141-1/+2
* * sec_auth.cc (extract_nt_dom_user): Return domain and user name asCorinna Vinschen2008-07-301-1/+1
* Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen2008-07-141-3/+0
* Change length for domain buffers from INTERNET_MAX_HOST_NAME_LENGTH toCorinna Vinschen2008-07-111-1/+1
* * autoload.cc (DsGetDcNameW): Replace DsGetDcNameA.Corinna Vinschen2008-07-091-2/+1