1
0
Fork 0
arangodb/lib/Scheduler
Jan Steemann 545742a5fd added option `--server.disable-authentication-unix-sockets`
with this option, authentication can be disabled for all requests coming
in via UNIX domain sockets, enabling clients located on the same host as
the ArangoDB server to connect without authentication.
Other connections (e.g. TCP/IP) are not affected by this option.

The default value for this option is `false`.
Note: this option is only supported on platforms that support Unix domain
sockets.
2014-02-02 00:22:07 +01:00
..
ApplicationScheduler.cpp removed second logger implementation 2013-10-30 00:38:25 +01:00
ApplicationScheduler.h updated disclaimer 2013-03-13 17:03:18 +01:00
AsyncTask.cpp removed second logger implementation 2013-10-30 00:38:25 +01:00
AsyncTask.h updated disclaimer 2013-03-13 17:03:18 +01:00
ListenTask.cpp added option `--server.disable-authentication-unix-sockets` 2014-02-02 00:22:07 +01:00
ListenTask.h runtime addition and removal of endpoints 2013-09-12 18:07:39 +02:00
PeriodicTask.cpp removed second logger implementation 2013-10-30 00:38:25 +01:00
PeriodicTask.h updated disclaimer 2013-03-13 17:03:18 +01:00
Scheduler.cpp removed second logger implementation 2013-10-30 00:38:25 +01:00
Scheduler.h updated list of HTTP status codes 2013-07-01 14:32:14 +02:00
SchedulerLibev.cpp removed second logger implementation 2013-10-30 00:38:25 +01:00
SchedulerLibev.h updated disclaimer 2013-03-13 17:03:18 +01:00
SchedulerThread.cpp removed second logger implementation 2013-10-30 00:38:25 +01:00
SchedulerThread.h updated disclaimer 2013-03-13 17:03:18 +01:00
SignalTask.cpp removed second logger implementation 2013-10-30 00:38:25 +01:00
SignalTask.h updated disclaimer 2013-03-13 17:03:18 +01:00
SocketTask.cpp removed second logger implementation 2013-10-30 00:38:25 +01:00
SocketTask.h merged patches by @guidoreina 2013-05-21 11:33:43 +02:00
Task.cpp updated disclaimer 2013-03-13 17:03:18 +01:00
Task.h updated disclaimer 2013-03-13 17:03:18 +01:00
TaskManager.cpp updated disclaimer 2013-03-13 17:03:18 +01:00
TaskManager.h updated disclaimer 2013-03-13 17:03:18 +01:00
TimerTask.cpp removed second logger implementation 2013-10-30 00:38:25 +01:00
TimerTask.h updated disclaimer 2013-03-13 17:03:18 +01:00
events.h updated disclaimer 2013-03-13 17:03:18 +01:00