summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-01-25remove pointless log message; As a bonus avoid trigraph '??'Gleydson Soares
2016-01-25(hidden) is more readable than (??????) and avoid trigraphGleydson Soares
2016-01-25avoid a potential double freeJonathan Gray
2016-01-25No need to declare main().Jeremie Courreges-Anglas
2016-01-25malloc+memset -> callocJeremie Courreges-Anglas
2016-01-25Redundant assignement is redundant.Jeremie Courreges-Anglas
2016-01-24Check all daemons in "faulty", not just the base ones.Antoine Jacoutot
2016-01-24Set argument encode / result decode callbacks for 'all'.Matthieu Herrb
2016-01-24Set argument encode / result decode call backs for 'maplist'.Matthieu Herrb
2016-01-24Implement the 'master' request. ok jmatthew@Matthieu Herrb
2016-01-22in lka process, revoke proc/exec pledges after privsep-ed table backendsGilles Chehade
2016-01-22add a log_warn() so that when smtpd fails to start due to a problem readingGilles Chehade
2016-01-21another round of tiny wording tweaks and unificationsJoerg Jung
2016-01-19Backport r3602 | wouter | 2016-01-19 15:37:54 +0000 (Tue, 19 Jan 2016) | 3 linesStuart Henderson
2016-01-19minor tweaks: remove comma, remove superflous plural s, add the word "file"Joerg Jung
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