summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-09-08Streamline the daemon shutdown sequence.Eric Faurot
2016-09-08new sign only when new signMarc Espie
2016-09-07strlen + emalloc + snprintf = asprintfMichal Mazurek
2016-09-07Get rid of the static nomem() function and replace it with err(1, NULL);Michal Mazurek
2016-09-07Minimal man page.Antoine Jacoutot
2016-09-07Don't fetch all patches at once but instead fetch+verify+patch one by one.Antoine Jacoutot
2016-09-07Don't put bsd.mp twice in the GENERIC.MP rollback tarball.Antoine Jacoutot
2016-09-07syspatch goal is not to act as a package manager but to sync the system to theAntoine Jacoutot
2016-09-07Validate service names with _rc_check_name() from rc.subr.Antoine Jacoutot
2016-09-07Fix about the default value of pptp-hostname. It's an empty string.YASUOKA Masahiko
2016-09-06use closefrom() before reexec to make sure the new process only getsEric Faurot
2016-09-06Drop useless variable and check.Antoine Jacoutot
2016-09-06Greatly simplify patch type detection and make things more generic.Antoine Jacoutot
2016-09-06Backport unbound r3830/3831 from upstreadm, fixing an issue where it canStuart Henderson
2016-09-06Sort and set readonly global vars.Antoine Jacoutot
2016-09-06heck, have new signatures be -Dnewsign until we flip the switchMarc Espie
2016-09-06Mention PAGER behavior when undefined/empty.Antoine Jacoutot
2016-09-06remove code that allows pkg_create to signMarc Espie
2016-09-06some indent; from michael reedJason McIntyre
2016-09-05We do not compile things -g by defaultTheo de Raadt
2016-09-05this file cannot be kept accurateTheo de Raadt
2016-09-05Make sure the file exists before putting it in the rollback tarball.Antoine Jacoutot
2016-09-05Missing local.Antoine Jacoutot
2016-09-05use a for loop for mtree for the two spec filesRobert Nagy
2016-09-05No need to install the /var/syspatch/$REL directory, the binpatch does it for...Antoine Jacoutot
2016-09-05Welcome syspatch(8), a binary patch management utility for the base system.Antoine Jacoutot
2016-09-05forgot to provide an empty methodMarc Espie
2016-09-04The smtpd processes are not expected to ever leave their event loop.Eric Faurot
2016-09-04forgot to regenFlorian Obser
2016-09-04Add format attribute to logger functions.Florian Obser
2016-09-04Add format attribute to logger functions.Florian Obser
2016-09-04Add format attribute to logger functions.Florian Obser
2016-09-04put signify errors alongside ftpMarc Espie
2016-09-04signature tracking bases: stored signed status inside object, so thatMarc Espie
2016-09-04basic scaffolding to ask signify to check stuffMarc Espie
2016-09-04Avoid double negations in tests.Jeremie Courreges-Anglas
2016-09-04A few bits of stray leading/embedded/trailing whitespace spotted whileKenneth R Westerback
2016-09-04Remove the "smtpctl stop" command.Eric Faurot
2016-09-03log IP/hostname for all SMTP operations.Giovanni Bechis
2016-09-03remove dead codeGilles Chehade
2016-09-03rearrange code: traceroute.c now only contains main() and usage(),Sebastian Benoit
2016-09-03Some .h files are not neededTheo de Raadt
2016-09-03partial rewrite of the tcp/tls option parts: the trouble wasJason McIntyre
2016-09-03typosJeremie Courreges-Anglas
2016-09-03Simplify shutdown process.Renato Westphal
2016-09-03Rework the sending of address messages.Renato Westphal
2016-09-03get rid of the type-checking system on internal messages.Eric Faurot
2016-09-03in lka specifically, use initgroups() so that users may share files betweenGilles Chehade
2016-09-03Fix pasto; zero ka->dstbrd instead of clobbering ka->mask.Jeremie Courreges-Anglas
2016-09-03Replace [RELAY|SERVER]_MAXPROC with the new PROC_MAX_INSTANCESReyk Floeter