summaryrefslogtreecommitdiff
path: root/dist/dhcp
AgeCommit message (Expand)Author
2013-06-20buy ancient codechristos
2012-01-04include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userlanddrochner
2011-10-17There is no doubt whether whether should have a 'h' after the 'w'.mbalmer
2011-09-22check the result of malloc (Maksymilian Arciemowicz)christos
2011-08-17Instead of printing the raw suspect value instead of the name (!?!?), print thechristos
2011-08-16gcc-4.5 fixeschristos
2011-08-15Fix CVS-2011-2748, malformed packets can cause server to crash causing a DoS.christos
2011-06-22don't write "(u_char) NULL".mrg
2011-04-06CVE-2011-0997 dhclient: insufficient sanitization of certain DHCPchristos
2010-02-17Fix a thinko: the DHCP _client_ is doing the requesting.snj
2010-01-26rather than adding braces in the code, define the offending macrodrochner
2010-01-25fix some cases where the EREPORT macro defined to null (as in the NetBSDdrochner
2010-01-17Add missing parentheses in ifdef(OLD_LEXER). Found by cppcheck.wiz
2009-10-15Kill bad tab in markup.joerg
2009-07-16Fix behavior of dhcpd in the case where clientid and hardware ethernettonnerre
2009-06-23Limit the length of the address mask before we copy it.christos
2008-02-26Get rid of a spurious dereference in DHCPRELEASE.mellon
2007-10-31Change buffer for SIOCGIFCONF usage from 2048 to 32768. Because thegdt
2007-09-13Follow NetBSD's interpretation of the interface to SIOCGIFCONF: thegdt
2007-05-31don't make bogus assumptions about struct alignment.christos
2007-05-27Changes required for FORTIFY_SOURCE: don't rely on #define read (etc.)tls
2007-03-01An incredibly grody hack to save a few more precious bytes: in dhclient,dogcow
2006-12-26CID-4282: dies if we can't allocate memory for `peer->hba'alc
2006-11-23Hopping through a void* is not enough to get rid of alignment requirements.martin
2006-10-07Teach dhclient(8) to exit gracefully if another instance is alreadytron
2006-10-03Coverity CID 3692: Prevent use after free (from Arnaud Lacombe)christos
2006-08-28Typo.seb
2006-08-03don't zerodivide when "backoff-cutoff 0;" tested by zaferchristos
2006-05-26Remove statement (incorrect as of ISC release 3.0.3) that the next-serverchap
2006-05-11match u_char * with u_char[].mrg
2006-05-11#include <sys/param.h> since we want to check __NetBSD_Version__.mrg
2006-04-02Coverity CID 2639: Fix obvious bug in loop handling. Using and freeing thechristos
2006-03-31PR/33174: Wolfgang Stukenbrock: dhcpd fails to deliver hostnames for dynamicchristos
2005-08-11merge dhcp-3.0.3drochner
2005-08-11import ISC dhcp-3.0.3 onto the vendor branchdrochner
2005-07-01Add a -o flag that causes the client to exit once it's bound a lease.mellon
2005-06-16gcc 2.96 requires all declarations before variable usage so the last set ofjmc
2005-06-10Add initialization of local variable to appease -Wuninitialized.he
2005-06-05appease gcc -Wuninitialized on hp700.chs
2005-06-02appease gcc -Wuninitializedlukem
2005-06-02omapi_io_destroy(): ensure last is initialized before use, similar to thelukem
2005-06-02Don't attempt to close a random file descriptor.lukem
2005-06-02Ensure name_str is initialized because we try to free it later.lukem
2005-06-02Sanity checking. Detected with gcc -Wuninitializedlukem
2004-12-01use /dev/bpfchristos
2004-12-01One bpf is enough.christos
2004-12-01One bpf is enoughchristos
2004-10-29Add (unsigned char) cast to ctype functionsdsl
2004-10-22Use packet length from IP header instead of packet length from BPFperry
2004-06-11Don't log overly-long (>32 byte) client hostnames.mellon