Likun Zhang
|
db0e2443ff
Avoid socket error caused by shutting down one non-connected socket.
|
il y a 15 ans |
Jelte Jansen
|
26266087e3
finaly sync for merge
|
il y a 15 ans |
JINMEI Tatuya
|
0bd29bdbb3
added a log message when xfrout fails because the zone is unavailable for some reason.
|
il y a 15 ans |
Jelte Jansen
|
6220232c45
sync with trunk for merge step 2 (apparently some ranges were skipped, and there were also a few minor updates to trunk)
|
il y a 15 ans |
Jelte Jansen
|
31870586de
committing fix for ticket #262
|
il y a 15 ans |
Jelte Jansen
|
7cdceb252e
sync with trunk for merge
|
il y a 15 ans |
Jerry
|
0eb4e31198
merge of ticket #176 (python logging framework), also changes xfrout to use the python logging.
|
il y a 15 ans |
Jelte Jansen
|
2da6b0550c
merge of ticket #225 (b10-auth fails if ran from source tree), also changes xfrin and xfrout to use the database_file setting from the auth module, so for xfrin you don't need to specify it on the command, and for out it doesn't need its own configuration value
|
il y a 15 ans |
Jeremy C. Reed
|
963591b9bb
Remove space from "shutdown" in log message (back to way it was before).
|
il y a 15 ans |
Shane Kerr
|
bba1a4f678
Ctrl-C was causing xfrout to get an exception. This was serve_forever()
|
il y a 15 ans |
Jerry
|
17bd03fee4
-Modified logging formatter
|
il y a 15 ans |
Likun Zhang
|
187844f29a
Enable b10-xfrout can be launched in source code tree.(Reviewed by Jelte)
|
il y a 15 ans |
Jelte Jansen
|
93227d328b
merge to sync with trunk and make later merge back easier
|
il y a 15 ans |
Likun Zhang
|
990e977d86
When xfrout is launched, check whether the socket file is being used by one running xfrout process, if it is, exit from python. If the file isn't a socket file or nobody is listening, it will be removed. If it can't be removed, exit from python.
|
il y a 15 ans |
Jelte Jansen
|
2074ba324e
removed old dns-python example code
|
il y a 15 ans |
Jerry
|
96963fc848
Refine python logging test cases
|
il y a 15 ans |
Jelte Jansen
|
60f6071643
changes from http://bind10.isc.org/ticket/227 (unnamed prints), looked at by Jeremy and Evan
|
il y a 15 ans |
Jerry
|
aeeb89b295
Python coding style fix:
|
il y a 15 ans |
Jelte Jansen
|
5c7eaa635a
add a second B10_FROM_SOURCE env var to run_bind10.sh.in; B10_FROM_BUILD (some spec files are now generated and end up in the build tree instead of the source tree)
|
il y a 15 ans |
Likun Zhang
|
e93a3fb181
Fix the code error in log message print(function log_msg is used without definition), trivial fix, so skip review.
|
il y a 15 ans |
Jelte Jansen
|
8b71838e3f
add Message class constants and message specific exceptions to the Message class instead of the module
|
il y a 15 ans |
Jerry
|
e50d232aff
Fixed rotate file handler issue.
|
il y a 15 ans |
Jerry
|
df416a7881
Add logging module and unittest in lib/python/isc/log,
|
il y a 15 ans |
Likun Zhang
|
80caa56cad
Redo revision 1853: Make xfrout works well in source code tree(for details, please see comments of ticket 151), now the UNIX_SOCKET_FILE shared by auth srv and xfrout locates in @localstatedir@, (Jeremy had reviewed this patch. then give some fix suggestion in email.)
|
il y a 15 ans |
Likun Zhang
|
27b28e338b
Revert the revision 1853 which make trunk fail to build.
|
il y a 15 ans |
Likun Zhang
|
3afb8da35e
Fix bug: Make xfrout works well in source code tree(reported in ticket 151). (now the UNIX_SOCKET_FILE shared by auth srv and xfrout locates in @@LOCALSTATEDIR@@)
|
il y a 15 ans |
Jelte Jansen
|
1ee9709f1f
use wrappers for xfrin too
|
il y a 15 ans |
Jelte Jansen
|
502d09eea9
made wrappers for libxfr (we need another name for that, i suggest libfdshare), xfrout can now work without boost.python. Boost-system is still needed for boost.asio
|
il y a 15 ans |
Jelte Jansen
|
f7cec864e3
added manual python wrappers location to PYTHONPATH
|
il y a 15 ans |
Evan Hunt
|
c08b86957c
Change libauth to libdatasrc
|
il y a 15 ans |