1
0
Fork 0
arangodb/lib
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
..
Admin updated documentation 2014-01-17 17:10:06 +01:00
ApplicationServer issue #744 2014-01-23 09:47:22 +01:00
Basics added memchr and timezone for windows 2013-12-07 18:55:51 +01:00
BasicsC fixed compile warning 2014-01-16 17:17:59 +01:00
Dispatcher cleanup 2013-09-26 17:27:42 +02:00
Documentation
GeneralServer added --server.ssl-protocol option for client tools 2013-12-13 17:53:51 +01:00
HttpServer added detailed HTTP request statistics 2013-12-13 16:00:02 +01:00
JsonParser fixed compiler warnings and freebsd problem 2013-11-01 23:04:58 +01:00
Logger fixed wrong ifdefs and missing constructor for Logger 2013-12-22 14:58:51 +01:00
MRuby fixed compiler warnings and freebsd problem 2013-11-01 23:04:58 +01:00
ProgramOptions check for null pointer for ROOTDIR 2014-01-25 21:09:16 +01:00
Rest added option `--server.disable-authentication-unix-sockets` 2014-02-03 13:49:15 +01:00
Scheduler added option `--server.disable-authentication-unix-sockets` 2014-02-03 13:49:15 +01:00
ShapedJson removed resourceholder 2013-10-17 10:43:07 +02:00
SimpleHttpClient fixed issue #711, #687 2013-12-20 15:12:21 +01:00
Statistics added detailed HTTP request statistics 2013-12-13 16:00:02 +01:00
Utilities use home directory function 2013-12-19 16:32:08 +01:00
V8 fixed wrong ifdefs and missing constructor for Logger 2013-12-22 14:58:51 +01:00
Zip windows vs 2012 prepartion 2013-07-25 15:49:57 +08:00
CMakeLists.txt Vs2013 2013-12-07 18:55:55 +01:00
Makefile.bison
Makefile.files fixed wrong ifdefs and missing constructor for Logger 2013-12-22 14:58:51 +01:00
Makefile.flex
valgrind.supp