Fix compile warnings
[freeradius.git] / src / lib / dhcp.c
2011-12-26 Alan T. DeKokFix compile warnings
2011-11-22 Alan T. DeKokDon't use lvalue, use the correct struct name
2011-11-17 Alan T. DeKokAdded fr_dhcp_add_arp_entry
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-08-24 Alan T. DeKokUse 3.0 API
2011-07-29 Alan T. DeKokWhen in debugging mode, print out VPs from header
2011-07-09 Stephen R. van den... DHCP compile fixes
2011-06-28 Alan T. DeKokAllow DHCP-Opcode and DHCP-Hop-Count to be set from...
2011-05-06 Alan T. DeKokAllow DHCP to work again.
2011-03-03 Alan T. DeKokudpfromto doesn't seem to work for DHCP.
2011-02-23 Alan T. DeKokCorrected license to LGPL rather than GPL
2011-02-17 Chris MikkelsonUpdate DHCP code to reflect valuepair API changes.
2011-02-10 Alan T. DeKokChange the rules for sending DHCP responses
2010-07-20 Alan T. DeKokPrint all decoded TLVs, not just the first one.
2010-07-19 Alan T. DeKokFixed a few bugs using tests posted to the list.
2010-07-08 Alan T. DeKokPack DHCP-BootFilename into header
2010-05-31 Alan T. DeKokRemove all references to "vp->attribute & 0xffff"
2010-05-29 Alan T. DeKokPrint out DHCP attributes sent / received
2010-05-29 Alan T. DeKokFix endless loop when there are multiple DHCP options
2010-04-29 Alan T. DeKokRemoved unnecessary fflush()
2010-04-29 Alan T. DeKokLarge code cleanups.
2009-11-26 Alan T. DeKokRemove erroneous handling of option 82
2009-07-27 Alan T. DeKokFix use of memset.
2009-06-19 Alan T. DeKokFix typos
2009-06-19 Alan T. DeKokA number of fixes for the DHCP code.
2009-06-16 Alan T. DeKokAdded udpfromto support for sending, too
2009-06-15 Alan T. DeKokUpdated to apply packet src/dst rules BEFORE printing...
2009-06-06 Alan T. DeKokSome clients end option 53 buried inside of the packet.
2008-09-23 Alan T. DeKokMore relay oddness
2008-09-23 Alan T. DeKokFix handling for relays.
2008-09-14 Alan T. DeKokDon't insert message type twice
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-06-29 aland Allow Inform. Delete unused code
2008-06-21 aland Some dhcp relays (e.g. udhcp) discard packets larger...
2008-06-20 aland OR flags set by admin into the packet
2008-06-18 aland Hacks for relay ports
2008-06-18 aland Initialize variable..
2008-06-18 aland Copy gateway IP from original packet
2008-06-10 aland Corrected typos
2008-06-10 aland Use new functions to copy sockaddr to ipaddr
2008-05-28 aland Client HW address is ethernet. We don't support anyth...
2008-04-20 aland Send/receive packets. Dp3