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
path: root/winsup
AgeCommit message (Expand)Author
2015-03-11Include sys/_timespec.h in cygwin/types.h to adjust to newlibCorinna Vinschen
2015-03-11* autoload.cc (CreateEnvironmentBlock): Make loading non-fatal.Corinna Vinschen
2015-03-11Fix condition in DLL loading loopCorinna Vinschen
2015-03-11cygwin: fix __x86_64__ conditional in stdint.hYaakov Selkowitz
2015-03-10whitespace fixCorinna Vinschen
2015-03-10Change CVS->GIT in docsCorinna Vinschen
2015-03-09mv .cvsignore to .gitignoreCorinna Vinschen
2015-03-05 * tty.h (tty::set_master_ctl_closed): Rename from set_master_closed.Corinna Vinschen
2015-03-05 * fhandler.h (fhandler_base::get_echo_handle): New virtual method.Corinna Vinschen
2015-03-04 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 36.Corinna Vinschen
2015-03-04 * posix.xml (std-bsd): Add issetugid.Corinna Vinschen
2015-03-03 * new-features.xml (ov-new1.7.35): Add SIGSYS change.Corinna Vinschen
2015-03-03 * msg.cc: Throughout, drop raising SIGSYS if cygserver is not running.Corinna Vinschen
2015-03-03 * new-features.xml (ov-new1.7.35): Add new section.Corinna Vinschen
2015-03-03 * common.din (issetugid): Export.Corinna Vinschen
2015-03-02 * security.cc (get_attribute_from_acl): Don't spill Everyone permissionsCorinna Vinschen
2015-02-28 * utils.xml (getfacl): Adjust options to option nmame change.Corinna Vinschen
2015-02-28*** empty log message ***Corinna Vinschen
2015-02-28 * getfacl.c (usage): Change --all to --access, --dir to --default.Corinna Vinschen
2015-02-28 * uinfo.cc (pwdgrp::add_line): Return NULL if parsing a line failed.Corinna Vinschen
2015-02-27*** empty log message ***Corinna Vinschen
2015-02-27 * security.cc (alloc_sd): For directories, mark inherited ACEsCorinna Vinschen
2015-02-27 * sec_acl.cc (getacl): Add mask even if all group and secondary accountCorinna Vinschen
2015-02-27 * uinfo.cc (pwdgrp::fetch_account_from_windows): Drop redundant testCorinna Vinschen
2015-02-27 * sec_acl.cc (setacl): Fix bug which leads to ACE duplication inCorinna Vinschen
2015-02-26 * ldap.cc (cyg_ldap::wait): Call cygwait with cw_infinite timeout valueCorinna Vinschen
2015-02-26 * posix_ipc.cc (ipc_mutex_lock): Revert unneeded call to signal handler.Corinna Vinschen
2015-02-26 * posix_ipc.cc (ipc_mutex_lock): Add bool parameter to influence ifCorinna Vinschen
2015-02-26 * fhandler_termios.cc (fhandler_termios::line_edit): Fix conditionCorinna Vinschen
2015-02-26 * sec_acl.cc (setacl): Always grant default owner entryCorinna Vinschen
2015-02-25*** empty log message ***Corinna Vinschen
2015-02-25 * mkgroup.c (MAX_SID_LEN): Remove. Instead, use SECURITY_MAX_SID_SIZECorinna Vinschen
2015-02-25 * fhandler_tape.cc (fhandler_dev_tape::_lock): Add cw_sig_restart toCorinna Vinschen
2015-02-25Applied the "chgrp `id -g`" improvements suggested by Corinna for the FAQWarren Young
2015-02-25 * security.cc (alloc_sd): Don't apply temporary workaround for chmodCorinna Vinschen
2015-02-25 * fhandler_tty.cc (fhandler_pty_slave::read): Having no input is not anCorinna Vinschen
2015-02-25 * ntsec.xml (ntsec-mapping): Match the description of the defaultCorinna Vinschen
2015-02-25*** empty log message ***Corinna 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
2015-02-25 * uinfo.cc (client_request_pwdgrp::client_request_pwdgrp): Add missingCorinna Vinschen
2015-02-25Added chgrp None ~/.ssh/* hack to FAQ item 4.40Warren Young
2015-02-24 * ldap.h: Remove index macros.Corinna Vinschen
2015-02-24 * fhandler.h (class fhandler_base): Add was_nonblocking status flag.Corinna Vinschen
2015-02-24 * include/sys/socket.h (sockatmark): Add prototype.Corinna Vinschen
2015-02-24 * userinfo.h (struct fetch_full_grp_t): Define only when buildingCorinna Vinschen
2015-02-24 * pwdgrp.cc: Handle default fetch_user_arg_type_t in switchesCorinna Vinschen
2015-02-23 * autoload.cc (LsaLookupSids): Import.Corinna Vinschen
2015-02-23 * grp.cc (internal_getgroups): Check for group attributes andCorinna Vinschen
2015-02-23 * cygwait.h (enum cw_wait_mask): Add cw_sig_restart. Add commentsCorinna Vinschen