1
0
Fork 0
arangodb/lib/Scheduler
Jan Steemann dc1d28fe5d 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.

Conflicts:
	CHANGELOG
	arangod/RestServer/ArangoServer.cpp
	arangod/VocBase/vocbase-defaults.c
2014-02-03 13:49:15 +01:00
..
ApplicationScheduler.cpp faster server shutdown 2013-10-18 10:18:46 +02:00
ApplicationScheduler.h updated disclaimer 2013-03-13 17:03:18 +01:00
AsyncTask.cpp updated disclaimer 2013-03-13 17:03:18 +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-03 13:49:15 +01:00
ListenTask.h runtime addition and removal of endpoints 2013-09-12 18:07:39 +02:00
PeriodicTask.cpp updated disclaimer 2013-03-13 17:03:18 +01:00
PeriodicTask.h updated disclaimer 2013-03-13 17:03:18 +01:00
Scheduler.cpp several errors fixed 2013-09-26 09:44:50 +02:00
Scheduler.h updated list of HTTP status codes 2013-07-01 14:32:14 +02:00
SchedulerLibev.cpp fixed prototype for newer libev 2013-10-02 20:12:29 +02:00
SchedulerLibev.h updated disclaimer 2013-03-13 17:03:18 +01:00
SchedulerThread.cpp updated disclaimer 2013-03-13 17:03:18 +01:00
SchedulerThread.h updated disclaimer 2013-03-13 17:03:18 +01:00
SignalTask.cpp updated disclaimer 2013-03-13 17:03:18 +01:00
SignalTask.h updated disclaimer 2013-03-13 17:03:18 +01:00
SocketTask.cpp several errors fixed 2013-09-26 09:44:50 +02: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 updated disclaimer 2013-03-13 17:03:18 +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