summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/isakmpd.c
AgeCommit message (Expand)Author
2004-09-17avoid signal race.Hans-Joerg Hoexer
2004-06-25Keynote policy checking can now be disabled by "-K" switch and config tagHans-Joerg Hoexer
2004-06-23Add commandline switch -a / config tag "Acquire-Only" to tell isakmpd to notHans-Joerg Hoexer
2004-06-20To make debugging the unprivileged child process easier, make 'isakmpd -dd'Hakan Olsson
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-19Permit symbolic protocol and service names, such as "Protocol= tcp", in theHakan Olsson
2004-04-15partial move to KNF. More to come. This has happened because thereTheo de Raadt
2004-04-08Set timezone before privsep, child uses now correct timezone.Hans-Joerg Hoexer
2004-03-31Don't assume closefrom(2) exists everywhere. hshoexer@, markus@ ok.Hakan Olsson
2004-03-19Add missing bits to make already present privsep code work. Enable privsep.Hans-Joerg Hoexer
2004-02-19small cleanup of log messages.Hans-Joerg Hoexer
2004-02-19With -d, SIGINT should do a clean shutdown.Hakan Olsson
2004-02-19Cleanup.Hakan Olsson
2004-01-16Added -v option. Enables logging of successful exchange completion.Hans-Joerg Hoexer
2003-06-04Remove the rest of clauses 3 and 4. Approved by Niklas Hallqvist, AngelosHakan Olsson
2003-05-18More isakmpd privsep work. X509 private keys are now kept in the privilegedHakan Olsson
2003-05-15Start of privilege separation for isakmpd.Hakan Olsson
2003-05-14Fix a typo (in unused code).Hakan Olsson
2003-04-14Unlink FIFO and pid files on clean shutdown. PR#3199Hakan Olsson
2002-12-03Add -4/-6 cmdline options to select what address family (IPv4,v6) to use.Hakan Olsson
2002-11-27Make sure daemon() does not close any fd opened during initialization.Hakan Olsson
2002-11-21-Wshadow nits.Hakan Olsson
2002-07-05volatile sig_atomic_t, suggested by Theo.Hakan Olsson
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-09rm trailing whitespaceTodd T. Fries
2002-06-07Before detaching, log output should go to stderr, not syslog.Hakan Olsson
2002-06-01size_t must be cast to (unsigned long) and printed using %luTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2001-12-11Don't hang waiting for select() with SIGTERM + no active SAs.Hakan Olsson
2001-12-10Add UI option 'R' to trigger isakmpd reinit (same as SIGHUP).Hakan Olsson
2001-10-26Sometimes the daemon will not die promptly on SIGTERM, even thoughHakan Olsson
2001-08-24Send DELETE notifications for all active SAs when we shut down the daemon.Hakan Olsson
2001-08-23Reinitialize transports on SIGUP.Angelos D. Keromytis
2001-08-23recieve -> receiveAaron Campbell
2001-07-05Add prototypes and some other various cleanup.Hakan Olsson
2001-07-01strict strtol checking. text2sockaddr/sockaddr2text implementationsNiklas Hallqvist
2001-06-29IPv6 support, by niklas@ and me.Hakan Olsson
2001-04-09More style fixes...Hakan Olsson
2001-04-09isakmpd can now capture un-encrypted IKE negotiation packets to aHakan Olsson
2001-04-07Add missing filename argument.Hakan Olsson
2001-01-27(c) 2001Niklas Hallqvist
2001-01-26Pedantic style policeNiklas Hallqvist
2000-10-07isakmp_doi.h: Merge with EOM 1.1Niklas Hallqvist
2000-06-08Merge with EOM 1.52Niklas Hallqvist
2000-05-03Merge with EOM 1.51Niklas Hallqvist
2000-05-02Merge with EOM 1.49Niklas Hallqvist
2000-04-07conf.c: Merge with EOM 1.21Niklas Hallqvist
2000-02-25regress/crypto/Makefile: Merge with EOM 1.5Niklas Hallqvist
2000-02-19cert.c: Merge with EOM 1.14Niklas Hallqvist