Age | Commit message (Expand) | Author |
2014-11-10 | tweak previous; ok mikeb | Jason McIntyre |
2014-11-10 | copy pubkey section from isakmpd(8); ok reyk | Mike Belopuhov |
2014-11-08 | Use open(O_CLOEXEC) rather than open() + fcntl(FD_CLOEXEC). Inspired | Kenneth R Westerback |
2014-11-08 | Exhort user to recompile 'dhclient', not 'dhcpd', when bpf versions are | Kenneth R Westerback |
2014-11-07 | Fixup a few problems with EAP state transition | Mike Belopuhov |
2014-11-07 | Run eap_parse on the actual message and only when the length is right | Mike Belopuhov |
2014-11-07 | Repair initiator with PSK auth | Mike Belopuhov |
2014-11-04 | Add gcc format attributes to ipsecctl's parse.y. Also, fix a few format | Doug Hogan |
2014-11-04 | Of the 14 occurances of free_client_lease() only 2 deal with leases | Kenneth R Westerback |
2014-11-04 | Instead of correcting things after the fact, use SOCK_NONBLOCK and SOCK_CLOEXEC | Philip Guenther |
2014-11-03 | Don't leak static leases when the 'lease {}' parsing fails or one static | Kenneth R Westerback |
2014-11-03 | simple conversion from select() to poll() | Theo de Raadt |
2014-11-03 | No need to immediately remove an expired lease from the list of | Kenneth R Westerback |
2014-11-02 | Pesky whitespace and spurious parenthesis. | Kenneth R Westerback |
2014-11-01 | And finally move convert.c to the attic. | Kenneth R Westerback |
2014-11-01 | Unhook convert.c. It's empty but for the license text. | Kenneth R Westerback |
2014-11-01 | Try to ensure that the various lease timeouts are sane. i.e., renew | Kenneth R Westerback |
2014-10-29 | dial down the direness of the warning; vnd isn't going anywhere yet | Ted Unangst |
2014-10-29 | Calling a function to htonl() a constant 32-bit value into a stack | Kenneth R Westerback |
2014-10-29 | remove ugly return value casts | Theo de Raadt |
2014-10-29 | convert simple cases of select() to poll() | Theo de Raadt |
2014-10-27 | Fixup incorrect expansion of the networking mask for dynamic interface | Mike Belopuhov |
2014-10-27 | Compare with/use UINT16_MAX rather than 65535. Less magic is more. | Kenneth R Westerback |
2014-10-27 | Nuke getLong(), getShort(), getUShort(). Two line functions (memcpy(); | Kenneth R Westerback |
2014-10-27 | htonl(ntohl(memcpy'd buf)) seems like the long way around to copy | Kenneth R Westerback |
2014-10-27 | Zap extraneous whitespace and a stuttered extra 'break;'. | Kenneth R Westerback |
2014-10-26 | Allow the current lease to expire without causing dhclient to seg | Kenneth R Westerback |
2014-10-26 | Add a format specifier for the printf. | Brad Smith |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-10-23 | mention hw.perfpolicy; Daniel Jakots | Theo de Raadt |
2014-10-22 | Fix error reporting when reallocarray() fails. OK miod@ | Todd C. Miller |
2014-10-22 | Use svc_getreq_poll() instead of svc_getreqset2() for mountd's | Todd C. Miller |
2014-10-18 | Simple malloc() to reallocarray() conversion to potentially avoid integer | Doug Hogan |
2014-10-18 | Convert malloc() with a size var using multiplication to reallocarray(). | Doug Hogan |
2014-10-17 | Nuke 'increase' which was always set to 1. Replace the if/else that tested | Kenneth R Westerback |
2014-10-17 | trivial replacement with reallocarray() | Theo de Raadt |
2014-10-14 | rely on reallocarray() to give us the overflow detection, rather than | Theo de Raadt |
2014-10-12 | DH_compute_key() returns -1 on error but this was not | Jonathan Gray |
2014-10-11 | slightly more complicated reallocarray conversion. always realloc* rather | Theo de Raadt |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-10-09 | no more modules | Ted Unangst |
2014-10-09 | no more modules | Ted Unangst |
2014-10-09 | fairly obvious reallocarray() conversion, where the size is recalculated | Theo de Raadt |
2014-10-09 | obvious reallocarray() conversions | Theo de Raadt |
2014-10-08 | trivial use of getreallocarray() | Theo de Raadt |
2014-10-08 | trivial use of reallocarray | Theo de Raadt |
2014-10-08 | replace internal erealloc() with ereallocarray(), and then use it to | Theo de Raadt |
2014-10-08 | tedu the tedu code that tedu forgot to tedu when he tedued the other part | Joel Sing |
2014-10-08 | trivial use of reallocarray() | Theo de Raadt |
2014-10-02 | dhclient: add support for RFC 3442 local subnet routes | Matthew Dempsky |