- 17 Apr, 2015 1 commit
-
-
Francis Dupont authored
-
- 26 Feb, 2015 1 commit
-
-
Marcin Siodelski authored
-
- 14 Feb, 2015 1 commit
-
-
Shawn Routhier authored
Move lease_stats.h to leae_file_stats.h Move logging init code into its own function.
-
- 13 Feb, 2015 2 commits
-
-
Shawn Routhier authored
-
Shawn Routhier authored
By default log to syslog on local0. If the -d option is enabled log to the console.
-
- 12 Feb, 2015 1 commit
-
-
Shawn Routhier authored
Some general cleanup Update the log messages Send the log output to syslog rather than the console
-
- 11 Feb, 2015 1 commit
-
-
Shawn Routhier authored
Complete the current working on using the basic logging system for messages from LFC Add lease_stats to provide a class to gather statistics about reading and writing leases to files. Currently this is used by the CSV file code and output by LFC. The information counted is: number of attempts, number of leases and number of errors generated during reads and writes.
-
- 09 Feb, 2015 1 commit
-
-
Shawn Routhier authored
-
- 05 Feb, 2015 1 commit
-
-
Shawn Routhier authored
One of the large items was to rearrange the lfc_controller test code to: - not use .c_str() - check the non-existance of the temporary files after processing - remove any files after each subtest - Use a_1 instead of A_1 for variable names There were also some other coding standards issues as well as additional comments and such.
-
- 04 Feb, 2015 1 commit
-
-
Shawn Routhier authored
Add more tests to verity the cleanup of leases files Cleanup the code for comments, typos, spaces and the like.
-
- 03 Feb, 2015 1 commit
-
-
Shawn Routhier authored
Add the write method to lease_file_loader to dump the leaes files from a storage container into a file. Update the LFC code to use the lease_file_loader functions to load the leases from the appropriate files and then to write them to the output file and finally to move the file around.
-
- 30 Jan, 2015 1 commit
-
-
Shawn Routhier authored
After we have completed writing the lease file and moved it to finish we need to delete the previous and copy files if they exist and move the finish file to previous.
-
- 28 Jan, 2015 1 commit
-
-
Shawn Routhier authored
-
- 27 Jan, 2015 1 commit
-
-
Shawn Routhier authored
Add the PIDFile class to manage PID files (check, write, delete) Update the LFC code to use the PIDFile class to run only a single instance at a time.
-
- 26 Jan, 2015 1 commit
-
-
Tomek Mrugalski authored
-
- 24 Jan, 2015 1 commit
-
-
Shawn Routhier authored
Add comments to the test code Modify the getopt code to explicitly handle unknown arguments and missing option arguments.
-
- 23 Jan, 2015 1 commit
-
-
Shawn Routhier authored
-
- 22 Jan, 2015 2 commits
-
-
Marcin Siodelski authored
- Fixed identation in configure.ac - Added kea-lfc to Doxygen - Corrected some little typos in the kea-lfc man page - Removed unnecessary headers and libraries - lfc.h updated - one comment, one method made const - added anonymous namespace for lfc_controller_unittests.cc
-
Shawn Routhier authored
Cleanup spaces and such to meet coding specs Remove testing artifacts Update man page documenation
-
- 21 Jan, 2015 1 commit
-
-
Shawn Routhier authored
Add the structure for doing unittests and add some tests to exercise parseArgs(). Rename the class to lfcController to be more in line with the coding spec.
-
- 20 Jan, 2015 1 commit
-
-
Shawn Routhier authored
Continue adding the boiler plate files and add the function to parse the command line arguments.
-