| Commit message (Expand) | Author | Age | Files | Lines |
* | [4497] Extended Pkt4o6 to support setCopyRetrievedOptions. | Marcin Siodelski | 2016-07-08 | 1 | -5/+3 |
* | [4497] Spelling, no \n at end of .gitignore, etc | Francis Dupont | 2016-07-08 | 1 | -8/+8 |
* | [4497] Spelling | Francis Dupont | 2016-07-08 | 1 | -1/+1 |
* | [4497] Enable copying retrieved options in callouts. | Marcin Siodelski | 2016-07-08 | 1 | -0/+56 |
* | [4497] Added Pkt method checking if retrieved options are copied. | Marcin Siodelski | 2016-07-08 | 1 | -0/+9 |
* | [4497] Implemented copying options on retrieval from packet. | Marcin Siodelski | 2016-07-08 | 1 | -2/+57 |
* | [4498] Removed support for callback functions unpacking options. | Marcin Siodelski | 2016-05-19 | 1 | -12/+1 |
* | [4236] Replaced license text in all files containing it. | Marcin Siodelski | 2015-12-16 | 1 | -11/+3 |
* | [4097a] Switched class iterators | Francis Dupont | 2015-11-20 | 1 | -0/+6 |
* | [3806] Added and/or fixed toText implementations for various options. | Marcin Siodelski | 2015-05-05 | 1 | -1/+1 |
* | [3806] Type to name conversion in Pkt4 class. | Marcin Siodelski | 2015-05-04 | 1 | -0/+11 |
* | [master] Merge branch 'trac3743' | Thomas Markwalder | 2015-04-21 | 1 | -0/+11 |
|\ |
|
| * | [3743] More review clean up, use ClientId for client info output | Thomas Markwalder | 2015-04-20 | 1 | -1/+1 |
| * | [3743] Added label methods to Pkt and Pkt4 | Thomas Markwalder | 2015-04-20 | 1 | -0/+11 |
* | | [master] fixed pkt{,4,6}.{h,cc} modes | Francis Dupont | 2015-04-19 | 1 | -0/+0 |
|/ |
|
* | [3552] Copyright years updated. | Tomek Mrugalski | 2015-01-27 | 1 | -1/+1 |
* | [3552] Patch by Adam Kalmus (with minor clean-ups) | Tomek Mrugalski | 2015-01-27 | 1 | -2/+15 |
* | [3553] MAC extraction from DOCSIS options implemented. | Tomek Mrugalski | 2014-12-31 | 1 | -0/+26 |
* | [3548] Rebase fix | Tomek Mrugalski | 2014-12-29 | 1 | -55/+0 |
* | [3548] Fixes, cleanups and unit-tests in Pkt6::getMACFromDUID() | Tomek Mrugalski | 2014-12-29 | 1 | -2/+13 |
* | [3548] Patch as provided by Adam Kalmus | Tomek Mrugalski | 2014-12-29 | 1 | -0/+59 |
* | [3554] Changes after review: | Tomek Mrugalski | 2014-12-23 | 1 | -64/+0 |
* | [3554] Fix in Pkt::MACSourceFromText() | Tomek Mrugalski | 2014-12-16 | 1 | -1/+1 |
* | [3554] Configurable MAC sources implemented. | Tomek Mrugalski | 2014-12-16 | 1 | -12/+24 |
* | [master] Merge branch 'trac3556' (MAC in MySQL backend for kea6) | Tomek Mrugalski | 2014-12-10 | 1 | -0/+4 |
|\ |
|
| * | [3556] HWAddr support in MySQL implemented. | Tomek Mrugalski | 2014-11-06 | 1 | -0/+4 |
* | | [3551] Minor changes after review. | Tomek Mrugalski | 2014-12-09 | 1 | -2/+2 |
* | | [3551] Patch as submitted by David (see comment 4 in ticket 3551) | Tomek Mrugalski | 2014-12-09 | 1 | -1/+17 |
|/ |
|
* | Merge branch 'trac3549' of ssh://git.kea.isc.org/git/kea into trac3549 | Tomek Mrugalski | 2014-10-14 | 1 | -8/+10 |
|\ |
|
| * | reindent getMACFromSrcLinkLocalAddr() comment | Francis Dupont | 2014-10-11 | 1 | -8/+10 |
* | | [3549] Changes after review: | Tomek Mrugalski | 2014-10-14 | 1 | -1/+1 |
|/ |
|
* | [3549] Pkt::getMAC(HWADDR_SOURCE_IPV6_LINK_LOCAL) implemented. | Tomek Mrugalski | 2014-10-09 | 1 | -5/+23 |
* | [3549] getMACFromIPv6LinkLocal implemented (direct version, relay tbd) | Tomek Mrugalski | 2014-10-08 | 1 | -0/+17 |
* | [3546] Renamed MAC_SOURCE_* consts to HWADDR_SOURCE_* | Tomek Mrugalski | 2014-10-08 | 1 | -11/+12 |
* | [3546] Yet another review changes: | Tomek Mrugalski | 2014-10-06 | 1 | -11/+0 |
* | [3546] Another changes after review: | Tomek Mrugalski | 2014-10-06 | 1 | -10/+10 |
* | [3546] Corrected a typo. | Marcin Siodelski | 2014-10-06 | 1 | -1/+1 |
* | [3546] Pkt6::unpack now handles problems with exceptions, not return false | Tomek Mrugalski | 2014-10-06 | 1 | -7/+2 |
* | [3546] Changes after review: | Tomek Mrugalski | 2014-10-06 | 1 | -39/+59 |
* | [3546] Changes after review | Tomek Mrugalski | 2014-10-03 | 1 | -90/+118 |
* | [3546] MAC_SOURCE_* values are now a bitmask | Tomek Mrugalski | 2014-10-03 | 1 | -32/+47 |
* | [3546] Initial version of Pkt::getMAC() method implemented. | Tomek Mrugalski | 2014-09-30 | 1 | -1/+53 |
* | [3546] More stuff moved from Pkt{4,6} to Pkt | Tomek Mrugalski | 2014-09-30 | 1 | -11/+215 |
* | [3546] Missing pkt.cc added, several more methods moved. | Tomek Mrugalski | 2014-09-26 | 1 | -1/+34 |
* | [3546] Pkt class added. | Tomek Mrugalski | 2014-09-26 | 1 | -0/+240 |