Age | Commit message (Expand) | Author |
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 | KNF | Henning Brauer |
2004-01-28 | -rename pfkey_setkey to pfkey_sa_add | Henning Brauer |
2004-01-28 | fix pfkey_reply() logic: | Henning Brauer |
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 | 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 | log & ignore RTM_CHANGE messages for that we don't find an exact match | Henning Brauer |
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 | move strict kroute from in_addr_t for nexthop and prefix to struct in_addr | 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 | use a struct bgpd_addr instead of sockaddr_in for peer_config->local_addr and | Henning Brauer |
2004-01-27 | missing return() | Henning Brauer |
2004-01-27 | use SADB_GETSPI/UPDATE for setting tcpmd5 keys; ok henning | Markus Friedl |
2004-01-26 | rename "tcp signature" to "tcp md5sig" - the name is misleading, wether | Henning Brauer |
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-24 | eek, no, ERROR is of course not unused | Henning Brauer |
2004-01-24 | Remove unused terminals. | Ryan Thomas McBride |
2004-01-24 | we can use memcpy for the whole thing in merge_config now instead of | Henning Brauer |
2004-01-23 | use log_addr | Henning Brauer |
2004-01-23 | provide log_addr, which takes a struct bgpd_addr | Henning Brauer |
2004-01-23 | make sure to only use the accept()ed connection of there is no other existing | Henning Brauer |
2004-01-23 | sync comments with reality and properly log accept() errors | Henning Brauer |
2004-01-22 | provide a log_debug and use it in rde.c. | Henning Brauer |
2004-01-22 | use log_peer_warnx() now that we can, claudio agrees | Henning Brauer |
2004-01-22 | make log_peer_* take a struct peer_config instead of the session engine | Henning Brauer |
2004-01-22 | use log_warnx and log_info. reclassify a few messages in the process and fix | Henning Brauer |
2004-01-22 | provide log_warnx() and log_info() | Henning Brauer |
2004-01-22 | log_peer_err -> log_peer_warn | Henning Brauer |
2004-01-22 | s/log_err/log_warn/ | Henning Brauer |
2004-01-22 | an RTM_IFINFO message can mean a lot. it does not necessarily mean that | Henning Brauer |
2004-01-20 | fix error logging on connection attempts from !root user | Henning Brauer |
2004-01-20 | check early wether user _bgpd exists so we can bail out early and nicely | Henning Brauer |
2004-01-19 | (v)fprintf atomically in vlog() in debug mode, prodded by theo | Henning Brauer |
2004-01-18 | track interface type and baudrate as well | Henning Brauer |
2004-01-18 | sort options; | Jason McIntyre |
2004-01-18 | spacing | Theo de Raadt |