Age | Commit message (Expand) | Author |
2004-04-28 | spacing | Henning Brauer |
2004-04-28 | correct yacc | Theo de Raadt |
2004-04-28 | don't load SAs into the kernel if IKE is used. | Markus Friedl |
2004-04-28 | keep route refresh counters into account when building sums, and | Henning Brauer |
2004-04-28 | prefix the auth related defines by AUTH_, we had a name clash, markus ok | Henning Brauer |
2004-04-28 | IPv6 support; ok beck@ | Damien Miller |
2004-04-27 | teach printconf about all this shiny new ipsec stuff | Henning Brauer |
2004-04-27 | set conf.auth.methodod for md5, too | Markus Friedl |
2004-04-27 | ike before in | Henning Brauer |
2004-04-27 | rename the ipsec struct to auth, move all tcpmd5 related fields in there, and | Henning Brauer |
2004-04-27 | parser parts for ipsec ike, markus ok | Henning Brauer |
2004-04-27 | getaddrinfo 4th arg has to be non-null. Gerard gerritsen | Jun-ichiro itojun Hagino |
2004-04-27 | add an example w/ fstat(1) | Philipp Buehler |
2004-04-27 | two missing breaks, repairs tcpmd5, with markus | Henning Brauer |
2004-04-27 | initial documentation | Markus Friedl |
2004-04-27 | restrict the ipsec flows to BGP only; ok henning | Markus Friedl |
2004-04-27 | Set oldp en oldlenp to NULL; provide feedback; set exit status. | Otto Moerbeek |
2004-04-27 | unbreak^2 | Henning Brauer |
2004-04-27 | repair | Henning Brauer |
2004-04-27 | various small fixes; | Jason McIntyre |
2004-04-27 | crud stripping; henning ok | Theo de Raadt |
2004-04-27 | do the errno ERANGE dance around a strtol; henning ok | Theo de Raadt |
2004-04-27 | announce route refresh capability, and parse announced route refresh capa | Henning Brauer |
2004-04-27 | print route refresh capability if present | Henning Brauer |
2004-04-27 | initial route refresh support per RFC2918 | Henning Brauer |
2004-04-27 | curpeer must be set back to curgroup, not NULL | Henning Brauer |
2004-04-26 | need more checks on the keys | Henning Brauer |
2004-04-26 | drop tcp connections using sysctl(2) | Markus Friedl |
2004-04-26 | unbreak | Henning Brauer |
2004-04-26 | bzero hint before use. | Jun-ichiro itojun Hagino |
2004-04-26 | isalnum() does not match '_' so check it explicitly. This allows cron | Todd C. Miller |
2004-04-26 | load ipsec SAs into the kernel and enable them. | Markus Friedl |
2004-04-26 | don't forget to set keylen, markus | Henning Brauer |
2004-04-26 | parser support for setting ipsec keys and such, markus ok | Henning Brauer |
2004-04-26 | fix printing template neighbors | Henning Brauer |
2004-04-26 | need keylen too, markus | Henning Brauer |
2004-04-26 | structs for ipsec, with markus | Henning Brauer |
2004-04-26 | announce multiprotocol capabilities - IPv4 multicast for now | Henning Brauer |
2004-04-26 | Cleanup the decision function and take the age of the entry into account. | Claudio Jeker |
2004-04-25 | better error logging in parse_capabilities() | Henning Brauer |
2004-04-25 | there's a slight difference between teh local and the remote sockaddr... | Henning Brauer |
2004-04-25 | sizeof(op_len) when dealing with op_len, not sizeof(op_type) - same size | Henning Brauer |
2004-04-25 | spaces | Henning Brauer |
2004-04-25 | correctly pritn netmask with template neighbors, prettify output overall, | Henning Brauer |
2004-04-25 | clean; ok beck | Theo de Raadt |
2004-04-25 | if remote-as was not configured, inherit the AS from the neighbors open | Henning Brauer |
2004-04-25 | use getnameinfo here too, itojun & markus ok | Henning Brauer |
2004-04-25 | Make authpf exec pfctl instead of sucking in code from pfctl | Bob Beck |
2004-04-25 | reserve upper half of the (internal) ID space for cloned neighbors, claudio ok | Henning Brauer |
2004-04-25 | fix check wether local-address and neighbor are of same address family - | Henning Brauer |