Age | Commit message (Expand) | Author |
2004-01-31 | pkg_create -L support, which I forgot to commit. | Marc Espie |
2004-01-31 | general cleanup and better SIGCHLD handling from millert@ | Otto Moerbeek |
2004-01-30 | in the parse_config() -> merge_config() chain, you shall not null | Henning Brauer |
2004-01-30 | missing free() in an error path that should be unreachable | Henning Brauer |
2004-01-30 | please sparc64, with & ok claudio | Henning Brauer |
2004-01-30 | -enable md5sig on the listening socket | Henning Brauer |
2004-01-29 | enable tcp md5sig om the connecting socket when md5sig is configured for that | Henning Brauer |
2004-01-29 | destdir support | Marc Espie |
2004-01-29 | KNF | Henning Brauer |
2004-01-29 | and another one | Michael Shalayeff |
2004-01-29 | will be needed for cats too | Theo de Raadt |
2004-01-29 | MORE BULLSHIT BECAUSE THIS PIECE OF SHIT IS INTERTWINED WITH PFCTL | Theo de Raadt |
2004-01-28 | properly whine when password is too long instead of silently truncating | Henning Brauer |
2004-01-28 | implement | Henning Brauer |
2004-01-28 | improve logging | Henning Brauer |
2004-01-28 | some code refactoring. | Marc Espie |
2004-01-28 | KNF | Henning Brauer |
2004-01-28 | Add -L to record/enforce localbase. | Marc Espie |
2004-01-28 | add some missing options/args to pkcs{7,8,12} that i missed earlier; | Jason McIntyre |
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 |