Age | Commit message (Expand) | Author |
2017-04-21 | Add "key" modifier for -k to make pfctl can kill a state by specifying | YASUOKA Masahiko |
2017-04-19 | Rename all SA groups to bundles consistently. The first kernel | Alexander Bluhm |
2017-04-19 | Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been | Martin Natano |
2017-04-19 | Bump numbers for /usr/obj allocation with *big* compilers. | Theo Buehler |
2017-04-19 | enlarge obj to satisfy new world order that has *big* compilers and | Otto Moerbeek |
2017-04-18 | Tweak parameters to decode_*, add a check or two, and thus gain most of the | Kenneth R Westerback |
2017-04-18 | After 11 years of pondering about it I think that brookdavis@freebsd.org | Kenneth R Westerback |
2017-04-18 | use freezero() | Theo de Raadt |
2017-04-16 | Different compilers and versions of compilers have different warnings. | Jonathan Gray |
2017-04-14 | Up to now ipsecctl(8) grouped SAs with identical src and dst to the | Alexander Bluhm |
2017-04-13 | fix wrongly indented lines | Jonathan Gray |
2017-04-13 | Add a NAT-T keepalive timer in case we are behind a NAT gateway. | Patrick Wildt |
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 |