summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-11-05replace u_char and u_int* with standard stdint.h types to ease portable versionJoerg Jung
2015-11-05Print unsigned integers as unsigned integers, kill inconsistent casts.Jeremie Courreges-Anglas
2015-11-05Cap the GRE packet len to tcpdump's snap len, fixes a segfault.Jeremie Courreges-Anglas
2015-11-05When fetching the GRE version, use GRE_VERS and not a naked "7" as mask.Jeremie Courreges-Anglas
2015-11-05spelling; from tjJason McIntyre
2015-11-05spelling; from tjJason McIntyre
2015-11-05"commandline" -> "command line", since there are so few examplesJason McIntyre
2015-11-05Implement smtpctl uncorrupt <msgid>Sunil Nimmagadda
2015-11-05Do not terminate message walk on a corrupt envelope.Sunil Nimmagadda
2015-11-05when a message consists solely of headers and does not end them with anGilles Chehade
2015-11-04replace setbuf with setvbuf, from Frederic NowakTed Unangst
2015-11-04Change cron from including all headers in every file to only includingTodd C. Miller
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