summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-01-28-rename pfkey_setkey to pfkey_sa_addHenning Brauer
2004-01-28fix pfkey_reply() logic:Henning Brauer
2004-01-28privilege separated tcpdump, joint work with otto@Can Erkin Acar
2004-01-28update and sort openssl pkcs{7,8,12};Jason McIntyre
2004-01-28catch SIGINT here as well so we can properly shut down if ^C'ed in debug modeHenning Brauer
2004-01-28STOP events for all sessions before we exit.Henning Brauer
2004-01-28missing free and fix memset misuse; From: Patrick Latifi <pat@eyeo.org>Henning Brauer
2004-01-28repair the bind() in session_connect; only used if local-addr was specifiedHenning Brauer
2004-01-28improve loggingHenning Brauer
2004-01-28we need a pfkey_init the gets us a PF_KEY socket before we drop privsHenning Brauer
2004-01-28label x86_64 as LETheo de Raadt
2004-01-28Repair build links for pegosos, and also build for amd64Theo de Raadt
2004-01-28call pfkey_auth_establish() on START eventsHenning Brauer
2004-01-28-struct peer_auth to store the SPIs, linked into struct peerHenning Brauer
2004-01-28don't pfkey_setkey() from here, claudio markus okHenning Brauer
2004-01-28initial support for SADB_DELETE; ok hshoexerMarkus Friedl
2004-01-28pfkey_setkey: sockaddr -> bgpd_addr; ok claudioMarkus Friedl
2004-01-28typo; from Ross L Richardson (PR 3655);Jason McIntyre
2004-01-28log & ignore RTM_CHANGE messages for that we don't find an exact matchHenning Brauer
2004-01-28remove unused variable. ok millert@Kevin Lo
2004-01-27avoid File::IO, one less module to load.Marc Espie
2004-01-27log_ntoa is herewith condemned to death by claudio and yours trulyHenning Brauer
2004-01-27make rt_sendmsg's local nextop and prefix struct in_addr too and don't useHenning Brauer
2004-01-27don't use log_ntoa, claudio okHenning Brauer
2004-01-27struct kroute changed, copeHenning Brauer
2004-01-27move strict kroute from in_addr_t for nexthop and prefix to struct in_addrHenning Brauer
2004-01-27missing exit() at end of mainHenning Brauer
2004-01-27constify log_addr and log_ntoa's returns, reminded by claudioHenning Brauer
2004-01-27use inet_ntop() for log_addr(), claudio okHenning Brauer
2004-01-27Don't just detect errors in pre_add(), but exit. Gets rid of strangeNikolay Sturm
2004-01-27catch up with changes in struct peer_config, ok claudioHenning Brauer
2004-01-27use a struct bgpd_addr instead of sockaddr_in for peer_config->local_addr andHenning Brauer
2004-01-27more forced keywords.Marc Espie
2004-01-27first series of -forced switches, looks okay to henning@.Marc Espie
2004-01-27missing return()Henning Brauer
2004-01-27use SADB_GETSPI/UPDATE for setting tcpmd5 keys; ok henningMarkus Friedl
2004-01-27bullet lists of one item don't make much sense.Marc Espie
2004-01-27-f framework, manpage fixes.Marc Espie
2004-01-27die $!Marc Espie
2004-01-27show $! in system related errors.Marc Espie
2004-01-27remove package if RequiredBy file ends up empty too soon.Marc Espie
2004-01-27put $! in die messages.Marc Espie
2004-01-26rename "tcp signature" to "tcp md5sig" - the name is misleading, wetherHenning Brauer
2004-01-26no more SIOCGIFCONF any more here eitherHenning Brauer
2004-01-26knf and cleanup; millert okTheo de Raadt
2004-01-26when we error out in send_sa_msg() close the file descriptor.Henning Brauer
2004-01-26first cut at tcpmd5 setup seupport from within bgpd. works so far.Henning Brauer
2004-01-25private copy of gmt2local from tcpdump, since tcpdump is about to startTheo de Raadt
2004-01-25sort options and update openssl passwd;Jason McIntyre
2004-01-25knf and cleanup. as well avoid sending out packet information whichTheo de Raadt