summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* replace some (type *)0 to NULLchl2014-05-181-4/+4
* remove unused variableschl2014-05-171-3/+2
* remove unused variablechl2014-05-171-3/+1
* add missing header needed by str* and mem* functionschl2014-05-171-1/+2
* improve logging messages and style; requested by and ok reykmikeb2014-05-161-53/+59
* use <> for tables;jmc2014-05-151-15/+18
* Use log_warn() to include errno if write() fails.reyk2014-05-151-2/+2
* Deal with - actually, ignore - route info messages on the listening side.jca2014-05-151-2/+7
* Remove second arg in SetMouseSpeed(), it is always 1200.shadchin2014-05-141-37/+18
* Remove mouse.baudrate, it is always 1200.shadchin2014-05-143-16/+13
* Remove unused code.shadchin2014-05-143-23/+3
* Remove unused variables.shadchin2014-05-142-6/+2
* Sync ktable code with bgpd to fetch, store and perform lookups inmikeb2014-05-142-70/+245
* Fix format strings involving time_t arguments, fixes `ntpd -d' on sparc (andmiod2014-05-121-8/+8
* fix a possible double free when tls is required but not advertised byeric2014-05-121-2/+8
* Fix a leak from a recent added mark/marked keywords check.andre2014-05-121-1/+2
* fix typo in function prototypechl2014-05-101-2/+2
* Fix SSL breakage that I accidentally introduced with my previous commit.reyk2014-05-101-1/+2
* Allow -p prefix to override user home directory for chroot() (Likechris2014-05-101-5/+12
* Allow nginx to chroot to a directory other than /var/wwwchris2014-05-104-6/+24
* Extend the connection and session FSMs so that connection failure isclaudio2014-05-105-86/+197
* Move the task cleanup from the task fail callback to taskq_cleanup.claudio2014-05-102-11/+6
* stop casting sizeof to inttedu2014-05-092-17/+19
* my previous attempt to fix the renaming of the inet(3) pages was wrong;jmc2014-05-091-3/+3
* fail for unsupported node action/type combinations. Also fail for thereyk2014-05-081-1/+26
* remove debug prints that snuck in; found by reyk@blambert2014-05-081-3/+1
* Pretty print MIB_ipNetToMediaPhysAddress'es; ok blambertmikeb2014-05-081-3/+4
* match relayd proc.c infrastructure with snmpdblambert2014-05-083-7/+21
* inet(3) -> inet_net(3);jmc2014-05-081-3/+3
* Bring back restricted sockets, inadvertantly removed inblambert2014-05-081-5/+12
* Repair the termination condition of a write(2) loop.schwarze2014-05-071-2/+2
* back out the previous ICMP simplifying diff, it caused livelocks.pelikan2014-05-073-12/+18
* Initialize struct iface by zero. Without this, npppd had used randomyasuoka2014-05-071-2/+2
* use calloc. from peter malonetedu2014-05-071-3/+2
* calloc is simpler. suggested by Peter Malone and halextedu2014-05-071-8/+3
* use calloc. from Peter Malonetedu2014-05-071-5/+4
* Fix two memory leaks: EVP_PKEY_get1_RSA() returns a referenced keyreyk2014-05-062-11/+21
* no need to include rand.h now the RAND_seed() calls are gone.jsg2014-05-062-4/+2
* Don't call the BOOTP handler indirectly.pelikan2014-05-053-16/+7
* Don't call the ICMP handler indirectly + clean up a bit.pelikan2014-05-053-18/+12
* work-around the same location being reinstalled thru a different pathespie2014-05-051-1/+4
* Replacing test files from previous commit to the right directory. There is noandre2014-05-053-62/+0
* Add two more regression tests to relayd, these cover "digest" and "file"andre2014-05-053-0/+62
* Delete duplicated "mppe" entry in keywords[].yasuoka2014-05-051-2/+1
* Create a new default RSA engine instead of patching the existing onereyk2014-05-045-29/+84
* Fix bogus error check; spotted by clang.kettenis2014-05-041-1/+1
* With the recent change by deraadt@ to introduce kern.nosuidcoredump=3,reyk2014-05-042-26/+2
* spelling; Denis Fondrasderaadt2014-05-021-2/+2
* change some argument names in order to give some consistency between traceroutejmc2014-05-012-16/+16
* Move RSA keys from "lka" to a new dedicated "ca" process because lkareyk2014-05-016-61/+208