1
0
Fork 0
arangodb/lib/Rest
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
..
AnyServer.cpp merged changes from 1.4 back to devel 2013-12-27 14:59:23 +01:00
AnyServer.h added service functions 2013-12-22 00:48:31 +01:00
AsyncJobServer.h updated disclaimer 2013-03-13 17:03:18 +01:00
ConnectionInfo.h added option `--server.disable-authentication-unix-sockets` 2014-02-02 00:22:07 +01:00
Endpoint.cpp removed second logger implementation 2013-10-30 00:38:25 +01:00
Endpoint.h several errors fixed 2013-09-26 09:44:50 +02:00
EndpointIp.cpp added port test 2014-01-31 18:38:02 +01:00
EndpointIp.h added port test 2014-01-31 18:38:02 +01:00
EndpointIpV4.cpp added port test 2014-01-31 18:38:02 +01:00
EndpointIpV4.h added port test 2014-01-31 18:38:02 +01:00
EndpointIpV6.cpp runtime addition and removal of endpoints 2013-09-12 18:07:39 +02:00
EndpointIpV6.h runtime addition and removal of endpoints 2013-09-12 18:07:39 +02:00
EndpointList.cpp removed second logger implementation 2013-10-30 00:38:25 +01:00
EndpointList.h endpoints handling 2013-09-23 14:26:09 +02:00
EndpointUnixDomain.cpp removed second logger implementation 2013-10-30 00:38:25 +01:00
EndpointUnixDomain.h runtime addition and removal of endpoints 2013-09-12 18:07:39 +02:00
Handler.cpp fixed queue naming 2013-09-20 13:17:32 +02:00
Handler.h added support for async requests 2013-09-20 12:32:46 +02:00
HttpRequest.cpp removed second logger implementation 2013-10-30 00:38:25 +01:00
HttpRequest.h issue #620 2013-10-28 19:38:19 +01:00
HttpResponse.cpp removed second logger implementation 2013-10-30 00:38:25 +01:00
HttpResponse.h fixed some Windows warnings 2013-10-08 12:39:47 +02:00
InitialiseRest.cpp removed second logger implementation 2013-10-30 00:38:25 +01:00
InitialiseRest.h updated disclaimer 2013-03-13 17:03:18 +01:00
MaintenanceCallback.h updated disclaimer 2013-03-13 17:03:18 +01:00
OperationMode.h updated disclaimer 2013-03-13 17:03:18 +01:00
RequestContext.h refactoring of multiple databases, intermediate commit 2013-09-11 11:42:34 +02:00
RequestUser.h several errors fixed 2013-09-26 09:44:50 +02:00
SslInterface.cpp fix some VS warnings 2013-10-09 14:05:36 +02:00
SslInterface.h updated disclaimer 2013-03-13 17:03:18 +01:00
Url.cpp updated disclaimer 2013-03-13 17:03:18 +01:00
Url.h updated disclaimer 2013-03-13 17:03:18 +01:00
Version.cpp removed second logger implementation 2013-10-30 00:38:25 +01:00
Version.h issue #620 2013-10-28 19:38:19 +01:00