aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* leak-detective: Optionally write report to a log fileTobias Brunner2016-09-201-10/+36
* vici: Fix indention of flush_certs() method in Python bindingsTobias Brunner2016-09-201-1/+1
* maemo: Remove unused pluginTobias Brunner2016-09-157-748/+0
* maemo: Remove obsolete status/settings appletTobias Brunner2016-09-1523-1850/+0
* swanctl: Add man page entry for flush-certs command5.5.1dr3Tobias Brunner2016-09-151-3/+4
* vici: flush-certs command flushes certificate cacheAndreas Steffen2016-09-139-1/+160
* auth-cfg-wrapper: Fix memory leak with hash-and-URL certificatesTobias Brunner2016-09-121-1/+1
* ikev2: (Re-)Queue tasks used to establish an IKE_SA in reset()Tobias Brunner2016-09-061-2/+1
* ikev2: Store proposal on IKE_SA before creating DH objectTobias Brunner2016-09-061-2/+5
* nm: Updated NEWSTobias Brunner2016-09-051-1/+15
* nm: Pass external gateway to NMTobias Brunner2016-09-051-1/+8
* nm: Update auth-dialogTobias Brunner2016-09-052-106/+251
* nm: Enforce min. length for PSKs in backendTobias Brunner2016-09-051-0/+10
* nm: Add minimum length constraint for PSK passwords in connection editorTobias Brunner2016-09-051-0/+16
* nm: Bump minor version to 1.4.0Lubomir Rintel2016-09-051-1/+1
* nm: Bump to GTK+ 3.0Lubomir Rintel2016-09-051-1/+1
* nm: Replace libgnomeui with libnma for password dialogLubomir Rintel2016-09-054-49/+30
* nm: Grey out the unneeded authentication optionsLubomir Rintel2016-09-051-52/+39
* nm: Add a widget for setting a passwordLubomir Rintel2016-09-054-28/+206
* nm: Port to libnmLubomir Rintel2016-09-058-48/+63
* nm: Check for libnmLubomir Rintel2016-09-054-11/+13
* nm: Build two plugin binaries from the single sourceLubomir Rintel2016-09-051-8/+26
* nm: Version bumb to 1.3.2Tobias Brunner2016-09-051-1/+1
* nm: Remove incorrect top-level GtkWindowTobias Brunner2016-09-051-312/+306
* nm: Replace libgnomekeyring with libsecretLubomir Rintel2016-09-054-40/+20
* nm: Drop useless calls to AC_SUBSTLubomir Rintel2016-09-051-11/+0
* nm: Drop some unneeded dependenciesLubomir Rintel2016-09-053-10/+0
* nm: Install the .name file into /usr/lib/NetworkManager/VPNLubomir Rintel2016-09-053-3/+25
* nm: Automatically determine NM plugin directoryTobias Brunner2016-09-052-2/+3
* nm: Automatically determine path to the auth dialogLubomir Rintel2016-09-054-3/+6
* nm: Don't do <deny send_interface="..." /> in dbus service fileLubomir Rintel2016-09-051-1/+0
* nm: Move the D-Bus policy to charon-nmLubomir Rintel2016-09-053-5/+5
* nm: Add AppStream metadataLubomir Rintel2016-09-055-1/+51
* pt-tls-client: Added support of ECDSA keysAndreas Steffen2016-08-311-7/+23
* libimcv: No need to load AIK pubkey if AIK certificate is availableAndreas Steffen2016-08-311-13/+16
* swanctl: Document how DH groups in CHILD_SA proposals are appliedTobias Brunner2016-08-311-6/+13
* padlock: Use builtin bswap32() to fix compilation on FreeBSDTobias Brunner2016-08-311-6/+5
* proposal: Use proper list to get function pointer when adding custom parserThomas Egerer2016-08-291-1/+1
* android: Add missing xof.c fileTobias Brunner2016-08-291-0/+1
* xof: Add header to dev headersTobias Brunner2016-08-291-1/+2
* ikev1: Don't require AH mapping for integrity algorithm when generating proposalThomas Egerer2016-08-251-6/+9
* libtpmtss: TCTI finalization call changedAndreas Steffen2016-08-251-1/+2
* pki: Allow to load CRLs from files in --verifyTobias Brunner2016-08-252-3/+21
* ikev1: Ignore the last two bytes of the Cisco Unity vendor IDTobias Brunner2016-08-241-0/+3
* utils: Fix definition of BYTE_ORDER with MinGWTobias Brunner2016-08-241-1/+5
* ikev1: Accept more than one certificate payload in aggressive modeTobias Brunner2016-08-171-2/+2
* unit-tests: Removed unused variableAndreas Steffen2016-08-111-2/+0
* unit-tests: Created newhope unit-testsAndreas Steffen2016-08-109-7/+1338
* Created newhope plugin implementing the New Hope key exchange algorithmAndreas Steffen2016-08-1014-1/+1348
* xof: Added ChaCha20 stream as XOFAndreas Steffen2016-08-069-3/+311