summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-11-04Bump distribution tarball versions.mmcc
2015-11-04Remove unused LogFD variableTodd C. Miller
2015-11-04Change some globals from extern to static when they are not usedTodd C. Miller
2015-11-04fix a memory leak in multiple error pathsJonathan Gray
2015-11-03If pledge(2) fails use perror instead of log_it(RealUser, ...) sinceTodd C. Miller
2015-11-03It is only necessary to swap the effective gid when reading a file.Todd C. Miller
2015-11-03Recognize carp(4) interfaces (yes, they are special...) in order to sendMartin Pieuchot
2015-11-03Missing comma.Martin Pieuchot
2015-11-03fix a memory leak in an error pathJonathan Gray
2015-11-03When updating an interface, do not delete the kif_node but letGerhard Roth
2015-11-03Blank lines around pledge call.mmcc
2015-11-03Blank line after pledge call.mmcc
2015-11-03Surround pledge call with blank lines.mmcc
2015-11-03Use send(MSG_NOSIGNAL) instead of mucking with the disposition of SIGPIPEPhilip Guenther
2015-11-02Use setegid() directly instead of swap_gids() / swap_gids_back().Todd C. Miller
2015-11-02Print RDNSS nameserver addresses, and print option names for some otherStuart Henderson
2015-11-02switch from using sha1 to sha256Jonathan Gray
2015-11-02sign csrs with openssl ca instead of x509 -reqJonathan Gray
2015-11-02sign csrs with openssl ca instead of x509 -reqJonathan Gray
2015-11-02Accept an ocsp option when creating certificates to set the extendedJonathan Gray
2015-11-02use SOCK_NONBLOCK instead of fcntlJonathan Matthew
2015-11-02use SOCK_NONBLOCK instead of fcntlJonathan Matthew
2015-11-02Both ldapd processes need "stdio" to talk to clients and each other.Jonathan Matthew
2015-11-01Remove register keyword uses. Still needs to be done in all othermmcc
2015-11-01replace "can not" with "cannot";Jason McIntyre
2015-11-01pledge in bgpctl.Sebastian Benoit
2015-11-01needs pledge "cpath" to allow unlink of AF_UNIX sockets eventuallyTheo de Raadt
2015-11-01only pledge if in doing-work-via-daemon modeTheo de Raadt
2015-11-01chroot to pw_dir instead of the hard-coded /var/empty. Also make theReyk Floeter
2015-11-01Tweak wording.Antoine Jacoutot
2015-11-01ldapctl has two modes of operation, one where it operates on the btree filesJonathan Matthew
2015-11-01inetd needs pledge "unix" to bind AF_UNIX socketsTheo de Raadt
2015-10-31fully revert some parts introduced with the original server rtable support,Christian Weisgerber
2015-10-31repair error message; spotted by Marcus MerighiTheo de Raadt
2015-10-31Split client-only (at, crontab) functions out of misc.c and intoTodd C. Miller
2015-10-31open_socket() is only used by cron proper so move to cron.cTodd C. Miller
2015-10-31swap_gids and swap_gids_back are only used by crontab.c soTodd C. Miller
2015-10-31Only handle meta scripts for rc.d actions and enable/disable only.Antoine Jacoutot
2015-10-31revert -r1.42 as it breaks slowcgi and php-fpm setups as reported by jturnerJoerg Jung
2015-10-30drop unused define; ok reyk@Christian Weisgerber
2015-10-30Remove support for sending status reports to syslog on SIGINFO;Reyk Floeter
2015-10-30it is necessary to call tzset() to get syslog timestamps correct.Ted Unangst
2015-10-29Also need exec to run the editor of course.Todd C. Miller
2015-10-29crontab needs "proc" for fork(2)Todd C. Miller
2015-10-29Use stravis(3) instead of a homegrown vis-like function.Todd C. Miller
2015-10-29remove unused variablesTodd C. Miller
2015-10-29Convert env_get() into env_find() similar to __findenv() in libc.Todd C. Miller
2015-10-29Remove useless FACILITY define and use LOG_CRON directly.Todd C. Miller
2015-10-29put timeout nullification in correct spotTed Unangst
2015-10-29be a little more precise about checking filtersTed Unangst