New build path variable
[freeradius.git] / src / lib / dhcp.c
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