Age | Commit message (Expand) | Author |
2010-06-14 | add define for saproto 0 | Reyk Floeter |
2010-06-14 | More code for initiator mode (not finished yet) | Reyk Floeter |
2010-06-11 | add some infrastructure to support timers and initiator mode later. | Reyk Floeter |
2010-06-11 | tweak the code slightly so we can remove -lssl | Jonathan Gray |
2010-06-10 | don't print keywords as underlined arguments. | Reyk Floeter |
2010-06-10 | update usage() | Reyk Floeter |
2010-06-10 | Add the -S flag which does the same as "set passive" but matches the | Reyk Floeter |
2010-06-10 | move a bzero of the x509 store context higher up so the | Jonathan Gray |
2010-06-10 | add new commands: the couple/decouple commands will set loading of the | Reyk Floeter |
2010-06-10 | Add another tree to lookup policy SAs by peer address. | Reyk Floeter |
2010-06-10 | simplify the pfkey code by adding a pfkey_write() function | Reyk Floeter |
2010-06-10 | small fix for sockaddr_cmp() | Reyk Floeter |
2010-06-10 | i don't like splitting source code in too many source files but ikev2.c | Reyk Floeter |
2010-06-10 | only call RB_REMOVE once when removing an SA. | Reyk Floeter |
2010-06-09 | add missing headers needed for opendev() and close() | Charles Longeau |
2010-06-07 | $OpenBSD$ | Jonathan Gray |
2010-06-07 | Oups, an unused prototype sneaked into ifconfig. Found by jsg@ | Claudio Jeker |
2010-06-07 | switch iked pki files to /etc/iked, discussed with reyk. | Jonathan Gray |
2010-06-07 | various small tweaks; ok reyk | Jason McIntyre |
2010-06-07 | various tweaks; ok reyk | Jason McIntyre |
2010-06-07 | Enable iked/ikectl in the builds. iked is still in an early stage, | Reyk Floeter |
2010-06-07 | make clearer the relationship between isakmpd and ikev1; and iked and ikev2; | Jason McIntyre |
2010-06-07 | fix a quoting wobble for the srcnat keyword; verified by reyk | Jason McIntyre |
2010-06-05 | Switch fsck_ffs(8) and fsdb(8) to opendev(3) so that they will soon be able | Joel Sing |
2010-06-04 | Fix NAT-T detection to enable UDP encapsulation. It was done before, | Reyk Floeter |
2010-06-04 | Merge interface flags and xflags before printing them. So it is possible to | Claudio Jeker |
2010-06-03 | manpage tweaks | Reyk Floeter |
2010-06-03 | Stop requiring the 'inet6' keyword when the 'autoconfprivacy' option is used. | Stefan Sperling |
2010-06-03 | Add a new _iked user with uid 101 instead of (ab)using the _isakmpd user. | Reyk Floeter |
2010-06-03 | remove my BINDIR override, pointed out by deraadt@ | Reyk Floeter |
2010-06-03 | update the manpages for isakmpd(8) and ipsec.conf(5) to point to iked(8) | Reyk Floeter |
2010-06-03 | Import iked, a new implementation of the IKEv2 protocol. | Reyk Floeter |
2010-06-02 | Have dhclient obey the interface's rdomain, instead of doing routes on | Peter Hessler |
2010-05-28 | tweak previous; | Jason McIntyre |
2010-05-28 | Add mpls/-mpls commands to enable MPLS label switching on an interface. | Claudio Jeker |
2010-05-25 | no Pp before/after Sh/Ss; | Jason McIntyre |
2010-05-25 | use opendev(), as requested in 6373. document this using text borrowed from | Theo de Raadt |
2010-05-25 | match usage to the manual page, and borrow the description of 'disk' | Theo de Raadt |
2010-05-20 | document the optional arg to "flag", as requested by Thomas Pfaff; | Jason McIntyre |
2010-05-19 | Use the newly committed version of strnlen from libc. ok millert@ kettenis@ | Dale Rahn |
2010-05-19 | Set RTF_MPLS when playing with MPLS routes since this is now required. | Claudio Jeker |
2010-05-19 | remove unused variables | Charles Longeau |
2010-05-19 | Do not default to rdomain 1 for route exec use 0 as default like every other | Claudio Jeker |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-05-16 | plug memory leak. `ps' was allocated with strdup(3), but on error path | zinovik |
2010-05-15 | grow /usr/local more at the cost of /home; ok krw@ | Otto Moerbeek |
2010-05-14 | nowadays, .Dx is callable, so we need to quote it; | Ingo Schwarze |
2010-05-11 | set max size of auto allocated /usr/local to 10G; ok espie@ krw@ | Otto Moerbeek |
2010-05-10 | Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> | Kenneth R Westerback |
2010-05-07 | Add faith(4) to the list of clonable devices even though it is not enbaled | Claudio Jeker |