Age | Commit message (Expand) | Author |
2004-08-10 | remove in_pcbnotify, it is no longer used. | Markus Friedl |
2004-08-10 | replace in_pcbnotify with in_pcbhashlookup and avoid looping over | Markus Friedl |
2004-08-10 | remove MID_MACHINE from here. one is enough | Per Fogelstrom |
2004-08-10 | verify th_seq in icmp errors; report Fernando Gont; ok mcbride@, dhartmei@ | Markus Friedl |
2004-08-10 | update to reality | Jared Yanovich |
2004-08-10 | print checksum differences on -vv; ok otto@ | Markus Friedl |
2004-08-10 | print ip/port for truncated tcp packets; ok otto@ | Markus Friedl |
2004-08-10 | print the original ip packet on -vv; based on tcpdump.org; ok otto@ | Markus Friedl |
2004-08-10 | Describe bsd.mp | Miod Vallat |
2004-08-10 | put mips64 core file recognition (someone please test) | Theo de Raadt |
2004-08-10 | spacing | Theo de Raadt |
2004-08-10 | order #includes, Brian Poole <raj@cerias.purdue.edu> | Henning Brauer |
2004-08-10 | wrong sizeof; Brian Poole <raj@cerias.purdue.edu> | Henning Brauer |
2004-08-10 | sync | Theo de Raadt |
2004-08-10 | spacing | Theo de Raadt |
2004-08-10 | gone | Per Fogelstrom |
2004-08-10 | spacing | Theo de Raadt |
2004-08-10 | spacing | Theo de Raadt |
2004-08-10 | use MID_MIPS64 | Theo de Raadt |
2004-08-10 | big-endian MIPS64 mid | Theo de Raadt |
2004-08-10 | spacing | Theo de Raadt |
2004-08-10 | The second spc is missing on original LUNA-88K, so add and check the | Kenji Aoyama |
2004-08-10 | make kvm happy again! | Per Fogelstrom |
2004-08-10 | Add SADB_X_EXT_LIFETIME_LASTUSE for use with isakmpd/DPD, adding this | Hakan Olsson |
2004-08-10 | Variable size arrays are not ANSI C. Replace by malloc/free. | Otto Moerbeek |
2004-08-10 | Add SADB_X_EXT_LIFETIME_LASTUSE. hshoexer@ ok | Hakan Olsson |
2004-08-10 | Better implementation of the Dead Peer Detection protocol, RFC 3706. | Hakan Olsson |
2004-08-10 | Only expand a tilde for strings like "~", "~/..", "~user" and "~user/". | Todd C. Miller |
2004-08-10 | update to reality | Jared Yanovich |
2004-08-10 | Cleanup, and don't close the Entries file handle for a directory when we | Jean-Francois Brousseau |
2004-08-10 | Gahhh, why is this still around? It was never necessary to inform the parent | Claudio Jeker |
2004-08-10 | Always free message buffer on error. | Claudio Jeker |
2004-08-10 | Add O2 built in ethernet. | Per Fogelstrom |
2004-08-10 | Support IPv6 in message and state transition dumps. Table dumps still | Claudio Jeker |
2004-08-10 | clean | Per Fogelstrom |
2004-08-10 | -L and -h are synonymous; noticed by espie@ | Todd C. Miller |
2004-08-10 | Apacer Wireless Steno MB112 includes wi@USB | Todd C. Miller |
2004-08-10 | style, use sizeof() instead of a hardcoded value. | Claudio Jeker |
2004-08-10 | switch nexthop in struct filter_set form struct in_addr to struct bgpd_addr | Claudio Jeker |
2004-08-10 | Correctly set the MED in outgoing UPDATEs. OK henning@ | Claudio Jeker |
2004-08-10 | Document @man, @info, @lib, @mandir, @fontdir. | Marc Espie |
2004-08-10 | in the pool case ("servers somepool.somewhere"), we add new peers while | Henning Brauer |
2004-08-10 | move memory allocation for new peers into a new function, makes ID allocation | Henning Brauer |
2004-08-10 | make enaddr_aton in machdep.c global | Per Fogelstrom |
2004-08-10 | Don't mess with the msgbuf location when free memory is determined by the bios. | Per Fogelstrom |
2004-08-10 | typo | Marc Espie |
2004-08-10 | cosmetic tweak: ensure all dirs always get exactly one / at the end. | Marc Espie |
2004-08-10 | when inserting a dynamic group entry into the pfi_ifs tree, don't incorrectly | David Gwynne |
2004-08-10 | Linux has AES (and DES). From Benjamin Pineau. | Hakan Olsson |
2004-08-10 | If opening /dev/arandom fails, try /dev/random. Suggested by Benjamin Pineau. | Hakan Olsson |