index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
dhcpsrv
/
host.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[#3210] refactor string utilities
Andrei Pavel
2024-03-21
1
-1
/
+1
*
[#3209] Initial commit
Thomas Markwalder
2024-02-07
1
-1
/
+1
*
[#3237] release changes
Wlodek Wencel
2024-01-29
1
-1
/
+1
*
[#3119] use range based for loop or BOOST_FOREACH
Razvan Becheriu
2024-01-22
1
-29
/
+27
*
[#2826] Options in db are not encapsulated
Marcin Siodelski
2023-06-29
1
-0
/
+10
*
[#2725] removed strict check
Razvan Becheriu
2023-06-29
1
-10
/
+0
*
[#2725] disable strict prefixlen checks in ctrs
Razvan Becheriu
2023-06-29
1
-1
/
+4
*
[#2725] fixed v6 reservations
Razvan Becheriu
2023-06-29
1
-3
/
+12
*
[#2889] release changes
Andrei Pavel
2023-05-29
1
-1
/
+1
*
[#2786] 255 bytes client_id and 130 bytes duid
Razvan Becheriu
2023-05-09
1
-0
/
+2
*
[#2557] Addressed comment
Francis Dupont
2022-09-23
1
-2
/
+8
*
[#2557] Fixed too long identifier in Host
Francis Dupont
2022-09-23
1
-1
/
+31
*
[550-authentication-key-to-text-method-miss-spelled] Addressed comments
Francis Dupont
2019-07-02
1
-3
/
+4
*
[550-authentication-key-to-text-method-miss-spelled] AuthKey is binary
Francis Dupont
2019-07-02
1
-18
/
+34
*
[29-cryptolink-random-generator] Updated random users
Francis Dupont
2018-11-04
1
-18
/
+10
*
[5704] host backends and kea-dhcp4/6 support global HR storage
Thomas Markwalder
2018-08-07
1
-4
/
+4
*
[extend_host_struct] Fix review comments
mayya
2018-07-23
1
-5
/
+6
*
fixed minor issues
mayya
2018-07-23
1
-2
/
+1
*
review comments 2
mayya
2018-07-23
1
-22
/
+25
*
[lib] Address review comments for #83
mayya
2018-07-23
1
-26
/
+51
*
[lib] Extend host structure to support auth keys for reconfiguration.
mayya
2018-07-23
1
-3
/
+37
*
[master] Merging trac5374 (new classification) - conflicts resolved, regen ne...
Francis Dupont
2018-04-11
1
-8
/
+8
|
\
|
*
[5374] Updated ClientClasses definition
Francis Dupont
2017-11-24
1
-8
/
+8
*
|
[5533] Added a negative cache flag (host manager tests to do)
Francis Dupont
2018-02-21
1
-3
/
+10
*
|
[5351] Finished merge of trac5452 (unparse subnets)
Francis Dupont
2017-12-31
1
-1
/
+1
|
\
\
|
*
|
[5452] Checkpoint: ported #5351 subnet/hr toElement fixes
Francis Dupont
2017-12-17
1
-2
/
+4
|
|
/
*
|
[5351] Checkpoint: todo host DB tests
Francis Dupont
2017-12-03
1
-1
/
+3
*
|
[5351] Checkpoint: todo servers, doc, host DB -- adding control-socket
Francis Dupont
2017-12-02
1
-0
/
+2
*
|
[5351] Checkpoint: todo servers, doc, host including DB
Francis Dupont
2017-12-01
1
-0
/
+2
|
/
*
spelling: identifier
Josh Soref
2017-07-23
1
-1
/
+1
*
[5208a] new unit-test checks that v4,v6 options and v6 reservations are removed
Tomek Mrugalski
2017-04-24
1
-4
/
+0
*
[5208a] toElement() moved from CfgHosts to Host
Tomek Mrugalski
2017-04-22
1
-0
/
+124
*
[v_1_2_0] copy right dates updated
Wlodek Wencel
2017-04-12
1
-1
/
+1
*
[5132] Changes after review (comment #10):
Tomek Mrugalski
2017-04-03
1
-0
/
+1
*
[5132] parser updated, unit-tests implemented
Tomek
2017-03-29
1
-2
/
+6
*
[5132] host6_identifier hook point implemented
Tomek Mrugalski
2017-03-23
1
-0
/
+2
*
[4765] Client classes in HR can be specified in configuration file.
Marcin Siodelski
2016-09-01
1
-0
/
+1
*
[4552] Addressed review comments.
Marcin Siodelski
2016-08-25
1
-1
/
+20
*
[4552] Updated Host object with DHCPv4 specific message fields.
Marcin Siodelski
2016-08-23
1
-6
/
+50
*
[4317] Added client-id as supported host identifier.
Marcin Siodelski
2016-06-03
1
-0
/
+9
*
[4281] Extended MySQL host data source with DHCPv4 and DHCPv6 options.
Marcin Siodelski
2016-05-12
1
-1
/
+1
*
[4301] Addressed review comments.
Marcin Siodelski
2016-04-06
1
-39
/
+38
*
[4300] Addressed review comments.
Marcin Siodelski
2016-04-05
1
-10
/
+23
*
[4300] Added "circuit-id" as supported identifier into Host class.
Marcin Siodelski
2016-04-04
1
-2
/
+39
*
[4300] Host class holds identifier rather than HW address or DUID.
Marcin Siodelski
2016-04-04
1
-46
/
+35
*
[4302] Use new functions to retrieve reservations by any identifier.
Marcin Siodelski
2016-03-29
1
-7
/
+35
*
[master] Merge branch 'trac4212'
Marcin Siodelski
2016-03-23
1
-2
/
+2
|
\
|
*
[4212] HostID implemented.
Tomek Mrugalski
2015-12-04
1
-2
/
+2
*
|
[3571] Added data structures to hold DHCP options in Host object.
Marcin Siodelski
2016-03-09
1
-3
/
+5
*
|
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2015-12-16
1
-11
/
+3
|
/
[next]