summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/pkt4.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [5016] Merged pull request #24 from github24 and squashed it.Marcin Siodelski2016-10-261-1/+1
* [5009] Implemented get6(subnet_id, address) function for SQL backends.Marcin Siodelski2016-09-201-4/+4
* [4483] Generic unit-tests for evaluating expressions writtenTomek Mrugalski2016-08-191-0/+3
* [4497] Implemented copying options on retrieval from packet.Marcin Siodelski2016-07-081-4/+4
* [master] Merge branch 'trac4498'Marcin Siodelski2016-06-101-10/+2
|\
| * [4498] Removed support for callback functions unpacking options.Marcin Siodelski2016-05-191-10/+2
* | [4495] Fixed inefficient creation of DHCP Message Type option.Marcin Siodelski2016-05-171-3/+2
|/
* [master] Merged trac4306 (overflow in pkt4::set{File,Name}())Francis Dupont2016-03-211-2/+6
|\
| * [4306] CopyrightFrancis Dupont2016-02-231-1/+1
| * [4306] Fixed CID 1202663 and 1202665Francis Dupont2016-02-231-2/+6
* | [4226] Reverted previous changes to Pkt4::getName()Tomek Mrugalski2016-03-081-9/+4
* | [4226] Remaining two exception conditions removed.Tomek Mrugalski2016-02-081-3/+7
* | [4226] getType() and getName() in Pkt4 are now exception safe.Tomek Mrugalski2016-02-051-10/+15
|/
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [4206b] Fixed two typos in the Pkt4 and Pkt6 methods.Marcin Siodelski2015-12-111-1/+1
* [4206b] Minor updates to the Pkt4::getLabel method.Marcin Siodelski2015-12-111-5/+7
* [4206b] Pkt{4,6}::getLabel() methods are now exception safe.Tomek Mrugalski2015-12-111-5/+19
* [master] Compilation fixes after 4121 merge.Tomek Mrugalski2015-12-011-1/+1
* [master] Revert only the trac4121 mergeFrancis Dupont2015-11-231-1/+1
* [4121] Cloned LibDHCP::packOptions and improved the v4 versionFrancis Dupont2015-11-131-1/+1
* [3977] Added variants of PktX::makeLabel excluding transaction id.Marcin Siodelski2015-10-211-2/+13
* [master] Finished merge of trac3920 (data_ defined twice)Francis Dupont2015-07-091-7/+0
|\
| * [3920] Applied proposed cleanup of Pkt{,4} buf/len constructorFrancis Dupont2015-06-271-3/+0
| * [3920] Removed reinit of data_Francis Dupont2015-06-271-3/+0
* | [3919] Added sname_ and file_ initializationFrancis Dupont2015-06-241-0/+3
|/
* [master] Finished merge of trac3618 (truncated packet/option/vendor-option)Francis Dupont2015-06-191-4/+5
|\
| * [3618] addressed comments: fix docs, improved unpack{,Vendor}Options[46], fix...Francis Dupont2015-06-181-4/+5
* | [master] Merge branch 'trac3794' (packet statistics in DHCPv4)Tomek Mrugalski2015-06-091-14/+24
|\ \
| * | [3794] Changes after review:Tomek Mrugalski2015-06-091-11/+14
| * | [3794] Many pkt4-receive-* statistics implementedTomek Mrugalski2015-05-151-4/+11
| |/
* / [master] fixed 3 minor bugs in DHCP++ (#3854)Francis Dupont2015-05-201-3/+5
|/
* [3806] Addressed some of the review comments.Marcin Siodelski2015-05-151-2/+18
* [3806] Added and/or fixed toText implementations for various options.Marcin Siodelski2015-05-051-13/+14
* [3806] Type to name conversion in Pkt4 class.Marcin Siodelski2015-05-041-1/+49
* [3806] Shortened the output from the Pkt4::getLabel.Marcin Siodelski2015-05-041-3/+3
* [master] Merge branch 'trac3743'Thomas Markwalder2015-04-211-0/+27
|\
| * [3743] Minor changes in the pkt4.{h,cc} as a result of the review.Marcin Siodelski2015-04-211-2/+2
| * [3743] More review clean up, use ClientId for client info outputThomas Markwalder2015-04-201-11/+20
| * [3743] Added label methods to Pkt and Pkt4Thomas Markwalder2015-04-201-0/+18
* | [master] remove '#include <config.h' from include files (#3782)Francis Dupont2015-04-181-0/+1
|/
* [3749] Relayed message with hops=0 is accepted by the DHCPv4 server.Marcin Siodelski2015-03-171-15/+1
* [3736] Fixed cppcheck warnings about unused functions.Marcin Siodelski2015-03-091-1/+2
* [3546] Another changes after review:Tomek Mrugalski2014-10-061-2/+19
* [3546] Pkt6::unpack now handles problems with exceptions, not return falseTomek Mrugalski2014-10-061-3/+1
* [3546] Changes after review:Tomek Mrugalski2014-10-061-3/+8
* [3546] Changes after reviewTomek Mrugalski2014-10-031-2/+0
* [3546] More stuff moved from Pkt{4,6} to PktTomek Mrugalski2014-09-301-15/+0
* [3546] Missing pkt.cc added, several more methods moved.Tomek Mrugalski2014-09-261-28/+0
* [3546] Pkt class added.Tomek Mrugalski2014-09-261-29/+10
* [3430] Changes in a bid to avoid a Coverity warningStephen Morris2014-07-281-4/+4