index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[5315] Added functions that remove subnets from a configuration.
Marcin Siodelski
2017-08-15
7
-0
/
+102
*
[5315] Option data parser checks for runtime definitions in LibDHCP.
Marcin Siodelski
2017-08-15
1
-3
/
+10
*
[5315] Check for subnet prefix duplicates when subnet is added.
Marcin Siodelski
2017-08-15
4
-33
/
+16
*
[5315] Moved DHCPv4 and DHCPv6 simple parsers to libdhcpsrv.
Marcin Siodelski
2017-08-15
5
-0
/
+418
*
[5315] Moved Subnet parsers from DHCP binaries to libdhcpsrv.
Marcin Siodelski
2017-08-15
9
-5
/
+1282
*
[5315] Config Manager now returns non-const pointer to current config.
Marcin Siodelski
2017-08-15
2
-5
/
+21
*
[master] Log rotation now functions and is on by default
Thomas Markwalder
2017-08-11
5
-7
/
+114
|
\
|
*
[5324] Upped the default log size to 10MB
Thomas Markwalder
2017-08-11
3
-4
/
+4
|
*
[5324] Log file rotation now works when configured to do so
Thomas Markwalder
2017-08-08
4
-21
/
+46
|
*
[5324] Add log rotation test to dhcpsrv lib
Thomas Markwalder
2017-08-07
1
-3
/
+85
*
|
[master] Added subnet manipulation support
Thomas Markwalder
2017-08-10
14
-312
/
+663
|
\
\
|
*
|
[5314] Empty status added
Tomek Mrugalski
2017-08-10
1
-0
/
+5
|
*
|
[5314] Suppress excluded_prefix when blank in Pool6::toElement()
Thomas Markwalder
2017-08-03
2
-6
/
+2
|
*
|
[5314] Added Pool::toElement() and Pool<4/6>::toElement()
Thomas Markwalder
2017-08-03
3
-24
/
+124
|
*
|
[5314] Implemented Subnet::toElement()
Thomas Markwalder
2017-08-03
4
-110
/
+66
|
*
|
[5314] Fix for segfault, courtesy of Marcin
Tomek Mrugalski
2017-08-02
2
-22
/
+9
|
*
|
[5314] Two minor corrections.
Tomek Mrugalski
2017-07-28
2
-2
/
+2
|
*
|
[5314] Fixed a typo in container index tag name.
Marcin Siodelski
2017-07-21
1
-1
/
+1
|
*
|
[5314] Added indexing to subnet searches.
Marcin Siodelski
2017-07-20
9
-13
/
+289
|
*
|
[5314] Subnet to Element conversion moved to SubnetX classes.
Marcin Siodelski
2017-07-19
4
-266
/
+302
*
|
|
[5280] Changes after review:
Tomek Mrugalski
2017-08-10
1
-2
/
+4
*
|
|
[5280] leaseWipe4,6 implemented in lease managers (base and memfile)
Tomek Mrugalski
2017-08-07
18
-10
/
+366
|
|
/
|
/
|
*
|
[master] lib build order fix, ChangeLog updated after merge.
Tomek Mrugalski
2017-08-07
1
-2
/
+2
*
|
[master] Merge branch 'trac5272' (lease_cmds hook added)
Tomek Mrugalski
2017-08-07
18
-52
/
+384
|
\
\
|
*
|
[5272] getAddress moved to SimpleParser
Tomek Mrugalski
2017-08-04
7
-43
/
+61
|
*
|
[5272] toElement tests migrated to runToElementTest macro
Tomek Mrugalski
2017-08-04
1
-83
/
+63
|
*
|
[5272] spelling
Francis Dupont
2017-08-03
2
-2
/
+2
|
*
|
[5272] Couple more clean-ups.
Tomek Mrugalski
2017-08-02
2
-4
/
+74
|
*
|
[5272] New control result added (3 = empty)
Tomek Mrugalski
2017-08-01
2
-2
/
+7
|
*
|
[5272] getSubnet implemented.
Tomek Mrugalski
2017-08-01
6
-4
/
+85
|
*
|
[5272] LeaseX::toElement() implemented
Tomek Mrugalski
2017-08-01
3
-3
/
+181
*
|
|
[master] Finished merge of trac5241 (always-send)
Francis Dupont
2017-08-07
8
-40
/
+65
|
\
\
\
|
*
|
|
[5241] Changed "persistent" into "always-send"
Francis Dupont
2017-07-28
6
-17
/
+17
|
*
|
|
[5241] Added the function in DHCPv4 and 6 servers
Francis Dupont
2017-07-07
3
-28
/
+17
|
*
|
|
[5241] Added syntax, doc, parser, etc, but not the function
Francis Dupont
2017-07-07
6
-12
/
+48
*
|
|
|
[master] Merged trac5333 (re-detect vs close)
Francis Dupont
2017-08-03
2
-2
/
+5
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
[5333] Use addInterface
Francis Dupont
2017-07-28
1
-2
/
+2
|
*
|
|
[5333] Added a closeSockets before clearInterfaces
Francis Dupont
2017-07-14
1
-0
/
+3
*
|
|
|
[master] Finished merge of trac5126 (flat style)
Francis Dupont
2017-07-31
4
-11
/
+11
|
\
\
\
\
|
*
|
|
|
[5126] Changes after review
Tomek Mrugalski
2017-07-25
4
-9
/
+7
|
*
|
|
|
[5126] Flatten DUIDConfigParser
Francis Dupont
2017-02-10
2
-143
/
+47
|
*
|
|
|
[5126] Flatten ExpirationConfigParser
Francis Dupont
2017-02-10
2
-39
/
+33
|
*
|
|
|
[5126] Improved ClientClassDefParser
Francis Dupont
2017-02-10
1
-21
/
+19
|
*
|
|
|
[5126] Flatten ClientClassDefParser
Francis Dupont
2017-02-10
2
-85
/
+58
|
*
|
|
|
[5126] Added some explicits and flatten RelayInfoParser
Francis Dupont
2017-02-10
4
-61
/
+41
|
*
|
|
|
[5126] Shared getUint* in simple_parser.h
Francis Dupont
2017-02-10
4
-24
/
+41
|
*
|
|
|
[5126] Made DHCPv4o6 port uint16_t
Francis Dupont
2017-02-10
1
-3
/
+3
|
*
|
|
|
[5126] Improved SimpleParser getPosition
Francis Dupont
2017-01-29
3
-18
/
+8
*
|
|
|
|
[github51] Merge branch 'missing-header' of https://github.com/waltsteverson/...
Tomek Mrugalski
2017-07-25
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Add missing header file option6_pdexclude.h
Walt Steverson
2017-06-09
1
-0
/
+1
[next]