summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/key.c
AgeCommit message (Expand)Author
2004-06-14KNF, style, 80c, etc. hshoexer@ okHakan Olsson
2004-05-23More KNF. Mainly spaces and line-wraps, no binary change.Hans-Joerg Hoexer
2004-05-23greater care with argumentsTheo de Raadt
2004-04-15partial move to KNF. More to come. This has happened because thereTheo de Raadt
2004-04-07Reset *data in case of unknown key typesHakan Olsson
2003-11-06Style nits.Hakan Olsson
2002-09-11signed vs unsigned, some void * arithmetic, from -pedantic. niklas@ ok.Hakan Olsson
2002-06-10The dlopen() stuff goes away.Hakan Olsson
2002-06-01size_t must be cast to (unsigned long) and printed using %luTheo de Raadt
2002-03-06Compile without warnings for older/newer OpenSSL.Hakan Olsson
2002-03-06Fix a couple of snprintf length bugs. Same problem <chris@stallion.oz.au>Hakan Olsson
2002-03-05handle constification from new opensslTheo de Raadt
2002-01-23the last few sprintf -> snprintfHakan Olsson
2001-10-26libcrypto.h should be included. Sort includes.Hakan Olsson
2001-07-02make the alpha happyTheo de Raadt
2001-07-01StyleNiklas Hallqvist
2001-06-25Copyright update.Angelos D. Keromytis
2001-05-31Key handling routines.Angelos D. Keromytis