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
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2007-09-18 * security.cc (set_file_sd): Open file with FILE_OPEN_FOR_BACKUP_INTENTCorinna Vinschen
2007-08-16 * dir.cc (readdir_worker): Convert w32name to PUNICODE_STRING.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-07-19 * security.cc (set_nt_attribute): Remove.Corinna Vinschen
2007-07-19 * autoload.cc (SetSecurityDescriptorControl): Drop.Corinna Vinschen
2007-07-19 * cygheap.h (init_cygheap::luid): Remove.Corinna Vinschen
2007-07-17 * fhandler.cc (fhandler_base::fhaccess): Add check for R/O file system.Corinna Vinschen
2007-07-17 * cygheap.h (cygheap_user::curr_imp_token): Rename from current_token.Corinna Vinschen
2007-03-02 * security.cc (get_file_attribute): Avoid compiler warning.Corinna Vinschen
2007-03-01* Makefile (DLL_OFILES): Remove ntea.oChristopher Faylor
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen
2007-02-20Remove extraneous whitespace.Christopher Faylor
2006-12-20 Partially revert change from 2006-10-22. GetSecurityInfo messes upCorinna Vinschen
2006-12-13 * security.cc (lsaauth): Initialize lsa to INVALID_HANDLE_VALUE toCorinna Vinschen
2006-12-12 * environ.cc (subauth_id_init): Remove.Corinna Vinschen
2006-12-12 * environ.cc (set_traverse): Remove.Corinna Vinschen
2006-12-12 Partially revert change from 2005-04-03, always running under anCorinna Vinschen
2006-11-29 * security.cc (create_token): Revert erroneous change to testCorinna Vinschen
2006-11-27 * cyglsa.h: New header file.Corinna Vinschen
2006-11-09 * autoload.cc (EqualPrefixSid): Define.Corinna Vinschen
2006-11-08 * sec_helper.cc (sid_auth): Remove.Corinna Vinschen
2006-11-01 * security.h (cygpriv_idx): Add privileges new in Vista.Corinna Vinschen
2006-10-22 * fhandler_disk_file.cc (fhandler_disk_file::facl): Fix whitespace.Corinna Vinschen
2006-10-22 * external.cc (cygwin_internal): Use security_descriptor::copy method.Corinna Vinschen
2006-10-21 * fhandler.cc (fhandler_base::fhaccess): Call check_registry_accessCorinna Vinschen
2006-10-16 * autoload.cc (PrivilegeCheck): Define.Corinna Vinschen
2006-10-13 * autoload.cc (Wow64DisableWow64FsRedirection): Define.Corinna Vinschen
2006-10-12 * security.cc (create_token): Fix condition for source identifier.Corinna Vinschen
2006-08-14 * security.cc (subauth): Initialize user_token to NULL. Add comment.Corinna Vinschen
2006-07-25* security.cc (get_logon_server): Remove nret and use dret for everything toChristopher Faylor
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2006-07-03 * autoload.cc (NtQueryEaFile): Define.Corinna Vinschen
2006-02-07 * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen
2006-02-02 * security.cc (is_group_member): Fix comment.Corinna Vinschen
2006-02-02 * security.cc (is_group_member): Use local group info type 1. TestCorinna Vinschen
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor
2005-08-12white spaceChristopher Faylor
2005-08-08 * security.cc (get_reg_security): New static function.Corinna Vinschen
2005-06-22 * security.cc (get_initgroups_sidlist): Drop special_pgrp parameter.Corinna Vinschen
2005-06-08 * security.cc (cygwin_logon_user): Run LogonUser in the primaryCorinna Vinschen
2005-06-07 * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen
2005-04-19 * security.cc (alloc_sd): Remove DELETE bit from user's ACE ifCorinna Vinschen
2005-04-16 * security.h (cygsidlist::addfromgr): Allow duplicate entries.Corinna Vinschen
2005-04-13 * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor
2005-03-17* fhandler_tape.cc (get_ll): This is a generally useful function so move itChristopher Faylor
2004-10-282004-10-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet