these attributes are byte, not integer. Closes #1954
[freeradius.git] / src / modules / proto_dhcp / dhcpd.c
2017-03-31 Alan T. DeKokthese attributes are byte, not integer. Closes #1954
2015-09-23 Arran Cudbard-BellDst seems to be INADDR_ANY in some cases... Weird.
2015-09-23 Arran Cudbard-BellCorrect precedence for determining src ip of DHCP packet
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-04-29 Arran Cudbard-BellSwitch to C99 style initialisers for module structs
2015-03-31 Arran Cudbard-BellMerge pull request #931 from nchaigne/3.0.x-fb4-rc
2015-03-27 Alan T. DeKokSet "nodup" for DHCP sockets
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-02-25 Alan T. DeKokAllow over-riding destination port, as per v2
2015-02-25 Alan T. DeKokUse correct destination port for reply to relay
2015-02-10 Alan T. DeKokMake request_receive() take a TALLOC_CTX
2015-02-01 Alan T. DeKokdv might not exist if the dictionaries are butchered
2015-01-22 Arran Cudbard-BellSet src/dst IP address prefix lengths correctly when...
2014-12-22 Arran Cudbard-BellGCC fixes
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-10-28 Alan T. DeKokAdd FreeRADIUS-Response-Delay-USec
2014-10-28 Alan T. DeKokAdd and document reject_delay of fractional seconds
2014-09-21 Alan T. DeKokDon't use DHCP-Server-IP-Address for source IP
2014-09-09 Alan DeKokMerge pull request #787 from spbnick/coverity_fixes1
2014-09-09 Nikolai Kondrashovdhcpd: Check cf_item_parse result
2014-05-30 Arran Cudbard-BellRename PW_TYPE_IP* so they're all consistent
2014-05-30 Arran Cudbard-BellSwitch to using fr_ipaddr_t for client prefixes, and...
2014-05-30 Arran Cudbard-BellFix all remaining config items to use FR_CONF_OFFSET
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-17 Alan T. DeKokSet destination port for client replies from relay...
2014-04-11 Alan T. DeKokAllow DHCP NAKs to be delayed
2014-04-11 Alan T. DeKokFix calls to radius_paircreate()
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-03-14 Arran Cudbard-BellFix "not responding" debug message in DHCP
2014-03-13 Alan T. DeKokIf relay IP is 0.0.0.0, don't use it
2014-03-13 Alan T. DeKokIf the request was unicast, the reply can be unicast...
2014-03-13 Alan T. DeKokRe-added missing line
2014-03-13 Alan T. DeKokSet src IP on more situations.
2014-03-12 Arran Cudbard-BellMerge pull request #543 from mcnewton/v3.0.x
2014-03-12 Matthew Newtondon't respond to dhcp if there is nowhere to respond to
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-24 Alan T. DeKokFix typos
2014-01-22 Alan T. DeKokUse our source IP when relaying the packet.
2014-01-22 Alan T. DeKokFix port for giaddr.
2013-11-20 Alan T. DeKokcheck_config is now a bool
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-10-28 Alan T. DeKokVarious fixes for DHCP.
2013-10-28 Alan T. DeKokIf we can't update the ARP table, broadcast the reply.
2013-10-23 Alan T. DeKokEncode the reply, not the packet
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-06-26 Arran Cudbard-BellUse nas_type consistently
2013-04-25 Arran Cudbard-BellUse correct macros for log messages with WARNING: ERROR...
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
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-18 Arran Cudbard-BellAdd -isystem to smart_include and fix python configure...
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-04 Alan T. DeKokServer stuff is dhcpd.c, not dhcp.c