Age | Commit message (Expand) | Author |
2014-06-20 | Instead of showing the difference between a bad checksum and a good | Lawrence Teo |
2014-06-20 | Import in_cksum_shouldbe() from mainline tcpdump; this is needed by my | Lawrence Teo |
2014-06-17 | oops, committed debug version, to the tied hash was not used at all, | Marc Espie |
2014-06-17 | Convert malloc/memset to calloc, and remove pointless casts while here. | Lawrence Teo |
2014-06-16 | tweak extraction for out-of-order archives: do a first pass | Marc Espie |
2014-06-16 | tweak the size_and support to be able to do stuff out of order | Marc Espie |
2014-06-16 | fix bug introduced by work-around: sets with nothing to do must be marked | Marc Espie |
2014-06-15 | Correct precedence for returned value. | Andrew Fresh |
2014-06-13 | fix duplicate entry for the eot extension; noted by ajacoutot@ | Robert Nagy |
2014-06-13 | Fix tcp-mss-adjust of pipex and npppd to update the pointer of | YASUOKA Masahiko |
2014-06-12 | update to 1.6.0 with official syslog support backported from the 1.7 branch | Robert Nagy |
2014-06-12 | display full url if we can for UNSIGNED PACKAGES. | Marc Espie |
2014-06-11 | rfc 4512, not 4712; | Jason McIntyre |
2014-06-11 | Prettify & refactor, no functional change. | Martin Pelikan |
2014-06-10 | we should really zero a buffer we strlcat to otherwise aliases resolution | Gilles Chehade |
2014-06-10 | get verbose_system in line with _system, do not display \&code snippets... | Marc Espie |
2014-06-10 | Implement -u (user to drop privs to) and -p flag (path to chroot to). | Florian Obser |
2014-06-10 | Cleanup socket creation. | Florian Obser |
2014-06-09 | Change the installboot file copying process so that it carefully | Joel Sing |
2014-06-09 | Use calloc() instead of malloc()/memset(). | Joel Sing |
2014-06-07 | remove last few uses of __P | Theo de Raadt |
2014-06-07 | Clint Pachl points out "authtable" is optional; | Jason McIntyre |
2014-06-06 | Update description of optional argument "datalen" to reality. | Florian Obser |
2014-06-06 | when relying on the local enqueuer, fix an issue with long To and Cc lines | Gilles Chehade |
2014-06-05 | Reduce code running as root by trying to create all needed sockets | Florian Obser |
2014-06-04 | datalen is additional data, sync traceroute6 to traceroute. Also "nn | Florian Obser |
2014-06-04 | Replace ICMP6ECHOLEN define with sizeof() | Florian Obser |
2014-06-04 | fix a fd leak in an error path | Jonathan Gray |
2014-06-03 | remove set but not used variable | Charles Longeau |
2014-06-03 | as miod found out, mandocdb is slightly intrusive and wants to know where | Marc Espie |
2014-06-03 | Handle the event parameter of libevent callback function as a bit | YASUOKA Masahiko |
2014-06-03 | Expand the IP checksum offload subsection to mention the same issue with | Lawrence Teo |
2014-06-02 | Remove references to RANDFILE. | Joel Sing |
2014-06-02 | Remove details regarding -rand from the openssl man page. | Joel Sing |
2014-05-30 | oops, auto-read config only *after* we have a way to print out errors. | Marc Espie |
2014-05-30 | Use calloc instead of malloc and memset. | YASUOKA Masahiko |
2014-05-29 | define -DLIBRESSL_INTERNAL in here so we don't use nasties | Bob Beck |
2014-05-29 | use calloc, from Benjamin Baier | Ted Unangst |
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 |