Age | Commit message (Expand) | Author |
2017-11-13 | add a generic packet rate matching filter. allows things like | Henning Brauer |
2017-11-12 | Clone epoch value in clone_lease(), not manually. | Kenneth R Westerback |
2017-11-09 | tweak previous; | Jason McIntyre |
2017-11-09 | Use lease 'epoch' (time lease was acquired) to calculate timers for | Kenneth R Westerback |
2017-11-08 | Add a type cast to force signed comparison. This fixes a loop | Visa Hankala |
2017-11-08 | Do not accept superfluous arguments. | Patrick Wildt |
2017-11-08 | In the final RFC 5903 the computation for the DH shared secret changed. | Patrick Wildt |
2017-11-08 | For IPcomp we need to load explicit ESP-flows for the IPIP or IPCOMP | Patrick Wildt |
2017-11-06 | Add lease declaration 'epoch' to hold the time() when a lease is | Kenneth R Westerback |
2017-11-06 | Add format 't' to parse_decimal() for signed 64-bit | Kenneth R Westerback |
2017-11-05 | ifconfig <if> giftunnel was deprecated in 2001, it's never too late to | Sebastian Benoit |
2017-11-04 | Don't keep blindly chugging along when receiving an unexpected imsg, | Florian Obser |
2017-11-04 | Decline duplicate offers for the requested address, as are | Kenneth R Westerback |
2017-11-03 | There can be multiple default routers sending router advertisements. | Florian Obser |
2017-10-30 | Fix '-L' file handling. Mixing idioms in previous cleanups ended up | Kenneth R Westerback |
2017-10-30 | Exit printing an error message if SIOCSIFMEDIA fails. | Martin Pieuchot |
2017-10-30 | In the subjectAltName comparison, the bzero before the while-loop was | Patrick Wildt |
2017-10-27 | zap a bad space in usage(): sorry ken for not spotting! | Jason McIntyre |
2017-10-27 | Add '-n' option to just parse dhclient.conf for errors. | Kenneth R Westerback |
2017-10-27 | Support multiple subjectAltNames by trying each existing until there | Patrick Wildt |
2017-10-27 | In the final RFC 5903 the computation for the DH shared secret changed. | Patrick Wildt |
2017-10-27 | Support DH groups 19 to 21 and 25 to 30, just like iked(8) does. | Martin Pieuchot |
2017-10-24 | remove defines for ioctls the kernel doesn't recognise | Jonathan Gray |
2017-10-23 | Use 'for (;;)' instead of a mix of "while (1) {}" and | Kenneth R Westerback |
2017-10-23 | Use same parse_warn() verbiage in parse_lease_time() as that | Kenneth R Westerback |
2017-10-23 | Enforce dhclient.conf prohibitions on nesting 'interface' | Kenneth R Westerback |
2017-10-21 | Last but not least, bring parse_interface_declaration() | Kenneth R Westerback |
2017-10-21 | Whitespace. | Kenneth R Westerback |
2017-10-21 | Bring parse_client_lease_statement() into the new world by | Kenneth R Westerback |
2017-10-20 | prev_line and cur_line can be static. | Kenneth R Westerback |
2017-10-20 | Split eol() from get_char() so that token assmebly that is | Kenneth R Westerback |
2017-10-20 | Flense dhclient.conf.5 down to useful information. Move | Kenneth R Westerback |
2017-10-19 | Nuke special case for '\n' in skip_to_semi() and | Kenneth R Westerback |
2017-10-18 | Typo, from Hiltjo Posthuma. | Martin Pieuchot |
2017-10-17 | add missing HISTORY; based on CVS logs and release announcements | Ingo Schwarze |
2017-10-17 | Do not print an extra line if the 'get' command succeeds. | Martin Pieuchot |
2017-10-16 | Print the correct message and return an error code when no route entry | Martin Pieuchot |
2017-10-16 | Sort & update syntax comments to match code. Sort | Kenneth R Westerback |
2017-10-16 | Bring parse_reject_statement() into line by | Kenneth R Westerback |
2017-10-14 | Whitespace fix. | Kenneth R Westerback |
2017-10-14 | Refactor parsing of hex sequences. Rename parse_X() | Kenneth R Westerback |
2017-10-14 | Tweak parse_option_list() to return 0/1 to indicate success, | Kenneth R Westerback |
2017-10-13 | Tweak parse_option_decl() to return 0/1 to indicate success, | Kenneth R Westerback |
2017-10-12 | Don't leak string that overflows the option data buffer. | Kenneth R Westerback |
2017-10-12 | Stop leaks of SSID strings. Whitespace fix. | Kenneth R Westerback |
2017-10-12 | Make parse_string() toe the new line by returning | Kenneth R Westerback |
2017-10-11 | Works better when both files in a diff are | Kenneth R Westerback |
2017-10-11 | Eliminate unneeded intermediate variable. Fix | Kenneth R Westerback |
2017-10-11 | Tweak parse_date() again, this time to factor | Kenneth R Westerback |
2017-10-11 | Tweak parse_decimal() and its invocations to emit a | Kenneth R Westerback |