FR-GV-304 - check for option overflowing the packet
[freeradius.git] / src / modules / proto_dhcp / dhcp.c
2017-07-17 Alan T. DeKokFR-GV-304 - check for option overflowing the packet
2017-07-17 Alan T. DeKokFR-GV-303 - do memchr() of end-p, not q-p
2017-07-17 Alan T. DeKokFR-GV-206 - decode option 60 (string) not 63 (octets...
2016-11-21 Alan T. DeKokCheck both attributes for message type and option 82
2016-02-05 Nicolas CDHCP strings decoding
2015-10-21 Arran Cudbard-BellMerge pull request #1336 from jpereira/better/less...
2015-10-21 Arran Cudbard-BellMerge pull request #1335 from jpereira/leak/dhcp1
2015-10-21 Jorge PereiraTrust, magic values aren't fun
2015-10-21 Jorge PereiraFix memory leak on invalid dhcp packet
2015-10-21 Arran Cudbard-BellCheck Option length more carefully. Closes #1334
2015-09-06 Alan T. DeKokDebug TLVs when encoding, too
2015-09-01 Alan T. DeKokFix for CID #1321695
2015-08-31 Alan T. DeKokDebug all VPs in options, not just the first one
2015-08-31 Alan T. DeKokIf we have CHADDR, mark up htype and hlen
2015-08-30 Alan T. DeKokUse macro instead of hard-coded number
2015-08-30 Alan T. DeKokFixes for DHCP lease query
2015-08-30 Alan T. DeKokUpdates to permit DHCP lease query. Untested for now.
2015-07-16 Alan T. DeKokMore byte fixes
2015-07-16 Alan T. DeKokMore short fixes
2015-07-16 Nicolas Cdhcp secs is a short
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-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-17 Alan T. DeKokVALUE_PAIR**, not VALUE_PAIR *
2015-06-15 Arran Cudbard-BellMerge pull request #1059 from jpereira/develop-rlm_repl...
2015-06-15 Alan T. DeKokAlways write the header for the first attr
2015-06-15 Alan T. DeKokEncode suboptions in place, instead of creating an...
2015-06-15 Alan T. DeKokDeocde DHCP-Vendor-Specific-Information as octets
2015-06-15 Alan T. DeKokUse '=' instead of '+='
2015-06-12 Alan T. DeKokIf the TLVs are malformed, they're unknown
2015-06-12 Alan T. DeKokUse pairmemcpy instead of doing it manually
2015-06-03 Alan T. DeKokFix LGPL text broken by 1af9582b2
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-07 Arran Cudbard-BellOutput added DHCP options using rdebug_pair
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-04-09 Arran Cudbard-Bellbstrndup and bstrncpy are probably better names
2015-01-25 Alan T. DeKokCleanups to match the rest of the server formatting
2015-01-25 Nicolas Cdhcpclient - allow to specify interface and send/recv...
2015-01-13 Alan T. DeKokFix license erroneously updated by commit 23d838445
2014-12-15 Arran Cudbard-BellFix bad VP array type value accesses
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellChange references to vp->length to vp->vp_length
2014-10-18 Arran Cudbard-BellNeed to merge suboptions list, not insert the head...
2014-10-03 Arran Cudbard-BellFix argument order so ctx is always first
2014-09-27 Arran Cudbard-BellUse memory within value_pair_tmpl_t structs to hold...
2014-09-25 Alan T. DeKokCast to int
2014-09-21 Alan T. DeKokDon't use DHCP-Server-IP-Address for source IP
2014-09-18 Alan T. DeKokFree dynamically allocated DA. Fixes #795
2014-09-17 Alan T. DeKokFree unknown DICT_ATTRs. Closes #795
2014-09-09 Arran Cudbard-BellCorrectly allocate unknown sub-options
2014-09-09 Alan DeKokMerge pull request #787 from spbnick/coverity_fixes1
2014-09-09 Nikolai Kondrashovdhcp: Remove unused attribute allocation
2014-09-09 Arran Cudbard-BellTLV memory should be zerod in DHCP suboption encoder
2014-08-06 Arran Cudbard-BellDistinguish between single VP inserts, and list merges
2014-07-12 Alan DeKokMerge pull request #730 from nchaigne/v3.0.x
2014-07-11 Nicolas Cdhcpclient - store xid when encoding request
2014-06-25 Arran Cudbard-BellCID #1223702
2014-06-24 Arran Cudbard-BellAdd support for Vendor Specific Suboptions (RFC 4243)
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-11 Arran Cudbard-BellFormatting
2014-06-11 Arran Cudbard-BellRelax DHCP sub-option parser slightly
2014-06-11 Arran Cudbard-BellRemove DHCP Client Identifier hack, this can, and shoul...
2014-06-11 Arran Cudbard-BellWe no longer need to artificially limit the size of...
2014-06-11 Arran Cudbard-BellDon't stop parsing on padding options
2014-05-30 Arran Cudbard-BellRename PW_TYPE_IP* so they're all consistent
2014-05-29 Arran Cudbard-BellFix Coverity #1216798 #1216797 #1216796 #1216795 #1216794
2014-05-27 Arran Cudbard-BellNew DHCP options encoder
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-02 Arran Cudbard-BellMake sending/receiving debug messages consistent, and...
2014-05-02 Alan T. DeKokUnused return value
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-03-16 Arran Cudbard-BellRemove duplicate fr_strerror_printf declaration
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-03-12 Arran Cudbard-BellMinor formatting in dhcp.c
2014-02-28 Arran Cudbard-BellFix bug in decoding DHCP sub TLVs Fixes #536
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2013-10-28 Alan T. DeKokSanity check arguments
2013-10-28 Alan T. DeKokAllow room for \0
2013-10-28 Alan T. DeKokCheck length of ethernet VP
2013-10-25 Alan T. DeKokIgnore non-ether CHADDR
2013-10-23 Alan T. DeKokrecvfrom returns ssize_t, not size_t
2013-10-23 Alan T. DeKokEncode correct fields (ether, not octets)
2013-10-23 Alan T. DeKokFix paircursor bugs
2013-10-14 Alan T. DeKokRemoved unused assignments
2013-10-12 Arran Cudbard-BellOnly set ARP dev if interface is known
2013-10-10 Arran Cudbard-BellFix potential overflow in fr_dhcp_add_arp_entry
2013-10-09 Arran Cudbard-BellShould be fr_assert
2013-10-09 Arran Cudbard-BellFix segv in fr_dhcp_add_arp_entry
2013-09-10 Arran Cudbard-BellUse correct macros for defining IP string buffer lengths
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-30 Arran Cudbard-BellReverse VALUE_PAIR const order
2013-07-30 Arran Cudbard-BellReverse DICT_ATTR const order
2013-07-25 Arran Cudbard-Bellfix decoding of client ethernet address (by mino98)
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-09 Arran Cudbard-BellSprinkle vp->type = VT_DATA in more places, this will...
2013-06-09 Alan T. DeKokRemove extraneous line
2013-06-04 Arran Cudbard-BellInitialise head as NULL
2013-05-30 Arran Cudbard-Bell-Wdocumentation doesn't warn about unrecognised tags
2013-05-30 Arran Cudbard-BellFix reference issues hidden by cast
next