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-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen
2022-05-30Cygwin: simplify some function namesKen Brown
2020-10-04Cygwin: AF_UNIX: use FILE_OPEN_REPARSE_POINT when neededKen Brown
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen
2016-08-19Simplify "Windows-standard-like" permissionsCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-04-18Handle permissions a bit closer to POSIX 1003.1eCorinna Vinschen
2016-03-08Implement POSIX.1e ACL functionsCorinna Vinschen
2015-11-19Fix file type mode bit handling on object security.Corinna Vinschen
2015-11-19Reapply POSIX ACL changes.Corinna Vinschen
2015-08-17Try harder to avoid LDAP access for RFC2307 mappingCorinna Vinschen
2015-08-14Fix copy/paste error in previous patchCorinna Vinschen
2015-08-14Don't perform RFC2307 account mapping without account DBCorinna Vinschen
2015-08-14Evaluate all group perms in ACL to emulate POSIX user permsCorinna Vinschen
2015-04-30Use all ACEs from original ACL on Samba shareCorinna Vinschen
2015-03-02 * security.cc (get_attribute_from_acl): Don't spill Everyone permissionsCorinna Vinschen
2015-02-27 * security.cc (alloc_sd): For directories, mark inherited ACEsCorinna Vinschen
2015-02-27 * sec_acl.cc (setacl): Fix bug which leads to ACE duplication inCorinna Vinschen
2015-02-25 * security.cc (alloc_sd): Don't apply temporary workaround for chmodCorinna Vinschen
2015-02-25 * security.cc (alloc_sd): Fix comment style. Remove code unused forCorinna Vinschen
2015-02-25 * security.cc (alloc_sd): Add temporary workaround which disallowsCorinna Vinschen
2014-08-28 * fhandler.cc (fhandler_base::facl): Drop CLASS_OBJ entry.Corinna Vinschen
2014-08-27 * fhandler.h (fhandler_pty_slave::fch_open_handles): Add bool parameterCorinna Vinschen
2014-08-27 * ntea.cc (read_ea): Change left-over return to __leave. FixCorinna Vinschen
2014-08-27 * path.h (path_conv::init_reopen_attr): Change from void to returningCorinna Vinschen
2014-03-03 * sec_helper.cc (cygpsid::get_id): Move Samba SID->uid/gid mappingCorinna Vinschen
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-06-03 * globals.cc (ro_u_refs): New R/O unicode string.Corinna Vinschen
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-07-26 * fhandler_disk_file.cc (__DIR_mounts::eval_ino): Create path_convCorinna Vinschen
2011-07-05 * security.cc (get_file_sd): Fix comment.Corinna Vinschen
2011-06-06whitespace eliminationChristopher Faylor
2011-05-10 * security.cc (check_registry_access): Handle missingChristian Franke
2011-04-29 * advapi32.cc: Add comment.Corinna Vinschen
2011-04-29 * advapi32.cc (AccessCheck): Remove.Corinna Vinschen
2011-04-28 * advapi32.cc (SetSecurityDescriptorDacl): Remove.Corinna Vinschen
2011-04-28 * advapi32.cc (GetSecurityDescriptorDacl): Remove.Corinna Vinschen
2011-04-28 * advapi32.cc (InitializeAcl): Remove.Corinna Vinschen
2011-04-28 * advapi32.cc (InitializeSid): Remove.Corinna Vinschen
2011-04-28 * autoload.cc (GetSecurityInfo): Remove.Corinna Vinschen
2011-04-04 Drop NT4 support.Corinna Vinschen
2011-03-08 * security.cc: Fix copyright dates.Corinna Vinschen
2011-03-08 * fhandler.cc (fhandler_base::open): When creating a file on aCorinna Vinschen
2010-12-16 * security.cc (alloc_sd): Really fix erroneous inheritence entryCorinna Vinschen
2010-12-15 * security.cc (alloc_sd): Fix erroneous inheritence entry duplication.Corinna Vinschen
2010-09-24 * errno.cc (errmap): Map ERROR_BAD_NET_RESP to ENOSYS.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