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