Age | Commit message (Expand) | Author |
2014-05-28 | Fixed chap_input() and chap_authenticate() not to be used as if they | YASUOKA Masahiko |
2014-05-28 | remove an errant semicolon. | Daniel Dickman |
2014-05-28 | a void function should not be returning anything. | Daniel Dickman |
2014-05-25 | use reallocarray. | Marc Espie |
2014-05-23 | Don't print a "weird flag" type warning "[b2&3=0x2400]" for DNS NOTIFY | Stuart Henderson |
2014-05-23 | clean up after the traphandler children, otherwise they will live on | Sebastian Benoit |
2014-05-23 | use reallocarray | Marc Espie |
2014-05-22 | when we reduced the number of iovec's we passed through an imsg, the iovec | Gilles Chehade |
2014-05-21 | stat(2) on the spool file needs privileges. Fixes file size reported by | Pascal Stumpf |
2014-05-20 | destinct is spelled distinct. | David Gwynne |
2014-05-20 | format string cleanup: change "%i" to "%d" and fix a few typos | Eric Faurot |
2014-05-20 | Unify the SSL privsep key loading functions. | Reyk Floeter |
2014-05-20 | Deep down inside OpenSSL, err... LibreSSL, RSA_set_ex_data attempts to | Reyk Floeter |
2014-05-20 | remove dead files | Eric Faurot |
2014-05-20 | yet more code that no longer makes any sense | Marc Espie |
2014-05-20 | makewhatis being now external, it no longer requires picky/test/check_dir. | Marc Espie |
2014-05-20 | fix bogus extension: $code and $code2 belong in _system, so that | Marc Espie |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
2014-05-18 | Correctly handle files smaller than an ELF header; reported by drahn@bitrig | Miod Vallat |
2014-05-18 | use reallocarray and friends. okay miod@ | Marc Espie |
2014-05-18 | sync openssl(1) with changes already made in src/lib/libssl/doc, reminded by | Stuart Henderson |
2014-05-18 | There is no need to compile nginx with -O1 on vax anymore. | Jonathan Gray |
2014-05-18 | replace some (type *)0 to NULL | Charles Longeau |
2014-05-17 | remove unused variables | Charles Longeau |
2014-05-17 | remove unused variable | Charles Longeau |
2014-05-17 | add missing header needed by str* and mem* functions | Charles Longeau |
2014-05-16 | improve logging messages and style; requested by and ok reyk | Mike Belopuhov |
2014-05-15 | use <> for tables; | Jason McIntyre |
2014-05-15 | Use log_warn() to include errno if write() fails. | Reyk Floeter |
2014-05-15 | Deal with - actually, ignore - route info messages on the listening side. | Jeremie Courreges-Anglas |
2014-05-14 | Remove second arg in SetMouseSpeed(), it is always 1200. | Alexandr Shadchin |
2014-05-14 | Remove mouse.baudrate, it is always 1200. | Alexandr Shadchin |
2014-05-14 | Remove unused code. | Alexandr Shadchin |
2014-05-14 | Remove unused variables. | Alexandr Shadchin |
2014-05-14 | Sync ktable code with bgpd to fetch, store and perform lookups in | Mike Belopuhov |
2014-05-12 | Fix format strings involving time_t arguments, fixes `ntpd -d' on sparc (and | Miod Vallat |
2014-05-12 | fix a possible double free when tls is required but not advertised by | Eric Faurot |
2014-05-12 | Fix a leak from a recent added mark/marked keywords check. | Andre de Oliveira |
2014-05-10 | fix typo in function prototype | Charles Longeau |
2014-05-10 | Fix SSL breakage that I accidentally introduced with my previous commit. | Reyk Floeter |
2014-05-10 | Allow -p prefix to override user home directory for chroot() (Like | Chris Cappuccio |
2014-05-10 | Allow nginx to chroot to a directory other than /var/www | Chris Cappuccio |
2014-05-10 | Extend the connection and session FSMs so that connection failure is | Claudio Jeker |
2014-05-10 | Move the task cleanup from the task fail callback to taskq_cleanup. | Claudio Jeker |
2014-05-09 | stop casting sizeof to int | Ted Unangst |
2014-05-09 | my previous attempt to fix the renaming of the inet(3) pages was wrong; | Jason McIntyre |
2014-05-08 | fail for unsupported node action/type combinations. Also fail for the | Reyk Floeter |
2014-05-08 | remove debug prints that snuck in; found by reyk@ | Bret Lambert |
2014-05-08 | Pretty print MIB_ipNetToMediaPhysAddress'es; ok blambert | Mike Belopuhov |
2014-05-08 | match relayd proc.c infrastructure with snmpd | Bret Lambert |