summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/util.c
AgeCommit message (Expand)Author
2006-11-24add support to tag ipsec traffic belonging to specific IKE-initiatedReyk Floeter
2006-07-24Style; return is not a function. hshoexer@ ok.Hakan Olsson
2006-06-02Big spelling cleanup, no binary change. From david@Hans-Joerg Hoexer
2005-12-28remove some unused functions and an unused variable found by lint.Hans-Joerg Hoexer
2005-11-15Add a new raw2hex function and yank out several pieces of code in otherChad Loder
2005-07-25output some more information on UI command "S"Hans-Joerg Hoexer
2005-04-08get rid of sysdep_sa_lenHans-Joerg Hoexer
2005-04-08Make deterministic randomness (only ever used for testing) a compile-timeChad Loder
2005-04-08zap USE_DEFAULT_ROUTEHans-Joerg Hoexer
2005-04-08kill USE_OLD_SOCKADDRTheo de Raadt
2005-04-04spacing; ok cloderTheo de Raadt
2005-03-10remove dead code, noted by ho@Hans-Joerg Hoexer
2005-03-04remove unused function udp_decode_port(), add modified version as text2port() toHans-Joerg Hoexer
2005-02-27where possible, use bzero instead of memsetHans-Joerg Hoexer
2004-12-14Allow the Address, Network, or Netmask values of the <IPsec-ID> to beRyan Thomas McBride
2004-08-08spacingTheo de Raadt
2004-07-30Style.Hakan Olsson
2004-06-25Remove HAVE_GETNAMEINFO alternate code. Compiled binary is unchanged.Ryan Thomas McBride
2004-06-23Avoid stat before open. Do open and fstat instead.Hans-Joerg Hoexer
2004-06-23Make compiling with Boehm's gc possible again.Hakan Olsson
2004-06-20NAT-Traversal for isakmpd. Work in progress...Hakan Olsson
2004-06-16Fix wrong pointer dereference and plug memleak. Found and patch byHans-Joerg Hoexer
2004-06-14KNF, style, 80c, etc. hshoexer@ okHakan Olsson
2004-05-24Use correct function names in log messages. Kill some spaces.Hans-Joerg Hoexer
2004-05-23More KNF. Mainly spaces and line-wraps, no binary change.Hans-Joerg Hoexer
2004-05-23stat before open is flawedTheo de Raadt
2004-04-15partial move to KNF. More to come. This has happened because thereTheo de Raadt
2004-04-07-Wsign-compare nits. hshoexer@ ok.Hakan Olsson
2003-12-14Log the actual port for src and dst, don't assume it's always 500.Hakan Olsson
2003-06-03Remove clauses 3 and 4. With approval from Niklas Hallqvist andHakan Olsson
2003-05-15Start of privilege separation for isakmpd.Hakan Olsson
2003-03-13Avoid "j += snprintf()". niklas@ ok.Hakan Olsson
2003-03-06fix text2sockaddr() when HAVE_GETNAMEINFO is false and port is NULL.Cedric Berger
2003-03-06Less ambiguous l-value usage. Noted by cedric@Hakan Olsson
2003-01-09Don't write past the end of the address buffer. Found by Theo.Hakan Olsson
2002-06-09rm trailing whitespaceTodd T. Fries
2002-05-28off_t to size_t change for printf format and malloc. Pointed out by <greg@nes...Hakan Olsson
2002-01-23the last few sprintf -> snprintfHakan Olsson
2002-01-23less strcpy/strcatHakan Olsson
2002-01-19Fix bogosity with sa_len value assignment...I wonder how this everAngelos D. Keromytis
2001-10-26Change to use sysdep_sa_len() function.Hakan Olsson
2001-10-26Just rename sockaddr_data/len functions to sockaddr_addrdata/addrlen.Hakan Olsson
2001-07-03Fix policy information for IPv6 subnet/range cases. This is ugly, I'llAngelos D. Keromytis
2001-07-01strict strtol checking. text2sockaddr/sockaddr2text implementationsNiklas Hallqvist
2001-07-01Get the 'default:' case right too.Hakan Olsson
2001-07-01Fix remote_negotiation_address attribute; fix sockaddr2text() returnAngelos D. Keromytis
2001-06-29Fix address byte ordering issue, ho@ okAngelos D. Keromytis
2001-06-29Style fix as per niklas@'s suggestion.Hakan Olsson
2001-06-29Initial IPv6 support. (niklas@ ok)Hakan Olsson
2001-06-27sockaddr2text w/o HAVE_GETNAMEINFOHakan Olsson