1
0
Fork 0
arangodb/arangod/VocBase
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
..
FILES.md updated docs 2013-09-26 09:57:02 +02:00
LOCKS.md updated docs 2013-09-26 09:57:02 +02:00
auth.c added `/_api/database/user` method 2013-11-06 09:34:44 +01:00
auth.h re-added cache for HTTP authentication data 2013-09-26 11:26:34 +02:00
barrier.c moved functions 2013-06-28 10:25:45 +02:00
barrier.h moved functions 2013-06-28 10:25:45 +02:00
cleanup.c don't wait long in compactor if compaction lock cannot be acquired instantly 2013-11-13 20:57:52 +01:00
cleanup.h updated disclaimer 2013-03-13 17:03:18 +01:00
collection.c fixed some VS complaints 2013-10-16 17:27:35 +02:00
collection.h removed unused define 2013-09-25 10:26:03 +02:00
compactor.c don't wait long in compactor if compaction lock cannot be acquired instantly 2013-11-13 20:57:52 +01:00
compactor.h don't wait long in compactor if compaction lock cannot be acquired instantly 2013-11-13 20:57:52 +01:00
datafile.c fixed some multi-thread issues 2013-11-21 15:14:46 +01:00
datafile.h added dataMin/dataMax stats for datafiles 2013-07-23 09:24:32 +02:00
document-collection.c added --server.ssl-protocol option for client tools 2013-12-13 17:53:51 +01:00
document-collection.h removed superfluous parameter 2013-10-09 13:45:37 +02:00
edge-collection.c fixed issues reported by cppcheck 2013-07-11 10:02:27 +02:00
edge-collection.h updated disclaimer 2013-03-13 17:03:18 +01:00
general-cursor.c changed reference counting for cursors 2013-09-16 13:51:33 +02:00
general-cursor.h changed reference counting for cursors 2013-09-16 13:51:33 +02:00
headers.c fixed compile warning 2013-06-24 16:28:53 +02:00
headers.h more assertions 2013-06-24 14:25:21 +02:00
index-garbage-collector.c issue #582: ifdef'd unused feature 2013-08-21 12:53:30 +02:00
index-garbage-collector.h update 2013-06-05 19:52:34 +08:00
index.c fix some VS warnings 2013-10-09 14:05:36 +02:00
index.h several errors fixed 2013-09-26 09:44:50 +02:00
key-generator.c added --server.ssl-protocol option for client tools 2013-12-13 17:53:51 +01:00
key-generator.h added --server.ssl-protocol option for client tools 2013-12-13 17:53:51 +01:00
marker.c several errors fixed 2013-09-26 09:44:50 +02:00
marker.h several errors fixed 2013-09-26 09:44:50 +02:00
primary-collection.c several errors fixed 2013-09-26 09:44:50 +02:00
primary-collection.h added --server.ssl-protocol option for client tools 2013-12-13 17:53:51 +01:00
replication-applier.c added --server.ssl-protocol option for client tools 2013-12-13 17:53:51 +01:00
replication-applier.h added --server.ssl-protocol option for client tools 2013-12-13 17:53:51 +01:00
replication-common.c replication applier will now preferrably use collection names instead of collection ids when applying events 2013-10-14 13:45:44 +02:00
replication-common.h simplified build.h stuff 2013-08-28 19:57:07 +02:00
replication-dump.c resolve collection names on reimport 2013-10-10 12:33:27 +02:00
replication-dump.h added collection id translation for dumps 2013-10-09 13:46:12 +02:00
replication-logger.c added --server.ssl-protocol option for client tools 2013-12-13 17:53:51 +01:00
replication-logger.h replication applier will now preferrably use collection names instead of collection ids when applying events 2013-10-14 13:45:44 +02:00
replication-master.c removed all replication conditionals 2013-07-30 13:16:37 +02:00
replication-master.h refactoring of multiple databases, intermediate commit 2013-09-11 11:42:34 +02:00
server.c fixed lock files for Windows 2013-12-19 11:26:38 +01:00
server.h destroy can only be called if initialised 2013-11-18 18:39:18 +01:00
shape-collection.c rc1 2013-10-28 17:54:24 +01:00
shape-collection.h removed resourceholder 2013-10-17 10:43:07 +02:00
synchroniser.c fixed rotation 2013-08-27 15:18:52 +02:00
synchroniser.h transactions 2013-04-11 19:06:55 +02:00
transaction.c added --server.ssl-protocol option for client tools 2013-12-13 17:53:51 +01:00
transaction.h removed superfluous parameter 2013-10-09 13:45:37 +02:00
update-policy.c simplified writing of markers into datafiles 2013-03-18 20:04:31 +01:00
update-policy.h simplified writing of markers into datafiles 2013-03-18 20:04:31 +01:00
voc-shaper.c removed resourceholder 2013-10-17 10:43:07 +02:00
voc-shaper.h cleanup of indexes, fix for compaction (hash, cap, geo, skiplist, pq, bit-array) 2013-03-15 15:45:39 +01:00
voc-types.h refactoring of multiple databases, intermediate commit 2013-09-11 11:42:34 +02:00
vocbase-defaults.c added option `--server.disable-authentication-unix-sockets` 2014-02-03 13:49:15 +01:00
vocbase-defaults.h added option `--server.disable-authentication-unix-sockets` 2014-02-03 13:49:15 +01:00
vocbase.c added assertion 2013-11-21 22:54:06 +01:00
vocbase.h issue #662: ArangoDB on Windows hanging 2013-11-19 16:35:14 +01:00