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 (
Collapse
)
Author
Age
Files
Lines
*
Added member fields for reserved bits and bytes in all payloads
Martin Willi
2011-01-05
19
-141
/
+272
|
*
Migrated vendor_id_payload to INIT/METHOD macros
Martin Willi
2011-01-05
2
-69
/
+56
|
*
Migrated ts_payload to INIT/METHOD macros
Martin Willi
2011-01-05
2
-185
/
+110
|
*
Use enumerator instead of deprecated iterator
Martin Willi
2011-01-05
1
-13
/
+9
|
*
Migrated transform_substructure to INIT/METHOD macros
Martin Willi
2011-01-05
2
-254
/
+101
|
*
Removed obsolete clone mehtod from proposal_substructure
Martin Willi
2011-01-05
2
-37
/
+0
|
*
Migrated transform_attribute to INIT/METHOD macros
Martin Willi
2011-01-05
1
-144
/
+77
|
*
Migrated traffic_selector_substructre to INIT/METHOD macros
Martin Willi
2011-01-05
1
-97
/
+67
|
*
Migrated notify_payload to INIT/METHOD macros
Martin Willi
2011-01-05
1
-121
/
+80
|
*
Migrated nonce_payload to INIT/METHOD macros
Martin Willi
2011-01-05
1
-92
/
+63
|
*
Migrated ke_payload to INIT/METHOD macros
Martin Willi
2011-01-05
2
-119
/
+61
|
*
Migrated id_payload to INIT/METHOD macros
Martin Willi
2011-01-05
2
-187
/
+65
|
*
Use standard ID getter in log_id hook
Martin Willi
2011-01-05
1
-4
/
+7
|
*
Migrated cp_payload to INIT/METHOD macros
Martin Willi
2011-01-05
1
-91
/
+65
|
*
Migrated configuration_attribute to INIT/METHOD macros
Martin Willi
2011-01-05
1
-60
/
+39
|
*
Migrated certreq_payload to INIT/METHOD macros
Martin Willi
2011-01-05
1
-88
/
+66
|
*
Migrated cert_payload to INIT/METHOD macros
Martin Willi
2011-01-05
1
-95
/
+68
|
*
Migrated auth_payload to INIT/METHOD macros
Martin Willi
2011-01-05
2
-137
/
+69
|
*
Implemented a hook to toggle the IKE message request flag
Martin Willi
2011-01-05
2
-1
/
+86
|
*
Implemented hook to modify IKE header SPIs
Martin Willi
2011-01-05
2
-1
/
+105
|
*
Fixed transport mode configuration option
Martin Willi
2011-01-05
1
-3
/
+7
|
*
Disable MOBIKE in conftesting, as it changes port floating behavior
Martin Willi
2011-01-05
1
-1
/
+1
|
*
Load plugins only once, even if listed twice
Martin Willi
2011-01-05
1
-0
/
+27
|
*
Preload plugins configured in tests
Martin Willi
2011-01-05
1
-0
/
+5
|
*
Moved generic infrastructure initialization to libcharon_init(), allows us ↵
Martin Willi
2011-01-05
1
-11
/
+9
|
|
|
|
to preload plugins
*
Added IKE options to configure source/destination ports
Martin Willi
2011-01-05
1
-2
/
+4
|
*
Added IKE config option to fake NAT situations
Martin Willi
2011-01-05
1
-1
/
+2
|
*
Show SPI in proposal logging hook
Martin Willi
2011-01-05
1
-2
/
+8
|
*
Implemented a hook to inject custom proposals
Martin Willi
2011-01-05
2
-1
/
+189
|
*
Fixed error reporting
Martin Willi
2011-01-05
1
-1
/
+1
|
*
Remove unused variable
Martin Willi
2011-01-05
1
-1
/
+1
|
*
Added hook to log ID payload type and data
Martin Willi
2011-01-05
2
-1
/
+88
|
*
Added hook to log received KE group
Martin Willi
2011-01-05
2
-1
/
+82
|
*
Added a hook to modify proposal numbers
Martin Willi
2011-01-05
2
-1
/
+164
|
*
Added a hook to print received proposals, including number
Martin Willi
2011-01-05
2
-1
/
+94
|
*
Added a hook to alter the payload length field of arbitrary payloads
Martin Willi
2011-01-05
2
-1
/
+134
|
*
Do not update payload length during generation, allows hooks override ↵
Martin Willi
2011-01-05
8
-58
/
+12
|
|
|
|
payload length
*
Do not recalculate payload header length after generation, payloads do ↵
Martin Willi
2011-01-05
1
-291
/
+19
|
|
|
|
length calculation
*
Support loading of certificate revocation lists
Martin Willi
2011-01-05
1
-41
/
+44
|
*
Implemented a hook that recreates a valid incoming IKE_AUTH response, even ↵
Martin Willi
2011-01-05
2
-1
/
+382
|
|
|
|
if AUTH_FAILED
*
Apply IKE major/minor version set on message to IKE header
Martin Willi
2011-01-05
1
-0
/
+4
|
*
Added setters for IKE major/minor version to ike_header
Martin Willi
2011-01-05
2
-0
/
+28
|
*
Migrated ike_header_t to INIT/METHOD macros
Martin Willi
2011-01-05
1
-165
/
+114
|
*
Added hook to set arbitrary IKE major/minor versions in message headers
Martin Willi
2011-01-05
2
-1
/
+102
|
*
Prefer test specific over suite specific configuration
Martin Willi
2011-01-05
1
-1
/
+1
|
*
Added a force_hookie hook that requests a COOKIE independent of our COOKIE ↵
Martin Willi
2011-01-05
2
-1
/
+118
|
|
|
|
mechanism
*
The add_payload hook supports replacing existing payloads of the same type
Martin Willi
2011-01-05
1
-3
/
+26
|
*
Fix insertion of non hex encoded payload data
Martin Willi
2011-01-05
3
-3
/
+3
|
*
Fixed length calculation of unknown payload
Martin Willi
2011-01-05
1
-0
/
+5
|
*
Added a hook to set the critical bit on arbitrary payloads
Martin Willi
2011-01-05
2
-1
/
+130
|
[next]