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
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
2004-10-062004-10-05 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor
2004-09-03 * security.cc: Fix a few more strace_prints.Corinna Vinschen
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor
2004-06-172004-06-17 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor
2004-04-17 * autoload.cc (NtCreateFile): Add.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-14 * autoload.cc (NtSetSecurityObject): Add.Corinna Vinschen
2004-04-14 * security.cc (set_nt_attribute): Only call get_nt_object_securityCorinna Vinschen
2004-04-14 * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen
2004-04-13 * autoload.cc (NtQuerySecurityObject): Add.Corinna Vinschen
2004-04-09 * security.cc (get_file_attribute): Fix conditional.Corinna Vinschen