summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-01-18minor tweaks: add single quote to @ char, add .Ic markup to forward-only,Joerg Jung
2016-01-18Load pki keys before daemon(3). Keys with passphrase require accessSunil Nimmagadda
2016-01-18remove leftovers of (gone) curve optionJoerg Jung
2016-01-18unify and add some more smtpd(8) referencesJoerg Jung
2016-01-17Properly remove unix sockets (control & listening) upon exit of theLandry Breuil
2016-01-16vmd(8) sometimes attempts page-crossing data copies between the hostStefan Kempf
2016-01-15sync() needs unistd.hTobias Ulmer
2016-01-15remove a macro that was made an identity function by my previous commitmmcc
2016-01-15Introduce the 'eigrpctl clear neighbors' command.Renato Westphal
2016-01-15For each prefix, order routes by their nexthop.Renato Westphal
2016-01-15Better handle explicit nexthops.Renato Westphal
2016-01-15Fix detection of the Stuck-in-Active (SIA) state.Renato Westphal
2016-01-15Several fixes in the Conditionally Received (CR) mode.Renato Westphal
2016-01-15Fix bug that happened when a passive interface was shut down and thenRenato Westphal
2016-01-15Minor tweaks.Renato Westphal
2016-01-15Add support for manually clearing neighbors.Renato Westphal
2016-01-15Do not set the EoT flag in the last startup update.Renato Westphal
2016-01-15Split TLV constants into subcomponents to simplify the code.Renato Westphal
2016-01-15Avoid the use of inet_pton() whenever possible.Renato Westphal
2016-01-15Order the routing instances by AF and then by AS.Renato Westphal
2016-01-15Remove preprocessor conditions (checking for ancient OSs) that try tommcc
2016-01-14No more /etc/mail/aliases.db.Antoine Jacoutot
2016-01-14Check whether a string from imsg is empty by dereferencing the char*mmcc
2016-01-14stdio.h is not needed here anymore.Mike Larkin
2016-01-13"Check UDP length for short as well as long values" - apply the fix fromStuart Henderson
2016-01-13Update the comments in vmctl.c that are describing function arguments.Reyk Floeter
2016-01-13Update the comment that is decribing terminate_vm()'s arguments,Reyk Floeter
2016-01-12Move prototypes of local functions from lp.h to the .c files and maketb
2016-01-12Let smtpd start on machines without a FQDN as hostname.Sunil Nimmagadda
2016-01-12Do not print an error if the list of prefixes is empty.Martin Pieuchot
2016-01-12Remove wireless turbo mode support. It is a non-standard extensionStefan Sperling
2016-01-11This adds the host_error output and the http code (when available) to theSebastian Benoit
2016-01-11sneaky whitespace snuck in againTheo de Raadt
2016-01-11When caching the mtime of the spool directory and system crontab files,Todd C. Miller
2016-01-11remove filter api man page, this needs reworkJoerg Jung
2016-01-10remove a duplicate break statementJonathan Gray
2016-01-09do not install filter_api.3 until the names are changed, to avoid namespaceJoerg Jung
2016-01-08adjust a debug message to use decimal instead of hexJoerg Jung
2016-01-08Zap extraneous SYNOPSIS sections.Vadim Zhukov
2016-01-08Add missing space in "Delivered-to:%s\n" header.Christopher Zimmermann
2016-01-08Keep the pledge of the vmm and vm processes disabled for now as longReyk Floeter
2016-01-08Must set MAX_PORTS to 65536, since we assign toStefan Kempf
2016-01-07If transparent-as is set to no AS paths are prepended with the localFlorian Obser
2016-01-05don't use the second argument of pledge(2) as the whitelist is not stabilizedSebastien Marie
2016-01-05Make some things static that are only used in loadfile_elf.cMike Larkin
2016-01-05Fail fast if elf64_exec fails. No need to populate the bootargs/stackMike Larkin
2016-01-05more bzero -> memset conversionsMike Larkin
2016-01-04no need for af on divert-to rule; from/ok mikebJason McIntyre
2016-01-04add proc and exec to pledge in lka, required to run external add-ons outside ofJoerg Jung
2016-01-04switch to /usr/local/libexec when looking for -extras and drop loop iteratingJoerg Jung