JINMEI Tatuya
|
c54a03be8f
exception guarantee test with a half-broken DB file. it currently fails,
|
15 years ago |
JINMEI Tatuya
|
630c1f489a
cleanup: removed redundant and obsolete static keywrods
|
15 years ago |
JINMEI Tatuya
|
62a0f92295
prevented double close for sqlite3 data sources
|
15 years ago |
JINMEI Tatuya
|
f69afcb22c
prevented duplicate DB open
|
15 years ago |
JINMEI Tatuya
|
cfb196fdf2
cleanup: use isc_throw (and isc::Exception derived classes) for exceptions.
|
15 years ago |
JINMEI Tatuya
|
68a70daeb5
made sure debug messages would be sent to cerr, not cout
|
15 years ago |
JINMEI Tatuya
|
488614f809
cleanup: removed unnecessary header files to be included.
|
15 years ago |
JINMEI Tatuya
|
70b9a5ca81
handle more error cases with native socket APIs
|
15 years ago |
Jeremy C. Reed
|
225b0672b4
Make the b10-cmdctl use account database and certificate files
|
15 years ago |
JINMEI Tatuya
|
0be6dcc6a7
had the AuthSrv maintain verbosity
|
15 years ago |
JINMEI Tatuya
|
06f1826d49
cleanup:
|
15 years ago |
JINMEI Tatuya
|
fd594fd170
specify -Werror when possible. auth server code is now -Werror safe.
|
15 years ago |
JINMEI Tatuya
|
5a271af9bf
added a test case where an attempot of data source update fails.
|
15 years ago |
JINMEI Tatuya
|
9c05f6faae
added more tests for auth server:
|
15 years ago |
Jeremy C. Reed
|
25dde25a3b
Catch up on renames. Should have committed this in previous commit.
|
15 years ago |
Jeremy C. Reed
|
87e20bcb3d
Install bindctl itself and not the shell script which was
|
15 years ago |
JINMEI Tatuya
|
60e25cf01d
Specific versions of gcc (g++) have a bug that incorrectly warns with
|
15 years ago |
JINMEI Tatuya
|
698ee48ca0
avoid (implicit) multi-defining initial_messages, etc.
|
15 years ago |
Jeremy C. Reed
|
8744991be6
Remove extra tabs.
|
15 years ago |
Jelte Jansen
|
c68d74d8c2
doxygen for createAnswer and family of helper functions
|
15 years ago |
Evan Hunt
|
63ce80bca2
Check sizeof(time_t) before running the time overflow test.
|
15 years ago |
Jelte Jansen
|
7830a83f8f
null checks for all global fake session variables
|
15 years ago |
Jelte Jansen
|
9ef6a9667b
a few small improvements
|
15 years ago |
Jelte Jansen
|
c00932b53e
updated example bindctl session
|
15 years ago |
Jelte Jansen
|
c43f09f1bd
oops shouldn't have committed that line;
|
15 years ago |
Jeremy C. Reed
|
b2100aeb14
Typo/grammar fix in a print statement.
|
15 years ago |
Jelte Jansen
|
011e3e2352
commented out year>10000 (time_t here and on test builder is 32bits, so this failure mode doesn't come up because the test value overflows
|
15 years ago |
Jelte Jansen
|
f189032a01
rename unittests/ dirs to tests/
|
15 years ago |
Jelte Jansen
|
366177a393
added tests for ModuleCCSession class (with a fake Session object)
|
15 years ago |
JINMEI Tatuya
|
75727c97da
added a test case for EDNS BADVERS
|
15 years ago |