Age | Commit message (Expand) | Author |
2014-02-13 | Hard looping on EAGAIN is bad. Just fall out to outer event loop | Kenneth R Westerback |
2014-02-09 | Don't use imsg_flush(), roll a local flush_unpriv_ibuf() that loops | Kenneth R Westerback |
2014-02-09 | Nuke a couple of extraneous blank lines. | Kenneth R Westerback |
2014-02-09 | Use correct function name in error message. 'cleanup' was renamed | Kenneth R Westerback |
2014-02-09 | Missing {} around multi-statement else. Malformed IMSG_HUP messages should | Kenneth R Westerback |
2014-02-08 | Create dhclient lease files and dhcpd lease files with permissions 0640, | Kenneth R Westerback |
2014-02-07 | Create -L leases files with the same 0000 permissions as regular | Kenneth R Westerback |
2014-02-07 | Log failures to fchmod() or fchown() the file written in | Kenneth R Westerback |
2014-02-07 | Nuke unused #define CLIENT_PATH. A remnant of dhclient-script. | Kenneth R Westerback |
2014-01-25 | Correct parsing of dhclient.conf statements 'fixed-address' and | Kenneth R Westerback |
2014-01-21 | Allow dhclient.conf to specify 'fixed-address', 'next-server', | Kenneth R Westerback |
2014-01-21 | Add parsing for options 121 (classless-static-routes) and 249 | Kenneth R Westerback |
2014-01-20 | Preserve tabs when constructing the "^" line in parse_warn(). Now | Kenneth R Westerback |
2014-01-20 | more %d type correctness; ok krw | Theo de Raadt |
2014-01-20 | %d cleanups, to other formats; ok krw | Theo de Raadt |
2014-01-20 | Don't silently skip the next statement when encountering an | Kenneth R Westerback |
2014-01-20 | Cast pointer to (u_int8_t *) when assigning it to a u_int8_t * | Kenneth R Westerback |
2014-01-19 | We don't have any (and I can't find elsewhere) signed 16 bit or | Kenneth R Westerback |
2014-01-19 | Nuke unused functions putLong(), putUShort(), putShort(). | Kenneth R Westerback |
2014-01-19 | Redo the parsing of numbers to improve the error messages and | Kenneth R Westerback |
2014-01-19 | Rename parse_hardware_param() to parse_ethernet() to reflect what | Kenneth R Westerback |
2014-01-19 | Adjust lexchar position by ugflag once only. | Kenneth R Westerback |
2014-01-18 | If ugflag (indicating a character from the file being parsed has been | Kenneth R Westerback |
2014-01-18 | Remove superfluous assignment to local variable 'val' just before | Kenneth R Westerback |
2014-01-18 | Make parse_warn() messages consistantly use 'expecting' rather | Kenneth R Westerback |
2014-01-18 | Never silently consume the following statement when unexpectedly | Kenneth R Westerback |
2014-01-17 | Do not follow symlinks for -l and -L arguments. | Tobias Stoeckmann |
2014-01-17 | Make parse_X return -1 when it encounters a parsing error. Enables | Kenneth R Westerback |
2014-01-16 | Avoid size_t overflow while reading /etc/resolv.conf.tail. | Tobias Stoeckmann |
2014-01-13 | peek_token() a bit more to replace a bunch of manual checks with | Kenneth R Westerback |
2014-01-13 | Don't eat another token looking for a ';' after skip_to_semi() has | Kenneth R Westerback |
2014-01-13 | No need to 'clear the peek buffer' when closing a file. The next | Kenneth R Westerback |
2014-01-13 | Don't eat two tokens when encountering a non-terminal '}'. Avoids | Kenneth R Westerback |
2014-01-13 | warning(), note(), debug(), parse_warn() always return 0, which no | Kenneth R Westerback |
2014-01-12 | Since the return value of read_client_conf() is not checked, don't | Kenneth R Westerback |
2014-01-10 | Yet another annoyingly long line. | Kenneth R Westerback |
2014-01-10 | skip_to_semi() is gilding the lily when the next statement breaks out | Kenneth R Westerback |
2014-01-10 | KNF (UNF?). Split annoying long line. | Kenneth R Westerback |
2013-12-30 | Replace yet another hand-rolled list with a TAILQ. reject_list this | Kenneth R Westerback |
2013-12-28 | Remove unused variable 'token'. Spotted by deraadt@ | Kenneth R Westerback |
2013-12-22 | Setting format id to 't' when it's already 't' is a waste of | Kenneth R Westerback |
2013-12-22 | No need to change format id 'X' (ascii or hex) to 'x' (hex) while | Kenneth R Westerback |
2013-12-22 | Don't look for two semi-colons when encountering an unrecognized | Kenneth R Westerback |
2013-12-21 | Introduce pretty_print_string() and use for printing both text | Kenneth R Westerback |
2013-12-18 | Code existed to print non-printable characters in strings written | Kenneth R Westerback |
2013-12-15 | Update timestamps in 'effective' lease before printing out the | Kenneth R Westerback |
2013-12-14 | Start cleanup/fixup of pretty printing of option data. Use snprintf() | Kenneth R Westerback |
2013-12-14 | When cloning leases remember to clone address, next_server and | Kenneth R Westerback |
2013-12-12 | Delete spurious blank line. | Kenneth R Westerback |
2013-12-12 | Eliminate (most) double decrements of remaining space in the pretty | Kenneth R Westerback |