summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-07s3/libads: use monotonic clock for ldap connection timeoutsBjörn Jacke3-3/+3
2010-09-07s3: use monotonic clock for aio timeoutBjörn Jacke1-2/+2
2010-09-07s3/nmbd: tidy up debug message: ttl isn't a hex valueBjörn Jacke1-1/+1
2010-09-07s3/libads: use monotonic clock for DNS timeoutsBjörn Jacke1-5/+5
2010-09-07lib/util: add time_mono() for monotonic time a la time()Björn Jacke2-0/+26
2010-09-07s4-dreplsrv: Run NC replication synchronously if requestedKamen Mazdrashki1-30/+119
2010-09-07s4-drs: Dump exact error when failure occurs during DsReplicaUpdateRefs callKamen Mazdrashki1-6/+10
2010-09-07s3: Prune the printername cache when a printer is deletedVolker Lendecke1-2/+20
2010-09-07librpc: bitten by the strncasecmp define againAndrew Tridgell1-0/+1
2010-09-07waf-abi: fixed small uninitialised data on PPC64 Andrew Tridgell1-1/+1
2010-09-07s4-ldapserver: serialise ldap server operationsAndrew Tridgell2-0/+60
2010-09-07s4-packet: make packet_recv_disable() a lot more efficientAndrew Tridgell1-2/+6
2010-09-07s4-process: fixed the thread process model so it compilesAndrew Tridgell1-1/+2
2010-09-07Add unique IP address binding for client connections (EPM and ncacn_ip_tcp le...Julien Kerihuel8-10/+57
2010-09-05s4-test: refactor API-DELETEUSER test a little to:Kamen Mazdrashki1-29/+23
2010-09-05s4-idl: redefine dreplsrv_refresh() to be alike other RPC function definitionsKamen Mazdrashki2-4/+2
2010-09-05wafsamba: Create bin/defaukt/modules if it does not yet exist.Jelmer Vernooij1-0/+1
2010-09-05waf: Use os.makedirs rather than os.mkdir in case parent directoriesJelmer Vernooij1-1/+1
2010-09-05s3: On Solaris, iov_len is an intVolker Lendecke1-1/+3
2010-09-05upgradeprovision: avoid working with None objects ...Matthieu Patou1-9/+10
2010-09-05upgradeprovision: do not try to remove/change attribute before the RID Set ob...Matthieu Patou1-6/+28
2010-09-05upgradeprovision: cleanupMatthieu Patou1-2/+2
2010-09-05s4 upgradeprovision: add dns_update_list if missingMatthieu Patou1-0/+4
2010-09-05python-ldb: allow ldb_rename to take optional control(s)Matthieu Patou1-4/+50
2010-09-05dsdb: make the ATTRIBUTE NOT FOUND more clearMatthieu Patou2-0/+5
2010-09-05s4/selftest: Fix path to include/config.h, set BUILDDIR automatically.Jelmer Vernooij1-1/+4
2010-09-05selftest: Cope with parentheses in testnames in --load-list.Jelmer Vernooij1-5/+8
2010-09-05selftest/subunit: Parse timestamps generated by upstream subunit.Jelmer Vernooij1-2/+8
2010-09-05selftest: Print out unmatched tests when using --load-list.Jelmer Vernooij1-7/+12
2010-09-05dsgetinfo: Set modulesdir when using ldb without ldb_wrapJelmer Vernooij1-0/+3
2010-09-04dnspython: Update to latest upstream.Jelmer Vernooij30-104/+225
2010-09-04subunit: Import latest upstream.Jelmer Vernooij13-118/+300
2010-09-04testtools: Import latest upstream.Jelmer Vernooij28-207/+2334
2010-09-04testr: Fix configuration to use idfile, in case more than a couple ofJelmer Vernooij2-3/+3
2010-09-04selftest: Don't make printing the log output a side-effect of check_env(), do...Jelmer Vernooij2-6/+3
2010-09-04selftest: Remove stop() method, not used anywhere.Jelmer Vernooij5-25/+2
2010-09-04selftest/samba4: Remove references to Samba34.pm, which no longerJelmer Vernooij1-7/+0
2010-09-04selftest: Refer to subunit README rather than documenting locally.Jelmer Vernooij1-51/+4
2010-09-04ldb: Add missing aliases for ldb_ildap.Jelmer Vernooij1-0/+1
2010-09-04dsdb: Add missing dependencies for dsdb ldb modules.Jelmer Vernooij1-2/+2
2010-09-04waf: Support aliases in SAMBA_MODULE.Jelmer Vernooij1-27/+29
2010-09-04waf: Make shared modules available in the build dir.Jelmer Vernooij2-2/+10
2010-09-04librpc/rpc: add dcerpc_binding_handle_set_timeout()Stefan Metzmacher3-0/+12
2010-09-04s3:rpc_server: implement rpcint_bh_set_timeout() as dummyStefan Metzmacher1-0/+8
2010-09-04s3:winbindd: implement wbint_bh_set_timeout() as dummyStefan Metzmacher1-0/+8
2010-09-04s3:rpc_client: implement rpccli_bh_set_timeout()Stefan Metzmacher1-0/+10
2010-09-04s4:lib/messaging: implement irpc_bh_set_timeoutStefan Metzmacher1-1/+19
2010-09-04s4:librpc/rpc: implement dcerpc_bh_set_timeout()Stefan Metzmacher1-0/+18
2010-09-04librpc/rpc: add set_timeout() to dcerpc_binding_handle_opsStefan Metzmacher2-0/+4
2010-09-04s3:rpc_server: make it possible to use rpcint_binding_handle() directlyStefan Metzmacher3-21/+82