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 |
JINMEI Tatuya
|
32bf6c47a7
tweaked the code to handle the EDNS BADVERS case.
|
15 years ago |
JINMEI Tatuya
|
b28e710244
added test cases for short message with a complete header.
|
15 years ago |
JINMEI Tatuya
|
dbcf762d9e
returned DNSMessageFORMERR when the "from wire" name constructor encounters
|
15 years ago |
JINMEI Tatuya
|
3700875848
thorw DNSMessageFORMERR instead of generic isc exception on parse errro.
|
15 years ago |
Evan Hunt
|
c215be2ca4
- use DNSMessageFORMERR exception type instead of InvalidRdata
|
15 years ago |
JINMEI Tatuya
|
207d804ead
added tests for various kinds of responses (which must be silently dropped)
|
15 years ago |
JINMEI Tatuya
|
1670cdbbe8
added a test for a short message
|
15 years ago |