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