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
/
network
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcharon: Use lib->ns instead of charon->name
Tobias Brunner
2014-02-12
2
-14
/
+14
*
Remove HASH_PREFERRED, usages are replaced with HASH_SHA1, which is required ...
Tobias Brunner
2013-10-11
1
-1
/
+1
*
receiver: Avoid cloning packet data when verifying COOKIE payloads
Tobias Brunner
2013-07-29
1
-5
/
+1
*
net: Socket implementations report the address families they support
Tobias Brunner
2013-07-05
3
-9
/
+63
*
Added charon.initiator_only option which causes charon to ignore IKE initiati...
Andreas Steffen
2013-04-14
1
-2
/
+10
*
Avoid returning COOKIEs right after system boot
Tobias Brunner
2013-03-19
1
-1
/
+1
*
Log message size for in- and outbound IKE messages
Tobias Brunner
2012-12-24
1
-2
/
+4
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
2
-2
/
+2
*
Moved packet_t and tun_device_t to networking folder
Tobias Brunner
2012-10-24
4
-4
/
+4
*
Moved host_t and host_resolver_t to a new networking subfolder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Raise a bus alert when IKE message header parsing fails
Martin Willi
2012-10-24
1
-0
/
+1
*
Don't check interface of inbound message if interfaces are not filtered
Tobias Brunner
2012-09-24
1
-2
/
+3
*
Drop packets received on ignored interfaces
Tobias Brunner
2012-09-21
1
-2
/
+12
*
Apply send delay before adding non-ESP marker
Tobias Brunner
2012-08-24
1
-16
/
+16
*
Remove unused src/dst variables in send_no_marker()
Martin Willi
2012-08-21
1
-5
/
+0
*
Moved packet_t to libstrongswan
Tobias Brunner
2012-08-08
6
-280
/
+4
*
Only log the sending of regular packets in sender_t
Tobias Brunner
2012-08-08
1
-1
/
+2
*
Added get_port() method to socket_t to learn the listening port.
Tobias Brunner
2012-08-08
3
-3
/
+33
*
Use send_no_marker to send NAT keepalives.
Tobias Brunner
2012-08-08
1
-8
/
+3
*
Avoid double-free when prepending Non-ESP marker.
Tobias Brunner
2012-08-08
1
-1
/
+1
*
Function added to send packets without Non-ESP marker.
Tobias Brunner
2012-08-08
2
-20
/
+36
*
Avoid unnecessary copy of packet data when removing Non-ESP marker.
Tobias Brunner
2012-08-08
1
-2
/
+1
*
Added packet_t.skip_bytes method to skip bytes at the start of a packet.
Tobias Brunner
2012-08-08
2
-3
/
+26
*
Improved how NAT-T keepalives are handled in sockets/receiver.
Tobias Brunner
2012-08-08
1
-3
/
+14
*
Callback for ESP packets added to receiver.
Tobias Brunner
2012-08-08
2
-6
/
+86
*
Add Non-ESP marker in sender and not individual socket plugins.
Tobias Brunner
2012-08-08
2
-1
/
+20
*
Handle Non-ESP marker in receiver and not individual socket plugins.
Tobias Brunner
2012-08-08
1
-1
/
+24
*
Add a return value to hasher_t.get_hash()
Martin Willi
2012-07-16
1
-7
/
+17
*
Check rng return value when generating COOKIE secret in receiver
Tobias Brunner
2012-07-16
1
-8
/
+22
*
Centralized thread cancellation in processor_t
Tobias Brunner
2012-06-25
2
-23
/
+6
*
Use proper getter for settings in sender and receiver.
Tobias Brunner
2012-05-03
2
-2
/
+2
*
Use name from initialization to access settings in libcharon.
Tobias Brunner
2012-05-03
2
-13
/
+14
*
Merge branch 'ikev1'
Martin Willi
2012-05-02
1
-33
/
+84
|
\
|
*
Send correct INVALID_MAJOR_VERSION when receiving packet with unsupported pro...
Martin Willi
2012-03-20
1
-39
/
+62
|
*
Drop IKEv1 main/aggressive modes if peer to aggressive
Martin Willi
2012-03-20
1
-4
/
+17
|
*
Don't accept IKEv2 packets if IKEv2 disabled
Martin Willi
2012-03-20
1
-0
/
+2
|
*
Add a payload.get_header_length() method, remove header length definitions
Martin Willi
2012-03-20
1
-0
/
+2
|
*
Allow creation of message_t objects for IKEv1 packets.
Tobias Brunner
2012-03-20
1
-1
/
+1
|
*
Accept and process IKEv1 messages in receiver
Martin Willi
2012-03-20
1
-7
/
+18
|
*
Extended IKE header for IKEv1 support
Martin Willi
2012-03-20
1
-1
/
+1
*
|
Added a dedicated sender flush method, delay sender destruction until users gone
Martin Willi
2012-05-02
2
-2
/
+15
*
|
Keep COOKIEs enabled once threshold is hit, until we see no COOKIEs for a few...
Martin Willi
2012-04-17
1
-5
/
+43
|
/
*
Added socket plugin feature loading callback
Martin Willi
2011-10-14
2
-0
/
+51
*
Fixed common misspellings.
Tobias Brunner
2011-07-20
1
-2
/
+2
*
Use CRITICAL job priority class for long running dispatcher jobs
Martin Willi
2011-05-16
2
-4
/
+4
*
Added init_limit_half_open and a init_limit_job_load (replacing job_threshold...
Martin Willi
2011-05-16
1
-92
/
+107
*
Added a job_threshold option to drop IKE_SA_INITs if a certain job load reached
Martin Willi
2011-05-16
1
-0
/
+28
*
Deferred instantiation of socket implmentations until registration.
Tobias Brunner
2010-10-15
3
-22
/
+76
*
Avoid recursive loop if no socket implementations are loaded.
Tobias Brunner
2010-10-14
1
-2
/
+13
*
Refer to scheduler and processor via lib and not hydra.
Tobias Brunner
2010-09-02
2
-7
/
+5
[next]