summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-04-27restrict the ipsec flows to BGP only; ok henningMarkus Friedl
2004-04-27Set oldp en oldlenp to NULL; provide feedback; set exit status.Otto Moerbeek
2004-04-27unbreak^2Henning Brauer
2004-04-27repairHenning Brauer
2004-04-27various small fixes;Jason McIntyre
2004-04-27crud stripping; henning okTheo de Raadt
2004-04-27do the errno ERANGE dance around a strtol; henning okTheo de Raadt
2004-04-27announce route refresh capability, and parse announced route refresh capaHenning Brauer
2004-04-27print route refresh capability if presentHenning Brauer
2004-04-27initial route refresh support per RFC2918Henning Brauer
2004-04-27curpeer must be set back to curgroup, not NULLHenning Brauer
2004-04-26need more checks on the keysHenning Brauer
2004-04-26drop tcp connections using sysctl(2)Markus Friedl
2004-04-26unbreakHenning Brauer
2004-04-26bzero hint before use.Jun-ichiro itojun Hagino
2004-04-26isalnum() does not match '_' so check it explicitly. This allows cronTodd C. Miller
2004-04-26load ipsec SAs into the kernel and enable them.Markus Friedl
2004-04-26don't forget to set keylen, markusHenning Brauer
2004-04-26parser support for setting ipsec keys and such, markus okHenning Brauer
2004-04-26fix printing template neighborsHenning Brauer
2004-04-26need keylen too, markusHenning Brauer
2004-04-26structs for ipsec, with markusHenning Brauer
2004-04-26announce multiprotocol capabilities - IPv4 multicast for nowHenning Brauer
2004-04-26Cleanup the decision function and take the age of the entry into account.Claudio Jeker
2004-04-25better error logging in parse_capabilities()Henning Brauer
2004-04-25there's a slight difference between teh local and the remote sockaddr...Henning Brauer
2004-04-25sizeof(op_len) when dealing with op_len, not sizeof(op_type) - same sizeHenning Brauer
2004-04-25spacesHenning Brauer
2004-04-25correctly pritn netmask with template neighbors, prettify output overall,Henning Brauer
2004-04-25clean; ok beckTheo de Raadt
2004-04-25if remote-as was not configured, inherit the AS from the neighbors openHenning Brauer
2004-04-25use getnameinfo here too, itojun & markus okHenning Brauer
2004-04-25Make authpf exec pfctl instead of sucking in code from pfctlBob Beck
2004-04-25reserve upper half of the (internal) ID space for cloned neighbors, claudio okHenning Brauer
2004-04-25fix check wether local-address and neighbor are of same address family -Henning Brauer
2004-04-25Remove the no longer needed configure stuff in RDE. The peer list needs noClaudio Jeker
2004-04-25use '|' as field separator, not ':' - for future IPv6 supportJun-ichiro itojun Hagino
2004-04-25do not kill cloned neighbors on reload, claudio okHenning Brauer
2004-04-25add "neighbor cloning", allowing you to specify a prefix and prefixlengthHenning Brauer
2004-04-25missing return; noticed by Joris Vink <amni@pandora.be> but I fixed inHenning Brauer
2004-04-25&d and %d have different meanings in format strings, yeahHenning Brauer
2004-04-25unbreak log_conn_attempt, bah crap crap crap crap crap crap crap crap crapHenning Brauer
2004-04-24Don't return NULL in getconfigent() when an unresolvable hostnameTodd C. Miller
2004-04-24make failure in setting up the listeners non-fatal. should make bgpd workHenning Brauer
2004-04-24some rather boring windows talk at cansecwest made me hack initial supportHenning Brauer
2004-04-24Compile the basic wscons userland tools on luna88k.Miod Vallat
2004-04-23Silence getopt() in the priv process. ok canacar@ henning@Otto Moerbeek
2004-04-22instead of using some lower 16 bits of some address on the stack thatHenning Brauer
2004-04-21cleaning; Ryan okHenning Brauer
2004-04-21Add luna88k related directories and information to the build infrastructure.Miod Vallat