Age | Commit message (Expand) | Author |
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 |
2014-05-08 | inet(3) -> inet_net(3); | Jason McIntyre |
2014-05-08 | Bring back restricted sockets, inadvertantly removed in | Bret Lambert |
2014-05-07 | Repair the termination condition of a write(2) loop. | Ingo Schwarze |
2014-05-07 | back out the previous ICMP simplifying diff, it caused livelocks. | Martin Pelikan |
2014-05-07 | Initialize struct iface by zero. Without this, npppd had used random | YASUOKA Masahiko |
2014-05-07 | use calloc. from peter malone | Ted Unangst |
2014-05-07 | calloc is simpler. suggested by Peter Malone and halex | Ted Unangst |
2014-05-07 | use calloc. from Peter Malone | Ted Unangst |
2014-05-06 | Fix two memory leaks: EVP_PKEY_get1_RSA() returns a referenced key | Reyk Floeter |
2014-05-06 | no need to include rand.h now the RAND_seed() calls are gone. | Jonathan Gray |
2014-05-05 | Don't call the BOOTP handler indirectly. | Martin Pelikan |
2014-05-05 | Don't call the ICMP handler indirectly + clean up a bit. | Martin Pelikan |
2014-05-05 | work-around the same location being reinstalled thru a different path | Marc Espie |
2014-05-05 | Replacing test files from previous commit to the right directory. There is no | Andre de Oliveira |
2014-05-05 | Add two more regression tests to relayd, these cover "digest" and "file" | Andre de Oliveira |
2014-05-05 | Delete duplicated "mppe" entry in keywords[]. | YASUOKA Masahiko |
2014-05-04 | Create a new default RSA engine instead of patching the existing one | Reyk Floeter |
2014-05-04 | Fix bogus error check; spotted by clang. | Mark Kettenis |