summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-04-01Zero the tls cert/key length variables when inheriting a serverJonathan Gray
2015-03-31Do not iterate past the size of the array.Martin Pieuchot
2015-03-30Use getline instead of fgets to allow arbitrary line length inTobias Stoeckmann
2015-03-29Most packets generate one line in tcpdump. For AH and RIP thereAlexander Bluhm
2015-03-29make sure specialfiles get checked. Actual bug, got lost when moving toMarc Espie
2015-03-28Add comment.Antoine Jacoutot
2015-03-28Add rcctl_err() which is a wrapper for _rc_err() with common rcctl(8) verbiage.Antoine Jacoutot
2015-03-28Avoid overflow on 32-bit time_t systems converting timeval to NTP time.Brent Cook
2015-03-27f the parent builts up a list of replies for the child, it helpsDavid Gwynne
2015-03-26Backout -DSHORTENED semantics by default for now, because it causedMatthias Kilian
2015-03-26do not encourage random uppercasing;Jason McIntyre
2015-03-26pointers to slowcgi(8); from alexei malininJason McIntyre
2015-03-26Allow more characters in CGI environment variables as specified by RFCFlorian Obser
2015-03-24instead of routing SIGHUP thru sighdlr_dns() which then ignores it,Henning Brauer
2015-03-24Missing free(3) in error pathGiovanni Bechis
2015-03-21Remove unused variables and functions.Renato Westphal
2015-03-21Remove interface finite state machine.Renato Westphal
2015-03-21Don't try to send address withdraws to neighbors that are unreachableRenato Westphal
2015-03-21ldpd: Remove attached adjacencies whenever an interface is disabledRenato Westphal
2015-03-21ldpd: Don't assign labels for BGP routes.Renato Westphal
2015-03-21Close extended discovery socket on exit.Renato Westphal
2015-03-18check for invalid disknamesTed Unangst
2015-03-17Initialize nameservers ports along with nameservers addresses.Jeremie Courreges-Anglas
2015-03-15Prevent use after free.Florian Obser
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2015-03-14Add missing #include <stdint.h> for SIZE_MAX.Todd C. Miller
2015-03-14remove unused 'cause' string when checking child statusBrent Cook
2015-03-14mention TLS HTTPS here also; ok bcookTheo de Raadt
2015-03-14rename rde_free_filter() to filterlist_free() and start using it outsideClaudio Jeker
2015-03-14Move the command line options (mainly -d and -v) out of struct bgpd_configClaudio Jeker
2015-03-14Move the code that adjust FIB priority when changed during a config reloadClaudio Jeker
2015-03-14When removing interfaces in the RDE we also need to remove all the RDEClaudio Jeker
2015-03-13typoEric Faurot
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2015-03-13delete useless comment about Open GroupTheo de Raadt
2015-03-13Missing free(3) in error pathGiovanni Bechis
2015-03-13Make sure that the debug messages include the neighbor ID so we hava a chanceClaudio Jeker
2015-03-12Set TERM if unset. Fixes some remote sysmerge usage by sthen@Antoine Jacoutot
2015-03-11do not handcraft protos that already come from unistd.hTheo de Raadt
2015-03-11Wrap long line. This is another airplane commit from an 747-8Reyk Floeter
2015-03-11-s is not optional, sadly;Jason McIntyre
2015-03-11drop setgid kmem. If you want to play with eeprom, you generallyTheo de Raadt
2015-03-11Remove setgid kmem support. As a result, -d and -v will require you toTheo de Raadt
2015-03-11Point people to local-zone and stub-zone in unbound.conf and explainFlorian Obser
2015-03-11tweak wording; "a value different to 1" -> "...other than 1", from Sevan JaniyanStuart Henderson
2015-03-11port the idea of using clock_gettime(CLOCK_MONOTONIC) for measuringDavid Gwynne
2015-03-09Make relayd TLSv1.2-only by default.Reyk Floeter
2015-03-09Document the TLSv1.2-only change.Reyk Floeter
2015-03-09Make httpd TLSv1.2-only by default. Some older browsers, like IE 10,Reyk Floeter
2015-03-09make -DSHORTENED the default: don't update unless there is an actualMarc Espie