aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed various doxygen errors in tnc pluginsMartin Willi2011-02-089-11/+11
|
* Fixed function parameter descriptionMartin Willi2011-02-081-1/+1
|
* defined OID_STRONGSWANAndreas Steffen2011-02-071-1/+1
|
* use DN from pkcs10 request if it existsAndreas Steffen2011-02-071-5/+6
|
* maemo: New releases.Tobias Brunner2011-02-071-1/+1
|
* Report correct key size if a cipher is not supportedMartin Willi2011-02-071-1/+1
|
* removed keyblobtoid.c from libfreeswanAndreas Steffen2011-02-074-255/+2
|
* removed atosa.c and satoa.c from libfreeswanAndreas Steffen2011-02-075-536/+3
|
* removed prng.c from libfreeswanAndreas Steffen2011-02-074-328/+2
|
* Removed empty man page for starter.Tobias Brunner2011-02-072-1/+0
|
* Removed useless man page for _copyright.Tobias Brunner2011-02-072-30/+0
|
* Some typos fixed.Tobias Brunner2011-02-0710-12/+12
|
* Fixed whatis entry of pluto manpage.Tobias Brunner2011-02-071-3/+3
|
* Escape - in manpages when used as minus sign.Tobias Brunner2011-02-071-2/+2
|
* maemo: Register with the GtkIconTheme "changed" signal not until the GUI is ↵Tobias Brunner2011-02-071-3/+3
| | | | initialized.
* introduced libstrongswan.x509.enforce_critical parameterAndreas Steffen2011-02-054-7/+11
|
* Properly initialize variable 'critical'.Tobias Brunner2011-02-041-1/+1
|
* maemo: Move debian/ directory for applet to packages/.Tobias Brunner2011-02-047-281/+0
|
* maemo: Added Maemo specific fields (including icons) to packages.Tobias Brunner2011-02-041-0/+62
|
* maemo: Don't include debian files in distribution.Tobias Brunner2011-02-041-8/+0
|
* maemo: Package dependencies and descriptions changed.Tobias Brunner2011-02-041-5/+4
|
* maemo: Touch icon dir to trigger update event.Tobias Brunner2011-02-041-0/+2
|
* maemo: Listen for IKE_SA state changes insted of CHILD_SA state changes.Tobias Brunner2011-02-041-7/+6
| | | | | If the IKE_SA_INIT request fails, there is not yet a CHILD_SA that could trigger state changes.
* maemo: Reload icons on icon theme change.Tobias Brunner2011-02-041-16/+21
| | | | | This is also needed during the installation because the applet might be loaded before the icons are installed (or the icon cache is refreshed).
* maemo: Adding some missing files (required by automake).Tobias Brunner2011-02-043-0/+0
|
* Replace hashtable key if a put operation replaces valueMartin Willi2011-02-031-0/+1
| | | | Fixes a crash if lifetime of key is bound to value (i.e. key == value)
* Fix check to increase hashtable size properlyMartin Willi2011-02-031-1/+1
|
* Invoke the per-round authorize() hook before purging current auth info on IKE_SAMartin Willi2011-02-031-10/+10
|
* Filter out non-matching ike_cfg in backend manager, so backends don't have toMartin Willi2011-02-031-0/+10
|
* Migrated ike_auth to INIT/METHOD macros, fixes missing initial_contact ↵Martin Willi2011-02-021-56/+34
| | | | initialization
* Accept non-encrypted INFORMATIONALs for ME connectivity checksMartin Willi2011-02-011-1/+27
|
* Do not use destroyed rng/hasher if IKE_SA has been flush()edMartin Willi2011-02-011-3/+9
|
* Add missing AUTH_RULE for trusted self-signed peer certificatesMartin Willi2011-02-011-0/+5
|
* fixed checking of unknown critical extensions in openssl_x509Andreas Steffen2011-01-311-1/+1
|
* added comment to determine_tnccs_protocol() functionAndreas Steffen2011-01-311-0/+6
|
* implemented dynamic detection of TNCCS protocolAndreas Steffen2011-01-319-4/+313
|
* Do not log potentially hundreds of cert requests for unknown CAs at level 1Martin Willi2011-01-281-1/+8
|
* Use wrapped threading functions in ha pluginMartin Willi2011-01-203-16/+15
|
* Increase tls_writer buffer by at least 4 bytesMartin Willi2011-01-191-1/+1
|
* Fix potential use after freeThomas Egerer2011-01-191-1/+1
|
* Whitelist gnutls init functionMartin Willi2011-01-171-0/+2
|
* Implemented an alternative HTTP fetcher based on libsoupMartin Willi2011-01-176-0/+340
|
* backtrace->contains_function takes multiple names, speeding up whitelist ↵Martin Willi2011-01-173-26/+16
| | | | check drastically
* Add some common glib non-leaks to whitelistMartin Willi2011-01-171-0/+10
|
* Add missing va_end to va_start in curl_fetcherMartin Willi2011-01-171-6/+10
|
* Do not pass an enum type to va_argMartin Willi2011-01-171-2/+2
|
* Use newer Linux capability native API, if availableMartin Willi2011-01-171-9/+24
|
* Do not install config files with user/group, as it might not exist on build ↵Martin Willi2011-01-172-11/+11
| | | | machine
* Compare ending address in ts->equals, fixes redundant traffic selector ↵Martin Willi2011-01-141-2/+4
| | | | elimination
* Revert "Send INITIAL_CONTACT even if we have a unique policy"Martin Willi2011-01-131-1/+2
| | | | | | | | It makes sense to omit INITIAL_CONTACT if don't have a unique policy, as a client might want to connect from different devices to the same account. This reverts commit 719c33b41a1f9fe9b2585df3e7aa804a760c361c.