summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * getfacl.c (usage): Change --all to --access, --dir to --default.Corinna Vinschen2015-02-282-6/+12
* * uinfo.cc (pwdgrp::add_line): Return NULL if parsing a line failed.Corinna Vinschen2015-02-282-7/+14
* *** empty log message ***Corinna Vinschen2015-02-271-0/+18
* * security.cc (alloc_sd): For directories, mark inherited ACEsCorinna Vinschen2015-02-272-0/+11
* * sec_acl.cc (getacl): Add mask even if all group and secondary accountCorinna Vinschen2015-02-272-4/+17
* * uinfo.cc (pwdgrp::fetch_account_from_windows): Drop redundant testCorinna Vinschen2015-02-272-1/+6
* * sec_acl.cc (setacl): Fix bug which leads to ACE duplication inCorinna Vinschen2015-02-274-52/+93
* 2015-02-26 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2015-02-262-108/+113
* * ldap.cc (cyg_ldap::wait): Call cygwait with cw_infinite timeout valueCorinna Vinschen2015-02-262-3/+8
* * posix_ipc.cc (ipc_mutex_lock): Revert unneeded call to signal handler.Corinna Vinschen2015-02-262-1/+4
* * posix_ipc.cc (ipc_mutex_lock): Add bool parameter to influence ifCorinna Vinschen2015-02-262-8/+21
* * fhandler_termios.cc (fhandler_termios::line_edit): Fix conditionCorinna Vinschen2015-02-263-7/+20
* * sec_acl.cc (setacl): Always grant default owner entryCorinna Vinschen2015-02-252-0/+7
* *** empty log message ***Corinna Vinschen2015-02-251-0/+3
* * mkgroup.c (MAX_SID_LEN): Remove. Instead, use SECURITY_MAX_SID_SIZECorinna Vinschen2015-02-253-49/+61
* * fhandler_tape.cc (fhandler_dev_tape::_lock): Add cw_sig_restart toCorinna Vinschen2015-02-254-15/+19
* Applied the "chgrp `id -g`" improvements suggested by Corinna for the FAQWarren Young2015-02-252-0/+21
* * security.cc (alloc_sd): Don't apply temporary workaround for chmodCorinna Vinschen2015-02-252-8/+18
* * fhandler_tty.cc (fhandler_pty_slave::read): Having no input is not anCorinna Vinschen2015-02-252-2/+15
* * libc/include/sys/cdefs.h (_GNU_SOURCE): Move check so it has anJon TURNEY2015-02-252-6/+13
* * ntsec.xml (ntsec-mapping): Match the description of the defaultCorinna Vinschen2015-02-252-35/+14
* *** empty log message ***Corinna Vinschen2015-02-251-0/+10
* * security.cc (alloc_sd): Fix comment style. Remove code unused forCorinna Vinschen2015-02-252-26/+8
* * security.cc (alloc_sd): Add temporary workaround which disallowsCorinna Vinschen2015-02-252-1/+16
* * uinfo.cc (client_request_pwdgrp::client_request_pwdgrp): Add missingCorinna Vinschen2015-02-252-0/+6
* Added chgrp None ~/.ssh/* hack to FAQ item 4.40Warren Young2015-02-252-0/+25
* * ldap.h: Remove index macros.Corinna Vinschen2015-02-248-102/+144
* * fhandler.h (class fhandler_base): Add was_nonblocking status flag.Corinna Vinschen2015-02-244-4/+33
* * include/sys/socket.h (sockatmark): Add prototype.Corinna Vinschen2015-02-242-1/+6
* * userinfo.h (struct fetch_full_grp_t): Define only when buildingCorinna Vinschen2015-02-232-0/+10
* * pwdgrp.cc: Handle default fetch_user_arg_type_t in switchesCorinna Vinschen2015-02-232-1/+14
* * autoload.cc (LsaLookupSids): Import.Corinna Vinschen2015-02-237-60/+243
* * grp.cc (internal_getgroups): Check for group attributes andCorinna Vinschen2015-02-232-10/+14
* * cygwait.h (enum cw_wait_mask): Add cw_sig_restart. Add commentsCorinna Vinschen2015-02-234-11/+25
* * cygwait.cc (cygwait): Move setting res to WAIT_SIGNALED to clarifyCorinna Vinschen2015-02-232-2/+8
* * winsup.h (SIGTOMASK): Add cast to sigset_t to avoid int overflow.Corinna Vinschen2015-02-233-1/+8
* * grp.cc (internal_getgroups): Take additional timeout_ns parameter.Corinna Vinschen2015-02-206-7/+46
* 2015-02-19 Jon TURNEY <jon.turney@dronecode.org.uk>Jon TURNEY2015-02-202-1/+5
* 2015-02-19 Jon TURNEY <jon.turney@dronecode.org.uk>Jon TURNEY2015-02-202-3/+9
* * sec_acl.cc (setacl): Always grant owner FILE_WRITE_ATTRIBUTES access.Corinna Vinschen2015-02-193-6/+16
* * ldap.cc (struct cyg_ldap_search): Add scope member.Corinna Vinschen2015-02-183-12/+29
* * ldap.cc: Macro-ize filter expressions. Use throughout to computeCorinna Vinschen2015-02-182-23/+45
* * dump_setup.cc (check_package_files): Accommodate postinstallKen Brown2015-02-172-1/+7
* Applied Andrey's and my improvments to FAQ item 4.2, discussed on the main ML.Warren Young2015-02-172-48/+112
* * ldap.cc (cyg_ldap::fetch_posix_offset_for_domain): Drop strayCorinna Vinschen2015-02-172-1/+5
* * ldap.h (class cyg_ldap): Rename rootdse to def_context. ChangeCorinna Vinschen2015-02-173-32/+59
* * arm/crt0.S: Initialise __heap_limit when ARM_RDI_MONITOR is defined.Corinna Vinschen2015-02-173-1/+17
* * libc/machine/arm/aeabi_memclr.c: New file to supportCorinna Vinschen2015-02-179-5/+555
* * libc/machine/arm/aeabi_memmove.c: New file to supportCorinna Vinschen2015-02-178-3/+351
* *** empty log message ***Corinna Vinschen2015-02-161-1/+1