Populate DHCP-Paramter-Request-List values dynamically
[freeradius.git] / src / modules / proto_dhcp / rlm_dhcp.c
2014-06-25 Arran Cudbard-BellPopulate DHCP-Paramter-Request-List values dynamically
2014-06-24 Arran Cudbard-BellAdd support for Vendor Specific Suboptions (RFC 4243)
2014-05-27 Arran Cudbard-BellNew DHCP options encoder
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-01-30 Arran Cudbard-BellExplain why DHCP decoding failed
2013-11-15 Arran Cudbard-BellChange order of arguments for radius_get_vp to be the...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-02 Arran Cudbard-BellSQL functions now use ssize_t so that they can indicate...
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-04-28 Alan T. DeKokRearrange dhcp / vqp dictionary things.
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-14 Alan T. DeKokFix typo
2013-04-14 Alan T. DeKokAdd dict_read() API.
2013-04-10 Alan T. DeKokAdd escape function to xlat_register
2013-04-04 Alan T. DeKokMove the rest of the DHCP code to it's own directory