| Commit message (Expand) | Author | Age | Files | Lines |
* | Spacing, no object change. |  mpi | 2018-01-15 | 1 | -2/+2 |
* | space -> tab |  mpi | 2018-01-04 | 1 | -4/+4 |
* | improve randomization. remove some junk debugging features that are |  deraadt | 2014-01-22 | 1 | -3/+1 |
* | Userland programs should include <errno.h> not <sys/errno.h> |  millert | 2005-12-21 | 1 | -2/+2 |
* | clean up KEY_API() wrapper. |  hshoexer | 2005-05-04 | 1 | -85/+3 |
* | get rid of sysdep_sa_len |  hshoexer | 2005-04-08 | 1 | -8/+1 |
* | Make deterministic randomness (only ever used for testing) a compile-time |  cloder | 2005-04-08 | 1 | -14/+1 |
* | forget about sysdep/openbsd/sysdep-os.h |  deraadt | 2005-04-08 | 1 | -35/+0 |
* | remove more conditional crud |  deraadt | 2005-04-08 | 2 | -42/+1 |
* | zap USE_DEFAULT_ROUTE |  hshoexer | 2005-04-08 | 1 | -2/+2 |
* | not needed anymore |  deraadt | 2005-04-08 | 1 | -82/+0 |
* | old static lib stuff is not even needed... |  deraadt | 2005-04-08 | 1 | -10/+1 |
* | privsep always |  deraadt | 2005-04-08 | 1 | -52/+0 |
* | the lovely thing about layers and layers of compatible stuff, is that |  deraadt | 2005-04-08 | 1 | -2/+2 |
* | kill HAVE_PCAP |  deraadt | 2005-04-08 | 1 | -3/+1 |
* | kill HAVE_CLOSEFROM |  deraadt | 2005-04-08 | 1 | -2/+1 |
* | kill HAVE_GETIFADDRS |  deraadt | 2005-04-08 | 1 | -2/+2 |
* | kill USE_OLD_SOCKADDR |  deraadt | 2005-04-08 | 1 | -8/+1 |
* | app.c |  deraadt | 2005-04-08 | 1 | -16/+1 |
* | sysdep_progname() is non-portable gunk |  deraadt | 2005-04-08 | 1 | -8/+1 |
* | remove portable stuff not needed |  deraadt | 2005-04-08 | 1 | -55/+1 |
* | Allow the Address, Network, or Netmask values of the <IPsec-ID> to be |  mcbride | 2004-12-14 | 1 | -2/+2 |
* | Better implementation of the Dead Peer Detection protocol, RFC 3706. |  ho | 2004-08-10 | 1 | -1/+10 |
* | Narrow down privsep interface. Move pf_key_v2_open() to monitor. |  hshoexer | 2004-06-26 | 1 | -1/+5 |
* | Remove -DHAVE_GETNAMEINFO frome makefiles. |  mcbride | 2004-06-26 | 2 | -5/+3 |
* | partial move to KNF. More to come. This has happened because there |  deraadt | 2004-04-15 | 2 | -137/+129 |
* | Don't assume closefrom(2) exists everywhere. hshoexer@, markus@ ok. |  ho | 2004-03-31 | 1 | -1/+2 |
* | Remove clauses 3 and 4. Approved by markus@ and niklas@. |  ho | 2003-06-03 | 5 | -30/+5 |
* | Start of privilege separation for isakmpd. |  ho | 2003-05-15 | 1 | -9/+10 |
* | signed vs unsigned, some void * arithmetic, from -pedantic. niklas@ ok. |  ho | 2002-09-11 | 1 | -2/+2 |
* | The dlopen() stuff goes away. |  ho | 2002-06-10 | 2 | -16/+2 |
* | rm trailing whitespace |  todd | 2002-06-09 | 2 | -6/+6 |
* | -Werror not possible, because of openssl constification. thanks guys |  deraadt | 2002-03-05 | 1 | -2/+2 |
* | Add sysdep_sa_len function. |  ho | 2001-10-26 | 1 | -1/+8 |
* | Compile on old systems, my version. |  niklas | 2001-08-23 | 1 | -7/+26 |
* | Revert last change. |  ho | 2001-08-22 | 1 | -10/+3 |
* | Compile on older systems. |  ho | 2001-08-22 | 1 | -3/+10 |
* | IPCOMP policy control should be optional for backward |  niklas | 2001-08-22 | 1 | -3/+5 |
* | Bypass IPCOMP too. |  niklas | 2001-08-22 | 1 | -6/+15 |
* | use getifaddrs(3) rather than SIOCGIFCONF. in fact, if_map() does not do |  itojun | 2001-08-13 | 1 | -2/+2 |
* | #(endif|else) foo is incorrect, make it #endif /* foo */ |  heko | 2001-08-12 | 1 | -2/+2 |
* | style |  niklas | 2001-07-06 | 1 | -5/+5 |
* | Remove support for PF_ENCAP (deprecated since OpenBSD2.5). |  ho | 2001-07-06 | 1 | -5/+1 |
* | setsockopt flags needs to be IPv6 aware |  ho | 2001-06-29 | 1 | -15/+41 |
* | On OpenBSD, we want -Werror. |  ho | 2001-06-29 | 1 | -2/+2 |
* | Get rid of redundant lengths in get_spi API. |  ho | 2001-06-29 | 1 | -5/+3 |
* | More sa_len usage. |  ho | 2001-06-29 | 1 | -2/+3 |
* | Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwards |  niklas | 2001-06-05 | 1 | -4/+26 |
* | Adhere to the new set_spi prototype. |  angelos | 2001-05-05 | 1 | -3/+4 |
* | isakmpd can now capture un-encrypted IKE negotiation packets to a |  ho | 2001-04-09 | 1 | -2/+2 |