summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-05-18Correctly handle files smaller than an ELF header; reported by drahn@bitrigMiod Vallat
2014-05-18use reallocarray and friends. okay miod@Marc Espie
2014-05-18sync openssl(1) with changes already made in src/lib/libssl/doc, reminded byStuart Henderson
2014-05-18There is no need to compile nginx with -O1 on vax anymore.Jonathan Gray
2014-05-18replace some (type *)0 to NULLCharles Longeau
2014-05-17remove unused variablesCharles Longeau
2014-05-17remove unused variableCharles Longeau
2014-05-17add missing header needed by str* and mem* functionsCharles Longeau
2014-05-16improve logging messages and style; requested by and ok reykMike Belopuhov
2014-05-15use <> for tables;Jason McIntyre
2014-05-15Use log_warn() to include errno if write() fails.Reyk Floeter
2014-05-15Deal with - actually, ignore - route info messages on the listening side.Jeremie Courreges-Anglas
2014-05-14Remove second arg in SetMouseSpeed(), it is always 1200.Alexandr Shadchin
2014-05-14Remove mouse.baudrate, it is always 1200.Alexandr Shadchin
2014-05-14Remove unused code.Alexandr Shadchin
2014-05-14Remove unused variables.Alexandr Shadchin
2014-05-14Sync ktable code with bgpd to fetch, store and perform lookups inMike Belopuhov
2014-05-12Fix format strings involving time_t arguments, fixes `ntpd -d' on sparc (andMiod Vallat
2014-05-12fix a possible double free when tls is required but not advertised byEric Faurot
2014-05-12Fix a leak from a recent added mark/marked keywords check.Andre de Oliveira
2014-05-10fix typo in function prototypeCharles Longeau
2014-05-10Fix SSL breakage that I accidentally introduced with my previous commit.Reyk Floeter
2014-05-10Allow -p prefix to override user home directory for chroot() (LikeChris Cappuccio
2014-05-10Allow nginx to chroot to a directory other than /var/wwwChris Cappuccio
2014-05-10Extend the connection and session FSMs so that connection failure isClaudio Jeker
2014-05-10Move the task cleanup from the task fail callback to taskq_cleanup.Claudio Jeker
2014-05-09stop casting sizeof to intTed Unangst
2014-05-09my previous attempt to fix the renaming of the inet(3) pages was wrong;Jason McIntyre
2014-05-08fail for unsupported node action/type combinations. Also fail for theReyk Floeter
2014-05-08remove debug prints that snuck in; found by reyk@Bret Lambert
2014-05-08Pretty print MIB_ipNetToMediaPhysAddress'es; ok blambertMike Belopuhov
2014-05-08match relayd proc.c infrastructure with snmpdBret Lambert
2014-05-08inet(3) -> inet_net(3);Jason McIntyre
2014-05-08Bring back restricted sockets, inadvertantly removed inBret Lambert
2014-05-07Repair the termination condition of a write(2) loop.Ingo Schwarze
2014-05-07back out the previous ICMP simplifying diff, it caused livelocks.Martin Pelikan
2014-05-07Initialize struct iface by zero. Without this, npppd had used randomYASUOKA Masahiko
2014-05-07use calloc. from peter maloneTed Unangst
2014-05-07calloc is simpler. suggested by Peter Malone and halexTed Unangst
2014-05-07use calloc. from Peter MaloneTed Unangst
2014-05-06Fix two memory leaks: EVP_PKEY_get1_RSA() returns a referenced keyReyk Floeter
2014-05-06no need to include rand.h now the RAND_seed() calls are gone.Jonathan Gray
2014-05-05Don't call the BOOTP handler indirectly.Martin Pelikan
2014-05-05Don't call the ICMP handler indirectly + clean up a bit.Martin Pelikan
2014-05-05work-around the same location being reinstalled thru a different pathMarc Espie
2014-05-05Replacing test files from previous commit to the right directory. There is noAndre de Oliveira
2014-05-05Add two more regression tests to relayd, these cover "digest" and "file"Andre de Oliveira
2014-05-05Delete duplicated "mppe" entry in keywords[].YASUOKA Masahiko
2014-05-04Create a new default RSA engine instead of patching the existing oneReyk Floeter
2014-05-04Fix bogus error check; spotted by clang.Mark Kettenis