dhcpclient: Add a short description to help output
[freeradius.git] / src / modules / proto_dhcp / dhcpclient.c
2014-12-05 Nikolai Kondrashovdhcpclient: Add a short description to help output
2014-11-04 Arran Cudbard-BellFormatting
2014-11-02 Alan T. DeKokLoad internal dictionary, for Packet-Src-IP-Address...
2014-11-02 Alan T. DeKokAdded -D option to mirror radclient
2014-10-06 Alan DeKokMerge pull request #805 from spbnick/dhcpclient-dict...
2014-10-06 Nikolai Kondrashovdhcpclient: Load dictionary.dhcp from DICTDIR.
2014-10-03 Arran Cudbard-BellFix argument order so ctx is always first
2014-09-09 Alan DeKokMerge pull request #787 from spbnick/coverity_fixes1
2014-09-09 Nikolai Kondrashovdhcpclient: Verify socket timeout was set
2014-08-29 Alan T. DeKokEnsure that dictionary.dhcp is loaded
2014-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-16 Nicolas Cdhcpclient - timeout and decline, release, inform
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