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 (
Collapse
)
Author
Age
Files
Lines
...
*
Migrated ike_init to INIT/METHOD macros
Andreas Steffen
2011-10-03
1
-66
/
+49
|
*
Migrated ike_me to INIT/METHOD macros
Andreas Steffen
2011-10-03
1
-88
/
+61
|
*
Migrated ike_natd to INIT/METHOD macros
Andreas Steffen
2011-10-03
1
-55
/
+38
|
*
Migrated ike_reauth to INIT/METHOD macros
Andreas Steffen
2011-10-03
1
-30
/
+25
|
*
Migrated endpoint_notify to INIT/METHOD macros
Andreas Steffen
2011-10-03
1
-62
/
+49
|
*
Fix locking in nm_creds_t.create_shared_enumerator.
Tobias Brunner
2011-10-03
1
-6
/
+11
|
*
Migrated nm_creds_t to INIT/METHOD macros.
Tobias Brunner
2011-10-03
1
-94
/
+65
|
*
Migrated nm_handler_t to INIT/METHOD macros.
Tobias Brunner
2011-10-03
1
-34
/
+27
|
*
Migrated stroke_cred_t to INIT/METHOD macros.
Tobias Brunner
2011-10-03
1
-40
/
+32
|
*
Migrated stroke_socket_t to INIT/METHOD macros.
Tobias Brunner
2011-10-03
1
-6
/
+8
|
*
Migrated initiate_mediation_job_t to INIT/METHOD macros.
Tobias Brunner
2011-10-03
1
-30
/
+19
|
*
Migrated mediation_job_t to INIT/METHOD macros.
Tobias Brunner
2011-10-03
1
-28
/
+16
|
*
Migrated mediation_manager_t to INIT/METHOD macros.
Tobias Brunner
2011-10-03
1
-41
/
+32
|
*
Migrated connect_manager_t to INIT/METHOD macros.
Tobias Brunner
2011-10-03
1
-109
/
+93
|
*
Migrated ike_sa_id_t to INIT/METHOD macros.
Tobias Brunner
2011-10-03
1
-60
/
+43
|
*
Send AT_NEXT_PSEUDONYM also if an AT_NEXT_REAUTH_ID is already added.
Tobias Brunner
2011-09-13
2
-16
/
+10
|
*
Clear traps during shutdown before unloading kernel plugins
Martin Willi
2011-09-12
3
-0
/
+16
|
*
Add missing semicolon
Martin Willi
2011-09-12
1
-1
/
+1
|
*
Renamed 'use' database column as that is a keyword in MySQL.
Tobias Brunner
2011-09-01
3
-10
/
+10
|
|
|
|
Reported by Stefan Tomas.
*
Properly remove listener when listen() times out
Martin Willi
2011-08-31
1
-0
/
+1
|
*
Fix file descriptor leak
Thomas Jarosch
2011-08-29
1
-0
/
+1
|
|
|
|
|
|
Credit goes to "cppcheck". Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
*
bus->listen() and the controller wrappers accept a timeout to wait for callbacks
Martin Willi
2011-08-26
13
-36
/
+81
|
*
support optional SSL passphrase for Axis2/C connection
Andreas Steffen
2011-08-24
1
-1
/
+11
|
*
log entry for outbound hash-and-url
Andreas Steffen
2011-08-24
1
-0
/
+1
|
*
Added a certexpire empty_string option
Martin Willi
2011-08-22
1
-1
/
+12
|
*
Implemented CSV export functionality in certexpire plugin
Martin Willi
2011-08-22
1
-0
/
+156
|
*
Added generic cron style callback execution to certexpire plugin
Martin Willi
2011-08-22
3
-1
/
+296
|
*
Cache trustchain lifetimes for export
Martin Willi
2011-08-22
6
-6
/
+299
|
*
Register a certexpire listener collecting trustchain information
Martin Willi
2011-08-22
4
-1
/
+204
|
*
Added plugin stub of certexpire plugin
Martin Willi
2011-08-22
4
-0
/
+128
|
*
Don't rekey but delete CHILD_SA to resying against NATed Windows clients
Martin Willi
2011-08-19
1
-3
/
+18
|
*
Sync newer IKE_SA condition/extension flags in ha plugin
Martin Willi
2011-08-19
2
-2
/
+12
|
*
Try to detect Windows Clients by looking for INTERNAL_IP4/6_SERVER attribute
Martin Willi
2011-08-19
2
-0
/
+10
|
*
fix double delete of old IKE_SA during reauthentication
Andreas Steffen
2011-08-16
1
-2
/
+2
|
*
increased message buffer to cope with NCP's innumerable UNITY Configuration ↵
Andreas Steffen
2011-08-16
1
-2
/
+2
|
|
|
|
Payloads
*
some more typos
Andreas Steffen
2011-08-15
7
-7
/
+7
|
*
typos: initator->initiator, authenticaion->authentication.
Tobias Brunner
2011-08-15
9
-9
/
+9
|
*
implement MAP client certificate authentication
Andreas Steffen
2011-08-12
1
-14
/
+28
|
*
cosmetics
Andreas Steffen
2011-08-12
1
-1
/
+3
|
*
implemented enforcement-report metadata
Andreas Steffen
2011-08-12
3
-24
/
+124
|
*
use EAP identity
Andreas Steffen
2011-08-12
1
-2
/
+6
|
*
defined mapping of IKEv2 identity types to IF-MAP identity types
Andreas Steffen
2011-08-12
1
-0
/
+21
|
*
If we close a duplicate SA, it is also no authentication failure.
Tobias Brunner
2011-08-12
1
-2
/
+4
|
*
If local authentication fails, it is not really a peer auth failure.
Tobias Brunner
2011-08-12
1
-1
/
+1
|
*
Throw an alert if authentication of the peer fails (not only for initiator).
Tobias Brunner
2011-08-12
2
-36
/
+29
|
*
Throw an alert when the peer address cannot be resolved during initiation.
Tobias Brunner
2011-08-12
2
-0
/
+3
|
*
Throw an alert via bus_t when remote authentication fails.
Tobias Brunner
2011-08-12
2
-11
/
+18
|
*
support capability metadata
Andreas Steffen
2011-08-11
3
-35
/
+105
|
*
define server_cert in strongswan.conf
Andreas Steffen
2011-08-10
1
-6
/
+16
|
*
getting rid of axis2.html configuration
Andreas Steffen
2011-08-10
3
-27
/
+59
|
[prev]
[next]