summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-04-28spacingHenning Brauer
2004-04-28correct yaccTheo de Raadt
2004-04-28don't load SAs into the kernel if IKE is used.Markus Friedl
2004-04-28keep route refresh counters into account when building sums, andHenning Brauer
2004-04-28prefix the auth related defines by AUTH_, we had a name clash, markus okHenning Brauer
2004-04-28IPv6 support; ok beck@Damien Miller
2004-04-27teach printconf about all this shiny new ipsec stuffHenning Brauer
2004-04-27set conf.auth.methodod for md5, tooMarkus Friedl
2004-04-27ike before inHenning Brauer
2004-04-27rename the ipsec struct to auth, move all tcpmd5 related fields in there, andHenning Brauer
2004-04-27parser parts for ipsec ike, markus okHenning Brauer
2004-04-27getaddrinfo 4th arg has to be non-null. Gerard gerritsenJun-ichiro itojun Hagino
2004-04-27add an example w/ fstat(1)Philipp Buehler
2004-04-27two missing breaks, repairs tcpmd5, with markusHenning Brauer
2004-04-27initial documentationMarkus Friedl
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