Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-02 | Fix bug in the decision process. The decision process is unable to directly | Claudio Jeker | |
detect changes of the active prefix. This bug is only triggered when a nexthop changes state. While doing that clarify prefix_move a bit. OK henning@ | |||
2004-02-02 | Somehow I missed this peace in one of my last commits. OK henning@ | Claudio Jeker | |
2004-02-02 | Use correct struct in sizeof for calloc. OK henning@ | Claudio Jeker | |
2004-02-02 | Seal a memory leak and fix a format string, conf->as is unsigned. | Claudio Jeker | |
OK henning@ | |||
2004-02-02 | Do away with non-aligned memory accesses. | Otto Moerbeek | |
ok deraadt@ hshoexer@ | |||
2004-02-01 | pasto, from gluk | Henning Brauer | |
2004-02-01 | Update: document the network statement and update the announce description | Claudio Jeker | |
OK henning@ | |||
2004-02-01 | Set sane default announce types according to the peer type. For IBGP use | Claudio Jeker | |
announce all and for EBGP use announce self. OK henning@ | |||
2004-02-01 | put v6 cruft into session_up() while beeing there... claudio ok | Henning Brauer | |
2004-02-01 | sort openssl rand options; | Jason McIntyre | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-01-31 | rename tcp sockopt TCP_SIGNATURE_ENABLE to TCP_MD5SIG | Henning Brauer | |
requested by theo ok markus@ hshoexer@ | |||
2004-01-31 | pkg_create -L support, which I forgot to commit. | Marc Espie | |
-B pkg-destdir, synonymous to -S, and PKG_DESTDIR support. | |||
2004-01-31 | general cleanup and better SIGCHLD handling from millert@ | Otto Moerbeek | |
ok canacar@ | |||
2004-01-30 | in the parse_config() -> merge_config() chain, you shall not null | Henning Brauer | |
conf->opts that holds some of the command line opts. repairs -n. | |||
2004-01-30 | missing free() in an error path that should be unreachable | Henning Brauer | |
From: Patrick Latifi <pat@eyeo.org> | |||
2004-01-30 | please sparc64, with & ok claudio | Henning Brauer | |
2004-01-30 | -enable md5sig on the listening socket | Henning Brauer | |
-on connections we just accepted, check wether md5sig is configured for that peer, and check wether the connection is md5sig'd too. if not, refuse tested against cisco 7200. | |||
2004-01-29 | enable tcp md5sig om the connecting socket when md5sig is configured for that | Henning Brauer | |
peer. I just successfully established an md5sig'd session against a cisco 7200 with that. | |||
2004-01-29 | destdir support | Marc Espie | |
okay pvalchev. | |||
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 | |
tcp md5sig password so that the key can be given in ascii, what unfortunately limits the key space (cisco/juniper compat...) we keep the ability to specify the key in hex whithout these limits. help & ok markus | |||
2004-01-28 | improve logging | Henning Brauer | |
2004-01-28 | some code refactoring. | Marc Espie | |
minor optimization: don't try to open pipe to local file that doesn't exist anyways. track connections per-host for ftp/http. Don't allow more than maxcount() connections per-host (for now, one connection). tests by sturm@, fries@ | |||
2004-01-28 | KNF | Henning Brauer | |
2004-01-28 | Add -L to record/enforce localbase. | Marc Espie | |
Okay sturm@ | |||
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 | |
-implement pfkey_sa_remove -use it in pfkey_auth_remove we now properly remove the SAs we added on bgpd shutdown ok markus | |||
2004-01-28 | fix pfkey_reply() logic: | Henning Brauer | |
we always need to read the full message or we find old crap next time much more difficult to find than it sounds here... with & ok markus | |||
2004-01-28 | privilege separated tcpdump, joint work with otto@ | Can Erkin Acar | |
tested by avsm@ vincent@ dhartmei@ markus@ hshoexer@ and others go for it deraadt@ | |||
2004-01-28 | update and sort openssl pkcs{7,8,12}; | Jason McIntyre | |
plus some consistency fixes; | |||
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 | |
allows for some cleanup to happen, especially we need this to remove the md5sig flows | |||
2004-01-28 | missing free and fix memset misuse; From: Patrick Latifi <pat@eyeo.org> | Henning Brauer | |
tho i fixed that using bzero instead | |||
2004-01-28 | repair the bind() in session_connect; only used if local-addr was specified | Henning Brauer | |
got broken in the sockaddr_in -> bgpd_addr conversion | |||
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 | |
eases other code quite a bit in exchange... | |||
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 | |
call pfkey_auth_remove when a session drops back to IDLE state ok markus@ claudio@ | |||
2004-01-28 | -struct peer_auth to store the SPIs, linked into struct peer | Henning Brauer | |
-add pfkey_auth_establish(), which sets up flows for both directions and stores the SPIs in above struct -add (yet dummy) pfkey_auth_remove() with markus, ok claudio markus | |||
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 | |
fix passed back to arlad people; |