aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra
Commit message (Expand)AuthorAgeFilesLines
* libhydra: Remove empty unused libraryTobias Brunner2016-03-038-305/+0
* libhydra: Move kernel interface to libcharonTobias Brunner2016-03-0311-2436/+2
* libhydra: Move all kernel plugins to libcharonTobias Brunner2016-03-0325-12445/+0
* kernel-netlink: Allow Netlink send buffer size to be configured via compile o...Tobias Brunner2016-02-121-3/+11
* kernel-pfkey: Enable ENCR_CAMELLIA_CBC when it's availableTobias Brunner2015-11-231-0/+3
* android: Fix build after updating Linux headersTobias Brunner2015-11-121-1/+0
* kernel-netlink: Allow IPsec policies to replace shunt policiesTobias Brunner2015-11-101-3/+3
* kernel-pfkey: Make absolutely sure we always delete the right policy cache entryTobias Brunner2015-11-101-3/+8
* kernel-netlink: Make absolutely sure we always delete the right policy cache ...Tobias Brunner2015-11-101-2/+9
* kernel-interface: Pass the same data to del_policy() that was passed to add_p...Tobias Brunner2015-11-105-37/+35
* kernel-netlink: Remove the unused policy_history flagTobias Brunner2015-11-101-41/+20
* kernel-interface: Return bool for kernel interface registrationThomas Egerer2015-11-104-20/+40
* kernel-pfkey: Enable ENCR_AES_CTR when it's availableRenato Botelho2015-11-091-1/+3
* kernel-netlink: Properly set port mask for ICMP type/code if only set on one ...Tobias Brunner2015-08-311-7/+8
* kernel-pfkey: Properly encode ICMP type/code if only set on one sideTobias Brunner2015-08-311-34/+20
* kernel-pfkey: Only flush SAs of types we actually manageTobias Brunner2015-08-211-13/+26
* kernel-netlink: Only flush SAs of types we actually manageTobias Brunner2015-08-211-6/+19
* kernel-pfkey: Add support for AES-GCMTobias Brunner2015-08-201-3/+11
* kernel-netlink: Avoid route dump if routing rule excludes traffic with a cert...Tobias Brunner2015-08-181-7/+33
* kernel-pfroute: Don't install virtual IPs if charon.install_virtual_ip is dis...Tobias Brunner2015-08-131-0/+17
* kernel-netlink: When adding a policy do an update if it already existsTobias Brunner2015-08-131-1/+9
* kernel-pfkey: When adding policies do an update if they already existTobias Brunner2015-08-131-1/+10
* kernel-netlink: Use PAGE_SIZE as default size for the netlink receive bufferTobias Brunner2015-08-041-1/+11
* kernel-netlink: Actually verify if the netlink message exceeds the buffer sizeTobias Brunner2015-08-041-2/+2
* kernel-netlink: Unlock mutex in del_policy() if mark can't be added to messageTobias Brunner2015-07-311-0/+1
* unit-tests: Forward variable argument list in TEST_SUITE_DEPENDMartin Willi2015-07-121-2/+2
* kernel-netlink: Add ChaCha20-Poly1305 AEAD supportMartin Willi2015-06-291-0/+2
* kernel-netlink: Ignore unusable routesTobias Brunner2015-05-211-0/+24
* kernel-netlink: Make buffer size for received Netlink messages configurableTobias Brunner2015-05-211-7/+11
* kernel-netlink: Don't mangle verbosity during test initializationMartin Willi2015-04-151-2/+0
* kernel-netlink: Fix GCC error about uninitialized variable useMartin Willi2015-04-081-1/+1
* kernel-netlink: Copy current usage stats to new SA in update_sa()Tobias Brunner2015-03-251-6/+34
* kernel-interface: Add a separate "update" flag to add_sa()Martin Willi2015-03-095-12/+14
* kernel-pfkey: Add option to set receive buffer size of event socketTobias Brunner2015-03-061-0/+13
* kernel-netlink: Respect kernel routing priorities for IKE routesMartin Willi2015-03-031-2/+15
* attributes: Move the configuration attributes framework to libcharonMartin Willi2015-02-2015-1944/+0
* attr-sql: Move plugin to libcharonMartin Willi2015-02-206-721/+0
* attr: Move plugin to libcharonMartin Willi2015-02-207-562/+0
* resolve: Move plugin back to libcharonMartin Willi2015-02-206-596/+0
* kernel-interface: Raise mapping event with a proto/SPI/dst tupleMartin Willi2015-02-205-25/+38
* kernel-interface: Raise expires with a proto/SPI/dst tuple instead of reqidMartin Willi2015-02-205-27/+30
* child-sa: Replace reqid based marks by "unique" marksMartin Willi2015-02-202-61/+14
* kernel-interface: Add reqid allocation and release functionsMartin Willi2015-02-202-1/+329
* kernel-interface: Pass full list of traffic selectors to add_sa()Martin Willi2015-02-205-21/+17
* kernel-pfkey: Don't update during add_sa(), but delete SPI allocation stateMartin Willi2015-02-201-7/+18
* kernel-interface: Remove reqid parameter from get_spi/get_cpi() methodsMartin Willi2015-02-205-43/+31
* kernel-pfroute: If a new interface appears, slightly delay address enumerationMartin Willi2014-12-161-0/+9
* Fixed some typos, courtesy of codespellTobias Brunner2014-12-151-1/+1
* kernel-pfkey: Fix replay window size on FreeBSD and Mac OS XTobias Brunner2014-12-151-0/+6
* kernel-netlink: Optionally ignore errors resulting from response message lossMartin Willi2014-11-211-0/+82