Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spacing, no object change. | 2018-01-15 | 1 | -2/+2 | |
| | |||||
* | space -> tab | 2018-01-04 | 1 | -4/+4 | |
| | | | | No object change. | ||||
* | improve randomization. remove some junk debugging features that are | 2014-01-22 | 1 | -3/+1 | |
| | | | | | fundamentally broken. ok jsing mikeb | ||||
* | Userland programs should include <errno.h> not <sys/errno.h> | 2005-12-21 | 1 | -2/+2 | |
| | | | | OK deraadt@ | ||||
* | clean up KEY_API() wrapper. | 2005-05-04 | 1 | -85/+3 | |
| | | | | ok ho@ | ||||
* | get rid of sysdep_sa_len | 2005-04-08 | 1 | -8/+1 | |
| | | | | ok cloder@ | ||||
* | Make deterministic randomness (only ever used for testing) a compile-time | 2005-04-08 | 1 | -14/+1 | |
| | | | | | | | | option. Reduces chances of somehow setting regrand when it's not supposed to be set. Remove "-r" option from man page. Also xref certpatch(8) while we are in there. And remove some include sysdep.h where it is no longer needed. OK hshoexer | ||||
* | forget about sysdep/openbsd/sysdep-os.h | 2005-04-08 | 1 | -35/+0 | |
| | |||||
* | remove more conditional crud | 2005-04-08 | 2 | -42/+1 | |
| | |||||
* | zap USE_DEFAULT_ROUTE | 2005-04-08 | 1 | -2/+2 | |
| | |||||
* | not needed anymore | 2005-04-08 | 1 | -82/+0 | |
| | |||||
* | old static lib stuff is not even needed... | 2005-04-08 | 1 | -10/+1 | |
| | |||||
* | privsep always | 2005-04-08 | 1 | -52/+0 | |
| | |||||
* | the lovely thing about layers and layers of compatible stuff, is that | 2005-04-08 | 1 | -2/+2 | |
| | | | | | | deep down in the guts of it assumptions such as "this particular processors has no shared libraries yet" get hidden, only to be found about 2 years later. i hate code that hides stuff like that from me. | ||||
* | kill HAVE_PCAP | 2005-04-08 | 1 | -3/+1 | |
| | |||||
* | kill HAVE_CLOSEFROM | 2005-04-08 | 1 | -2/+1 | |
| | |||||
* | kill HAVE_GETIFADDRS | 2005-04-08 | 1 | -2/+2 | |
| | |||||
* | kill USE_OLD_SOCKADDR | 2005-04-08 | 1 | -8/+1 | |
| | |||||
* | app.c | 2005-04-08 | 1 | -16/+1 | |
| | |||||
* | sysdep_progname() is non-portable gunk | 2005-04-08 | 1 | -8/+1 | |
| | |||||
* | remove portable stuff not needed | 2005-04-08 | 1 | -55/+1 | |
| | |||||
* | Allow the Address, Network, or Netmask values of the <IPsec-ID> to be | 2004-12-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | specified with an interface name (in which case the first address is used) or the keyword 'default' (in which case the address is selected based on the default route). eg: [roadwarrior-ip] ID-type= IPV4_ADDR Address= default ok ho@ hshoexer@ | ||||
* | Better implementation of the Dead Peer Detection protocol, RFC 3706. | 2004-08-10 | 1 | -1/+10 | |
| | | | | hshoexer@ ok. | ||||
* | Narrow down privsep interface. Move pf_key_v2_open() to monitor. | 2004-06-26 | 1 | -1/+5 | |
| | | | | | | Work in progress. ok ho@ | ||||
* | Remove -DHAVE_GETNAMEINFO frome makefiles. | 2004-06-26 | 2 | -5/+3 | |
| | | | | Pointed out by ho@ | ||||
* | partial move to KNF. More to come. This has happened because there | 2004-04-15 | 2 | -137/+129 | |
| | | | | | | are a raft of source code auditors who are willing to help improve this code only if this is done, and hey, isakmpd does need our standard auditing process. ok ho hshoexer | ||||
* | Don't assume closefrom(2) exists everywhere. hshoexer@, markus@ ok. | 2004-03-31 | 1 | -1/+2 | |
| | |||||
* | Remove clauses 3 and 4. Approved by markus@ and niklas@. | 2003-06-03 | 5 | -30/+5 | |
| | |||||
* | Start of privilege separation for isakmpd. | 2003-05-15 | 1 | -9/+10 | |
| | | | | | There are some kinks left, so keep it default disabled for now. markus@ says ok to commit. | ||||
* | signed vs unsigned, some void * arithmetic, from -pedantic. niklas@ ok. | 2002-09-11 | 1 | -2/+2 | |
| | |||||
* | The dlopen() stuff goes away. | 2002-06-10 | 2 | -16/+2 | |
| | |||||
* | rm trailing whitespace | 2002-06-09 | 2 | -6/+6 | |
| | |||||
* | -Werror not possible, because of openssl constification. thanks guys | 2002-03-05 | 1 | -2/+2 | |
| | |||||
* | Add sysdep_sa_len function. | 2001-10-26 | 1 | -1/+8 | |
| | |||||
* | Compile on old systems, my version. | 2001-08-23 | 1 | -7/+26 | |
| | |||||
* | Revert last change. | 2001-08-22 | 1 | -10/+3 | |
| | |||||
* | Compile on older systems. | 2001-08-22 | 1 | -3/+10 | |
| | |||||
* | IPCOMP policy control should be optional for backward | 2001-08-22 | 1 | -3/+5 | |
| | | | | compatibility. | ||||
* | Bypass IPCOMP too. | 2001-08-22 | 1 | -6/+15 | |
| | |||||
* | use getifaddrs(3) rather than SIOCGIFCONF. in fact, if_map() does not do | 2001-08-13 | 1 | -2/+2 | |
| | | | | | the right thing on certain set of interface addresses. SIOCGIFCONF is the worst possible ioctl API... | ||||
* | #(endif|else) foo is incorrect, make it #endif /* foo */ | 2001-08-12 | 1 | -2/+2 | |
| | | | | deraadt@ ok | ||||
* | style | 2001-07-06 | 1 | -5/+5 | |
| | |||||
* | Remove support for PF_ENCAP (deprecated since OpenBSD2.5). | 2001-07-06 | 1 | -5/+1 | |
| | |||||
* | setsockopt flags needs to be IPv6 aware | 2001-06-29 | 1 | -15/+41 | |
| | |||||
* | On OpenBSD, we want -Werror. | 2001-06-29 | 1 | -2/+2 | |
| | |||||
* | Get rid of redundant lengths in get_spi API. | 2001-06-29 | 1 | -5/+3 | |
| | |||||
* | More sa_len usage. | 2001-06-29 | 1 | -2/+3 | |
| | |||||
* | Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwards | 2001-06-05 | 1 | -4/+26 | |
| | | | | | compatibility problems in isakmpd, at least 2.8 stable can compile current isakmpd now. angelos@ ok | ||||
* | Adhere to the new set_spi prototype. | 2001-05-05 | 1 | -3/+4 | |
| | |||||
* | isakmpd can now capture un-encrypted IKE negotiation packets to a | 2001-04-09 | 1 | -2/+2 | |
| | | | | | | file. In pcap(3) format, so tcpdump(8) can read it. Idea by Tim Newsham <newsham@lava.net>, work by him and me. Ok angelos@, niklas@ |