summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* waf: Use os.makedirs rather than os.mkdir in case parent directoriesJelmer Vernooij2010-09-051-1/+1
| | | | don't exist yet.
* s3: On Solaris, iov_len is an intVolker Lendecke2010-09-051-1/+3
| | | | We can't use &iov.iov_len passing it to a size_t *
* upgradeprovision: avoid working with None objects ...Matthieu Patou2010-09-051-9/+10
|
* upgradeprovision: do not try to remove/change attribute before the RID Set ↵Matthieu Patou2010-09-051-6/+28
| | | | object is present
* upgradeprovision: cleanupMatthieu Patou2010-09-051-2/+2
|
* s4 upgradeprovision: add dns_update_list if missingMatthieu Patou2010-09-051-0/+4
|
* python-ldb: allow ldb_rename to take optional control(s)Matthieu Patou2010-09-051-4/+50
|
* dsdb: make the ATTRIBUTE NOT FOUND more clearMatthieu Patou2010-09-052-0/+5
|
* s4/selftest: Fix path to include/config.h, set BUILDDIR automatically.Jelmer Vernooij2010-09-051-1/+4
|
* selftest: Cope with parentheses in testnames in --load-list.Jelmer Vernooij2010-09-051-5/+8
|
* selftest/subunit: Parse timestamps generated by upstream subunit.Jelmer Vernooij2010-09-051-2/+8
|
* selftest: Print out unmatched tests when using --load-list.Jelmer Vernooij2010-09-051-7/+12
|
* dsgetinfo: Set modulesdir when using ldb without ldb_wrapJelmer Vernooij2010-09-051-0/+3
| | | | (Is there a particular reason we're not using ldb_wrap here?)
* dnspython: Update to latest upstream.Jelmer Vernooij2010-09-0430-104/+225
|
* subunit: Import latest upstream.Jelmer Vernooij2010-09-0413-118/+300
|
* testtools: Import latest upstream.Jelmer Vernooij2010-09-0428-207/+2334
|
* testr: Fix configuration to use idfile, in case more than a couple ofJelmer Vernooij2010-09-042-3/+3
| | | | hundred tests fail.
* selftest: Don't make printing the log output a side-effect of check_env(), ↵Jelmer Vernooij2010-09-042-6/+3
| | | | do it manually.
* selftest: Remove stop() method, not used anywhere.Jelmer Vernooij2010-09-045-25/+2
|
* selftest/samba4: Remove references to Samba34.pm, which no longerJelmer Vernooij2010-09-041-7/+0
| | | | exists.
* selftest: Refer to subunit README rather than documenting locally.Jelmer Vernooij2010-09-041-51/+4
|
* ldb: Add missing aliases for ldb_ildap.Jelmer Vernooij2010-09-041-0/+1
|
* dsdb: Add missing dependencies for dsdb ldb modules.Jelmer Vernooij2010-09-041-2/+2
|
* waf: Support aliases in SAMBA_MODULE.Jelmer Vernooij2010-09-041-27/+29
|
* waf: Make shared modules available in the build dir.Jelmer Vernooij2010-09-042-2/+10
|
* librpc/rpc: add dcerpc_binding_handle_set_timeout()Stefan Metzmacher2010-09-043-0/+12
| | | | metze
* s3:rpc_server: implement rpcint_bh_set_timeout() as dummyStefan Metzmacher2010-09-041-0/+8
| | | | metze
* s3:winbindd: implement wbint_bh_set_timeout() as dummyStefan Metzmacher2010-09-041-0/+8
| | | | metze
* s3:rpc_client: implement rpccli_bh_set_timeout()Stefan Metzmacher2010-09-041-0/+10
| | | | metze
* s4:lib/messaging: implement irpc_bh_set_timeoutStefan Metzmacher2010-09-041-1/+19
| | | | metze
* s4:librpc/rpc: implement dcerpc_bh_set_timeout()Stefan Metzmacher2010-09-041-0/+18
| | | | metze
* librpc/rpc: add set_timeout() to dcerpc_binding_handle_opsStefan Metzmacher2010-09-042-0/+4
| | | | metze
* s3:rpc_server: make it possible to use rpcint_binding_handle() directlyStefan Metzmacher2010-09-043-21/+82
| | | | metze
* torture-lsa: cope with STATUS_SOME_UNMAPPED errorsAndrew Tridgell2010-09-041-15/+50
| | | | | | | | | | | | | | | | | | | | | | | | Now that we support SePrintOperatorPrivilege, an interaction between the spoolss tests and the privileges tests cause a failure. The failure happens like this: - the spoolss.access test creates and then deletes an account with SePrintOperatorPrivilege privilege - this leaves the privileges database with an entry for a deleted account that is still visible via LSA calls. This is correct behaviour (verified against w2k8r2) - the lsa.privileges test then enumerates all accounts that have at least one privilege, and gets the SID for the deleted account - it then called LookupNames and LookupSids on this deleted account, and gets an error. The fix is to not call LookupSids and LookupNames on sids which have SID_NAME_UNKNOWN as the type Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* selftest: run client tests with log level 1Andrew Tridgell2010-09-041-0/+1
| | | | this PIDL print functions to display
* waf: fixed make test with TESTS="test1 test2"Andrew Tridgell2010-09-041-1/+3
| | | | | when multiple tests are specified, make escapes the space in MAKEFLAGS with a backslash, so we need to use shlex.split()
* util: added samba_start_debugger()Andrew Tridgell2010-09-042-0/+18
| | | | | This developer function is useful for debugging unusual error conditions
* s4:lib/messaging: make irpc_request private and remove unused codeStefan Metzmacher2010-09-032-190/+14
| | | | metze
* s4:libcli/composite: remove unused composite_continue_irpc()Stefan Metzmacher2010-09-032-16/+0
| | | | metze
* s4:lib/messaging/tests: make use of irpc_binding_handle()Stefan Metzmacher2010-09-031-22/+49
| | | | metze
* s4:lib/messaging: use irpc_binding_handle() for python bindingsStefan Metzmacher2010-09-031-13/+57
| | | | metze
* s4:wrepl_server: use irpc_binding_handle_by_name() in ↵Stefan Metzmacher2010-09-031-18/+23
| | | | | | wreplsrv_scavenging_replica_active_records() metze
* s4:wrepl_server: use irpc_binding_handle_by_name() in r_do_release_demand()Stefan Metzmacher2010-09-031-16/+20
| | | | metze
* s4:wrepl_server: use irpc_binding_handle_by_name() in r_do_challenge()Stefan Metzmacher2010-09-032-42/+45
| | | | metze
* s4:auth_winbind: use irpc_binding_handle_by_name()Stefan Metzmacher2010-09-032-8/+8
| | | | metze
* s4:libcli/wbclient: use irpc_binding_handle_by_name()Stefan Metzmacher2010-09-034-54/+44
| | | | metze
* s4:rpc_server/netlogon: use irpc_binding_handle_by_name()Stefan Metzmacher2010-09-032-8/+11
| | | | metze
* s4:smbd/service_task: use irpc_binding_handle_by_name()Stefan Metzmacher2010-09-032-7/+6
| | | | metze
* s4:dsdb/kcc: use irpc_binding_handle_by_name()Stefan Metzmacher2010-09-032-7/+40
| | | | metze
* s4:libcli/finddcs: use irpc_binding_handle_by_name()Stefan Metzmacher2010-09-032-20/+22
| | | | metze