index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Set the ports of all hosts installed via the PF_KEY kernel interface to zero.
Tobias Brunner
2010-06-15
1
-15
/
+37
*
refer to correct PLUTO_XAUTH_ID variable
Andreas Steffen
2010-06-09
1
-1
/
+1
*
rename environment variable to PLUTO_XAUTH_ID
Andreas Steffen
2010-06-08
3
-10
/
+11
*
do not destroy xauth_id if phase2 equals phase1 connection
Andreas Steffen
2010-06-08
1
-7
/
+4
*
make an optional XAUTH user ID available in the updown script
Andreas Steffen
2010-06-08
3
-1
/
+19
*
inherit XAUTH identities in Phase 2
Heiko Hund
2010-06-08
1
-2
/
+22
*
Adding a basic unit test for hashtable_t.
Tobias Brunner
2010-06-07
3
-1
/
+114
*
Adding a remove_at method to the hash table.
Tobias Brunner
2010-06-07
2
-9
/
+36
*
Migrated hashtable_t to INIT/METHOD macros.
Tobias Brunner
2010-06-07
1
-59
/
+45
*
Add extra information in debug output for IKE_SA check{out, in}
Thomas Egerer
2010-06-07
2
-10
/
+27
*
traffic_selector_t is gone into libstrongswan, migrate printf hook registrati...
Martin Willi
2010-06-07
2
-10
/
+8
*
Flush auth configs, create new keymat during SA reset
Martin Willi
2010-06-07
1
-12
/
+16
*
Recreate IKE_INIT/IKE_NATD/IKE_VENDOR tasks if we reset SA during IKE_AUTH
Martin Willi
2010-06-07
1
-0
/
+11
*
Reacquire keymat from new IKE_SA during task migration
Martin Willi
2010-06-07
1
-0
/
+1
*
Flush certificate cache on CA delete
Martin Willi
2010-06-07
1
-1
/
+2
*
Log non-empty task queues in statusall
Martin Willi
2010-06-07
1
-0
/
+31
*
Wrap task enumerator in ike_sa
Martin Willi
2010-06-07
2
-1
/
+16
*
Migrated ike_sa_t to INIT/METHOD macros
Martin Willi
2010-06-07
1
-407
/
+239
*
Added support for task enumeration in task_manager_t
Martin Willi
2010-06-07
2
-0
/
+38
*
Migrated task_manager_t to INIT/METHOD macros
Martin Willi
2010-06-07
1
-65
/
+45
*
Accept ARP requests with an ethernet trailer, but trim it
Martin Willi
2010-06-03
1
-2
/
+2
*
Added a EAP-SIM/AKA backend reading triplets/quintuplets from a SQL database
Martin Willi
2010-06-02
11
-0
/
+682
*
fixed configuration attribute type determination
Andreas Steffen
2010-06-02
1
-22
/
+15
*
Disable close action for a redundant CHILD_SA resulting from a rekey collision
Martin Willi
2010-06-02
1
-0
/
+5
*
Use wrapped getters for close/dpd action
Martin Willi
2010-06-02
2
-8
/
+10
*
Wrap getters for dpd/close action into CHILD_SA, allows us to override them
Martin Willi
2010-06-02
2
-0
/
+76
*
ipsec pool --statusattr [--hexout] outputs attribute values in correct format...
Andreas Steffen
2010-06-01
4
-41
/
+117
*
added unity_def_domain keyword tip ipsec pool
Andreas Steffen
2010-05-31
1
-0
/
+1
*
Added generated manpages to .gitignore
Martin Willi
2010-05-31
3
-0
/
+3
*
Changed default lifetime of certificates to 3 years
Martin Willi
2010-05-31
2
-4
/
+4
*
Support extendedKeyUsage flags in self-signed certificates
Martin Willi
2010-05-31
1
-0
/
+16
*
IPSEC_CONFDIR in ipsec script fixed.
Tobias Brunner
2010-05-30
1
-1
/
+1
*
Adding the version number to the most relevant manual pages.
Tobias Brunner
2010-05-30
6
-6
/
+23
*
Updated and corrected the ipsec.secrets(5) manual page.
Tobias Brunner
2010-05-30
1
-107
/
+107
*
Updated and corrected the ipsec.conf(5) manual page.
Tobias Brunner
2010-05-30
1
-126
/
+163
*
Updated and corrected the ipsec(8) manual page.
Tobias Brunner
2010-05-30
1
-206
/
+167
*
added --leases command line option to synopsis
Andreas Steffen
2010-05-29
1
-1
/
+1
*
added --showattr command line option to synopsys
Andreas Steffen
2010-05-29
1
-1
/
+1
*
Do not install trap policy if remote host is %any.
Tobias Brunner
2010-05-28
1
-1
/
+1
*
be lenient towards wrong attribute encodings
Andreas Steffen
2010-05-28
1
-6
/
+0
*
Send empty SIM/AKA-NOTIFICATION response for non-success codes, too
Martin Willi
2010-05-27
2
-2
/
+0
*
Added support for reading raw PUT/POST data from HTTP request
Martin Willi
2010-05-27
2
-0
/
+18
*
Unwrap subjectKeyIdentifier from OCTET_STRING
Martin Willi
2010-05-26
1
-4
/
+12
*
several subnets can be concatenated
Andreas Steffen
2010-05-22
2
-27
/
+49
*
added --showattr command to usage()
Andreas Steffen
2010-05-22
1
-0
/
+5
*
Fixed compiler warning in invocation of crl_is_newer()
Martin Willi
2010-05-21
1
-1
/
+1
*
Use CAs subjectKeyIdentifier as CRLs authorityKeyIdentifier
Martin Willi
2010-05-21
1
-1
/
+1
*
Added a --signcrl command to the pki utility
Martin Willi
2010-05-21
3
-1
/
+377
*
Added support for CRL generation to x509 plugin
Martin Willi
2010-05-21
5
-3
/
+202
*
Removed is_newer() from certificate_t, obsoleting all implementations
Martin Willi
2010-05-21
10
-182
/
+2
[prev]
[next]