Remove unused variable
[freeradius.git] / src / lib / dhcp.c
2013-03-02 Alan T. DeKokRemove unused variable
2013-02-21 Alan T. DeKokFix error strings to make more sense
2013-02-19 Arran Cudbard-BellConvert rad_alloc and rad_free to use talloc
2013-02-18 Alan T. DeKokFree correct VP
2013-02-17 Arran Cudbard-BellFix for coverity (assign return from recvfrom to a...
2013-02-17 Alan T. DeKokFree vp on error
2013-02-17 Arran Cudbard-BellFix for coverity (zero out sizeof(*packet) not sizeof...
2013-02-17 Arran Cudbard-BellFix for coverity (should use zu for sizeof)
2013-02-17 Arran Cudbard-BellFix for coverity (return error code if address family...
2013-02-17 Arran Cudbard-BellFix for coverity (deal with getsockname failure)
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-02-16 Alan T. DeKokMake the lib directory use vp->da
2013-02-12 Arran Cudbard-BellAdd CONST to functions that return DICT_ATTR
2013-02-12 Alan T. DeKokActually print out encoded options in debug mode.
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-12-01 Alan T. DeKokUnsigned integer for compiler warning
2012-10-31 Arran Cudbard-BellAdd dhcp_option: xlat to decode DHCP options packed...
2012-10-20 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-15 Arran Cudbard-Bellremove compilation error messages (As noted by Alan...
2012-10-04 Arran Cudbard-BellMerge pull request #87 from armitasp/master
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-18 Alan Buxeyremoved 2 compilation warnings
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-05-10 Alan T. DeKokFix typo so that it builds
2012-04-22 Alan T. DeKokFix typo
2012-04-22 Alan T. DeKokMove / add header files
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