newvector should be a bool
[freeradius.git] / src / modules / proto_dhcp / dhcpclient.c
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-05-30 Arran Cudbard-BellRename fr_pton functions to fr_pton4, fr_pton6 and...
2014-05-30 Arran Cudbard-BellBreak out IP parsing into fr_pton and fr_pton6. Any...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-02 Arran Cudbard-BellFix uses of fr_perror so we don't get double colons...
2014-04-25 Arran Cudbard-BellMake readvp2 a bit more sane
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-02-21 Arran Cudbard-BellFix more booleans
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-23 Arran Cudbard-BellAdd version consistency checks between applications...
2013-10-23 Alan T. DeKokFix error message for reply
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-11 Alan T. DeKokdhclient is ISC's thing. Let's not use that