aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* ikev2: Add Cisco Delete Reason vendor IDMartin Willi2014-01-231-0/+2
* ikev2: Use a more dynamic vendor ID database, as we use with IKEv1Martin Willi2014-01-231-16/+57
* libpts: Use chunk_map() instead of non-portable mmap()Martin Willi2014-01-231-29/+5
* tnccs: Use chunk_map() instead of non-portable mmap()Martin Willi2014-01-232-27/+6
* pem: Use chunk_map() instead of non-portable mmap()Martin Willi2014-01-231-29/+6
* stroke: Use chunk_map() instead of non-portable mmap()Martin Willi2014-01-231-30/+6
* radattr: Use chunk_map() instead of non-portable mmap()Martin Willi2014-01-231-40/+8
* libfast: Use chunk_map() instead of non-portable mmap()Martin Willi2014-01-231-29/+10
* integrity-checker: Use chunk_map() instead of non-portable mmap()Martin Willi2014-01-231-31/+6
* chunk: Externalize error reporting in chunk_write()Martin Willi2014-01-236-30/+52
* chunk: Provide a fallback chunk_map() if mmap is not availableMartin Willi2014-01-231-1/+46
* chunk: Use dynamically allocated buffer in chunk_from_fd()Martin Willi2014-01-2310-25/+183
* chunk: Add functions to map file contents to a chunkMartin Willi2014-01-233-1/+149
* unity: Send all traffic selectors in a single UNITY_SPLIT_INCLUDE attributeTobias Brunner2014-01-231-35/+47
* unity: Change local TS to 0.0.0.0/0 as responderTobias Brunner2014-01-231-4/+7
* unity: Send UNITY_SPLIT_INCLUDE attributes with proper paddingTobias Brunner2014-01-231-11/+16
* kernel-netlink: Set selector on transport mode IPComp SAsTobias Brunner2014-01-231-1/+1
* kernel-netlink: Selectively add selector on SAs that use IPCompTobias Brunner2014-01-231-1/+7
* updown: Increase buffer size for script and environment variablesTobias Brunner2014-01-231-1/+1
* updown: Allow IPIP traffic if IPComp was negotiatedTobias Brunner2014-01-231-0/+31
* updown: Add PLUTO_IPCOMP to indicate if IPComp was negotiatedTobias Brunner2014-01-232-1/+10
* curl: Replace spaces in URIs with %20Tobias Brunner2014-01-231-3/+14
* utils: Add strreplace functionTobias Brunner2014-01-233-2/+155
* stroke: Ensure the buffer of strings in a stroke_msg_t is null-terminatedTobias Brunner2014-01-231-2/+5
* stroke: Add an option to prevent log level changes via stroke socketTobias Brunner2014-01-231-2/+15
* pki: Make sure no command registers too many optionsTobias Brunner2014-01-232-4/+11
* pki: Increase MAX_COMMANDS to cover all currently available commandsTobias Brunner2014-01-231-2/+2
* pki: Print a warning if MAX_COMMANDS is too lowTobias Brunner2014-01-231-0/+7
* pki: Properly use ?: when defining option arraysTobias Brunner2014-01-231-2/+2
* agent: Keep CAP_DAC_OVERRIDE to connect to ssh-agent socketTobias Brunner2014-01-234-14/+10
* ike: Simplify error handling if name resolution failedTobias Brunner2014-01-231-16/+3
* ike: Use proper hostname(s) when name resolution failedTobias Brunner2014-01-231-1/+1
* ikev2: Wipe (optional) shared secret during CHILD_SA key derivationTobias Brunner2014-01-231-11/+14
* checksum must be the last subdir includedTobias Brunner2014-01-231-4/+4
* unit-tests: Pass a test suite collection name to print during test executionMartin Willi2014-01-224-9/+12
* array: Add an array_get() functionMartin Willi2014-01-223-3/+44
* watcher: Don't complain if select() syscall got interruptedMartin Willi2014-01-221-1/+1
* stream: Make sure no watcher callback is active while changing stream callbacksMartin Willi2014-01-221-14/+3
* checksum: Read executables from DESTDIRTobias Brunner2014-01-211-7/+7
* dhcp: Allow binding of socket to particular interfaceThomas Egerer2014-01-201-0/+34
* proposal: Add possibility to register custom proposal keyword parserThomas Egerer2014-01-202-2/+66
* unit-tests: Add environment variable to reduce the number of generated keysTobias Brunner2014-01-202-2/+14
* unit-tests: Generate RSA key with 768 bits not 786Tobias Brunner2014-01-201-1/+1
* ike_sa: Defer task manager destruction after child destructionThomas Egerer2014-01-164-9/+16
* Added TPMRA workitem support in PTS databaseAndreas Steffen2014-01-161-0/+60
* printf-hook-builtin: Correctly calculate written bytes in print_in_hook()Martin Willi2014-01-151-3/+7
* Do PTS measurements only if session initialisation was successful5.1.2dr3Andreas Steffen2014-01-151-7/+22
* Catch AIK errorsAndreas Steffen2014-01-135-51/+57
* Do TPM measurements only if there is a TPMRA workitemAndreas Steffen2014-01-137-126/+139
* Allow reason strings to be used as workitem result stringAndreas Steffen2014-01-139-46/+82