Tobias Brunner
|
feb8ada613
|
maemo: Create DBUS service file with correct path to charon.
|
2011-02-08 15:17:36 +01:00 |
|
Martin Willi
|
caf20266e0
|
Fixed tnc-imc/imv library names when building monolithic
|
2011-02-08 11:22:02 +01:00 |
|
Martin Willi
|
234955d1ea
|
Check for libxml when building tnccs_11, use autoconf libxml CFLAGS/LIBS
|
2011-02-08 11:11:01 +01:00 |
|
Martin Willi
|
91f8ce562d
|
tnccs_11 does not link against libtls, just uses its headers
|
2011-02-08 11:09:27 +01:00 |
|
Martin Willi
|
6ccb23e80b
|
Whitespace cleanups in tnc code
|
2011-02-08 11:03:10 +01:00 |
|
Martin Willi
|
c6c7c7001c
|
Add a prefix to the global visible tnc names to avoid name clashes, move to tncifimv
|
2011-02-08 11:03:10 +01:00 |
|
Martin Willi
|
3683c0424f
|
Fixed compiler warning
|
2011-02-08 11:03:10 +01:00 |
|
Martin Willi
|
3af88e4657
|
tnccs_11 does not link to libtnc anymore
|
2011-02-08 11:03:10 +01:00 |
|
Martin Willi
|
10a6019ec6
|
Implement correct signature for pb_tnc_msg->process()
|
2011-02-08 10:57:41 +01:00 |
|
Martin Willi
|
11a6f29944
|
Fixed doxygen groups in libcharon tnc subtree
|
2011-02-08 10:57:41 +01:00 |
|
Martin Willi
|
6cc11bccd1
|
Fixed various doxygen errors in tnc plugins
|
2011-02-08 10:57:40 +01:00 |
|
Martin Willi
|
0700c153e7
|
Fixed function parameter description
|
2011-02-08 10:14:56 +01:00 |
|
Andreas Steffen
|
b98dfe1477
|
defined OID_STRONGSWAN
|
2011-02-07 23:42:29 +01:00 |
|
Andreas Steffen
|
eead71eb75
|
use DN from pkcs10 request if it exists
|
2011-02-07 23:41:54 +01:00 |
|
Tobias Brunner
|
4aeb2f5ed9
|
maemo: New releases.
|
2011-02-07 17:21:22 +01:00 |
|
Martin Willi
|
94030a670b
|
Report correct key size if a cipher is not supported
|
2011-02-07 16:39:33 +01:00 |
|
Andreas Steffen
|
b1d8fb01d6
|
removed keyblobtoid.c from libfreeswan
|
2011-02-07 15:47:43 +01:00 |
|
Andreas Steffen
|
7a694522c5
|
removed atosa.c and satoa.c from libfreeswan
|
2011-02-07 15:35:24 +01:00 |
|
Andreas Steffen
|
5922c484f6
|
removed prng.c from libfreeswan
|
2011-02-07 15:19:06 +01:00 |
|
Tobias Brunner
|
e92e687584
|
Removed empty man page for starter.
|
2011-02-07 11:39:41 +01:00 |
|
Tobias Brunner
|
1873f67a5b
|
Removed useless man page for _copyright.
|
2011-02-07 11:39:41 +01:00 |
|
Tobias Brunner
|
84545f6e7c
|
Some typos fixed.
|
2011-02-07 11:39:41 +01:00 |
|
Tobias Brunner
|
2b2eecb6ec
|
Fixed whatis entry of pluto manpage.
|
2011-02-07 11:39:41 +01:00 |
|
Tobias Brunner
|
189cb3a1de
|
Escape - in manpages when used as minus sign.
|
2011-02-07 11:39:41 +01:00 |
|
Tobias Brunner
|
848b8e3545
|
maemo: Register with the GtkIconTheme "changed" signal not until the GUI is initialized.
|
2011-02-07 11:39:41 +01:00 |
|
Andreas Steffen
|
c4fd3b2f42
|
introduced libstrongswan.x509.enforce_critical parameter
|
2011-02-05 09:01:18 +01:00 |
|
Tobias Brunner
|
6f61b32e52
|
Properly initialize variable 'critical'.
|
2011-02-04 18:02:49 +01:00 |
|
Tobias Brunner
|
a07c7ba2f6
|
maemo: Move debian/ directory for applet to packages/.
|
2011-02-04 18:02:49 +01:00 |
|
Tobias Brunner
|
420fcfe5fa
|
maemo: Added Maemo specific fields (including icons) to packages.
|
2011-02-04 18:02:49 +01:00 |
|
Tobias Brunner
|
54e8114127
|
maemo: Don't include debian files in distribution.
|
2011-02-04 18:02:49 +01:00 |
|
Tobias Brunner
|
5be3ceba7e
|
maemo: Package dependencies and descriptions changed.
|
2011-02-04 18:02:48 +01:00 |
|
Tobias Brunner
|
a6b7437b1f
|
maemo: Touch icon dir to trigger update event.
|
2011-02-04 18:02:48 +01:00 |
|
Tobias Brunner
|
56f57e5814
|
maemo: Listen for IKE_SA state changes insted of CHILD_SA state changes.
If the IKE_SA_INIT request fails, there is not yet a CHILD_SA that could
trigger state changes.
|
2011-02-04 18:02:48 +01:00 |
|
Tobias Brunner
|
a90891e6e3
|
maemo: Reload icons on icon theme change.
This is also needed during the installation because the applet might be
loaded before the icons are installed (or the icon cache is refreshed).
|
2011-02-04 18:02:48 +01:00 |
|
Tobias Brunner
|
25d7f059e2
|
maemo: Adding some missing files (required by automake).
|
2011-02-04 18:02:48 +01:00 |
|
Martin Willi
|
7e0eae4985
|
Replace hashtable key if a put operation replaces value
Fixes a crash if lifetime of key is bound to value (i.e. key == value)
|
2011-02-03 17:09:09 +01:00 |
|
Martin Willi
|
bf3e482141
|
Fix check to increase hashtable size properly
|
2011-02-03 17:08:53 +01:00 |
|
Martin Willi
|
b49d047bfc
|
Invoke the per-round authorize() hook before purging current auth info on IKE_SA
|
2011-02-03 17:08:39 +01:00 |
|
Martin Willi
|
4536e669a8
|
Filter out non-matching ike_cfg in backend manager, so backends don't have to
|
2011-02-03 10:12:16 +01:00 |
|
Martin Willi
|
2b7686b5d8
|
Migrated ike_auth to INIT/METHOD macros, fixes missing initial_contact initialization
|
2011-02-02 15:13:39 +01:00 |
|
Martin Willi
|
fe79cd4257
|
Accept non-encrypted INFORMATIONALs for ME connectivity checks
|
2011-02-01 09:47:36 +01:00 |
|
Martin Willi
|
1d34612f07
|
Do not use destroyed rng/hasher if IKE_SA has been flush()ed
|
2011-02-01 09:25:55 +01:00 |
|
Martin Willi
|
a846bf06e8
|
Add missing AUTH_RULE for trusted self-signed peer certificates
|
2011-02-01 09:25:10 +01:00 |
|
Andreas Steffen
|
8b42864884
|
fixed checking of unknown critical extensions in openssl_x509
|
2011-01-31 14:37:48 +01:00 |
|
Andreas Steffen
|
88e15afc8c
|
added comment to determine_tnccs_protocol() function
|
2011-01-31 05:31:22 +01:00 |
|
Andreas Steffen
|
f652995b21
|
implemented dynamic detection of TNCCS protocol
|
2011-01-31 00:59:17 +01:00 |
|
Martin Willi
|
5c89a00f05
|
Do not log potentially hundreds of cert requests for unknown CAs at level 1
|
2011-01-28 08:29:23 +01:00 |
|
Martin Willi
|
60b71def1a
|
Use wrapped threading functions in ha plugin
|
2011-01-20 15:52:29 +01:00 |
|
Martin Willi
|
8118707845
|
Increase tls_writer buffer by at least 4 bytes
|
2011-01-19 14:41:59 +01:00 |
|
Thomas Egerer
|
f2e2a40550
|
Fix potential use after free
|
2011-01-19 09:59:01 +01:00 |
|