summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s3:param: Add an 'include system krb5 conf' optionAndreas Schneider2016-12-022-0/+16
* ctdb-tests: Use a separate directory for each local daemonMartin Schwenke2016-12-021-19/+58
* ctdb-ipalloc: Optimise check to see if IP is available on a nodeMartin Schwenke2016-12-023-16/+39
* ctdb-daemon: Exit early if there are trailing command-line argumentsMartin Schwenke2016-12-021-3/+5
* ctdb-daemon: Don't call ctdb_local_node_got_banned() on flag changesMartin Schwenke2016-12-021-5/+0
* s3-libads: Fix canonicalization support with MIT KerberosAndreas Schneider2016-12-021-1/+12
* s3: libsmb: Setting the LIBSMBCLIENT_NO_CCACHE environment variable doesn't t...Jeremy Allison2016-12-011-2/+2
* replace: Include libgen.h if availableAmitay Isaacs2016-12-011-0/+4
* smbd: avoid extra churn on a debug printUri Simchoni2016-12-011-4/+2
* perf: Add simple tests for the open/close a database caseAndrew Bartlett2016-12-012-0/+117
* KCC: unconnected graph testClive Ferreira2016-12-012-0/+630
* KCC: avoid infinite recursion when edgelist contains selfDouglas Bagnall2016-12-011-2/+4
* KCC: Graphnode.add_edge_from expects dn strings, not objectsDouglas Bagnall2016-12-011-1/+1
* ldb: new ldb version 1.1.29ldb-1.1.29Andrew Bartlett2016-12-014-1/+273
* ldb: Add test for behaviour of rdn_nameAndrew Bartlett2016-12-011-0/+13
* ldb: Cope with a->name being *Andrew Bartlett2016-12-011-4/+4
* ldb:rdn_name: add support for LDB_CONTROL_RECALCULATE_RDN_OID on ldb_modify()Stefan Metzmacher2016-12-011-0/+141
* ldb:rdn_name: normalize rdn_name in rdn_rename_callback()Stefan Metzmacher2016-12-011-0/+10
* ldb: load @ATTRIBUTES faster by sorting once, not at each insertionAndrew Bartlett2016-12-011-8/+69
* ldb: Add helper function ldb_schema_attribute_fill_with_syntax()Andrew Bartlett2016-12-012-0/+41
* ldb: Reduce per-attribute memory allocation during @ATTRIBUTES loadAndrew Bartlett2016-12-011-1/+4
* ldb: Reduce scope of allocation and de-allocation of @ATTRIBUTESAndrew Bartlett2016-12-012-36/+24
* ldb: Add helper function ldb_schema_attribute_remove_flagged()Andrew Bartlett2016-12-013-0/+44
* ldb:controls: add LDB_CONTROL_RECALCULATE_RDN_OIDStefan Metzmacher2016-12-012-0/+8
* ldb: Avoid individual memory allocations when searching for indexlistAndrew Bartlett2016-12-011-1/+4
* dsdb: specify attributes when loading schemaAndrew Bartlett2016-12-012-4/+62
* pidl: Make static struct api_struct also constAndrew Bartlett2016-12-011-1/+1
* pidl: Change *_get_pipe_fns() to return const struct api_struct *Andrew Bartlett2016-12-012-5/+5
* s4-rpc_server: Use an initialised static const struct in dcerpc_server_remote...Andrew Bartlett2016-12-011-10/+8
* s4-rpc_server: Use a type-safe struct signature in dcerpc_register_ep_serverAndrew Bartlett2016-12-012-4/+2
* pidl: Use a static const initialised struct in dcerpc_server_$name_init(void)Andrew Bartlett2016-12-011-9/+8
* torture: Remove access to LSARPC via \\pipe\netlogon in rpc.netlogon for Many...Andrew Bartlett2016-12-011-2/+68
* s4/rpc_server: Show what RPC interfaces are listening on which TCP portAndrew Bartlett2016-12-011-0/+8
* talloc: Add tests for talloc_parent() after realloc() of the parentAndrew Bartlett2016-12-011-4/+13
* talloc: clarify that talloc_magic never includes the bits in TALLOC_FLAG_MASKAndrew Bartlett2016-12-011-3/+4
* talloc: add ASCII art to describe parent/child arrangementAndrew Bartlett2016-12-011-0/+25
* Fix typoAlexis La Goutte2016-12-011-1/+1
* python: Add py3compat.hPetr Viktorin2016-12-011-0/+167
* python: samba.subunit.run: Fix Python 3 compatibility.Lumir Balhar2016-12-011-8/+2
* python: selftesthelpers: Add possibility for planning tests forLumir Balhar2016-12-011-1/+6
* python: wscript_build: Prepare build environment for Python 3 portingLumir Balhar2016-12-011-6/+6
* join.py: Attempt to allocate a RID Set during the joinAndrew Bartlett2016-12-012-4/+20
* selftest: Ensure vampiredc has a full copy of localdc before we startAndrew Bartlett2016-12-011-0/+27
* selftest: Rework child process cleanupAndrew Bartlett2016-12-011-12/+34
* selftest/gdb_*: make use of 'mktemp'Stefan Metzmacher2016-12-012-6/+15
* librpc: cab: Fix ndr_size_cab_file() to detect integer wrap.Jeremy Allison2016-12-011-5/+28
* librpc: cab: Integer wrap protection for ndr_count_cfdata().Jeremy Allison2016-12-011-0/+4
* smbclient: fix string formatting in print commandDouglas Bagnall2016-12-011-6/+17
* smbd/service_stream: connection processing flag is not really boolDouglas Bagnall2016-12-011-1/+1
* lib/registry/regf: better initialise nk_blockDouglas Bagnall2016-11-301-1/+1