summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-05-28Fixed chap_input() and chap_authenticate() not to be used as if theyYASUOKA Masahiko
2014-05-28remove an errant semicolon.Daniel Dickman
2014-05-28a void function should not be returning anything.Daniel Dickman
2014-05-25use reallocarray.Marc Espie
2014-05-23Don't print a "weird flag" type warning "[b2&3=0x2400]" for DNS NOTIFYStuart Henderson
2014-05-23clean up after the traphandler children, otherwise they will live onSebastian Benoit
2014-05-23use reallocarrayMarc Espie
2014-05-22when we reduced the number of iovec's we passed through an imsg, the iovecGilles Chehade
2014-05-21stat(2) on the spool file needs privileges. Fixes file size reported byPascal Stumpf
2014-05-20destinct is spelled distinct.David Gwynne
2014-05-20format string cleanup: change "%i" to "%d" and fix a few typosEric Faurot
2014-05-20Unify the SSL privsep key loading functions.Reyk Floeter
2014-05-20Deep down inside OpenSSL, err... LibreSSL, RSA_set_ex_data attempts toReyk Floeter
2014-05-20remove dead filesEric Faurot
2014-05-20yet more code that no longer makes any senseMarc Espie
2014-05-20makewhatis being now external, it no longer requires picky/test/check_dir.Marc Espie
2014-05-20fix bogus extension: $code and $code2 belong in _system, so thatMarc Espie
2014-05-20Use errc/warnc to simplify code.Philip Guenther
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