aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/security.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-18Fix permission evaluation for !new_style ACLsCorinna Vinschen1-1/+1
2015-11-18Add Authz class to compute exact POSIX user perms in a security descriptorCorinna Vinschen1-1/+2
2015-11-18Reapply POSIX ACL changes.Corinna Vinschen1-6/+10
2015-03-18Implmenet faster getfrompw/getfromgrCorinna Vinschen1-0/+12
2015-03-18Drop unneeded passwd argument from security functionsCorinna Vinschen1-3/+3
2015-01-21 * sec_auth.cc (get_logon_server): Constify domain parameter.Corinna Vinschen1-2/+2
2014-12-02 * autoload.cc (CreateProfile): Import.Corinna Vinschen1-0/+6
2014-07-29 * cygheap.h (class cygheap_domain_info): Remove lowest_tdo_posix_offset.Corinna Vinschen1-0/+10
2014-05-06 * security.h (MAX_SUBAUTH_CNT): Drop. Use SID_MAX_SUB_AUTHORITIESCorinna Vinschen1-8/+5
2014-05-06 * grp.cc (internal_getgroups): Drop unused cygsid variable.Corinna Vinschen1-3/+5
2014-03-06 * passwd.cc (pg_ent::enumerate_builtin): Convert pwd_builtins andCorinna Vinschen1-0/+3
2014-02-27 * autoload.cc (CheckTokenMembership): Import.Corinna Vinschen1-3/+5
2014-02-16 * miscfuncs.h (NT_readline::close): New function to close handle.Corinna Vinschen1-0/+1
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen1-4/+45
2014-01-23 * security.h (open_local_policy): Remove declaration.Corinna Vinschen1-2/+3
2013-04-24 * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen1-34/+34
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-18/+15
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-43/+26
2012-12-21Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor1-2/+2
2012-07-21* DevNotes: Add entry cgf-000013.Christopher Faylor1-4/+1
2012-06-03 * globals.cc (ro_u_refs): New R/O unicode string.Corinna Vinschen1-0/+7
2012-05-29 * security.h (cygsidlist::+=): Correctly copy well_known_sid info fromCorinna Vinschen1-3/+6
2011-10-15 * sec_auth.cc (get_token_group_sidlist): Add CONSOLE LOGON SID onCorinna Vinschen1-1/+2
2011-04-29 * advapi32.cc: Add comment.Corinna Vinschen1-2/+14
2011-04-04 * sec_auth.cc (get_user_groups): Mark well-known groups as well-known.Corinna Vinschen1-1/+7
2010-09-10 * flock.cc (allow_others_to_sync): Define MAX_PROCESS_SD_SIZE. UseCorinna Vinschen1-1/+2
2010-09-10 * security.cc (get_file_sd): Add bool parameter justcreated. UseCorinna Vinschen1-23/+38
2010-04-19 * autoload.cc (GetNamedPipeClientProcessId): Define.Corinna Vinschen1-1/+8
2010-04-17 * sec_helper.cc (get_null_sd): Make static. Use PSECURITY_DESCRIPTORCorinna Vinschen1-2/+0
2010-02-12 * sec_auth.cc (get_user_local_groups): Retrieve name of well knownCorinna Vinschen1-0/+1
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen1-0/+3
2010-01-08 * sec_auth.cc (get_token_group_sidlist): Add BUILTIN\Users accountCorinna Vinschen1-2/+3
2009-10-30 * sec_helper.cc (security_descriptor::free): If sd_size is 0, callCorinna Vinschen1-0/+5
2009-10-13 * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen1-0/+2
2009-09-25Fix faccessat(,0) and access() semantics.Eric Blake1-2/+2
2009-05-09 * sec_auth.cc (str2uni_cat): Move from here...Corinna Vinschen1-3/+0
2009-04-09 * fhandler_disk_file.cc (fhandler_disk_file::fchown): Catch anCorinna Vinschen1-1/+3
2009-03-24 * sec_auth.cc (str2buf2uni): Remove.Corinna Vinschen1-1/+0
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-1/+3
2008-11-26 * Makefile.in (DLL_OFILES): Add setlsapwd.o.Corinna Vinschen1-0/+4
2008-08-14 * external.cc (cygwin_internal): Call set_security_attribute withCorinna Vinschen1-1/+2
2008-07-30 * sec_auth.cc (extract_nt_dom_user): Return domain and user name asCorinna Vinschen1-1/+1
2008-07-14 Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen1-3/+0
2008-07-11 Change length for domain buffers from INTERNET_MAX_HOST_NAME_LENGTH toCorinna Vinschen1-1/+1
2008-07-09 * autoload.cc (DsGetDcNameW): Replace DsGetDcNameA.Corinna Vinschen1-2/+1
2008-04-22 * sec_auth.cc (create_token): Add integrity level SID to token onCorinna Vinschen1-0/+3
2008-04-18 * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen1-0/+4
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor1-4/+4
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen1-0/+1