Age | Commit message (Expand) | Author |
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt |
2014-01-23 | Remove a mid-layer which acts like arc4random isn't fairly standard. | Theo de Raadt |
2014-01-22 | improve randomization. remove some junk debugging features that are | Theo de Raadt |
2013-04-24 | remove old backwards random junk | Theo de Raadt |
2009-06-25 | Add missing RTM_VERSION check. This is needed before accessing other data | Claudio Jeker |
2009-06-05 | rtm->rtm_hdrlen conversion | Chris Cappuccio |
2006-11-24 | add support to tag ipsec traffic belonging to specific IKE-initiated | Reyk Floeter |
2006-07-24 | Style; return is not a function. hshoexer@ ok. | Hakan Olsson |
2006-06-02 | Big spelling cleanup, no binary change. From david@ | Hans-Joerg Hoexer |
2005-12-28 | remove some unused functions and an unused variable found by lint. | Hans-Joerg Hoexer |
2005-11-15 | Add a new raw2hex function and yank out several pieces of code in other | Chad Loder |
2005-07-25 | output some more information on UI command "S" | Hans-Joerg Hoexer |
2005-04-08 | get rid of sysdep_sa_len | Hans-Joerg Hoexer |
2005-04-08 | Make deterministic randomness (only ever used for testing) a compile-time | Chad Loder |
2005-04-08 | zap USE_DEFAULT_ROUTE | Hans-Joerg Hoexer |
2005-04-08 | kill USE_OLD_SOCKADDR | Theo de Raadt |
2005-04-04 | spacing; ok cloder | Theo de Raadt |
2005-03-10 | remove dead code, noted by ho@ | Hans-Joerg Hoexer |
2005-03-04 | remove unused function udp_decode_port(), add modified version as text2port() to | Hans-Joerg Hoexer |
2005-02-27 | where possible, use bzero instead of memset | Hans-Joerg Hoexer |
2004-12-14 | Allow the Address, Network, or Netmask values of the <IPsec-ID> to be | Ryan Thomas McBride |
2004-08-08 | spacing | Theo de Raadt |
2004-07-30 | Style. | Hakan Olsson |
2004-06-25 | Remove HAVE_GETNAMEINFO alternate code. Compiled binary is unchanged. | Ryan Thomas McBride |
2004-06-23 | Avoid stat before open. Do open and fstat instead. | Hans-Joerg Hoexer |
2004-06-23 | Make compiling with Boehm's gc possible again. | Hakan Olsson |
2004-06-20 | NAT-Traversal for isakmpd. Work in progress... | Hakan Olsson |
2004-06-16 | Fix wrong pointer dereference and plug memleak. Found and patch by | Hans-Joerg Hoexer |
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson |
2004-05-24 | Use correct function names in log messages. Kill some spaces. | Hans-Joerg Hoexer |
2004-05-23 | More KNF. Mainly spaces and line-wraps, no binary change. | Hans-Joerg Hoexer |
2004-05-23 | stat before open is flawed | Theo de Raadt |
2004-04-15 | partial move to KNF. More to come. This has happened because there | Theo de Raadt |
2004-04-07 | -Wsign-compare nits. hshoexer@ ok. | Hakan Olsson |
2003-12-14 | Log the actual port for src and dst, don't assume it's always 500. | Hakan Olsson |
2003-06-03 | Remove clauses 3 and 4. With approval from Niklas Hallqvist and | Hakan Olsson |
2003-05-15 | Start of privilege separation for isakmpd. | Hakan Olsson |
2003-03-13 | Avoid "j += snprintf()". niklas@ ok. | Hakan Olsson |
2003-03-06 | fix text2sockaddr() when HAVE_GETNAMEINFO is false and port is NULL. | Cedric Berger |
2003-03-06 | Less ambiguous l-value usage. Noted by cedric@ | Hakan Olsson |
2003-01-09 | Don't write past the end of the address buffer. Found by Theo. | Hakan Olsson |
2002-06-09 | rm trailing whitespace | Todd T. Fries |
2002-05-28 | off_t to size_t change for printf format and malloc. Pointed out by <greg@nes... | Hakan Olsson |
2002-01-23 | the last few sprintf -> snprintf | Hakan Olsson |
2002-01-23 | less strcpy/strcat | Hakan Olsson |
2002-01-19 | Fix bogosity with sa_len value assignment...I wonder how this ever | Angelos D. Keromytis |
2001-10-26 | Change to use sysdep_sa_len() function. | Hakan Olsson |
2001-10-26 | Just rename sockaddr_data/len functions to sockaddr_addrdata/addrlen. | Hakan Olsson |
2001-07-03 | Fix policy information for IPv6 subnet/range cases. This is ugly, I'll | Angelos D. Keromytis |
2001-07-01 | strict strtol checking. text2sockaddr/sockaddr2text implementations | Niklas Hallqvist |