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
...
*
added a dispatcher class to receive HA sync messages
Martin Willi
2010-04-07
8
-13
/
+422
*
generating basic IKE_SA sync messages
Martin Willi
2010-04-07
3
-57
/
+289
*
set up basic infrastructure ha_sync plugin
Martin Willi
2010-04-07
10
-160
/
+767
*
added child_sa serialization to ha_sync plugin
Martin Willi
2010-04-07
4
-26
/
+275
*
HA sync plugin stub
Martin Willi
2010-04-07
3
-0
/
+142
*
Some whitespace fixes.
Tobias Brunner
2010-04-06
5
-8
/
+8
*
Explicitly unload plugins before deinitializing libhydra and libstrongswan in...
Tobias Brunner
2010-04-06
1
-0
/
+1
*
Replaced some DBG_LIB with more specific groups.
Tobias Brunner
2010-04-06
6
-19
/
+19
*
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
Tobias Brunner
2010-04-06
82
-576
/
+660
*
Adding support for debug groups in libstrongswan's logger.
Tobias Brunner
2010-04-06
5
-24
/
+27
*
Move debug groups from charon's bus.h to libstrongswan's debug.h.
Tobias Brunner
2010-04-06
4
-85
/
+99
*
Manually loading the pluto.(n)dns* settings is not needed anymore.
Tobias Brunner
2010-04-06
1
-53
/
+1
*
Use daemon-specific config for the attr plugin.
Tobias Brunner
2010-04-06
1
-5
/
+9
*
Moved attr plugin from libcharon to libhydra.
Tobias Brunner
2010-04-06
7
-9
/
+8
*
Store the name of the daemon that initialized libhydra to load daemon-specifi...
Tobias Brunner
2010-04-06
4
-4
/
+14
*
Added pluto/whack output to 'ipsec leases'.
Tobias Brunner
2010-04-06
1
-11
/
+20
*
Added options to whack to query in-memory leases.
Tobias Brunner
2010-04-06
4
-5
/
+52
*
Added function to list the leases of the in-memory pools.
Tobias Brunner
2010-04-06
2
-0
/
+89
*
Delete the in-memory IP address pools if a connection gets deleted.
Tobias Brunner
2010-04-06
2
-0
/
+8
*
Use whack_attribute in pluto to provide in-memory IP address pools.
Tobias Brunner
2010-04-06
3
-7
/
+23
*
Adding a whack_attribute class which manages in-memory pools in pluto and is ...
Tobias Brunner
2010-04-06
3
-0
/
+347
*
Use a read-write lock in stroke_attribute to increase concurrency.
Tobias Brunner
2010-04-06
1
-19
/
+19
*
Make in-memory pool thread-safe.
Tobias Brunner
2010-04-06
2
-17
/
+36
*
Migrated stroke_attribute_t to METHOD/INIT macros.
Tobias Brunner
2010-04-06
1
-45
/
+35
*
Extracted in-memory IP address pool from stroke plugin to libhydra.
Tobias Brunner
2010-04-06
5
-352
/
+584
*
Invoke updown hook if IKE_SA delete is enforced in deleting state
Martin Willi
2010-04-06
1
-0
/
+1
*
PEM encoding for OpenSSL RSA and EC public and private keys
Andreas Steffen
2010-04-04
5
-12
/
+72
*
PEM encoding for GMP RSA public and private keys
Andreas Steffen
2010-04-04
6
-3
/
+167
*
fixed short option name
Andreas Steffen
2010-04-04
1
-1
/
+1
*
fixed typo
Andreas Steffen
2010-04-04
1
-1
/
+1
*
fixed doxygen group
Andreas Steffen
2010-04-03
1
-1
/
+1
*
change #define to PEM_BUILDER_H_
Andreas Steffen
2010-04-03
1
-3
/
+3
*
Fixed use of stack local variable outside of function scope
Thomas Egerer
2010-03-31
1
-12
/
+14
*
Fixed undefined behavior in use of stack variable
Thomas Egerer
2010-03-31
1
-2
/
+1
*
Fixed handling of IKE_SAs without a virtual IP in farp plugin
Martin Willi
2010-03-30
1
-5
/
+8
*
fixed pluto crash caused by expired leftcert and rightca=%same
Andreas Steffen
2010-03-29
1
-2
/
+2
*
Accept messages with a "sufficient" payload if other payloads (such as V) follow
Martin Willi
2010-03-26
1
-5
/
+2
*
Revert "Use the same formatting as in the Makefiles of the other plugins. Mak...
Tobias Brunner
2010-03-26
2
-6
/
+6
*
Use the same formatting as in the Makefiles of the other plugins. Makes refac...
Tobias Brunner
2010-03-26
2
-6
/
+6
*
Respect line with in Makefile.am's, other cosmetics
Martin Willi
2010-03-25
34
-40
/
+75
*
Added libhydra include to farp plugin
Martin Willi
2010-03-25
1
-1
/
+2
*
Implemented ARP sniffing and spoofing functionality
Martin Willi
2010-03-25
4
-1
/
+259
*
Use message hook to catch virtual IP, as it is not yet set in ike_updown
Martin Willi
2010-03-25
1
-12
/
+30
*
Added locking to farp listener
Martin Willi
2010-03-25
1
-1
/
+16
*
Added a listener to the farp plugin that keeps track of active virtual IPs
Martin Willi
2010-03-25
4
-1
/
+190
*
Added a farp plugin stop to spoof ARP requests
Martin Willi
2010-03-25
4
-0
/
+116
*
Migrated dhcp plugin to moved attribute manager
Martin Willi
2010-03-25
2
-3
/
+7
*
Include configuration payloads for DNS/WINS server received via DHCP
Martin Willi
2010-03-25
4
-2
/
+125
*
Send DHCP RELEASE on virtual IP release
Martin Willi
2010-03-25
3
-16
/
+64
*
Release virtual IPs with the same identity as we acquired it
Martin Willi
2010-03-25
3
-36
/
+44
[prev]
[next]