index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
dhcpsrv
/
alloc_engine.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3295] Do not generate NameChangeRequests for Solicit.
Marcin Siodelski
2014-01-27
1
-1
/
+5
*
[3295] Added a unit test which checks NCR generation for expired leases.
Marcin Siodelski
2014-01-24
1
-0
/
+5
*
[3295] Modified allocation engine to not update lease fqdn for Solicit.
Marcin Siodelski
2014-01-23
1
-6
/
+8
*
[3295] Modified DHCPv6 allocation engine to return old lease.
Marcin Siodelski
2014-01-23
1
-16
/
+56
*
[1283] Use IOAddress << operator in remaining places in DHCP code.
Marcin Siodelski
2014-01-16
1
-1
/
+1
*
[3171] Changes after review:
Tomek Mrugalski
2013-10-02
1
-12
/
+16
*
[3171] Pool::toText() implemented, exception error in AllocEngine clarified
Tomek Mrugalski
2013-10-02
1
-3
/
+14
*
[3171] alloc{Address -> Lease} rename, compilation fixes
Tomek Mrugalski
2013-09-24
1
-20
/
+12
*
[3171] Documentation and comments updated
Tomek Mrugalski
2013-09-24
1
-2
/
+2
*
[3171] First test implementing PD lease allocation passed!
Tomek Mrugalski
2013-09-19
1
-1
/
+1
*
[3171] IterativeAllocator::pickAddress() now handles prefixes as well
Tomek Mrugalski
2013-09-19
1
-1
/
+15
*
[3171] AllocEngine work: increasePrefix() added, prefix_len passed around
Tomek Mrugalski
2013-09-19
1
-11
/
+78
*
[3149] Minor changes after review (spaces, comments clean ups)
Tomek Mrugalski
2013-09-19
1
-1
/
+2
*
[3149] getAllocator() implemented
Tomek Mrugalski
2013-09-18
1
-12
/
+47
*
[3149] Compilation fix
Tomek Mrugalski
2013-09-18
1
-1
/
+1
*
[3149] Lease6::LeaseType and Pool::PoolType unified.
Tomek Mrugalski
2013-09-18
1
-15
/
+17
*
[master] Merge branch 'trac3150' (DHCP::CfgMgr support for PD)
Tomek Mrugalski
2013-09-17
1
-16
/
+20
|
\
|
*
[3150] Changes after review:
Tomek Mrugalski
2013-09-17
1
-6
/
+6
|
*
[3150] checkType in Subnets implemented
Tomek Mrugalski
2013-09-16
1
-8
/
+12
|
*
[3150] Support for different pool types in subnet implemented
Tomek Mrugalski
2013-09-16
1
-1
/
+1
|
*
[3150] First part of prefix pool support
Tomek Mrugalski
2013-09-10
1
-14
/
+14
*
|
[3146] getLease6 renamed to getLeases6(), single lease getLease6() added
Tomek Mrugalski
2013-09-06
1
-26
/
+40
*
|
[3146] getLease6() methods now have extra param: LeaseType
Tomek Mrugalski
2013-09-06
1
-4
/
+9
|
/
*
[3083] Fixed typos in allocation engine, as a result of the review.
Marcin Siodelski
2013-08-27
1
-2
/
+2
*
[3083] Merge branch 'master' into trac3083
Marcin Siodelski
2013-08-27
1
-3
/
+55
|
\
|
*
[master] Merge branch 'trac2983' (4 extra hooks for DHCPv4)
Tomek Mrugalski
2013-08-23
1
-3
/
+56
|
|
\
|
|
*
[2983] Changes after review:
Tomek Mrugalski
2013-08-23
1
-0
/
+2
|
|
*
[2983] lease4_renew unit-tests implemented.
Tomek Mrugalski
2013-08-20
1
-1
/
+7
|
|
*
[2983] Remaining v4 hooks implemented.
Tomek Mrugalski
2013-08-19
1
-3
/
+48
*
|
|
[3083] Unit test setting FQDN lease parameters.
Marcin Siodelski
2013-08-21
1
-2
/
+0
*
|
|
[3083] Extended Allocation Engine API to pass the FQDN data.
Marcin Siodelski
2013-08-21
1
-9
/
+41
*
|
|
[3083] Allocation engine returns a copy of the previous lease instance.
Marcin Siodelski
2013-08-21
1
-0
/
+8
*
|
|
[3083] Return the old lease instance when new lease is acquired.
Marcin Siodelski
2013-08-20
1
-1
/
+7
|
/
/
*
|
[3036] Merge branch 'master' into trac3036
Marcin Siodelski
2013-08-13
1
-10
/
+195
|
\
|
|
*
[2994] Changes after review:
Tomek Mrugalski
2013-07-19
1
-10
/
+4
|
*
[2994] Comments fixes in Dhcpv4Srv and AllocEngine code.
Tomek Mrugalski
2013-07-16
1
-4
/
+4
|
*
[2994] Outstanding tests for lease4_select implemented.
Tomek Mrugalski
2013-07-16
1
-6
/
+17
|
*
[2994] lease4_select hook implemented.
Tomek Mrugalski
2013-07-16
1
-11
/
+88
|
*
[2995] Changes after review:
Tomek Mrugalski
2013-07-12
1
-4
/
+2
|
*
[2995] Changes after review
Tomek Mrugalski
2013-07-10
1
-8
/
+6
|
*
[2995] Hook point registration now matches guide document.
Tomek Mrugalski
2013-07-09
1
-1
/
+21
|
*
[2995] 4 hook points implemented:
Tomek Mrugalski
2013-06-21
1
-5
/
+88
*
|
[3036] Generate NameChangeRequests for Solicit, Request, Renew and Release.
Marcin Siodelski
2013-07-26
1
-7
/
+26
|
/
*
[master] Merge branch 'trac991'
Marcin Siodelski
2013-04-11
1
-2
/
+0
|
\
|
*
[991] Removed trash debug messages.
Marcin Siodelski
2013-03-28
1
-2
/
+0
*
|
[master] Merge branch 'trac2723' (too short/null DUIDs handing)
Tomek Mrugalski
2013-03-28
1
-0
/
+16
|
\
\
|
|
/
|
/
|
|
*
[2723] The code now gracefully refuses too short DUIDs and client-ids
Tomek Mrugalski
2013-02-27
1
-1
/
+17
*
|
[2701] Added composite indexes to container holding V4 leases in memfile.
Marcin Siodelski
2013-02-13
1
-1
/
+3
|
/
*
[2681] Address review comments
Stephen Morris
2013-02-11
1
-109
/
+109
*
[2681] Handle exceptions thrown when unable to allocate an address
Stephen Morris
2013-02-07
1
-56
/
+74
[next]