summaryrefslogtreecommitdiffstats
path: root/src/hooks/dhcp/user_chk (follow)
Commit message (Expand)AuthorAgeFilesLines
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-1623-253/+69
* [4228] Renamed 'message' to 'kea-msg-compiler' in Makefiles and docs.Marcin Siodelski2015-12-091-1/+1
* [master] Finished merge of trac4009 (use Boost Asio vs. ext/asio)Francis Dupont2015-09-241-0/+1
|\
| * [4009] Added some $(BOOST_LIBS) libtool fails to manageFrancis Dupont2015-09-041-1/+1
* | [trac4001] Move the clearing of errno per review commentsShawn Routhier2015-09-221-3/+3
* | [trac4001] Clear errno before calling OS functionsShawn Routhier2015-09-221-0/+4
* | [3911a] Finished dependency cleanup + fixed g++/Linux errorsFrancis Dupont2015-08-302-10/+15
|/
* [3484] Updated documentation of the user_chk library.Marcin Siodelski2015-07-071-11/+15
* [master] remove '#include <config.h' from include files (#3782)Francis Dupont2015-04-185-3/+10
* [master] Prevent distcheck failure in user_chk hook library.Marcin Siodelski2015-04-151-1/+2
* [3198] Addressed review comments.Marcin Siodelski2015-04-152-13/+12
* [3198] Fixed build issues on OSXMarcin Siodelski2015-04-141-2/+1
* [3198] Removed debug logging message from user_chk.Marcin Siodelski2015-04-142-11/+1
* [3198] Fixed broken logging in the hooks libraries.Marcin Siodelski2015-04-145-16/+28
* [3735] Fix up a number of warnigns in the Doxygen comments.Shawn Routhier2015-03-203-16/+16
* merged trac3631Francis Dupont2014-11-062-28/+31
* [3629] user_chk unit tests are now linked with the library.Marcin Siodelski2014-10-311-13/+1
* [trac3162] partial fix of subdir-objects spurious warnings on OSXFrancis Dupont2014-10-211-0/+2
* [3507] Renamed B10_CXXFLAGS to KEA_CXXFLAGS.Marcin Siodelski2014-08-122-2/+2
* [3417] Bind10 => Kea in many .cc/.h filesTomek Mrugalski2014-08-051-1/+1
* [master] Merge branch 'trac3396' (Developer's Guide update)Tomek Mrugalski2014-07-145-23/+33
|\
| * [3396] Developer's Guide update: BIND10 => KeaTomek Mrugalski2014-06-185-24/+34
* | [3414] Removed references to b10-dhcp in the Kea documentation.Marcin Siodelski2014-07-021-2/+2
* | [3414] References to b10-dhcp* modified to reference kea-dhcp*.Marcin Siodelski2014-07-021-2/+2
* | applied #2406: OpenSSL alternate crypto backendFrancis Dupont2014-06-301-2/+2
|/
* [3394] Renamed Kea libraries from libb10-something to libkea-something.Marcin Siodelski2014-04-152-12/+12
* [master] fixed typos and misspellings in .mes message filesJeremy C. Reed2014-04-081-2/+2
* [3364] use noinst_ instead of nodist_ and a libtool hack for dhcp hooks testsJeremy C. Reed2014-03-061-2/+4
* Merge branch 'trac2536'Mukund Sivaraman2014-02-114-16/+9
|\
| * [2536] Remove "using namespace" from headers (DHCP code)Mukund Sivaraman2014-02-044-16/+9
* | [3305] Don't install DHCP hooks example libraryStephen Morris2014-02-041-1/+2
|/
* Update .gitignore filesMukund Sivaraman2014-01-201-0/+2
* [3207] A few more minor review changes.Thomas Markwalder2014-01-022-11/+2
* [3207] Some minor corrections to user_chk library dox page.Thomas Markwalder2013-12-311-7/+15
* [3207] Addressed review comments.Thomas Markwalder2013-12-3119-99/+344
* [3207] Clean and doxygen commentary for user_check hook library.Thomas Markwalder2013-10-285-52/+147
* [3207] Added support for default users and delimited user id inputThomas Markwalder2013-10-258-70/+184
* [3207] Added support for TFTP_SERVER option to user_chech hook libraryThomas Markwalder2013-10-251-24/+52
* [3207] Added bootfile option output to user check hook libraryThomas Markwalder2013-10-251-18/+64
* [3207] Link fix in user_chkTomek Mrugalski2013-10-251-0/+1
* [3207] Replaced selected subnet with lease address in user check outputThomas Markwalder2013-10-251-67/+212
* [3207] Added callouts for packet receive and send to user check hooks libThomas Markwalder2013-10-247-105/+373
* [master] Fixed make install failure in user_chk unit testsThomas Markwalder2013-10-241-5/+2
* [master] Fixed unit test build issue in user check libraryThomas Markwalder2013-10-242-3/+3
* [master] corrected distcheck issues from trac3186Thomas Markwalder2013-10-232-10/+20
* [3186] Addressed review comments.Thomas Markwalder2013-10-2310-61/+53
* [3186] Added test_users_err.txt test file for user_check libThomas Markwalder2013-10-212-3/+3
* [3186] Added doxygen commentary to user check hook libThomas Markwalder2013-10-2118-294/+733
* [3186] Disabled use of isc::log logging in user_chk hook library.Thomas Markwalder2013-10-174-15/+16
* [3186] Adding logging to user_chk hook libraryUThomas Markwalder2013-10-168-26/+130