aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* check length of hex-encoded IVAndreas Steffen2012-10-071-2/+5
|
* allow has_noskip_flag to contain TRUE_OR_FALSEAndreas Steffen2012-10-071-1/+1
|
* free entry in error caseAndreas Steffen2012-10-071-0/+2
|
* test first and up in the outer while loopAndreas Steffen2012-10-071-5/+1
|
* fixed generation of PA-TNC error messagesAndreas Steffen2012-10-071-9/+3
|
* added some new SHA-512 OIDsAndreas Steffen2012-10-031-0/+2
|
* Add a libfast sendfile() method to send files from disk5.0.1Martin Willi2012-10-022-0/+69
|
* Include all dev headers, even if they are configuration specificMartin Willi2012-10-021-5/+4
|
* version bump to 5.0.1Andreas Steffen2012-10-021-1/+1
|
* Ensure UNSUPPORTED_CRITICAL_PAYLOAD notify contains correct payload typeTobias Brunner2012-09-281-0/+1
|
* Make sure hasher exists before trying to destroy itTobias Brunner2012-09-281-1/+1
|
* Missed one in 6c10ceceTobias Brunner2012-09-281-0/+2
|
* Missed one in 3dcffed6Tobias Brunner2012-09-281-1/+1
|
* Fixed RNG crypto testerTobias Brunner2012-09-281-11/+9
|
* Request is never NULL when responding with an INFORMATIONAL messageTobias Brunner2012-09-281-1/+1
|
* Fixed check for rng in session ID creation of libfastTobias Brunner2012-09-281-1/+1
|
* Completed state handling in isakmp_cert_preTobias Brunner2012-09-281-0/+4
| | | | Should not be a problem, but makes static analyzers happy.
* Added missing break statements in NAT-T mapping handling in PF_KEY pluginTobias Brunner2012-09-281-0/+2
|
* Added missing break when building TLS cipher suitesTobias Brunner2012-09-281-0/+1
|
* Make sure we successfully opened xfrm_acq_expiresTobias Brunner2012-09-281-1/+1
|
* Added missing continue statement in ha socket error handlingTobias Brunner2012-09-281-0/+1
|
* Fixed snprintf check in tnc-ifmap pluginTobias Brunner2012-09-281-1/+1
|
* Make static analyzers happy when parsing hosts from sockaddr_tTobias Brunner2012-09-281-2/+4
|
* Clarified code when hashing/comparing cached policies in kernel-netlinkTobias Brunner2012-09-281-5/+4
|
* Avoid overrunning array when registering pki command line optionsTobias Brunner2012-09-281-1/+1
|
* Use %x to print uint32 as long ints are 64-bit long on x64 LinuxTobias Brunner2012-09-281-1/+1
|
* Make sure first argument is an int when using %.*s to print e.g. chunksTobias Brunner2012-09-2817-46/+52
|
* Avoid memory leak when sending RADIUS accounting start message failedTobias Brunner2012-09-281-1/+1
|
* Ensure that pipe is closed when calling resolvconf(8)Tobias Brunner2012-09-281-2/+4
|
* Avoid memory leak when failing to read file metadataTobias Brunner2012-09-281-0/+1
|
* The this->data member is never NULLTobias Brunner2012-09-282-2/+2
|
* Use proper argument for sizeof when copying replay stateTobias Brunner2012-09-281-1/+1
|
* Algorithm names are not always static anymore, avoid string overflowsTobias Brunner2012-09-281-5/+10
|
* Correctly initialize payload length of encrypted payloadTobias Brunner2012-09-281-1/+1
|
* The eap argument of send_response is never NULLTobias Brunner2012-09-281-13/+11
|
* Properly initialize sockaddr_in struct in fast and dhcp pluginsTobias Brunner2012-09-282-8/+14
|
* Properly initialize ima flag when adding file measurementsTobias Brunner2012-09-281-1/+1
|
* Properly initialize chunk for PCR value in case of errorsTobias Brunner2012-09-281-1/+1
|
* Initialize g and p in create_dh factory methodTobias Brunner2012-09-281-1/+1
|
* Properly initialize chunk for extension OID when parsing CRLsTobias Brunner2012-09-281-1/+1
|
* Fix parsing of IPv6 headers in ip_packet_tTobias Brunner2012-09-281-0/+1
|
* Properly cleanup varargs in LDAP fetcher's set_option()Tobias Brunner2012-09-281-3/+4
|
* Properly cleanup varargs in enumerators of both SQL backendsTobias Brunner2012-09-282-0/+2
|
* Allow replay windows smaller than the default of 32Tobias Brunner2012-09-271-4/+6
|
* Properly initialize cached address map in kernel-pfroute pluginTobias Brunner2012-09-271-0/+1
|
* Clarified error message if enabling UDP decapsulation failsTobias Brunner2012-09-272-2/+4
|
* Fixed compilation of kernel-pfroute pluginTobias Brunner2012-09-271-4/+6
|
* Added description for flush_auth_cfg and acct_port plus some minor editorial ↵Tobias Brunner2012-09-251-6/+16
| | | | changes
* IKE_AUTH_LIFETIME task is not defined if IKEv2 is disabledTobias Brunner2012-09-251-1/+4
| | | | Fixes #229.
* New Android release after fixing private key issues on Jelly BeanTobias Brunner2012-09-241-2/+2
|