index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
version bump to 4.5.0
4.5.0
Andreas Steffen
2010-10-28
1
-1
/
+1
*
completed NEWS for the 4.5.0 release
Andreas Steffen
2010-10-28
1
-0
/
+7
*
Store proposal number in proposal_t to reuse it in the selected proposal
Martin Willi
2010-10-28
5
-12
/
+42
*
Migrated proposal_t to INIT/METHOD macros
Martin Willi
2010-10-28
1
-80
/
+54
*
Migrated proposal_substructure to INIT/METHOD macros, removed unused methods
Martin Willi
2010-10-28
2
-235
/
+111
*
Migrated sa_payload to INIT/METHOD macros, removed unused methods
Martin Willi
2010-10-28
2
-179
/
+113
*
Renamed mem_cred_t clear function internally to clear_, fixes potential name ...
Martin Willi
2010-10-28
1
-3
/
+3
*
pluto: Fixed a regression introduced in f565d0c575.
Tobias Brunner
2010-10-26
1
-10
/
+12
*
pluto: Locking fixed in cert_add.
Tobias Brunner
2010-10-26
1
-6
/
+7
*
payloads are not aligned to 4 byte boundaries
Andreas Steffen
2010-10-25
1
-1
/
+1
*
version bump to 4.5.0rc3
Andreas Steffen
2010-10-25
1
-1
/
+1
*
fixed 64 bit printf() issue
Andreas Steffen
2010-10-24
1
-1
/
+1
*
Updated Android.mk to latest Makefile.am.
Tobias Brunner
2010-10-21
2
-1
/
+4
*
Added missing include for RAND_seed and RAND_status.
Tobias Brunner
2010-10-21
1
-0
/
+1
*
Set ownership of all HA ClusterIP control files
Martin Willi
2010-10-20
1
-0
/
+5
*
Set ownership/permissions of HA control socket
Martin Willi
2010-10-20
1
-1
/
+9
*
Changed some minor stuff in ipsec.conf(5) man page.
Tobias Brunner
2010-10-19
1
-12
/
+27
*
Added accepted values to all options in ipsec.conf(5) man page.
Tobias Brunner
2010-10-19
1
-129
/
+110
*
Removed unsupported options from ipsec.conf(5) man page.
Tobias Brunner
2010-10-19
1
-55
/
+0
*
Fixed SEE ALSO references in main man pages.
Tobias Brunner
2010-10-19
3
-4
/
+3
*
Added notes about expiry and rekey to ipsec.conf(5) man page.
Tobias Brunner
2010-10-19
1
-5
/
+83
*
Prefer the 'server identifier' attribute address to send DHCP requests to
Martin Willi
2010-10-18
1
-5
/
+13
*
version bump to 4.5.0rc2
Andreas Steffen
2010-10-16
1
-1
/
+1
*
define state_story for STATE_UNDEFINED
Andreas Steffen
2010-10-16
4
-8
/
+6
*
Added some NEWS about Maemo, MOBIKE and the kernel interfaces.
Tobias Brunner
2010-10-15
1
-0
/
+12
*
Some Doxygen fixes.
Tobias Brunner
2010-10-15
4
-5
/
+5
*
Missed one unneeded destructor.
Tobias Brunner
2010-10-15
1
-4
/
+0
*
Deferred instantiation of socket implmentations until registration.
Tobias Brunner
2010-10-15
11
-78
/
+104
*
fix segfault when reading certificate from smartcard
Egbert Koening
2010-10-15
1
-1
/
+2
*
Added some generated files to .gitignore.
Tobias Brunner
2010-10-15
3
-0
/
+8
*
Added NEWS about multiple RADIUS servers, LED plugin
Martin Willi
2010-10-15
1
-0
/
+8
*
Fixed IKEv2 RFC number in NEWS
Martin Willi
2010-10-15
1
-3
/
+3
*
IKEv2 is now the default key exchange protocol
Andreas Steffen
2010-10-14
1
-0
/
+6
*
added TNC support to NEWS
Andreas Steffen
2010-10-14
1
-0
/
+9
*
do not send certificate requests in EAP-ONLY scenarios
Andreas Steffen
2010-10-14
6
-2
/
+6
*
suport certificate-based client authentication with EAP-TTLS
Andreas Steffen
2010-10-14
1
-40
/
+70
*
added ikev2/rw-eap-tnc-ls scenario
Andreas Steffen
2010-10-14
17
-0
/
+199
*
Moved sources of the NetworkManager plugin to src/frontends.
Tobias Brunner
2010-10-14
30
-1
/
+1
*
Maemo: Added a basic debian package for charon.
Tobias Brunner
2010-10-14
5
-0
/
+187
*
Avoid recursive loop if no socket implementations are loaded.
Tobias Brunner
2010-10-14
1
-2
/
+13
*
Maemo: Added a widget to "unselect" a certificate.
Tobias Brunner
2010-10-14
2
-4
/
+38
*
Avoid duplicate certificates in mem_cred_t.
Tobias Brunner
2010-10-14
1
-3
/
+13
*
Maemo: Load CA certificates from system directories.
Tobias Brunner
2010-10-14
1
-6
/
+58
*
Maemo: OK is default response in password dialog.
Tobias Brunner
2010-10-14
1
-0
/
+1
*
Maemo: Handle status changes from charon.
Tobias Brunner
2010-10-14
1
-52
/
+83
*
Maemo: Track the status of the current SA and send changes to the frontend.
Tobias Brunner
2010-10-14
1
-31
/
+97
*
Maemo: Properly unregister the RPC callbacks.
Tobias Brunner
2010-10-14
2
-22
/
+24
*
Maemo: Plugin implements the listener_t interface.
Tobias Brunner
2010-10-14
2
-0
/
+51
*
Maemo: Extracted most plugin code to a separate class, so we can use that as ...
Tobias Brunner
2010-10-14
4
-283
/
+396
*
Maemo: Initiate consumes a child_sa reference, so get an additional one.
Tobias Brunner
2010-10-14
1
-0
/
+2
[next]