Age | Commit message (Expand) | Author |
2017-04-05 | various improvements, from klemens nanni; | Jason McIntyre |
2017-04-04 | Send a RTM_PROPOSAL to clear out other dhclient instances on startup. | Kenneth R Westerback |
2017-04-04 | Treat SSID's like the 0 to 32 bytes of uint8_t data that they really | Kenneth R Westerback |
2017-04-03 | warn format string should be literal. | Frederic Cambus |
2017-04-03 | Change parse_string() to take an optional integer pointer that can | Kenneth R Westerback |
2017-04-03 | Simplify read_string() to just read the characters between the '"'s. | Kenneth R Westerback |
2017-04-03 | Tweak parse_string() to not consume the ';'. Simplifies/shortens | Kenneth R Westerback |
2017-04-03 | Tweak 'expecting' parse_warn() messages to be more consistent. | Kenneth R Westerback |
2017-04-02 | Check return value of asprintf(), and don't use 0 as a char * | Tom Cosgrove |
2017-04-02 | Change parse_string() warning from "filename must be a string" to | Kenneth R Westerback |
2017-03-30 | Only close the SA if an error happens before ikev2_msg_init() was called | Patrick Wildt |
2017-03-28 | Add helpful debug messages to tell us why public key authentication failed. | Reyk Floeter |
2017-03-28 | Remove RSA from the list of keywords, lookup is now done in a table. | Reyk Floeter |
2017-03-28 | Don't send informational responses before we're having the key material. | Reyk Floeter |
2017-03-28 | Returning -1 in an imsg handler like ikev2_dispatch_cert aborts iked. | Reyk Floeter |
2017-03-27 | rather than printing the wrong function name, dont print it at all. | Sebastian Benoit |
2017-03-27 | Don't cache the DH group in the policy | Mike Belopuhov |
2017-03-27 | correct verb pattern; | Jason McIntyre |
2017-03-27 | Factor out flows into separate configuration messages | Mike Belopuhov |
2017-03-27 | spacing | Reyk Floeter |
2017-03-27 | Fix another iked leak of SAs in pfkey_sa(), copy tags correctly. | Reyk Floeter |
2017-03-27 | Add support to reflect the responder IKEv2 COOKIE. | Reyk Floeter |
2017-03-27 | Add support for RFC4754 (ECDSA) and RFC7427 authentication. | Reyk Floeter |
2017-03-26 | Fix dhclient vis/unvis of strings stored in the leases file. | Kenneth R Westerback |
2017-03-26 | cleanup fdisk(8) partition names used by FAT file systems so they are more | Igor Sobrado |
2017-03-23 | Fix printf() incantation for non-NULL terminated string. | Kenneth R Westerback |
2017-03-23 | set ps_noaction to not fork uneeded children when checking config with -n | Jonathan Gray |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-03-21 | Replace a magic number with the corresponding macro from ieee80211_ioctl.h. | Stefan Sperling |
2017-03-21 | getnameinfo errors should go to stderr & should print what's going on. | Florian Obser |
2017-03-20 | show inet6 proposals in route monitor | Florian Obser |
2017-03-20 | stop signposting; while here, knock out the comments; | Jason McIntyre |
2017-03-20 | as suggested by mpi, be less particular documenting | Jason McIntyre |
2017-03-19 | "autoconf" belongs in the inet6 section, not the global options part; | Jason McIntyre |
2017-03-16 | remove the list of available sysctls: the sysctls are fully | Jason McIntyre |
2017-03-16 | Fix a regression preventing ``kern.profiling'' to return the profiling | Martin Pieuchot |
2017-03-13 | Resolve simultaneous Child SA rekeying | Mike Belopuhov |
2017-03-13 | Resolve simultaneous IKE SA rekeying | Mike Belopuhov |
2017-03-13 | Make sure that proposal contains a DH group when rekeying with PFS enabled | Reyk Floeter |
2017-03-13 | NAT-T improvements | Reyk Floeter |
2017-03-13 | Don't rekey acquired Child SAs | Mike Belopuhov |
2017-03-13 | Clarify iked.conf(5) manpage in regards to IP compression. | Patrick Wildt |
2017-03-13 | When setting up IPcomp flows for the networks 'A' and 'B' between | Patrick Wildt |
2017-03-13 | When freeing a Child SA make sure it's peer no longer points to it | Mike Belopuhov |
2017-03-13 | Fix and improve the IKE SA rekeying timeout, add a randomized jitter. | Reyk Floeter |
2017-03-13 | Improve reporting of authentication errors | Mike Belopuhov |
2017-03-13 | flow_cmp() must compare the same flow-attributes as the kernel, | Patrick Wildt |
2017-03-13 | We need to call policy_ref() for policies that have refcounting | Patrick Wildt |
2017-03-12 | Make ifconfig scan display both wpa1 and wpa2 if both are supported. | Stefan Sperling |
2017-03-11 | Make 'ifconfig scan' display AP encryption correctly if WEP is configured | Stefan Sperling |