summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* replace the deletetunnel option with -tunnelbenno2017-11-172-11/+12
* Range check default values so that a range likekrw2017-11-161-3/+5
* Reset the OCSP URL on config reload. Otherwise we end up not beingpatrick2017-11-151-1/+4
* - nested anchors vs. pfctl/parse.ysashan2017-11-141-2/+2
* Treat invalid server name as empty instead of declining the lease offeredmpi2017-11-141-5/+5
* Constrain MBR partition offsets to 0 .. disk.size - 1.krw2017-11-131-2/+2
* add a generic packet rate matching filter. allows things likehenning2017-11-132-3/+29
* Clone epoch value in clone_lease(), not manually.krw2017-11-121-3/+2
* tweak previous;jmc2017-11-091-2/+3
* Use lease 'epoch' (time lease was acquired) to calculate timers forkrw2017-11-095-86/+62
* Add a type cast to force signed comparison. This fixes a loopvisa2017-11-081-2/+2
* Do not accept superfluous arguments.patrick2017-11-081-1/+6
* In the final RFC 5903 the computation for the DH shared secret changed.patrick2017-11-087-31/+76
* For IPcomp we need to load explicit ESP-flows for the IPIP or IPCOMPpatrick2017-11-081-10/+30
* Add lease declaration 'epoch' to hold the time() when a lease iskrw2017-11-065-5/+18
* Add format 't' to parse_decimal() for signed 64-bitkrw2017-11-061-1/+6
* ifconfig <if> giftunnel was deprecated in 2001, it's never too late tobenno2017-11-051-3/+1
* Don't keep blindly chugging along when receiving an unexpected imsg,florian2017-11-042-18/+12
* Decline duplicate offers for the requested address, as arekrw2017-11-041-1/+4
* There can be multiple default routers sending router advertisements.florian2017-11-031-2/+2
* Fix '-L' file handling. Mixing idioms in previous cleanups ended upkrw2017-10-301-11/+21
* Exit printing an error message if SIOCSIFMEDIA fails.mpi2017-10-301-2/+2
* In the subjectAltName comparison, the bzero before the while-loop waspatrick2017-10-301-2/+2
* zap a bad space in usage(): sorry ken for not spotting!jmc2017-10-271-2/+2
* Add '-n' option to just parse dhclient.conf for errors.krw2017-10-273-21/+38
* Support multiple subjectAltNames by trying each existing until therepatrick2017-10-271-23/+20
* In the final RFC 5903 the computation for the DH shared secret changed.patrick2017-10-273-20/+68
* Support DH groups 19 to 21 and 25 to 30, just like iked(8) does.mpi2017-10-278-55/+157
* remove defines for ioctls the kernel doesn't recognisejsg2017-10-241-7/+1
* Use 'for (;;)' instead of a mix of "while (1) {}" andkrw2017-10-233-16/+16
* Use same parse_warn() verbiage in parse_lease_time() as thatkrw2017-10-231-2/+2
* Enforce dhclient.conf prohibitions on nesting 'interface'krw2017-10-234-23/+36
* Last but not least, bring parse_interface_declaration()krw2017-10-211-11/+15
* Whitespace.krw2017-10-211-2/+2
* Bring parse_client_lease_statement() into the new world bykrw2017-10-211-17/+25
* prev_line and cur_line can be static.krw2017-10-201-3/+3
* Split eol() from get_char() so that token assmebly that iskrw2017-10-201-17/+48
* Flense dhclient.conf.5 down to useful information. Movekrw2017-10-203-447/+246
* Nuke special case for '\n' in skip_to_semi() andkrw2017-10-191-10/+1
* Typo, from Hiltjo Posthuma.mpi2017-10-181-2/+2
* add missing HISTORY; based on CVS logs and release announcementsschwarze2017-10-171-3/+5
* Do not print an extra line if the 'get' command succeeds.mpi2017-10-171-3/+3
* Print the correct message and return an error code when no route entrympi2017-10-161-6/+1
* Sort & update syntax comments to match code. Sortkrw2017-10-161-102/+109
* Bring parse_reject_statement() into line bykrw2017-10-161-19/+17
* Whitespace fix.krw2017-10-141-2/+2
* Refactor parsing of hex sequences. Rename parse_X()krw2017-10-143-102/+70
* Tweak parse_option_list() to return 0/1 to indicate success,krw2017-10-141-54/+37
* Tweak parse_option_decl() to return 0/1 to indicate success,krw2017-10-131-55/+58
* Don't leak string that overflows the option data buffer.krw2017-10-121-2/+3