Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-05 | s4/selftest: Fix path to include/config.h, set BUILDDIR automatically. | Jelmer Vernooij | 1 | -1/+4 | |
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 | testr: Fix configuration to use idfile, in case more than a couple of | Jelmer Vernooij | 1 | -2/+2 | |
hundred tests fail. | |||||
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 | librpc/rpc: add dcerpc_binding_handle_set_timeout() | Stefan Metzmacher | 1 | -0/+3 | |
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 | 1 | -0/+2 | |
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-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 | |||||
2010-09-03 | s4:auth_winbind: fix segfault in winbind_check_password_wbclient() | Stefan Metzmacher | 1 | -1/+5 | |
We should only look at err if WBC_ERR_AUTH_ERROR is returned. metze | |||||
2010-09-03 | s4:auth_winbind: fix compiler warnings | Stefan Metzmacher | 1 | -4/+11 | |
metze | |||||
2010-09-03 | s4-drs: A quick fix for DRSUAPI_EXOP_FSMO_RID_ALLOC extended_op handling | Kamen Mazdrashki | 1 | -0/+9 | |
When DRSUAPI_EXOP_FSMO_RID_ALLOC extended op is handled in DsGetNCChanges() stub, we need to returned a well know set of object - see: [ms-adts], 3.1.1.5.1.7 With this hack we are going to return just objects modified during RID allocation procedure - i.e. "RID Manager$", "RID Set" for computer object and computer object itself. Which is a close approximation of what we are expected to return. | |||||
2010-09-03 | s4-dreplsrv: Refactor drepl_replica_sync() to behave as described in MS-DRSR | Kamen Mazdrashki | 1 | -8/+111 | |
see: MS-DRSR - 4.1.23.2 Note: Synchronious replication not implemented yet. | |||||
2010-09-03 | s4-dreplsrv: Helpers to locate source DSA in a partition by GUID or DNS name | Kamen Mazdrashki | 1 | -0/+40 | |
2010-09-03 | s4-dreplsrv: Helper to find NC by DN or GUID or SID | Kamen Mazdrashki | 1 | -0/+33 | |
2010-09-03 | s4-dreplsrv: Add caller-specific data parameter for dreplsrv_fsmo_callback_t | Kamen Mazdrashki | 3 | -7/+14 | |
It is to be used when we need to preserve a state to be used in tha callback when dreplsrv_out_operation is completed | |||||
2010-09-03 | pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection. | Jelmer Vernooij | 7 | -231/+246 | |
2010-09-02 | s4-resolve: added resolve_name_ex_send() | Andrew Tridgell | 1 | -8/+33 | |
this allows access to the flags that control name resolution Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-02 | s4-auth: make the disabled acct messages a bit less verbose | Andrew Tridgell | 1 | -6/+6 | |
raise the debug level Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-02 | s4-resolve: add a default domain for unqualified names in file backend | Andrew Tridgell | 1 | -5/+15 | |
this better emulates what happens with real DNS | |||||
2010-09-02 | s4-pidl: added a test for all generated rpc interfaces | Andrew Tridgell | 1 | -0/+113 | |
this tries to instantiate all types in all generated python RPC interfaces, then checks that all attributes can be read, written and compared. | |||||
2010-09-02 | pynet: fixed ref count error on Py_None | Andrew Tridgell | 1 | -1/+1 | |
ensure we don't run out of None ... Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-09-02 | s4-net: use CommandError() in net rodc | Andrew Tridgell | 1 | -4/+4 | |
this integrates better with the net command Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-09-02 | s4:dsdb Fix attribute being searched for in dereference against Fedora DS | Andrew Bartlett | 1 | -1/+1 | |
The problem here is that these attributes are not mapped in the simple_ldap_map, and they were changed a while back. Andrew Bartlett | |||||
2010-09-02 | s4:dsdb Make the dereference control critical if input is critical | Andrew Bartlett | 1 | -1/+3 | |
This helps us ensure that the backend knows about and respects the dereference control if our caller has asked that the extended DN control be considered critical. Andrew Bartlett | |||||
2010-09-02 | s4:dsdb Don't reload the schema against OpenLDAP backend | Andrew Bartlett | 2 | -3/+13 | |
The schema should be considered read-only when we are using the OL backend, as we can't update the backend schema in real time anyway. Andrew Bartlett | |||||
2010-09-02 | s4:provision Allow OpenLDAP backend to provision again | Andrew Bartlett | 1 | -0/+2 | |
OpenLDAP does not have any post-setup requirements at the moment. Andrew Bartlett | |||||
2010-09-02 | s4:provision Improved error handling in provisionbackend | Zahari Zahariev | 1 | -2/+3 | |
When using OpenLDAP as a backend with Samba4 we get failure during provision and this patch will help better determining the real error. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-01 | s4-test-dssync: Print the reason for skipping FetchNT4Data test | Kamen Mazdrashki | 1 | -3/+6 | |
2010-09-01 | s4/ldb: fix standalone build | Björn Jacke | 1 | -2/+6 | |