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
2003-06-30 * cygheap.h (enum impersonation): New enum.Corinna Vinschen
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-04-11 * security.cc (get_info_from_sd): New function.Corinna Vinschen
2003-04-01 * fhandler.cc (fhandler_base::fstat): Set the uid and gid fieldsCorinna Vinschen
2003-03-27 * autoload.cc: added RegGetKeySecurity()Corinna Vinschen
2003-03-20 * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): FixCorinna Vinschen
2003-03-10 * sec_acl.cc (setacl): Don't handle DELETE flag specially.Corinna Vinschen
2003-03-09whitespace cleanupChristopher Faylor
2003-02-21 * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen
2003-02-11* include/cygwin/in.h (in_attr_t): Define new type.Christopher Faylor
2003-02-05 * sec_acl.cc (setacl): Move all permission settings to beginning ofCorinna Vinschen
2003-02-05 * sec_helper.cc (get_sids_info): New function.Corinna Vinschen
2003-02-04 * path.cc (symlink): Create security attributes so that only theCorinna Vinschen
2003-02-03 * security.h: Add third argument to set_process_privilege.Corinna 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
2003-01-09 * security.cc (get_nt_attribute): Always return -1 when read_sd()Corinna Vinschen
2002-12-14 * security.cc (get_user_local_groups): Use LookupAccountSid to find theCorinna Vinschen
2002-12-102002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen
2002-11-20 * security.cc (get_attribute_from_acl): Always test "anti",Corinna Vinschen
2002-10-22* sec_helper.cc (cygsid::get_id): If the sid matches a sid stored inChristopher Faylor
2002-09-30Remove \n from calls to strace class printfs throughout.Christopher Faylor
2002-09-30* security.cc (allow_ntsec): Default to zero.Christopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor
2002-09-11 * grp.cc (initgroups): Call groups::clear_supp to free theCorinna Vinschen
2002-08-26 * sec_acl.cc (getacl): Check ace_sid == well_known_world_sidCorinna Vinschen
2002-08-02 * security.cc (verify_token): Do not reject a token just becauseCorinna Vinschen
2002-07-29 * security.cc: Change some formatting.Corinna Vinschen
2002-07-25* security.cc (allow_ntsec): Default to on.Christopher Faylor
2002-07-23 * security.cc (get_group_sidlist): Create group list from /etc filesCorinna Vinschen
2002-07-20white spaceChristopher Faylor
2002-07-19 * security.cc (get_unix_group_sidlist): Create.Corinna Vinschen
2002-07-15 * security.cc (get_group_sidlist): Fix formatting.Corinna Vinschen
2002-07-02 * security.cc (get_logon_server): Interpret a zero lengthCorinna Vinschen
2002-07-02 * security.h (DONT_INHERIT): Eliminate definition.Corinna Vinschen
2002-07-02* autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor
2002-07-01white spaceChristopher Faylor
2002-06-30 * security.cc (extract_nt_dom_user): Check for all buffer overflows.Corinna Vinschen
2002-06-24* security.cc (get_group_sidlist): Add pw argument and use pw->pw_name in callChristopher Faylor
2002-06-21 * security.cc (alloc_sd): Carefully check owner_sid again after tryingCorinna Vinschen
2002-06-21 * security.cc (alloc_sd): Remove unnecessary retrieval of owner name.Corinna Vinschen
2002-06-21* uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.Christopher Faylor
2002-06-19Use hMainProc where appropriate, throughout.Christopher Faylor
2002-06-13* security.cc (get_logon_server): Use strcasematch rather than strcasecmp.Christopher Faylor
2002-06-11* Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGSChristopher Faylor
2002-06-06 * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen
2002-06-03 * security.cc (lsa2wchar): Suppressed.Corinna Vinschen
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen