aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)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 i...Tobias Brunner2011-02-071-3/+3
* 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
* maemo: Reload icons on icon theme change.Tobias Brunner2011-02-041-16/+21
* 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
* 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 initia...Martin Willi2011-02-021-56/+34
* 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 chec...Martin Willi2011-01-173-26/+16
* 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 m...Martin Willi2011-01-172-11/+11
* Compare ending address in ts->equals, fixes redundant traffic selector elimin...Martin Willi2011-01-141-2/+4
* Revert "Send INITIAL_CONTACT even if we have a unique policy"Martin Willi2011-01-131-1/+2