JINMEI Tatuya
|
38db5558d9
clarified that errors are intentionally ignored in UDPServer::sendCompleted()
|
15 years ago |
JINMEI Tatuya
|
87ccb0c631
- tighten validation on incoming requests. return an response rather than
|
15 years ago |
JINMEI Tatuya
|
2ab95a0f72
cancel not-yet-ready part of the patch
|
15 years ago |
JINMEI Tatuya
|
3a29ffe4f5
- made lib/dns -Wextra safe.
|
15 years ago |
Jeremy C. Reed
|
1e5a2021f2
Add and cleanup some more documention. Thank you jelte for some of the
|
15 years ago |
Jeremy C. Reed
|
e5579aa496
Add -Wextra to the default compiler settings for GCC.
|
15 years ago |
Evan Hunt
|
cd83054cc5
Limit CNAME chains to 16, to avoid the possibility of an infinite CNAME loop
|
15 years ago |
Jeremy C. Reed
|
f37dcf8351
Start of manual page about b10-cfgmgr.
|
15 years ago |
Jelte Jansen
|
abaf2fac09
check if configmanager object was created before trying to call write_config() on it when shutting down after an error (i.e. msgq not running)
|
15 years ago |
JINMEI Tatuya
|
e87c27c3d2
fixed a signed/unsigned error (found by -Werror)
|
15 years ago |
Shane Kerr
|
6a269b0afc
Remove unnecessary "import isc", plus a bit of cleanup on import
|
15 years ago |
JINMEI Tatuya
|
f71a2cae67
removed meaningless const for an object return type. found by -Werror.
|
15 years ago |
JINMEI Tatuya
|
c89027c881
- associate DNSProtocolError classes with corresponding RCODE
|
15 years ago |
JINMEI Tatuya
|
8101039e14
added -Werror
|
15 years ago |
Evan Hunt
|
c55d7e438d
oops... need to treat TTL as a string, but still compare it against maxttl
|
15 years ago |
JINMEI Tatuya
|
06792038b0
simplified cod logic for TCPServer::listening :
|
15 years ago |
JINMEI Tatuya
|
47a44f7467
indentation fix
|
15 years ago |
JINMEI Tatuya
|
e50967f425
missing cleanup on error in the ASIO TCPClient class
|
15 years ago |
Evan Hunt
|
6158183789
Refuse queries for RRSIG
|
15 years ago |
Evan Hunt
|
2aa9ae9f43
treat TTL as a string not an int
|
15 years ago |
Evan Hunt
|
736631d7ea
CONFIG_VERSION was not recognized
|
15 years ago |
Jelte Jansen
|
700baf90cd
specifying only --with-boostlib in configure makes make stop because $boostlib will be set to 'yes', so we need to test the system libraries in that case too
|
15 years ago |
Jelte Jansen
|
52f069ed44
include version in 'empty' config data
|
15 years ago |
Jelte Jansen
|
b3a367e0aa
removed debug prints
|
15 years ago |
Jelte Jansen
|
c7fef0ff01
fixed a potential KeyError exception, and an import in the .py.in
|
15 years ago |
Likun Zhang
|
299437c44e
1. Add TODO list.
|
15 years ago |
Likun Zhang
|
53b5c9b950
1. Rename cmdctl account file name from 'passwd.csv' to 'cmdctl-accounts.csv':
|
15 years ago |
Jelte Jansen
|
6341a7085f
oops, forgot ifdef BOOST_LIB for that io_service
|
15 years ago |
Shane Kerr
|
5f05261cbc
Added some explanation of the files here.
|
15 years ago |
Jelte Jansen
|
e8e86b7462
moved io_service to global scope so the command handler for "shutdown" can call io_service.stop()
|
15 years ago |