summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* rpcclient: abort shadow-copy set on commit failureDavid Disseldorp2014-04-011-3/+26
* torture: test FSRVP UNCs with and without trailing slashesDavid Disseldorp2014-03-311-5/+6
* rpcclient: append a trailing slash to FSRVP request UNCsDavid Disseldorp2014-03-311-6/+22
* messaging4: Simplify irpc_namedb_open a bitVolker Lendecke2014-03-311-5/+5
* messaging4: Remove lp_ctx from imessaging_contextVolker Lendecke2014-03-311-13/+7
* messaging4: Store a names_db handle in the imessaging_contextVolker Lendecke2014-03-311-36/+12
* messaging4: Add some NULL checksVolker Lendecke2014-03-311-0/+15
* messaging4: Add "goto fail" to imessaging_initVolker Lendecke2014-03-311-12/+9
* tdb_wrap: Remove tdb_wrap_open_ againVolker Lendecke2014-03-3115-76/+46
* ntvfs: Avoid passing lp_ctx to tdb_wrap_open in py_wrap_setxattrVolker Lendecke2014-03-311-3/+5
* mutex: Avoid passing lp_ctx to tdb_wrap_open in grab_named_mutexVolker Lendecke2014-03-311-5/+11
* dbwrap: Avoid passing lp_ctx to tdb_wrap_open in db_open_ctdbVolker Lendecke2014-03-311-2/+7
* serverid: Avoid passing lp_ctx to tdb_wrap_open in serverid_parent_initVolker Lendecke2014-03-311-3/+9
* vfs: Avoid passing lp_ctx to tdb_wrap_open in posix_eadb_initVolker Lendecke2014-03-311-3/+3
* messaging: Avoid passing lp_ctx to tdb_wrap_open in messaging_tdb_parent_initVolker Lendecke2014-03-311-3/+7
* messaging: Avoid passing lp_ctx to tdb_wrap_open in messaging_tdb_initVolker Lendecke2014-03-311-3/+9
* dbwrap: Avoid passing lp_ctx to tdb_wrap_open in db_open_tdbVolker Lendecke2014-03-311-2/+8
* imessaging: Avoid passing lp_ctx to tdb_wrap_open in irpc_namedb_openVolker Lendecke2014-03-311-1/+4
* ntvfs: Avoid passing lp_ctx to tdb_wrap_open in py_wrap_getxattrVolker Lendecke2014-03-311-2/+5
* ntvfs: Avoid passing lp_ctx to tdb_wrap_open in pvfs_setup_optionsVolker Lendecke2014-03-311-3/+4
* torture: Avoid passing lp_ctx to tdb_wrap_open in test_tdb_speedVolker Lendecke2014-03-311-2/+3
* dsdb: Avoid passing lp_ctx to tdb_wrap_open in partition_metadata_openVolker Lendecke2014-03-311-3/+3
* dsdb: Avoid passing lp_ctx to tdb_wrap_open in schema_metadata_openVolker Lendecke2014-03-311-3/+3
* secrets: Avoid passing lp_ctx to tdb_wrap_open in randseed_initVolker Lendecke2014-03-311-1/+4
* param: Add lpcfg_tdb_flags()Volker Lendecke2014-03-312-1/+10
* param: Add lpcfg_tdb_hash_size()Volker Lendecke2014-03-311-0/+18
* lib: Add interim tdb_wrap_open_ without lp_ctxVolker Lendecke2014-03-312-21/+31
* lib: Pull up lp_ctx use one levelVolker Lendecke2014-03-311-19/+19
* lib: Fix blank line endingsVolker Lendecke2014-03-311-29/+29
* fix 2 typosGuenter Kukkukk2014-03-311-2/+2
* s3:rpcclient: fix build without HAVE_IPV6Gregor Beck2014-03-311-5/+14
* ctdb-readonly: Do not use hard-coded value for readonly revoke timeoutAmitay Isaacs2014-03-311-2/+2
* Revert "s4:tls_tstream: allow mode of SSL keyfile to be 0400, not only 0600"Stefan Metzmacher2014-03-281-3/+2
* s4:librpc/rpc: remember "ncalrpc_dir" on the dcerpc_pipe->bindingStefan Metzmacher2014-03-281-3/+11
* pidl:Samba4/Python: add interface.abstract_syntax() to each interfaceStefan Metzmacher2014-03-281-0/+39
* s4:pyrpc: add base.transfer_syntax_ndr*()Stefan Metzmacher2014-03-281-0/+52
* s4:pyrpc: add py_dcerpc_syntax_init_helper()Stefan Metzmacher2014-03-282-0/+26
* s4:librpc: compile python bindings for dcerpc.idlStefan Metzmacher2014-03-282-0/+10
* dcerpc.idl: hide (ndr->flags & LIBNDR_FLAG_OBJECT_PRESENT) logic behind a defineStefan Metzmacher2014-03-282-1/+9
* dcerpc.idl: fix dcerpc_bind_nack definitionStefan Metzmacher2014-03-282-13/+12
* dcerpc.idl: fix typo s/ist/intStefan Metzmacher2014-03-281-1/+1
* dcerpc.idl: make use of DCERPC_NCA_S_* constants for the legacy DCERPC_FAULT_...Stefan Metzmacher2014-03-281-4/+4
* librpc/rpc: try to use DCERPC_NCA_S_* constants for error mappingsStefan Metzmacher2014-03-281-4/+4
* ctdb-tests: Do not mix bool and int data typesAmitay Isaacs2014-03-281-1/+1
* ctdb-tests: Use ctdb_fetch_lock instead of ctdb_fetch_lock_readonlyAmitay Isaacs2014-03-281-1/+1
* ctdb-client: ctdb_fetch_lock should check for readonly delegationsAmitay Isaacs2014-03-281-0/+15
* ctdb-tests: Fix and extend read-only records testMartin Schwenke2014-03-281-93/+123
* ctdb-tests: Add a new NFS tickle testMartin Schwenke2014-03-282-4/+102
* ctdb-locking: Instead of comparing key, compare key hashAmitay Isaacs2014-03-281-4/+6
* ctdb-locking: Check for talloc_memdup errorAmitay Isaacs2014-03-281-0/+5