summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-07-01More renaming and whitespace cleanup.Renato Westphal
2016-07-01Be more compliant with RFC 4447.Renato Westphal
2016-07-01Several minor tweaks.Renato Westphal
2016-07-01Decrease the initialization FSM timeout.Renato Westphal
2016-07-01Rename hello flags to keep consistent with the rest of the code.Renato Westphal
2016-07-01Add GTSM support (RFC 6720).Renato Westphal
2016-07-01always refer to the helo string stored on the sessionEric Faurot
2016-07-01flag the local socket listener as local.Eric Faurot
2016-07-01Avoid printing f->f_lasttime and/or f->f_prevhost if they are empty.Todd C. Miller
2016-07-01Include errno string in log message when we fail to open a file.Todd C. Miller
2016-06-30update aliases documentation to reflect realityGilles Chehade
2016-06-30Prevent NULL deref, pointed out by llvm's scan-build.Florian Obser
2016-06-30remove some unused variables (that were commented out anyway)Mike Larkin
2016-06-29Spring cleanupJeremie Courreges-Anglas
2016-06-29Explicitely enclose SMTP transactions between BEGIN and COMMIT/ROLLBACKEric Faurot
2016-06-28whitespace nitJeremie Courreges-Anglas
2016-06-28oops, $pkg can be more than a pkgname. We have the right informationMarc Espie
2016-06-28Use IPV6_MINHOPCOUNT to finish implementing ttl-security for IPv6.Jeremie Courreges-Anglas
2016-06-28option -z that uses is-branch info to produce "complete"Marc Espie
2016-06-28document is-branchMarc Espie
2016-06-27Fix inverted logic in recv_hello().Renato Westphal
2016-06-27Remove superfluous call to l2vpn_pw_exit().Renato Westphal
2016-06-27Handle ibuf_add() errors.Renato Westphal
2016-06-27surprised nobody noticed before meMarc Espie
2016-06-25recognize @option is-branchMarc Espie
2016-06-24use crypt_checkpass to simplify password checking logic.Ted Unangst
2016-06-24make use of former changes. If list is higher than display go thru more.Marc Espie
2016-06-24simplify the logic. no need for a separate hook when we can just specializeMarc Espie
2016-06-24regenFlorian Obser
2016-06-24Update to 4.1.10Florian Obser
2013-11-26import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b...Stuart Henderson
2010-01-15NSD v3.2.4Jakob Schlyter
2016-06-23there's no reason for window size computation to be linked to theMarc Espie
2016-06-23add fh variation of printing code. Systematically use it with STDOUT/STDERRMarc Espie
2016-06-23move transaction-specific states from struct smtp_session to struct smtp_txEric Faurot
2016-06-22backport r3782, fixing qname-minimisation with various broken DNS servers,Stuart Henderson
2016-06-22backport r3781, fix segfault in -hStuart Henderson
2016-06-22update to unbound-1.5.9. (there will be a follow-up commit to cherrypick aStuart Henderson
2014-11-20update to Unbound 1.5.0, ok sthen@Brad Smith
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2016-06-22have a consistent exit code when looking for stuffMarc Espie
2016-06-21do not allow whitespace in macro names, i.e. "this is" = "a variable".Sebastian Benoit
2016-06-21pass file name thru to Subst for better error messages.Marc Espie
2016-06-20with new fork+reexec, in case of failure in init of any child processGilles Chehade
2016-06-20change the "nexthop 1.2.3.4 now valid: via 192.168.0.1" message to log_debug()Sebastian Benoit
2016-06-19Replace some expensive evals.Antoine Jacoutot
2016-06-19Do caching differently.Antoine Jacoutot
2016-06-19Temporarily turn caching off; there's a small regression when enablingAntoine Jacoutot
2016-06-19Implement rcctl get|getdef all.Antoine Jacoutot
2016-06-19Cache result of often used functions (svc_is_{base,meta,special}).Antoine Jacoutot