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
/
libcharon
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Show result of RADIUS authentication along with EAP identity
Martin Willi
2010-10-07
1
-5
/
+6
*
configure tnc_config path and preferred_language via strongswan.conf
Andreas Steffen
2010-10-05
1
-2
/
+8
*
created hull for TNCCS 2.0 plugin
Andreas Steffen
2010-10-05
6
-0
/
+256
*
use group membership to implement access/isolate redirection in filter-based ...
Andreas Steffen
2010-10-05
1
-4
/
+14
*
moved CHILD_SA selection out of attribute loop
Andreas Steffen
2010-10-05
1
-5
/
+6
*
receive name of preferred CHILD_SA via RADIUS Filter-Id attribute
Andreas Steffen
2010-10-05
1
-0
/
+59
*
print XML as plaintext and process recieved TNCCS Batch
Andreas Steffen
2010-09-30
1
-11
/
+28
*
started use of libtnc library
Andreas Steffen
2010-09-29
2
-19
/
+81
*
NOTIFY error message types include 16383
Andreas Steffen
2010-09-29
1
-1
/
+1
*
moved TNCCS layer out of eap_tnc plugin
Andreas Steffen
2010-09-28
14
-48
/
+450
*
draft-ietf-ipsecme-eap-mutual will be released as RFC 5998.
Tobias Brunner
2010-09-16
1
-1
/
+1
*
added notify messages defined in RFC 5996
Andreas Steffen
2010-09-15
2
-6
/
+13
*
show validity of OCSP responses
Andreas Steffen
2010-09-10
1
-2
/
+15
*
debug output of inbound and outbound TNCCS batches
Andreas Steffen
2010-09-09
1
-9
/
+14
*
support non EAP-TTLS conformant RADIUS-type attribute segmentation
Andreas Steffen
2010-09-09
1
-13
/
+79
*
Fixed copy/paste error.
Tobias Brunner
2010-09-09
1
-1
/
+1
*
added explanatory comments
Andreas Steffen
2010-09-09
1
-3
/
+7
*
send well-formed TNCCS-Batch
Andreas Steffen
2010-09-08
1
-1
/
+9
*
max max_message_count configurable and move it into tls_eap_t
Andreas Steffen
2010-09-08
3
-36
/
+12
*
Added a simple led plugin to control Linux LEDs based on IKE activity
Martin Willi
2010-09-08
6
-0
/
+422
*
moved tls_t existance test into tls_eap_create() again
Andreas Steffen
2010-09-08
3
-15
/
+0
*
generalized tls_eap_t to support EAP_TNC wrapping the TNC_IF_TNCCS protocol
Andreas Steffen
2010-09-08
6
-94
/
+250
*
Scheduler and processor have been moved to libstrongswan.
Tobias Brunner
2010-09-02
1
-1
/
+1
*
Adapted child_sa_t to changed kernel interface.
Tobias Brunner
2010-09-02
1
-25
/
+49
*
Fixing installation of trap policies (SPI=0) in kernel interface.
Tobias Brunner
2010-09-02
1
-3
/
+2
*
Added an option to specify the type of a policy to kernel_ipsec.add_policy.
Tobias Brunner
2010-09-02
1
-18
/
+18
*
Replaced the protocol argument in add_policy with an optional SPI for an AH SA.
Tobias Brunner
2010-09-02
2
-19
/
+38
*
Refer to scheduler and processor via lib and not hydra.
Tobias Brunner
2010-09-02
30
-89
/
+67
*
Moved all kernel plugins to libhydra.
Tobias Brunner
2010-09-02
27
-10728
/
+0
*
Moved ipsec_transform_t to kernel_ipsec.h in libhydra.
Tobias Brunner
2010-09-02
2
-26
/
+0
*
Refer to kernel interface via hydra and not charon.
Tobias Brunner
2010-09-02
24
-144
/
+161
*
Moved kernel interface to libhydra.
Tobias Brunner
2010-09-02
12
-1620
/
+8
*
Removed references to protocol_id_t from kernel interface.
Tobias Brunner
2010-09-02
10
-199
/
+193
*
Migrated child_sa_t to INIT/METHOD macros.
Tobias Brunner
2010-09-02
1
-202
/
+132
*
Moved roam job creation to kernel event handler.
Tobias Brunner
2010-09-02
3
-21
/
+56
*
Refer to scheduler via hydra and not charon.
Tobias Brunner
2010-09-02
14
-29
/
+32
*
Moved scheduler_t to libhydra.
Tobias Brunner
2010-09-02
6
-499
/
+0
*
Moved migrate job creation to kernel event handler.
Tobias Brunner
2010-09-02
3
-15
/
+22
*
Moved update SA job creation to kernel event handler.
Tobias Brunner
2010-09-02
4
-19
/
+22
*
Moved delete/rekey CHILD_SA job creation to kernel event handler.
Tobias Brunner
2010-09-02
4
-53
/
+39
*
Moved acquire job creation to kernel event handler.
Tobias Brunner
2010-09-02
4
-21
/
+31
*
Added kernel event handler stub.
Tobias Brunner
2010-09-02
5
-0
/
+120
*
All kernel listener hooks are optional.
Tobias Brunner
2010-09-02
2
-5
/
+11
*
Added listener handling to kernel interface.
Tobias Brunner
2010-09-02
2
-2
/
+202
*
Added an interface for kernel event listeners.
Tobias Brunner
2010-09-02
3
-0
/
+96
*
Some whitespace and code style fixes.
Tobias Brunner
2010-09-02
4
-25
/
+33
*
Move callback_job_t to libhydra.
Tobias Brunner
2010-09-02
4
-392
/
+0
*
Fixing Doxygen groups after moving processor.
Tobias Brunner
2010-09-02
18
-20
/
+20
*
Refer to processor via hydra and not charon.
Tobias Brunner
2010-09-02
33
-71
/
+100
*
Move processor_t (thread-pool) to libhydra.
Tobias Brunner
2010-09-02
7
-437
/
+3
[prev]
[next]