Age | Commit message (Expand) | Author |
2006-03-23 | formatting fixes | Marc Espie |
2006-03-23 | ... and remove extra test that is no longer needed. | Marc Espie |
2006-03-23 | simply set up format only when we see -g. | Marc Espie |
2006-03-23 | explicit cast on strtoul, classical const gotcha. | Marc Espie |
2006-03-23 | back-out format for now, need to be active ONLY in GNU-m4 mode. | Marc Espie |
2006-03-23 | avoid saying format() because of the new gnu m4 extensions. this is crazy | Theo de Raadt |
2006-03-23 | Use PAGE_SIZE instead of NBPG. | Brad Smith |
2006-03-23 | ANSI and KNF. | Brad Smith |
2006-03-23 | ANSIfy | Brad Smith |
2006-03-23 | sloppy style to cast the sockaddrs backwards, and then potentially wrong size... | Theo de Raadt |
2006-03-23 | Missing CLEANFILES. | Ray Lai |
2006-03-23 | use calloc better; adobriyan@gmail | Theo de Raadt |
2006-03-23 | use calloc better; adobriyan@gmail | Theo de Raadt |
2006-03-23 | give correct err string; adobriyan@gmail.com | Theo de Raadt |
2006-03-23 | Extra parentheses in comments. | Ray Lai |
2006-03-23 | Use TAILQ_HEAD() macro instead of custom struct definition. | Ray Lai |
2006-03-23 | int variables can only hold up to INT_MAX, not UINT_MAX. | Ray Lai |
2006-03-22 | sync | Theo de Raadt |
2006-03-22 | Enable efi support on OpenBSD/i386. | Mark Kettenis |
2006-03-22 | plug an fd leak and closedir() two directories; | Robert Nagy |
2006-03-22 | remove IV support from the CRC attack detector, OpenSSH has never used | Damien Miller |
2006-03-22 | simplify SSHFP example; ok jmc@ | Jakob Schlyter |
2006-03-22 | Fixup broken mpbios'es on VT8237 and nForce4 chipsets. Fixes interrupt | Mark Kettenis |
2006-03-22 | Detect newer revisions of the LM81. | Mark Kettenis |
2006-03-22 | earlier asprintf diff caused malloc in signal handler. clarify the | Theo de Raadt |
2006-03-22 | Clean up some lint and -Wall. | Kjell Wooding |
2006-03-22 | incorrect check for end of array; ok jsg | Theo de Raadt |
2006-03-22 | use strtonum() instead of home-grown balony; ok otto | Theo de Raadt |
2006-03-22 | Update to sendmail 8.13.6 | Todd C. Miller |
2006-03-22 | NetBSD - plug leak in generate_guard() | David Hill |
2006-03-22 | change %u to %zu to correctly print size_t | David Hill |
2006-03-22 | change ident_file() and ident_line() return type to void; OK ray@. | Xavier Santolaria |
2006-03-22 | add support for macros in ipsec.conf(5). some bits have already been | Reyk Floeter |
2006-03-22 | Move the AS external LSA tree out of struct ospfd_config. This simplifies | Claudio Jeker |
2006-03-22 | As the isakmpd fifo race is fixed, hook ipsecctl to rc. | Hans-Joerg Hoexer |
2006-03-22 | ospfd has the framework to couple and decouple the FIB. Add the needed | Claudio Jeker |
2006-03-22 | prevent anything outside rote.c from accessing the routing table heads | Henning Brauer |
2006-03-22 | Fix comment about MINFREE, from Thordur I. Bjornsson <thib@mi.is> | Pedro Martelletto |
2006-03-22 | Change the way bgpd selects nexthops. Up until now every route was considered | Claudio Jeker |
2006-03-22 | Pass size of correct variable to memset(). | Ray Lai |
2006-03-22 | Make sure open returns fd != 1, not fd > 0. | Ray Lai |
2006-03-22 | Remove four unused functions: ap_sync_scoreboard_image, reopen_scoreboard, | Ray Lai |
2006-03-22 | Add additional limit check to ensure that we do not overflow pp->prefix | Claudio Jeker |
2006-03-22 | No need to specify the DOI, make examples more consistent. | Hans-Joerg Hoexer |
2006-03-22 | Detailed RIB output including communities. Detailed output is enabled via | Claudio Jeker |
2006-03-22 | Add a new SHOW imsg to send optional attributes to bgpctl. This can be used | Claudio Jeker |
2006-03-22 | Rework signal handling the idiomatic libevent way. From ospfd. | Camiel Dobbelaar |
2006-03-22 | Change fmt_peer() so that it can be used by the upcomming detailed RIB output. | Claudio Jeker |
2006-03-22 | - sis(4) was moved out from untested in GENERIC some time ago | Martin Reindl |
2006-03-22 | Clean up xfree() usage in rcs_choosefile(). | Ray Lai |