Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-30Cygwin: remove regparm.hKen Brown
2022-05-30Cygwin: simplify some function namesKen Brown
2022-05-30Cygwin: remove some 32-bit-only function definitionsKen Brown
2022-05-13Cygwin: drop create_token and dependent functionsCorinna Vinschen
2021-10-29Cygwin: remove unused lsaauth authentication functionCorinna Vinschen
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen
2019-03-04Cygwin: Revert attempting to unload user profile after useCorinna Vinschen
2019-02-23Cygwin: user profile: Make an effort to unload unused user profilesCorinna Vinschen
2019-02-22Cygwin: s4uauth: allow to be called for identification onlyCorinna Vinschen
2019-02-18Cygwin: re-enable create_token for older systemsCorinna Vinschen
2019-01-30Cygwin: fork: fix child process permissions, take 2Corinna Vinschen
2019-01-29Cygwin: fork/exec: fix child process permissionsCorinna Vinschen
2019-01-26Cygwin: seteuid: use Kerberos/MsV1_0 S4U authentication by defaultCorinna Vinschen
2019-01-24Cygwin: seteuid: work with password-less user switch as wellCorinna Vinschen
2018-02-21Cygwin: split out fhandler_socket into inet and local classesCorinna Vinschen
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen
2016-08-19Fix outdated S_JUSTCREATED commentCorinna Vinschen
2016-06-25Fix various OS-related commentsCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-03-12Add cygsid methods to create SIDs from scratchCorinna Vinschen
2016-01-29Treat ACLs with extra ACEs for Admins and SYSTEM like a trivial ACLCorinna Vinschen
2015-11-19Fix permission evaluation for !new_style ACLsCorinna Vinschen
2015-11-19Add Authz class to compute exact POSIX user perms in a security descriptorCorinna Vinschen
2015-11-19Reapply POSIX ACL changes.Corinna Vinschen
2015-03-18Implmenet faster getfrompw/getfromgrCorinna Vinschen
2015-03-18Drop unneeded passwd argument from security functionsCorinna Vinschen
2015-01-21 * sec_auth.cc (get_logon_server): Constify domain parameter.Corinna Vinschen
2014-12-02 * autoload.cc (CreateProfile): Import.Corinna Vinschen
2014-07-29 * cygheap.h (class cygheap_domain_info): Remove lowest_tdo_posix_offset.Corinna Vinschen
2014-05-06 * security.h (MAX_SUBAUTH_CNT): Drop. Use SID_MAX_SUB_AUTHORITIESCorinna Vinschen
2014-05-06 * grp.cc (internal_getgroups): Drop unused cygsid variable.Corinna Vinschen
2014-03-06 * passwd.cc (pg_ent::enumerate_builtin): Convert pwd_builtins andCorinna Vinschen
2014-02-27 * autoload.cc (CheckTokenMembership): Import.Corinna Vinschen
2014-02-16 * miscfuncs.h (NT_readline::close): New function to close handle.Corinna Vinschen
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen
2014-01-23 * security.h (open_local_policy): Remove declaration.Corinna Vinschen
2013-04-24 * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2012-12-22Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2012-06-03 * globals.cc (ro_u_refs): New R/O unicode string.Corinna Vinschen
2012-05-29 * security.h (cygsidlist::+=): Correctly copy well_known_sid info fromCorinna Vinschen
2011-10-15 * sec_auth.cc (get_token_group_sidlist): Add CONSOLE LOGON SID onCorinna Vinschen
2011-04-29 * advapi32.cc: Add comment.Corinna Vinschen
2011-04-04 * sec_auth.cc (get_user_groups): Mark well-known groups as well-known.Corinna Vinschen
2010-09-10 * flock.cc (allow_others_to_sync): Define MAX_PROCESS_SD_SIZE. UseCorinna Vinschen
2010-09-10 * security.cc (get_file_sd): Add bool parameter justcreated. UseCorinna Vinschen
2010-04-19 * autoload.cc (GetNamedPipeClientProcessId): Define.Corinna Vinschen
2010-04-17 * sec_helper.cc (get_null_sd): Make static. Use PSECURITY_DESCRIPTORCorinna Vinschen