Age | Commit message (Expand) | Author |
2017-04-12 | Prevent inosused from wrapping when soft updates is enabled while | Todd C. Miller |
2017-04-12 | RTM_PROTO3 messages should not trigger a resolv.conf check. | Kenneth R Westerback |
2017-04-12 | Shuffle another function. | Kenneth R Westerback |
2017-04-11 | Shuffle route/interface changing functions together into kroute.c. Try to | Kenneth R Westerback |
2017-04-11 | Fold priv_write_file() into its only remaining user | Kenneth R Westerback |
2017-04-10 | Rework -L logic to use the idiom used in handling the leases file. | Kenneth R Westerback |
2017-04-10 | Found another len += snprintf... | Theo de Raadt |
2017-04-10 | Remove always false comparison: inosused type is ino_t, which is | Frederic Cambus |
2017-04-09 | Seven casts, a couple of tweaks and CFLAGS+=-Wsign-compare for the | Kenneth R Westerback |
2017-04-08 | Reduce the overburden of signed vs unsigned comparisons by sprinkling | Kenneth R Westerback |
2017-04-08 | Replace another snprintf() dance with easier to read code using | Kenneth R Westerback |
2017-04-08 | Replace a mess of snprintf() dances with easier to read code using | Kenneth R Westerback |
2017-04-07 | Simply decoding of domain search option. No intentional functional | Kenneth R Westerback |
2017-04-06 | Inspired by recent dhcrelay(8) changes add some stricter CFLAGS. No code | Kenneth R Westerback |
2017-04-06 | less chatty EXAMPLES; from anton lindqvist | Jason McIntyre |
2017-04-06 | document -=; while here, simplify things so that we don;t add a separate | Jason McIntyre |
2017-04-05 | Shuffle sendhup() into dispatch.c, the only place it is used. | Kenneth R Westerback |
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 |