summaryrefslogtreecommitdiff
path: root/sbin/setkey
AgeCommit message (Expand)Author
2012-01-04-consistently use "char *" for the compiled policy buffer in thedrochner
2009-10-29no need for noinputchristos
2009-04-20define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160drochner
2009-04-11Enable WARNS=4 by default except for:lukem
2005-12-16Redo previous rework to generate yacc/lex output again and remove generatedjmc
2005-12-15Don't yacc/lex here as dist includes generated copies already and dependingjmc
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2005-02-24Define SADB_X_EALG_AESCBC=SADB_X_EALG_AES, as we define SADB_X_EALG_AESmanu
2005-02-19Additional cleanup pass.thorpej
2005-02-19Switch to ipsec-tools for libipsec, setkey, and racoon. Fromthorpej
2005-02-17Kill __P(), use ANSI function declarations.xtraeme
2004-10-29Add (unsigned char) cast to ctype function, reworked to fit on one linedsl
2004-07-23ignore promiscuous messages by checking sadb_msg_pid.yamt
2004-04-29Bump date for previous.wiz
2004-04-25Initial commit of a port of the FreeBSD implementation of RFC 2385jonathan
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-10-21aes-xcbc-mac is now an RFC. bump date.itojun
2003-10-21Don't assign NULL to a char.fvdl
2003-09-12support DUMP by sysctlitojun
2003-09-08make it possible to use /kern/ipsec{sp,sa} for dumping policy/SA. it willitojun
2003-09-08Add file ... mode to usage.wiz
2003-09-08Punctuation nit; bump date for previous.wiz
2003-09-08make it possible to process files.itojun
2003-09-07"tagged" policy is not introduced to netbsd-current yetitojun
2003-09-07committed by mistakeitojun
2003-09-07warn that port-number does not work for gateway config. PR kern/22715itojun
2003-07-26add another (void *) cast to appease gcc3.3mrg
2003-07-25support new algorithmsitojun
2003-07-22support hmac-sha2itojun
2003-07-22cleanupitojun
2003-07-04Bump date for last.wiz
2003-07-01more error traps on malloc failure. accept "-E null".itojun
2003-06-30Remove unnecessary space before dot.wiz
2003-05-27correct bad RFC ref. KAME problem report 480itojun
2003-05-22permit scoped addr notation in policy string (-P esp/tunnel/foo%scope-bar%sco...itojun
2003-04-15use NI_MAX*. 10 is not enough for port number. sync w/kameitojun
2003-03-15Fix some typos. From Igor Sobrado in PR 20722.wiz
2002-12-06Avoid strict alias warnings.thorpej
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem
2002-05-14sync with latest kame setkey(8), modulo icmp6 hack.itojun
2001-11-16Slightly improve markup in two places, sort sections.wiz
2001-11-16Whitespace nitswiz
2001-11-02fix -Wshadow warningslukem
2001-09-20Fix a typo which prevented manual keying from working.toshii
2001-09-07upgrade to the latest KAME setkey(8). allows FQDN hostname in commands.itojun
2001-08-16we have never supported lzs. sync with kameitojun
2001-08-12sync with latest kame. clarifies hex key and other things.itojun
2001-06-05Drop trailing dot in Nd.wiz
2001-05-07getopt(3): EOF -> -1.kleink
2001-02-16Add a "deleteall" command that takes a src/dst/protocol.thorpej