summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/ui.c
AgeCommit message (Expand)Author
2014-12-01memcpy abort found an overlap. from dsp at 2f30. ok deraadtTed Unangst
2014-10-09obvious reallocarray() conversionsTheo de Raadt
2008-06-10Arguments to fifo commands were limited to 80 bytes. That is tooAlexander Bluhm
2007-04-16There's no point in checking ptr for NULL before doing free(ptr)Moritz Jodeit
2006-11-30new ui command 'rmv': removes an entry from a list, thus reversing anMarkus Friedl
2006-11-28do not re-add existing entries; ok hshoexerMarkus Friedl
2006-10-18do not name FILE * variables "fd" since it is confusingTheo de Raadt
2006-09-19Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
2006-09-01Add a new UI command to force isakmpd into passive only mode.Marco Pfatschbacher
2005-11-14use snprintf; ok cloder. also looked at by a few other peopleTheo de Raadt
2005-09-23Provide UI commands to delete phase 1 SAs.Hans-Joerg Hoexer
2005-04-08Make deterministic randomness (only ever used for testing) a compile-timeChad Loder
2005-04-08USE_DEBUG is bye byeTheo de Raadt
2005-04-04spacing; ok cloderTheo de Raadt
2004-08-08spacingTheo de Raadt
2004-06-25Narrow down privsep interface. Remove ui_init to monitor. So we can get rid ofHans-Joerg Hoexer
2004-05-23More KNF. Mainly spaces and line-wraps, no binary change.Hans-Joerg Hoexer
2004-05-13Extensions to the FIFO interface:Hakan Olsson
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
2004-03-19Add missing bits to make already present privsep code work. Enable privsep.Hans-Joerg Hoexer
2003-11-06Style nits.Hakan Olsson
2003-10-13Add a UI FIFO debug class. ok markus@ plus I think henning@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-04-27Make the 'C set' FIFO command work as expected. PR#3148.Hakan Olsson
2002-06-09rm trailing whitespaceTodd T. Fries
2002-06-01size_t must be cast to (unsigned long) and printed using %luTheo de Raadt
2002-03-19Remove unnecessary prototype.Angelos D. Keromytis
2002-03-17Add 'T' and 'S' commands (for tearing-down and reporting all Phase 2Angelos D. Keromytis
2001-12-11Proper error msg.Hakan Olsson
2001-12-10Add UI option 'R' to trigger isakmpd reinit (same as SIGHUP).Hakan Olsson
2001-12-03Change UI fifo open to O_RDWR to avoid problems on some OSes (such asHakan Olsson
2001-11-22Nit.Hakan Olsson
2001-10-05Extend the FIFO ui with the 'D A <level>' (to set all debug levels) andHakan Olsson
2001-08-24Send DELETE notifications for all active SAs when we shut down the daemon.Hakan Olsson
2001-07-06Style.Hakan Olsson
2001-04-30Be more verbose about fifo ui operations.Hakan Olsson
2001-04-09isakmpd can now capture un-encrypted IKE negotiation packets to aHakan Olsson
2000-10-07Merge with EOM 1.43Niklas Hallqvist
2000-05-02conf.h: Merge with EOM 1.11Niklas Hallqvist
2000-04-07conf.c: Merge with EOM 1.22Niklas Hallqvist
2000-04-07conf.c: Merge with EOM 1.21Niklas Hallqvist
2000-03-08Merge with EOM 1.38Niklas Hallqvist
2000-02-25regress/crypto/Makefile: Merge with EOM 1.5Niklas Hallqvist
1999-08-26Merge with EOM 1.36Niklas Hallqvist
1999-08-05DESIGN-NOTES: Merge with EOM 1.47Niklas Hallqvist
1999-06-02Merge with EOM 1.33Niklas Hallqvist
1999-05-01sysdep/openbsd/sysdep.c: Merge with EOM 1.7Niklas Hallqvist
1999-04-19./ui.c: Merge with EOM 1.31Niklas Hallqvist