summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/mysql_lease_mgr.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [1283] Remove toText() calls where IOAddress should be used directlyMukund Sivaraman2014-01-071-2/+2
* [2940] Moved the Memfile backend tests to a generic class.Marcin Siodelski2013-11-151-0/+9
* [3149] Lease6::LeaseType and Pool::PoolType unified.Tomek Mrugalski2013-09-181-10/+10
* [3147] Addressed review comments.Thomas Markwalder2013-09-181-2/+2
* [3147] Implemented use of lease type in MySQL for IPv6 lease queriesThomas Markwalder2013-09-131-20/+38
* [3146] getLease6() renamed to getLeases6()Tomek Mrugalski2013-09-061-2/+2
* [3146] getLease6 renamed to getLeases6(), single lease getLease6() addedTomek Mrugalski2013-09-061-6/+9
* [3146] getLease6() methods now have extra param: LeaseTypeTomek Mrugalski2013-09-061-5/+9
* [3084] Addressed review comments.Marcin Siodelski2013-08-301-2/+7
* [3084] Use FQDN data from the lease database to create lease instance.Marcin Siodelski2013-08-271-2/+14
* [3084] Modified MySQL bind statements to include FQDN data.Marcin Siodelski2013-08-261-31/+160
* [master] Merge branch 'trac2837' always use STRICT_SQL mode inThomas Markwalder2013-04-091-4/+12
|\
| * [2837] Addressed review comments.Thomas Markwalder2013-04-091-1/+1
| * [2837] Changed mysql to enforce STRICT modeThomas Markwalder2013-03-151-4/+12
* | [master] Merge branch 'trac2723' (too short/null DUIDs handing)Tomek Mrugalski2013-03-281-2/+86
|\ \
| * | [2723] Changes after review.Tomek Mrugalski2013-03-071-0/+76
| * | [2723] Test for lease4 with null client-id added, some fixes in MySQL.Tomek Mrugalski2013-02-211-9/+17
* | | [2825] Removed "mysql" directory prefix from #include statements.Thomas Markwalder2013-03-141-1/+1
| |/ |/|
* | [master] various more typo and misspelling fixesJeremy C. Reed2013-03-081-1/+1
* | [2821] Updated documentation related to MySqlHolder class.Stephen Morris2013-03-081-0/+3
* | [2821] Move MySqlHolder to header, and use as memberJelte Jansen2013-03-071-42/+1
* | [2821] Small memory leak issue in MySQLLeaseMgr constructorJelte Jansen2013-02-251-10/+40
|/
* [2697] Another fix for empty client-id, this time in MySQL LeaseMgrTomek Mrugalski2013-02-071-6/+19
* [master] Merge branch 'trac2320' (DHCPv4 allocation engine)Tomek Mrugalski2013-01-101-7/+9
|\
| * [2320] Allocation Engine for IPv4 implementedTomek Mrugalski2012-12-281-1/+2
* | [2524] Add logging to configuration managerStephen Morris2012-12-181-29/+33
* | [2524] Added commit and rollback trace messagesStephen Morris2012-12-181-0/+2
* | [2524] Add logging messages to memory file database codeStephen Morris2012-12-181-28/+0
* | [2524] Add logging to lease manager factory and MySQL lease managerStephen Morris2012-12-141-1/+70
|/
* [2546] Unify deleteLease4() and deleteLease6() into a single deleteLease()Stephen Morris2012-12-101-30/+23
* [2546] Remove LeaseMgr::getLease4(address, subnetid)Stephen Morris2012-12-101-18/+0
* [master] Remove indirection in defining size of arraysStephen Morris2012-12-071-12/+6
* [2404] Updated comments etc.Stephen Morris2012-12-041-13/+5
* [2404] More changes as a result of reviewStephen Morris2012-12-031-11/+7
* [2404] First set of changes as a result of reviewStephen Morris2012-11-301-31/+202
* [2404] Further refactoring and a bit of simplification.Stephen Morris2012-11-261-61/+89
* [2404] Tidying up and refactoring the codeStephen Morris2012-11-231-257/+266
* [2404] Add ability to update an IPv4 leaseStephen Morris2012-11-231-6/+41
* [2404] Add method to get lease4 by client ID and subnet IDStephen Morris2012-11-231-7/+25
* [2404] Add get lease4 by client IDStephen Morris2012-11-231-10/+27
* [2404] Add method to get lease4 by hardware address & subnet IDStephen Morris2012-11-231-5/+33
* [2404] Now able to get IPv4 leases by hardware addressStephen Morris2012-11-231-77/+82
* [2404] Add getLease4(const IOAddress&, SubnetId)Stephen Morris2012-11-211-39/+60
* [2404] Basic Lease4 functionality workingStephen Morris2012-11-211-65/+331
* [2475] Split dhcp files into dhcp and dhcpsrv directoriesStephen Morris2012-11-161-0/+1140