CID #1223702
[freeradius.git] / src / modules / proto_dhcp / dhcp.c
2014-06-25 Arran Cudbard-BellCID #1223702
2014-06-24 Arran Cudbard-BellAdd support for Vendor Specific Suboptions (RFC 4243)
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-11 Arran Cudbard-BellFormatting
2014-06-11 Arran Cudbard-BellRelax DHCP sub-option parser slightly
2014-06-11 Arran Cudbard-BellRemove DHCP Client Identifier hack, this can, and shoul...
2014-06-11 Arran Cudbard-BellWe no longer need to artificially limit the size of...
2014-06-11 Arran Cudbard-BellDon't stop parsing on padding options
2014-05-30 Arran Cudbard-BellRename PW_TYPE_IP* so they're all consistent
2014-05-29 Arran Cudbard-BellFix Coverity #1216798 #1216797 #1216796 #1216795 #1216794
2014-05-27 Arran Cudbard-BellNew DHCP options encoder
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-02 Arran Cudbard-BellMake sending/receiving debug messages consistent, and...
2014-05-02 Alan T. DeKokUnused return value
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-03-16 Arran Cudbard-BellRemove duplicate fr_strerror_printf declaration
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-03-12 Arran Cudbard-BellMinor formatting in dhcp.c
2014-02-28 Arran Cudbard-BellFix bug in decoding DHCP sub TLVs Fixes #536
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2013-10-28 Alan T. DeKokSanity check arguments
2013-10-28 Alan T. DeKokAllow room for \0
2013-10-28 Alan T. DeKokCheck length of ethernet VP
2013-10-25 Alan T. DeKokIgnore non-ether CHADDR
2013-10-23 Alan T. DeKokrecvfrom returns ssize_t, not size_t
2013-10-23 Alan T. DeKokEncode correct fields (ether, not octets)
2013-10-23 Alan T. DeKokFix paircursor bugs
2013-10-14 Alan T. DeKokRemoved unused assignments
2013-10-12 Arran Cudbard-BellOnly set ARP dev if interface is known
2013-10-10 Arran Cudbard-BellFix potential overflow in fr_dhcp_add_arp_entry
2013-10-09 Arran Cudbard-BellShould be fr_assert
2013-10-09 Arran Cudbard-BellFix segv in fr_dhcp_add_arp_entry
2013-09-10 Arran Cudbard-BellUse correct macros for defining IP string buffer lengths
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-30 Arran Cudbard-BellReverse VALUE_PAIR const order
2013-07-30 Arran Cudbard-BellReverse DICT_ATTR const order
2013-07-25 Arran Cudbard-Bellfix decoding of client ethernet address (by mino98)
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-09 Arran Cudbard-BellSprinkle vp->type = VT_DATA in more places, this will...
2013-06-09 Alan T. DeKokRemove extraneous line
2013-06-04 Arran Cudbard-BellInitialise head as NULL
2013-05-30 Arran Cudbard-Bell-Wdocumentation doesn't warn about unrecognised tags
2013-05-30 Arran Cudbard-BellFix reference issues hidden by cast
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-30 Alan T. DeKokAdded pairmemcpy()
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-04 Alan T. DeKokMore fixes
2013-04-04 Alan T. DeKokMove the rest of the DHCP code to it's own directory
2013-04-04 Alan T. DeKokServer stuff is dhcpd.c, not dhcp.c
2013-04-04 Alan T. DeKokMove DHCP to its own plugin module