summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* s4:rpc_server/common: use irpc_binding_handle_by_name() in ↵Stefan Metzmacher2010-09-031-16/+25
| | | | | | dcesrv_irpc_forward_rpc_call() metze
* s4:lib/messaging: add irpc_binding_handle_by_name() helper functionStefan Metzmacher2010-09-032-0/+36
| | | | metze
* s4:lib/messaging: add irpc dcerpc_binding_handle backendStefan Metzmacher2010-09-033-1/+289
| | | | metze
* s4:lib/messaging: move messaging prototypes from irpc.h to messaging.hStefan Metzmacher2010-09-032-28/+25
| | | | metze
* s4:lib/messaging/tests: fix some compiler warningsStefan Metzmacher2010-09-031-2/+2
| | | | metze
* s4:auth_winbind: remove unused winbind_samba3 backendStefan Metzmacher2010-09-032-122/+1
| | | | | | This uses the winbind protocol directly, which needs to be avoided! metze
* s4:auth_winbind: fix segfault in winbind_check_password_wbclient()Stefan Metzmacher2010-09-031-1/+5
| | | | | | We should only look at err if WBC_ERR_AUTH_ERROR is returned. metze
* s4:auth_winbind: fix compiler warningsStefan Metzmacher2010-09-031-4/+11
| | | | metze
* nsswitch/libwbclient: LIBWBCLIENT depends on LIBWINBIND-CLIENTStefan Metzmacher2010-09-031-0/+1
| | | | metze
* s4-drs: A quick fix for DRSUAPI_EXOP_FSMO_RID_ALLOC extended_op handlingKamen Mazdrashki2010-09-031-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.
* s4-dreplsrv: Refactor drepl_replica_sync() to behave as described in MS-DRSRKamen Mazdrashki2010-09-031-8/+111
| | | | | | see: MS-DRSR - 4.1.23.2 Note: Synchronious replication not implemented yet.
* s4-dreplsrv: Helpers to locate source DSA in a partition by GUID or DNS nameKamen Mazdrashki2010-09-031-0/+40
|
* s4-dreplsrv: Helper to find NC by DN or GUID or SIDKamen Mazdrashki2010-09-031-0/+33
|
* s4-dreplsrv: Add caller-specific data parameter for dreplsrv_fsmo_callback_tKamen Mazdrashki2010-09-033-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
* s3-spoolss: fix some debug statements.Günther Deschner2010-09-032-2/+2
| | | | Guenther
* docs:vfs_gpfs: improve the CAVEAT section on run and build time dependenciesMichael Adam2010-09-031-3/+14
|
* pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.Jelmer Vernooij2010-09-038-241/+276
|
* pidl: Factor out generation of interface type name.Jelmer Vernooij2010-09-031-4/+5
|
* s3-kerberos: use krb5 compat macros in fill_keytab_from_password()Simo Sorce2010-09-021-1/+1
| | | | | | | This one uses the compat macro in the right way, without actually breaking the code. Signed-off-by: Günther Deschner <gd@samba.org>
* Revert "s3-kerberos: use krb5 compat macros in fill_keytab_from_password()."Simo Sorce2010-09-021-1/+6
| | | | | | | | This reverts commit 9986d25ed195ee77bd73c96f057c527b4c3a8f03. This patch was causing us to free unallocated memory. Signed-off-by: Günther Deschner <gd@samba.org>
* s3: Remove unused nss_info_adex_init()Volker Lendecke2010-09-021-5/+0
|
* s3-param: added lp_set_cmdline() and --option= parameterAndrew Tridgell2010-09-024-5/+164
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-resolve: added resolve_name_ex_send()Andrew Tridgell2010-09-021-8/+33
| | | | | | this allows access to the flags that control name resolution Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-auth: make the disabled acct messages a bit less verboseAndrew Tridgell2010-09-021-6/+6
| | | | | | raise the debug level Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-selftest: try DNS before bcast in selftestAndrew Tridgell2010-09-021-1/+1
| | | | this better reflects real usage
* s4-resolve: add a default domain for unqualified names in file backendAndrew Tridgell2010-09-021-5/+15
| | | | this better emulates what happens with real DNS
* s4-pidl: added a test for all generated rpc interfacesAndrew Tridgell2010-09-021-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.
* pidl: cope with dom_sid28 in python generatorAndrew Tridgell2010-09-021-1/+1
| | | | treated the same as dom_sid2
* doc: patched bind9 is no longer neededAndrew Tridgell2010-09-021-0/+6
| | | | | bind9.7.2rc1 contains all the patches needed to work with Samba4 krb5 DNS updates with w2k8r2.
* pynet: fixed ref count error on Py_NoneAndrew Tridgell2010-09-021-1/+1
| | | | | | ensure we don't run out of None ... Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
* pidl-python: cope with NULL pointers in more placesAndrew Tridgell2010-09-023-7/+31
| | | | NULL is converted to Py_None
* pytalloc: treat a NULL ptr as Py_NoneAndrew Tridgell2010-09-021-1/+7
|
* s4-net: use CommandError() in net rodcAndrew Tridgell2010-09-021-4/+4
| | | | | | this integrates better with the net command Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
* s4:dsdb Fix attribute being searched for in dereference against Fedora DSAndrew Bartlett2010-09-021-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
* s4:dsdb Make the dereference control critical if input is criticalAndrew Bartlett2010-09-021-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
* s4:dsdb Don't reload the schema against OpenLDAP backendAndrew Bartlett2010-09-022-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
* s4:provision Allow OpenLDAP backend to provision againAndrew Bartlett2010-09-021-0/+2
| | | | | | OpenLDAP does not have any post-setup requirements at the moment. Andrew Bartlett
* s4:provision Improved error handling in provisionbackendZahari Zahariev2010-09-021-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>
* s4-test-dssync: Print the reason for skipping FetchNT4Data testKamen Mazdrashki2010-09-011-3/+6
|
* s3: Print the IP of the server that stopped respondingVolker Lendecke2010-09-011-1/+5
|
* s4/ldb: fix standalone buildBjörn Jacke2010-09-011-2/+6
|
* s3-ctdb: ctdbd_init_connection() is static to this file.Günther Deschner2010-09-011-8/+0
| | | | Guenther
* s3-auth: fix uninitialized error code in get_guest_info3().Günther Deschner2010-09-011-2/+1
| | | | Guenther