strongswan/conf
Tobias Brunner 35952dc13f conf: Fix sorting of options with Python 3
__cmp__() is not supported anymore with Python 3 and cmp() is deprecated.
Instead rich comparisons should be used (only __lt__() is required for
sorting).
2014-05-13 11:14:44 +02:00
..
options ikev1: Add an option to accept unencrypted ID/HASH payloads 2014-04-17 08:52:28 +02:00
plugins Implemented PT-EAP protocol (RFC 7171) 2014-05-12 06:59:21 +02:00
.gitignore conf: Ignore generated strongswan.conf.5.main 2014-02-18 10:08:54 +01:00
Makefile.am vici: Document strongswan.conf options 2014-05-07 14:13:38 +02:00
default.opt conf: Generate and install config sippets for option descriptions 2014-02-12 14:34:33 +01:00
format-options.py conf: Fix sorting of options with Python 3 2014-05-13 11:14:44 +02:00
strongswan.conf conf: Generate and install config sippets for option descriptions 2014-02-12 14:34:33 +01:00
strongswan.conf.5.head.in conf: Split strongswan.conf(5) man page and use generated snippet 2014-02-12 14:34:33 +01:00
strongswan.conf.5.tail.in conf: Document variables and config files/dirs 2014-02-12 14:34:34 +01:00