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