Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-05 | python-ldb: allow ldb_rename to take optional control(s) | Matthieu Patou | 1 | -4/+50 | |
2010-09-05 | dsdb: make the ATTRIBUTE NOT FOUND more clear | Matthieu Patou | 2 | -0/+5 | |
2010-09-05 | s4/selftest: Fix path to include/config.h, set BUILDDIR automatically. | Jelmer Vernooij | 1 | -1/+4 | |
2010-09-05 | selftest: Cope with parentheses in testnames in --load-list. | Jelmer Vernooij | 1 | -5/+8 | |
2010-09-05 | selftest/subunit: Parse timestamps generated by upstream subunit. | Jelmer Vernooij | 1 | -2/+8 | |
2010-09-05 | selftest: Print out unmatched tests when using --load-list. | Jelmer Vernooij | 1 | -7/+12 | |
2010-09-05 | dsgetinfo: Set modulesdir when using ldb without ldb_wrap | Jelmer Vernooij | 1 | -0/+3 | |
(Is there a particular reason we're not using ldb_wrap here?) | |||||
2010-09-04 | dnspython: Update to latest upstream. | Jelmer Vernooij | 30 | -104/+225 | |
2010-09-04 | subunit: Import latest upstream. | Jelmer Vernooij | 13 | -118/+300 | |
2010-09-04 | testtools: Import latest upstream. | Jelmer Vernooij | 28 | -207/+2334 | |
2010-09-04 | testr: Fix configuration to use idfile, in case more than a couple of | Jelmer Vernooij | 2 | -3/+3 | |
hundred tests fail. | |||||
2010-09-04 | selftest: Don't make printing the log output a side-effect of check_env(), ↵ | Jelmer Vernooij | 2 | -6/+3 | |
do it manually. | |||||
2010-09-04 | selftest: Remove stop() method, not used anywhere. | Jelmer Vernooij | 5 | -25/+2 | |
2010-09-04 | selftest/samba4: Remove references to Samba34.pm, which no longer | Jelmer Vernooij | 1 | -7/+0 | |
exists. | |||||
2010-09-04 | selftest: Refer to subunit README rather than documenting locally. | Jelmer Vernooij | 1 | -51/+4 | |
2010-09-04 | ldb: Add missing aliases for ldb_ildap. | Jelmer Vernooij | 1 | -0/+1 | |
2010-09-04 | dsdb: Add missing dependencies for dsdb ldb modules. | Jelmer Vernooij | 1 | -2/+2 | |
2010-09-04 | waf: Support aliases in SAMBA_MODULE. | Jelmer Vernooij | 1 | -27/+29 | |
2010-09-04 | waf: Make shared modules available in the build dir. | Jelmer Vernooij | 2 | -2/+10 | |
2010-09-04 | librpc/rpc: add dcerpc_binding_handle_set_timeout() | Stefan Metzmacher | 3 | -0/+12 | |
metze | |||||
2010-09-04 | s3:rpc_server: implement rpcint_bh_set_timeout() as dummy | Stefan Metzmacher | 1 | -0/+8 | |
metze | |||||
2010-09-04 | s3:winbindd: implement wbint_bh_set_timeout() as dummy | Stefan Metzmacher | 1 | -0/+8 | |
metze | |||||
2010-09-04 | s3:rpc_client: implement rpccli_bh_set_timeout() | Stefan Metzmacher | 1 | -0/+10 | |
metze | |||||
2010-09-04 | s4:lib/messaging: implement irpc_bh_set_timeout | Stefan Metzmacher | 1 | -1/+19 | |
metze | |||||
2010-09-04 | s4:librpc/rpc: implement dcerpc_bh_set_timeout() | Stefan Metzmacher | 1 | -0/+18 | |
metze | |||||
2010-09-04 | librpc/rpc: add set_timeout() to dcerpc_binding_handle_ops | Stefan Metzmacher | 2 | -0/+4 | |
metze | |||||
2010-09-04 | s3:rpc_server: make it possible to use rpcint_binding_handle() directly | Stefan Metzmacher | 3 | -21/+82 | |
metze | |||||
2010-09-04 | torture-lsa: cope with STATUS_SOME_UNMAPPED errors | Andrew Tridgell | 1 | -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> | |||||
2010-09-04 | selftest: run client tests with log level 1 | Andrew Tridgell | 1 | -0/+1 | |
this PIDL print functions to display | |||||
2010-09-04 | waf: fixed make test with TESTS="test1 test2" | Andrew Tridgell | 1 | -1/+3 | |
when multiple tests are specified, make escapes the space in MAKEFLAGS with a backslash, so we need to use shlex.split() | |||||
2010-09-04 | util: added samba_start_debugger() | Andrew Tridgell | 2 | -0/+18 | |
This developer function is useful for debugging unusual error conditions | |||||
2010-09-03 | s4:lib/messaging: make irpc_request private and remove unused code | Stefan Metzmacher | 2 | -190/+14 | |
metze | |||||
2010-09-03 | s4:libcli/composite: remove unused composite_continue_irpc() | Stefan Metzmacher | 2 | -16/+0 | |
metze | |||||
2010-09-03 | s4:lib/messaging/tests: make use of irpc_binding_handle() | Stefan Metzmacher | 1 | -22/+49 | |
metze | |||||
2010-09-03 | s4:lib/messaging: use irpc_binding_handle() for python bindings | Stefan Metzmacher | 1 | -13/+57 | |
metze | |||||
2010-09-03 | s4:wrepl_server: use irpc_binding_handle_by_name() in ↵ | Stefan Metzmacher | 1 | -18/+23 | |
wreplsrv_scavenging_replica_active_records() metze | |||||
2010-09-03 | s4:wrepl_server: use irpc_binding_handle_by_name() in r_do_release_demand() | Stefan Metzmacher | 1 | -16/+20 | |
metze | |||||
2010-09-03 | s4:wrepl_server: use irpc_binding_handle_by_name() in r_do_challenge() | Stefan Metzmacher | 2 | -42/+45 | |
metze | |||||
2010-09-03 | s4:auth_winbind: use irpc_binding_handle_by_name() | Stefan Metzmacher | 2 | -8/+8 | |
metze | |||||
2010-09-03 | s4:libcli/wbclient: use irpc_binding_handle_by_name() | Stefan Metzmacher | 4 | -54/+44 | |
metze | |||||
2010-09-03 | s4:rpc_server/netlogon: use irpc_binding_handle_by_name() | Stefan Metzmacher | 2 | -8/+11 | |
metze | |||||
2010-09-03 | s4:smbd/service_task: use irpc_binding_handle_by_name() | Stefan Metzmacher | 2 | -7/+6 | |
metze | |||||
2010-09-03 | s4:dsdb/kcc: use irpc_binding_handle_by_name() | Stefan Metzmacher | 2 | -7/+40 | |
metze | |||||
2010-09-03 | s4:libcli/finddcs: use irpc_binding_handle_by_name() | Stefan Metzmacher | 2 | -20/+22 | |
metze | |||||
2010-09-03 | s4:rpc_server/common: use irpc_binding_handle_by_name() in ↵ | Stefan Metzmacher | 1 | -16/+25 | |
dcesrv_irpc_forward_rpc_call() metze | |||||
2010-09-03 | s4:lib/messaging: add irpc_binding_handle_by_name() helper function | Stefan Metzmacher | 2 | -0/+36 | |
metze | |||||
2010-09-03 | s4:lib/messaging: add irpc dcerpc_binding_handle backend | Stefan Metzmacher | 3 | -1/+289 | |
metze | |||||
2010-09-03 | s4:lib/messaging: move messaging prototypes from irpc.h to messaging.h | Stefan Metzmacher | 2 | -28/+25 | |
metze | |||||
2010-09-03 | s4:lib/messaging/tests: fix some compiler warnings | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2010-09-03 | s4:auth_winbind: remove unused winbind_samba3 backend | Stefan Metzmacher | 2 | -122/+1 | |
This uses the winbind protocol directly, which needs to be avoided! metze |