summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [2837] Fixed omissions from previous review correctionsStephen Morris2013-04-092-8/+9
* [2837] Addressed review comments.Thomas Markwalder2013-04-094-17/+12
* [2837] Added include of <string.h> to HWAddr.cc. Compile on OS/XThomas Markwalder2013-03-151-0/+1
* [2837] Changed mysql to enforce STRICT modeThomas Markwalder2013-03-156-42/+63
* [master] fix clang issue with exception in unnamed namespaceJelte Jansen2013-03-131-8/+15
* [master] Fix test: remove sleep, use fake mtimeJelte Jansen2013-03-121-4/+3
* [master] Update changelog for merge of #2710Jelte Jansen2013-03-121-0/+5
* [master] Merge branch 'trac2710'Jelte Jansen2013-03-122-3/+115
|\
| * [2710] Terminate the last line of textMichal 'vorner' Vaner2013-03-121-1/+1
| * [2710] address review commentsJelte Jansen2013-03-112-5/+2
| * [2710] small cleanup: make _accounts_file member 'private'Jelte Jansen2013-03-071-4/+4
| * [2710] Lower sleep time for mtime changeJelte Jansen2013-03-071-1/+2
| * [2710] Better handling of nonexistent fileJelte Jansen2013-03-072-1/+20
| * [2710] Check file mtime and name, and reread if changedJelte Jansen2013-03-062-2/+44
| * [2710] Add tests for expected behaviour of cmdctl accounts file reloadJelte Jansen2013-03-061-0/+53
* | Merge #2768Michal 'vorner' Vaner2013-03-119-10/+167
|\ \
| * | [2768] Remove some more referencesMichal 'vorner' Vaner2013-03-112-11/+13
| * | [2768] Don't use const referenceMichal 'vorner' Vaner2013-03-071-1/+1
| * | [2768] (minor) Style tweaksMichal 'vorner' Vaner2013-03-061-1/+2
| * | [2768] Make sure the rpcCall asks for answerMichal 'vorner' Vaner2013-02-226-10/+22
| * | [2768] Output seq of message waited forMichal 'vorner' Vaner2013-02-222-2/+2
| * | [2768] Add missing protocol constantMichal 'vorner' Vaner2013-02-221-0/+1
| * | [2768] Implement the rpcCall methodMichal 'vorner' Vaner2013-02-201-4/+16
| * | [2768] Tests for the rpcCall methodMichal 'vorner' Vaner2013-02-203-0/+73
| * | [2768] Interface of the ModuleCCSession::rpcCallMichal 'vorner' Vaner2013-02-181-0/+57
* | | Merge branch 'trac2641_3'Mukund Sivaraman2013-03-117-75/+164
|\ \ \
| * | | [2641] Remove duplicate space from messagesMukund Sivaraman2013-03-072-5/+5
| * | | [2641] Removed message asking users to check b10-cmdctl logsMukund Sivaraman2013-03-072-22/+0
| * | | [2641] Rename and fix CMDCTL_SRC_PATH usageMukund Sivaraman2013-03-063-7/+4
| * | | [2641] Unify exception handling codeMukund Sivaraman2013-03-062-26/+25
| * | | [2641] Update message that is printed when an SSL or socket error occursMukund Sivaraman2013-03-011-3/+1
| * | | [2641] Add a note to the description about the errors that we expectMukund Sivaraman2013-03-011-0/+2
| * | | [2641] Fix test env variable (fix distcheck)Mukund Sivaraman2013-03-011-2/+2
| * | | [2641] Add back missing cmdctl-accounts.csvMukund Sivaraman2013-02-281-0/+1
| * | | [2641] Move cmdctl-accounts.csv file back to where it wasMukund Sivaraman2013-02-284-5/+4
| * | | [2641] editorial: folded a long lineJINMEI Tatuya2013-02-271-1/+2
| * | | [2641] Revise prompts displayed by bindctl when login failsMukund Sivaraman2013-02-271-3/+16
| * | | [2641] Remove the /users-exist cmdctl API call, and client code from bindctlMukund Sivaraman2013-02-274-275/+1
| * | | [2641] Fix __init__() argsMukund Sivaraman2013-02-191-1/+3
| * | | [2641] Test /login API callMukund Sivaraman2013-02-192-1/+62
| * | | [2641] Rename testMukund Sivaraman2013-02-191-1/+1
| * | | [2641] Test /users-exist API callMukund Sivaraman2013-02-191-15/+38
| * | | [2641] Add test for _is_session_valid()Mukund Sivaraman2013-02-192-2/+11
| * | | [2641] Test that _try_login() makes the right API call to cmdctlMukund Sivaraman2013-02-191-0/+38
| * | | [2641] Test that login_to_cmdctl() calls _have_users()Mukund Sivaraman2013-02-191-0/+16
| * | | [2641] Test that _have_users() makes the right API call to cmdctlMukund Sivaraman2013-02-191-1/+40
| * | | [2641] Add tests for _have_users()Mukund Sivaraman2013-02-191-0/+132
| * | | [2641] Update doc for _try_login()Mukund Sivaraman2013-02-181-8/+6
| * | | [2641] Add doc for _have_users()Mukund Sivaraman2013-02-181-0/+7
| * | | [2641] Add doc for get_num_users()Mukund Sivaraman2013-02-181-0/+1