Age | Commit message (Expand) | Author |
2014-07-04 | malloc+memset -> calloc | Philip Guenther |
2014-07-04 | malloc+memset -> calloc | Philip Guenther |
2014-07-04 | It makes much more sense to do the loop checking on incoming mails rather | Eric Faurot |
2014-07-04 | always attempt to use tls for relaying to the primary server when | Eric Faurot |
2014-07-04 | Tcpdump did not show the OSPF router id of hello packets if it was | Alexander Bluhm |
2014-07-04 | Track whether a process is a zombie or not yet fully built via flags | Philip Guenther |
2014-07-02 | Warnings. I haz them. | Miod Vallat |
2014-07-01 | Fix snprintf() return value tests. ok gilles@ | Matthieu Herrb |
2014-07-01 | activate "out-of-order" archives based on history | Marc Espie |
2014-07-01 | turn out-of-order extraction back on. | Marc Espie |
2014-07-01 | tweak the ProgressMeter code to always record sizes, even in the stub case | Marc Espie |
2014-06-30 | remove backwards compat layer for alpha osf1. back then compilers and | Theo de Raadt |
2014-06-29 | If you want <sys/queue.h>, you need to include it. Don't assume that | Theo de Raadt |
2014-06-27 | knf, no functional change. | Andre de Oliveira |
2014-06-25 | Apply/fix OpenBSD tag. | Tobias Stoeckmann |
2014-06-25 | Check malloc return value for NULL. | Tobias Stoeckmann |
2014-06-25 | I did enough significant changes and/or additions since 2007 after | Reyk Floeter |
2014-06-25 | sync copyright to reality according to my last changes | Reyk Floeter |
2014-06-25 | revert for now. Some aspects of tied code are currently broken in a fun | Marc Espie |
2014-06-25 | Alexander Schrijver posted a diff to remove references to the c_rehash script, | Jason McIntyre |
2014-06-23 | The second level of the CTL_NET sysctl is a PF_*, not an AF_* | Philip Guenther |
2014-06-22 | missing .Pa macro below FILES; | Ingo Schwarze |
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 |