summaryrefslogtreecommitdiffstats
path: root/sbin/ipsecctl/ipsecctl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fclose() file descriptor of the rule file when we are done with it.hshoexer2005-11-131-1/+6
| | | | From David Hill <dhill at mindcry dot org>, thanks!
* spacingderaadt2005-11-121-4/+2
|
* handle transport/tunnel modehshoexer2005-11-121-1/+5
|
* Improved address and address mask handling, derived from pfctl stuff.hshoexer2005-11-061-9/+26
|
* better handling of ip addresses, prepare for v6. Partially derived from diffhshoexer2005-11-061-10/+9
| | | | by todd@. Work in progress.
* add support for ipcomp.hshoexer2005-10-301-1/+3
|
* more error message cleanuphshoexer2005-10-281-4/+4
|
* cleanup messages generated by err(3)hshoexer2005-10-161-8/+8
|
* Teach ipsecctl to control isakmpd.hshoexer2005-08-221-8/+23
| | | | ok deraadt
* Rewrite handling of transforms. Now both ah and esp can be specified andhshoexer2005-08-091-5/+11
| | | | validated correctly. Unbreaks ah.
* add crypto transforms and static keying ruleshshoexer2005-08-081-3/+18
|
* prepare for static keyinghshoexer2005-08-081-7/+9
|
* prepare for authentication and encryption keys, not used yet.hshoexer2005-08-051-7/+7
|
* be more careful when using struct ipsec_auth, might be NULL now.hshoexer2005-08-031-7/+9
|
* Make use of struct ipsec_auth dynamic.hshoexer2005-08-021-15/+21
| | | | Do not pass IDs to kernel when deleting flows.
* prepare for combining SAs and flows in one single rule, no functional changehshoexer2005-07-241-9/+4
| | | | yet.
* it's ok to not specify the key when deleting a tcpmd5 SAhshoexer2005-07-091-3/+5
|
* add support tcpmd5hshoexer2005-07-091-14/+61
|
* set flow type (use, require, etc.) when a rule is created. Up to now this washshoexer2005-07-071-2/+2
| | | | done while crafting the corresponding pfkey message.
* Do not mix rule types with flow typeshshoexer2005-07-071-1/+2
|
* add type for rules; will need this for tcpmd5hshoexer2005-07-071-2/+4
|
* grmpf, forgot to add -d to usage()...hshoexer2005-06-301-2/+2
|
* add -d flag for flow deletion. Enable flow deletion.hshoexer2005-06-301-7/+15
|
* Prepare for flow deletion, no functional change yet.hshoexer2005-06-301-2/+2
|
* show flow type (require, use, etc.)hshoexer2005-05-271-2/+5
|
* use new sysctl to retrieve flow informations including IDshshoexer2005-05-271-72/+9
|
* Support for dumping the SADB.hshoexer2005-05-271-19/+115
|
* prepare for new sysctl interface, not used yethshoexer2005-05-251-1/+2
|
* minor memset->bzero, clarify an error condition, and plug a leak.kjell2005-05-231-7/+11
| | | | ok cloder@, unpronounceable@
* tap. tap. is this thing on?kjell2005-05-231-12/+12
| | | | | | | KNF, Fix a typo in an ENUM, Xr to ipsec.conf no binary change ok hshoexer@
* help option useless; any unused option does thatderaadt2005-04-121-5/+3
|
* cleanup; ok hshoexer@jmc2005-04-051-2/+2
|
* fix cvs id tagshshoexer2005-04-041-1/+1
|
* Add ipsecctl utility, work in progresshshoexer2005-04-041-0/+414
ok deraadt