Age | Commit message (Expand) | Author |
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 |
2013-12-12 | Assemble outgoing packets using iovec to combine the (optional) | Kenneth R Westerback |
2013-12-11 | Stray memcpy() using src size. | Kenneth R Westerback |
2013-12-10 | Oops. Missed file. | Kenneth R Westerback |
2013-12-10 | Rework [priv_]write_file() and associated struct imsg_write_file | Kenneth R Westerback |
2013-12-09 | Refactor processing of classless static routes option (121). Add | Kenneth R Westerback |
2013-12-08 | Reduce in_addr memcpy() dances by simply using assignments where the source | Kenneth R Westerback |
2013-12-06 | Having stopped pretending we handle anything but ethernet packets, | Kenneth R Westerback |
2013-12-05 | Stop pretending we still support FDDI or token ring hardware types. | Kenneth R Westerback |
2013-12-05 | Use destination size as size of memcpy(). Use <in_addr> rather than | Kenneth R Westerback |
2013-12-05 | Nuke local #define ETHER_HEADER_SIZE and use the identical value'd | Kenneth R Westerback |
2013-12-04 | When we receive a /32 IP address assignment, mimick ISC DHCP by adding | Matthew Dempsky |
2013-12-04 | Oops. Missed a chunk. Give up on classless static routes if | Kenneth R Westerback |
2013-12-04 | More memcpy() stylistic repairs and size checks. | Kenneth R Westerback |
2013-12-04 | Be more careful to ensure memcpy'd data will fit. | Kenneth R Westerback |
2013-11-20 | cleanups for signed char vs ctype | Theo de Raadt |
2013-11-19 | include queue.h directly instead of relying on if.h to provide it; | Mike Belopuhov |
2013-11-16 | Fix msgbuf_write() usage. | Kenneth R Westerback |
2013-11-12 | add a variety of missing prototypes | Theo de Raadt |
2013-11-11 | Shuffle function prototypes and extern declarations around to | Kenneth R Westerback |
2013-11-11 | Nuke 'cur_time' variable used only to assign time(NULL) to a field. | Kenneth R Westerback |
2013-11-11 | Argh. Set 'to' address to INADDR_BROADCAST, not 'from' address, | Kenneth R Westerback |
2013-11-11 | RFC 2131 and friends state that when renewing a lease the client | Kenneth R Westerback |
2013-10-22 | Save 'next-server' (a.k.a. siaddr) info in leases file. Saving the | Kenneth R Westerback |
2013-09-09 | Calculate the lease time fields (expiry, renew, rebind) after | Kenneth R Westerback |
2013-08-22 | this full stop has lost its way... | Jason McIntyre |
2013-08-17 | Do not create a route to the bound address via 127.0.0.1. Our stack | Kenneth R Westerback |
2013-08-14 | Only skip address deleting/adding and route deleting/adding on | Florian Obser |
2013-07-16 | Add missing .Mt macros for AUTHORS email addresses. | Ingo Schwarze |
2013-07-15 | If a DHCPREQUEST returns a lease identical to the one currently bound to | Kenneth R Westerback |
2013-07-14 | merge the relevant bits of dhcp(8) into dhclient(8) and dhcpd(8), | Jason McIntyre |