Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | waf: Support aliases in SAMBA_MODULE. | Jelmer Vernooij | 2010-09-04 | 1 | -27/+29 |
| | |||||
* | waf: Make shared modules available in the build dir. | Jelmer Vernooij | 2010-09-04 | 2 | -2/+10 |
| | |||||
* | librpc/rpc: add dcerpc_binding_handle_set_timeout() | Stefan Metzmacher | 2010-09-04 | 3 | -0/+12 |
| | | | | metze | ||||
* | s3:rpc_server: implement rpcint_bh_set_timeout() as dummy | Stefan Metzmacher | 2010-09-04 | 1 | -0/+8 |
| | | | | metze | ||||
* | s3:winbindd: implement wbint_bh_set_timeout() as dummy | Stefan Metzmacher | 2010-09-04 | 1 | -0/+8 |
| | | | | metze | ||||
* | s3:rpc_client: implement rpccli_bh_set_timeout() | Stefan Metzmacher | 2010-09-04 | 1 | -0/+10 |
| | | | | metze | ||||
* | s4:lib/messaging: implement irpc_bh_set_timeout | Stefan Metzmacher | 2010-09-04 | 1 | -1/+19 |
| | | | | metze | ||||
* | s4:librpc/rpc: implement dcerpc_bh_set_timeout() | Stefan Metzmacher | 2010-09-04 | 1 | -0/+18 |
| | | | | metze | ||||
* | librpc/rpc: add set_timeout() to dcerpc_binding_handle_ops | Stefan Metzmacher | 2010-09-04 | 2 | -0/+4 |
| | | | | metze | ||||
* | s3:rpc_server: make it possible to use rpcint_binding_handle() directly | Stefan Metzmacher | 2010-09-04 | 3 | -21/+82 |
| | | | | metze | ||||
* | torture-lsa: cope with STATUS_SOME_UNMAPPED errors | Andrew Tridgell | 2010-09-04 | 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> | ||||
* | selftest: run client tests with log level 1 | Andrew Tridgell | 2010-09-04 | 1 | -0/+1 |
| | | | | this PIDL print functions to display | ||||
* | waf: fixed make test with TESTS="test1 test2" | Andrew Tridgell | 2010-09-04 | 1 | -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 Tridgell | 2010-09-04 | 2 | -0/+18 |
| | | | | | This developer function is useful for debugging unusual error conditions | ||||
* | s4:lib/messaging: make irpc_request private and remove unused code | Stefan Metzmacher | 2010-09-03 | 2 | -190/+14 |
| | | | | metze | ||||
* | s4:libcli/composite: remove unused composite_continue_irpc() | Stefan Metzmacher | 2010-09-03 | 2 | -16/+0 |
| | | | | metze | ||||
* | s4:lib/messaging/tests: make use of irpc_binding_handle() | Stefan Metzmacher | 2010-09-03 | 1 | -22/+49 |
| | | | | metze | ||||
* | s4:lib/messaging: use irpc_binding_handle() for python bindings | Stefan Metzmacher | 2010-09-03 | 1 | -13/+57 |
| | | | | metze | ||||
* | s4:wrepl_server: use irpc_binding_handle_by_name() in ↵ | Stefan Metzmacher | 2010-09-03 | 1 | -18/+23 |
| | | | | | | wreplsrv_scavenging_replica_active_records() metze | ||||
* | s4:wrepl_server: use irpc_binding_handle_by_name() in r_do_release_demand() | Stefan Metzmacher | 2010-09-03 | 1 | -16/+20 |
| | | | | metze | ||||
* | s4:wrepl_server: use irpc_binding_handle_by_name() in r_do_challenge() | Stefan Metzmacher | 2010-09-03 | 2 | -42/+45 |
| | | | | metze | ||||
* | s4:auth_winbind: use irpc_binding_handle_by_name() | Stefan Metzmacher | 2010-09-03 | 2 | -8/+8 |
| | | | | metze | ||||
* | s4:libcli/wbclient: use irpc_binding_handle_by_name() | Stefan Metzmacher | 2010-09-03 | 4 | -54/+44 |
| | | | | metze | ||||
* | s4:rpc_server/netlogon: use irpc_binding_handle_by_name() | Stefan Metzmacher | 2010-09-03 | 2 | -8/+11 |
| | | | | metze | ||||
* | s4:smbd/service_task: use irpc_binding_handle_by_name() | Stefan Metzmacher | 2010-09-03 | 2 | -7/+6 |
| | | | | metze | ||||
* | s4:dsdb/kcc: use irpc_binding_handle_by_name() | Stefan Metzmacher | 2010-09-03 | 2 | -7/+40 |
| | | | | metze | ||||
* | s4:libcli/finddcs: use irpc_binding_handle_by_name() | Stefan Metzmacher | 2010-09-03 | 2 | -20/+22 |
| | | | | metze | ||||
* | s4:rpc_server/common: use irpc_binding_handle_by_name() in ↵ | Stefan Metzmacher | 2010-09-03 | 1 | -16/+25 |
| | | | | | | dcesrv_irpc_forward_rpc_call() metze | ||||
* | s4:lib/messaging: add irpc_binding_handle_by_name() helper function | Stefan Metzmacher | 2010-09-03 | 2 | -0/+36 |
| | | | | metze | ||||
* | s4:lib/messaging: add irpc dcerpc_binding_handle backend | Stefan Metzmacher | 2010-09-03 | 3 | -1/+289 |
| | | | | metze | ||||
* | s4:lib/messaging: move messaging prototypes from irpc.h to messaging.h | Stefan Metzmacher | 2010-09-03 | 2 | -28/+25 |
| | | | | metze | ||||
* | s4:lib/messaging/tests: fix some compiler warnings | Stefan Metzmacher | 2010-09-03 | 1 | -2/+2 |
| | | | | metze | ||||
* | s4:auth_winbind: remove unused winbind_samba3 backend | Stefan Metzmacher | 2010-09-03 | 2 | -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 Metzmacher | 2010-09-03 | 1 | -1/+5 |
| | | | | | | We should only look at err if WBC_ERR_AUTH_ERROR is returned. metze | ||||
* | s4:auth_winbind: fix compiler warnings | Stefan Metzmacher | 2010-09-03 | 1 | -4/+11 |
| | | | | metze | ||||
* | nsswitch/libwbclient: LIBWBCLIENT depends on LIBWINBIND-CLIENT | Stefan Metzmacher | 2010-09-03 | 1 | -0/+1 |
| | | | | metze | ||||
* | s4-drs: A quick fix for DRSUAPI_EXOP_FSMO_RID_ALLOC extended_op handling | Kamen Mazdrashki | 2010-09-03 | 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. | ||||
* | s4-dreplsrv: Refactor drepl_replica_sync() to behave as described in MS-DRSR | Kamen Mazdrashki | 2010-09-03 | 1 | -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 name | Kamen Mazdrashki | 2010-09-03 | 1 | -0/+40 |
| | |||||
* | s4-dreplsrv: Helper to find NC by DN or GUID or SID | Kamen Mazdrashki | 2010-09-03 | 1 | -0/+33 |
| | |||||
* | s4-dreplsrv: Add caller-specific data parameter for dreplsrv_fsmo_callback_t | Kamen Mazdrashki | 2010-09-03 | 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 | ||||
* | s3-spoolss: fix some debug statements. | Günther Deschner | 2010-09-03 | 2 | -2/+2 |
| | | | | Guenther | ||||
* | docs:vfs_gpfs: improve the CAVEAT section on run and build time dependencies | Michael Adam | 2010-09-03 | 1 | -3/+14 |
| | |||||
* | pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection. | Jelmer Vernooij | 2010-09-03 | 8 | -241/+276 |
| | |||||
* | pidl: Factor out generation of interface type name. | Jelmer Vernooij | 2010-09-03 | 1 | -4/+5 |
| | |||||
* | s3-kerberos: use krb5 compat macros in fill_keytab_from_password() | Simo Sorce | 2010-09-02 | 1 | -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 Sorce | 2010-09-02 | 1 | -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 Lendecke | 2010-09-02 | 1 | -5/+0 |
| | |||||
* | s3-param: added lp_set_cmdline() and --option= parameter | Andrew Tridgell | 2010-09-02 | 4 | -5/+164 |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-resolve: added resolve_name_ex_send() | Andrew Tridgell | 2010-09-02 | 1 | -8/+33 |
| | | | | | | this allows access to the flags that control name resolution Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> |