summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-05-24missing close(2). Andrey MatveevJun-ichiro itojun Hagino
2004-05-23some readability fixes, mainly keeping things in alphabetical order;Jason McIntyre
2004-05-23add relevant rfc's to SEE ALSO;Jason McIntyre
2004-05-23- tcpdump is section 8, not 1Jason McIntyre
2004-05-22missing headerTheo de Raadt
2004-05-21Use '/' instead of ':' as separator for anchor path components. Note thatDaniel Hartmeier
2004-05-21init fromlen; andrushock@korovino.netTheo de Raadt
2004-05-21Man page update to document the new network statements. OK henning@Claudio Jeker
2004-05-21Fix some gcc warnings in bgpctl because of the last commit. OK henning@Claudio Jeker
2004-05-21RFC 2796 bgp route reflector support. This is very useful in conjunctionClaudio Jeker
2004-05-21Grrr. Forgot to cleanup dynamic announcements on shutdown.Claudio Jeker
2004-05-21move the big name tables to the .h file, makes the .c easierHenning Brauer
2004-05-21Make it possible to add, delete, flush and show network announcements.Claudio Jeker
2004-05-21Add support for dynamic announcements. Usefule to annouce temporaryClaudio Jeker
2004-05-21add DLT_PPP_ETHER support plus some fixes for pppoe_if_print().Brad Smith
2004-05-20check for strdup(3) failure was missing in one case, catched byHenning Brauer
2004-05-19Allow recursive anchors (anchors within anchors, up to 64Daniel Hartmeier
2004-05-19Add word boundary markers, so that the fast scanners get exactly what theyMarc Espie
2004-05-18sendto() return code fixes; from andreq matveevJakob Schlyter
2004-05-17extend filter language to allow basic setting of COMMUNITIES attribute.Damien Miller
2004-05-16Use arc4random(3) to compute random numbers, instead of using rand()Otto Moerbeek
2004-05-16Use arc4random(3) instead of rand(3) to compute random numbers.Otto Moerbeek
2004-05-15Workaround to work with the new multipath support. Do a RTM_GET first toClaudio Jeker
2004-05-15Naming consistency. From Alexander Guy. ok canacar@Otto Moerbeek
2004-05-14Fix pppoe server mode. pppoe no longer chroots in server mode.Can Erkin Acar
2004-05-13as the authpf manpage describes, the connecting user's shell can beHenning Brauer
2004-05-13Pasto, change a cast from uid_t to gid_t (no real change...)Todd C. Miller
2004-05-13Set close on exec flag for cron's socket. Jarno HuuskonenTodd C. Miller
2004-05-13If we get EAGAIN reading from the cron socket check both cron andTodd C. Miller
2004-05-13Unswap the vhid and advskew values.Ryan Thomas McBride
2004-05-12tzsetHenning Brauer
2004-05-12tzsetHenning Brauer
2004-05-12like always I missed tzset(); Ben Lovett <ben@tilderoot.com>Henning Brauer
2004-05-11knfTheo de Raadt
2004-05-10write filter and lock bpf descriptor before dropping privileges,Can Erkin Acar
2004-05-10Check return value of fclose() calls after writing.Otto Moerbeek
2004-05-10Do not always print banner page.Otto Moerbeek
2004-05-10Make the accept socket non-blocking. Should not matter since weTodd C. Miller
2004-05-10when adding a new group to /etc/groups, place it just before the firstTheo de Raadt
2004-05-09prettyTheo de Raadt
2004-05-08off by one in key too long detectionHenning Brauer
2004-05-08fix redefinition detection with manual keyes ipsecHenning Brauer
2004-05-08with manual keyed ipsec, we need keys and spis for both directions -Henning Brauer
2004-05-08Filter bpf writes and lock descriptor. tested by hshoexer@Can Erkin Acar
2004-05-08as bloody attempt to document neighbor cloningHenning Brauer
2004-05-08lots of munging about; canacar ok, tested by pb, looked at by various othersTheo de Raadt
2004-05-08a bloody attempt at documenting the ipsec fluff.Henning Brauer
2004-05-08KNFHenning Brauer
2004-05-08break out the consistency checking for neighbors in its own function,Henning Brauer
2004-05-08do not omit the IPv6 listening addressHenning Brauer