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
2012-10-27 * dcrt0.cc (quoted): Renamed strechr to strchrnul.Kai Tietz
2012-03-29 * sec_acl.cc (acl32): Fix potnetial crash if build_fh_name returns NULL.Corinna Vinschen
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-04-29 * advapi32.cc: Add comment.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
2010-12-15 * sec_acl.cc (getacl): Ensure that the default acl contains at leastCorinna Vinschen
2010-12-08 * sec_acl.cc (getacl): Set DEF_CLASS_OBJ permissions to 07 insteadCorinna Vinschen
2010-09-12 * sec_acl.cc (acl_worker): Remove.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-06-22 * sec_acl.cc (setacl): Use the long time unused ACL_DEFAULT_SIZECorinna Vinschen
2010-06-15 * dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicatedCorinna Vinschen
2010-01-12 * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen
2009-10-30 * sec_helper.cc (security_descriptor::free): If sd_size is 0, callCorinna Vinschen
2009-04-09 * fhandler_disk_file.cc (fhandler_disk_file::fchown): Catch anCorinna Vinschen
2008-10-13 * sec_acl.cc (setacl): Align standard owner and group permissionsCorinna Vinschen
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor
2008-05-22 * sec_acl.cc (setacl): Set errno to EINVAL if user or group don't exist.Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2007-08-16 * dir.cc (readdir_worker): Convert w32name to PUNICODE_STRING.Corinna Vinschen
2007-08-14 * fhandler.h (fhandler_base::pc): Make public.Corinna Vinschen
2007-07-30 * fhandler_disk_file.cc (fhandler_disk_file::facl): If file can't beCorinna Vinschen
2007-07-20 * fhandler.cc (fhandler_base::fhaccess): Accommodate interface changesCorinna Vinschen
2007-01-07 * security.h (setacl): Add parameter for writability flag.Corinna Vinschen
2006-07-18 * sec_acl.cc (acltotext32): Add missing handling of default ACL entryCorinna Vinschen
2005-06-07 * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen
2005-05-13Remove PC_FULL from path_conv usage throughout.Christopher Faylor
2004-04-17 * autoload.cc (NtCreateFile): Add.Corinna Vinschen
2004-04-15 * ntdll.h: Fix copyright date.Corinna Vinschen
2004-04-15 * sec_acl.cc (getacl): Avoid compiler warning.Corinna Vinschen
2004-04-14 * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen
2004-04-14 * fhandler.cc (fhandler_base::open): Accomodate query_write_controlCorinna Vinschen
2004-04-11 * sec_acl.cc (setacl): Use correct offset when trying to combineCorinna Vinschen
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2004-01-20 * sec_acl.cc (setacl): Make sure sd_ret is large enough.Corinna Vinschen
2003-12-08Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen
2003-11-26 * sec_acl.h (getace): Use FILE_*_BITS as permission mask.Corinna Vinschen
2003-09-25* devices.cc: New file.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-03-10 * sec_acl.cc (setacl): Don't handle DELETE flag specially.Corinna Vinschen
2003-03-09whitespace cleanupChristopher Faylor
2003-03-09Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor
2003-02-21 * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen
2003-02-05 * sec_acl.cc (setacl): Move all permission settings to beginning ofCorinna Vinschen
2003-01-26* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor
2003-01-12 * sec_acl.cc (search_ace): Use id == -1, instead of < 0, as wildcard.Corinna Vinschen