summaryrefslogtreecommitdiffstats
path: root/sbin/isakmpd/sysdep/openbsd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spacing, no object change.mpi2018-01-151-2/+2
* space -> tabmpi2018-01-041-4/+4
* improve randomization. remove some junk debugging features that arederaadt2014-01-221-3/+1
* Userland programs should include <errno.h> not <sys/errno.h>millert2005-12-211-2/+2
* clean up KEY_API() wrapper.hshoexer2005-05-041-85/+3
* get rid of sysdep_sa_lenhshoexer2005-04-081-8/+1
* Make deterministic randomness (only ever used for testing) a compile-timecloder2005-04-081-14/+1
* forget about sysdep/openbsd/sysdep-os.hderaadt2005-04-081-35/+0
* remove more conditional crudderaadt2005-04-082-42/+1
* zap USE_DEFAULT_ROUTEhshoexer2005-04-081-2/+2
* not needed anymorederaadt2005-04-081-82/+0
* old static lib stuff is not even needed...deraadt2005-04-081-10/+1
* privsep alwaysderaadt2005-04-081-52/+0
* the lovely thing about layers and layers of compatible stuff, is thatderaadt2005-04-081-2/+2
* kill HAVE_PCAPderaadt2005-04-081-3/+1
* kill HAVE_CLOSEFROMderaadt2005-04-081-2/+1
* kill HAVE_GETIFADDRSderaadt2005-04-081-2/+2
* kill USE_OLD_SOCKADDRderaadt2005-04-081-8/+1
* app.cderaadt2005-04-081-16/+1
* sysdep_progname() is non-portable gunkderaadt2005-04-081-8/+1
* remove portable stuff not neededderaadt2005-04-081-55/+1
* Allow the Address, Network, or Netmask values of the <IPsec-ID> to bemcbride2004-12-141-2/+2
* Better implementation of the Dead Peer Detection protocol, RFC 3706.ho2004-08-101-1/+10
* Narrow down privsep interface. Move pf_key_v2_open() to monitor.hshoexer2004-06-261-1/+5
* Remove -DHAVE_GETNAMEINFO frome makefiles.mcbride2004-06-262-5/+3
* partial move to KNF. More to come. This has happened because therederaadt2004-04-152-137/+129
* Don't assume closefrom(2) exists everywhere. hshoexer@, markus@ ok.ho2004-03-311-1/+2
* Remove clauses 3 and 4. Approved by markus@ and niklas@.ho2003-06-035-30/+5
* Start of privilege separation for isakmpd.ho2003-05-151-9/+10
* signed vs unsigned, some void * arithmetic, from -pedantic. niklas@ ok.ho2002-09-111-2/+2
* The dlopen() stuff goes away.ho2002-06-102-16/+2
* rm trailing whitespacetodd2002-06-092-6/+6
* -Werror not possible, because of openssl constification. thanks guysderaadt2002-03-051-2/+2
* Add sysdep_sa_len function.ho2001-10-261-1/+8
* Compile on old systems, my version.niklas2001-08-231-7/+26
* Revert last change.ho2001-08-221-10/+3
* Compile on older systems.ho2001-08-221-3/+10
* IPCOMP policy control should be optional for backwardniklas2001-08-221-3/+5
* Bypass IPCOMP too.niklas2001-08-221-6/+15
* use getifaddrs(3) rather than SIOCGIFCONF. in fact, if_map() does not doitojun2001-08-131-2/+2
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-121-2/+2
* styleniklas2001-07-061-5/+5
* Remove support for PF_ENCAP (deprecated since OpenBSD2.5).ho2001-07-061-5/+1
* setsockopt flags needs to be IPv6 awareho2001-06-291-15/+41
* On OpenBSD, we want -Werror.ho2001-06-291-2/+2
* Get rid of redundant lengths in get_spi API.ho2001-06-291-5/+3
* More sa_len usage.ho2001-06-291-2/+3
* Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwardsniklas2001-06-051-4/+26
* Adhere to the new set_spi prototype.angelos2001-05-051-3/+4
* isakmpd can now capture un-encrypted IKE negotiation packets to aho2001-04-091-2/+2