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