summaryrefslogtreecommitdiffstats
path: root/sbin/ipsecctl/ipsecctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unnused af argument from unmask(), sync with pfctlkn2018-09-071-5/+4
* Support collapsing flow outputs.mpi2017-11-201-8/+196
* Rename all SA groups to bundles consistently. The first kernelbluhm2017-04-191-8/+8
* Now that the kernel provides information about IPsec SA bundles,bluhm2017-03-021-4/+1
* Remove NULL-checks before free(). ok tb@mmcc2015-12-101-31/+16
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Yet more #include de-duplication.krw2014-11-201-2/+1
* don't output "esn" string in the rule section as we can't use themikeb2012-07-051-3/+1
* Print esn flag when dumping SAs with ESN enabledmikeb2012-06-291-2/+4
* - put -i in the right placejmc2011-11-081-2/+2
* allow the path to isakmpd's fifo to be specified (aka changed) on thehenning2011-11-081-4/+10
* A warning text in ipsecctl was used twice. Make the messages uniquebluhm2009-01-271-2/+2
* Add support to isakmpd(8) and ipsecctl(8) to install SA's with ampf2009-01-201-1/+3
* Free the rules in the rule_queue also if ipsecctl is called withbluhm2008-07-211-7/+13
* Isakmpd acquire mode did not work with a config generated frombluhm2008-07-011-1/+3
* in all these programs using the same pfctl-derived parse.y, re-unify thederaadt2007-10-131-20/+2
* no need to include both sys/types.h and params.hhshoexer2007-08-211-2/+1
* do not display empty authkey/enckey line when -k option is nothshoexer2007-02-191-3/+3
* add -k to usage();jmc2007-01-101-2/+2
* do not print secret keys by default, -k restores old behaviour; ok hshoexermarkus2007-01-031-2/+8
* handle multiple SAs with different same src/dst but different port;markus2006-11-301-1/+7
* When using -vv, also show grouped SAs.hshoexer2006-11-101-1/+19
* KNF unrelated to previous commit.mcbride2006-11-011-2/+2
* Add support for aggressive mode (from the k2k6 IPsec hackathon).mcbride2006-11-011-9/+9
* sort SAs by spi; ok hshoexermarkus2006-09-191-4/+39
* Security Association Database is abbreviated 'SAD' (RFC 2401 et al), not 'SADB'. jmc@, hshoexer@ ok.ho2006-08-311-3/+3
* fix usage, make synopsis more pretty. noticed by david@hshoexer2006-06-081-2/+2
* exit(2) when loading of rules did work partially. ok markus@hshoexer2006-06-021-7/+11
* add trailing \ when printing multiple lines for an SA, this waymarkus2006-06-021-3/+3
* allow to specify phase 1 and 2 lifetimes. Right now, these valueshshoexer2006-06-021-1/+9
* Support flows with port modifiers for proto tcp/udp, e.g.naddy2006-06-011-1/+23
* more to free, needed for SA grouping.hshoexer2006-06-011-7/+13
* convert pfkey to ipsec_rule and use ipsecctl_print_rule() when dumpingmarkus2006-06-011-2/+1
* Prepare for SA grouping.hshoexer2006-06-011-1/+2
* correct error messages to match calloc where appropriatetodd2006-06-011-2/+2
* rename list link for ipsec_rule structures from "entries" to "rule_entry".hshoexer2006-06-011-4/+4
* implement monitor mode for ipsecctl. worked on with markus@msf2006-05-301-2/+17
* add ipsecctl_free_rule() for cleaning up rules.hshoexer2006-05-291-39/+45
* wenn dumping rules always show type, srcid and dstid (if set).hshoexer2006-03-311-12/+9
* allow specification of encapsulated protocol for flows; ok hshoexermarkus2006-03-311-8/+25
* allow specification of outer local ips in flows (SADB_EXT_ADDRESS_SRC); ok hshoexer, reykmarkus2006-03-301-1/+13
* add support for macros in ipsec.conf(5). some bits have already beenreyk2006-03-221-4/+9
* noted by lint: include <string.h> instead of <strings.h>, add tow ARGSUSED1hshoexer2006-02-011-2/+4
* wrap long lines (no binary change)reyk2006-01-171-2/+3
* add support for pre-shared keys with "ike esp" using the new keywordreyk2006-01-161-1/+6
* more appropriate error messages; ok hshoexermarkus2005-12-061-3/+7
* ipip support: ip-in-ip w/o gif(4); ok hshoexermarkus2005-12-061-3/+3
* do not choke and dump core when printing bypass flows. noticed by jacobhshoexer2005-12-011-5/+9
* handle that pfkey_ipsec_flush() can fail.hshoexer2005-11-301-2/+3
* Fix memory leaks. From Andrey Matveev <evol at online dot ptt dot ru>,hshoexer2005-11-211-1/+5