summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-10-13Carefully quote the flags argument such that leading blank charactersIngo Schwarze
2014-10-13document the "default" subcommand more precisely;Ingo Schwarze
2014-10-13scaffolding for future new features, committed early, so that pkg_signMarc Espie
2014-10-13Return failure not success in openssldh_computesecret() whenJonathan Gray
2005-03-22ISC BIND release 9.3.1. ok deraadt@Jakob Schlyter
2014-10-13jmc@ told me i broke the documentation. inetd doesnt write a pidfile soDavid Gwynne
2014-10-13dont need to store the same debug flag in two separate variables.David Gwynne
2014-10-12do not allow header to termine with pending flagsGilles Chehade
2014-10-12to rewrite domain on incoming mails, we need to be able to extractGilles Chehade
2014-10-12simple message parser to be used in smtp incoming sessions, not plugged yetGilles Chehade
2014-10-12Remove possibility of mutiplicative integer overflow by not multiplying.Bret Lambert
2014-10-12local host is not "localhost", local host is env->sc_hostnameGilles Chehade
2014-10-12ansi function declarations.David Gwynne
2014-10-12cut out writing a pidfile. rc.d doesnt rely on it, and nor should you.David Gwynne
2014-10-11Fix a small bug in rcctl status <daemon>:Ingo Schwarze
2014-10-11Add a new "default" command to display the default flags and whether aAntoine Jacoutot
2014-10-11allow signing to proceed when interruptedMarc Espie
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-10Actually use built-in print like rc.subr already does.Antoine Jacoutot
2014-10-10Use printf(1) to prevent '-e' in daemon_flags from being fed as anAntoine Jacoutot
2014-10-10Allow passing flags without arguments for special variables.Antoine Jacoutot
2014-10-09Tweak, no functional change.Antoine Jacoutot
2014-10-09Make sure _instdir is not null.Antoine Jacoutot
2014-10-09indentTheo de Raadt
2014-10-08Use reallocarray() throughout to spot multiplicative int overflow.Theo de Raadt
2014-10-08obvious reallocarray(); ok dougTheo de Raadt
2014-10-08obvious reallocarray() useTheo de Raadt
2014-10-08restrict address lookups to configured address families.Eric Faurot
2014-10-08obvious reallocarray()Theo de Raadt
2014-10-08obvious malloc() -> reallocarray() oflow check; ok dougTheo de Raadt
2014-10-08KNFTheo de Raadt
2014-10-08easy realloc() -> reallocarray() which gives us mult int overflow checkingTheo de Raadt
2014-10-08obvious realloc() -> reallocarray() conversionsTheo de Raadt
2014-10-08remove a spaceTheo de Raadt
2014-10-08use reallocarray(NULL, a, b) instead of malloc(a*b)Theo de Raadt
2014-10-08easy obvious use of reallocarray(); ok dougTheo de Raadt
2014-10-08use reallocarray(). BTW << 3 is a sloppy compared to * sizeof(u_int64_t)...Theo de Raadt
2014-10-08simple reallocarray() use; ok dougTheo de Raadt
2014-10-08use reallocarray() to detect int overflow; ok dougTheo de Raadt
2014-10-08use reallocarray() to cope with multiplicative integer overflow; ok dougTheo de Raadt
2014-10-08use reallocarray() instead of realloc() to handle potential integer overflow;...Theo de Raadt
2014-10-08remove stupid castTheo de Raadt
2014-10-07Rare to find a gem this amazing missed by tedu.Theo de Raadt
2014-10-07When reading time intervals, start with a long long and convert from there.Philip Guenther
2014-10-06As libevent provides safe signal callbacks instead of signal handlers,Alexander Bluhm
2014-10-05Switch syslogd from using poll(2) to libevent.Alexander Bluhm
2014-10-04some MUA will bypass the local enqueuer and send an empty BCC header in theGilles Chehade
2014-10-04Use getlogin() to determine real user name where possible.Todd C. Miller
2014-10-03Cleanup the reporting socket code in syslogd.Alexander Bluhm