summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-04s4:librpc/rpc: implement dcerpc_bh_set_timeout()Stefan Metzmacher1-0/+18
2010-09-04librpc/rpc: add set_timeout() to dcerpc_binding_handle_opsStefan Metzmacher2-0/+4
2010-09-04s3:rpc_server: make it possible to use rpcint_binding_handle() directlyStefan Metzmacher3-21/+82
2010-09-04torture-lsa: cope with STATUS_SOME_UNMAPPED errorsAndrew Tridgell1-15/+50
2010-09-04selftest: run client tests with log level 1Andrew Tridgell1-0/+1
2010-09-04waf: fixed make test with TESTS="test1 test2"Andrew Tridgell1-1/+3
2010-09-04util: added samba_start_debugger()Andrew Tridgell2-0/+18
2010-09-03s4:lib/messaging: make irpc_request private and remove unused codeStefan Metzmacher2-190/+14
2010-09-03s4:libcli/composite: remove unused composite_continue_irpc()Stefan Metzmacher2-16/+0
2010-09-03s4:lib/messaging/tests: make use of irpc_binding_handle()Stefan Metzmacher1-22/+49
2010-09-03s4:lib/messaging: use irpc_binding_handle() for python bindingsStefan Metzmacher1-13/+57
2010-09-03s4:wrepl_server: use irpc_binding_handle_by_name() in wreplsrv_scavenging_rep...Stefan Metzmacher1-18/+23
2010-09-03s4:wrepl_server: use irpc_binding_handle_by_name() in r_do_release_demand()Stefan Metzmacher1-16/+20
2010-09-03s4:wrepl_server: use irpc_binding_handle_by_name() in r_do_challenge()Stefan Metzmacher2-42/+45
2010-09-03s4:auth_winbind: use irpc_binding_handle_by_name()Stefan Metzmacher2-8/+8
2010-09-03s4:libcli/wbclient: use irpc_binding_handle_by_name()Stefan Metzmacher4-54/+44
2010-09-03s4:rpc_server/netlogon: use irpc_binding_handle_by_name()Stefan Metzmacher2-8/+11
2010-09-03s4:smbd/service_task: use irpc_binding_handle_by_name()Stefan Metzmacher2-7/+6
2010-09-03s4:dsdb/kcc: use irpc_binding_handle_by_name()Stefan Metzmacher2-7/+40
2010-09-03s4:libcli/finddcs: use irpc_binding_handle_by_name()Stefan Metzmacher2-20/+22
2010-09-03s4:rpc_server/common: use irpc_binding_handle_by_name() in dcesrv_irpc_forwar...Stefan Metzmacher1-16/+25
2010-09-03s4:lib/messaging: add irpc_binding_handle_by_name() helper functionStefan Metzmacher2-0/+36
2010-09-03s4:lib/messaging: add irpc dcerpc_binding_handle backendStefan Metzmacher3-1/+289
2010-09-03s4:lib/messaging: move messaging prototypes from irpc.h to messaging.hStefan Metzmacher2-28/+25
2010-09-03s4:lib/messaging/tests: fix some compiler warningsStefan Metzmacher1-2/+2
2010-09-03s4:auth_winbind: remove unused winbind_samba3 backendStefan Metzmacher2-122/+1
2010-09-03s4:auth_winbind: fix segfault in winbind_check_password_wbclient()Stefan Metzmacher1-1/+5
2010-09-03s4:auth_winbind: fix compiler warningsStefan Metzmacher1-4/+11
2010-09-03nsswitch/libwbclient: LIBWBCLIENT depends on LIBWINBIND-CLIENTStefan Metzmacher1-0/+1
2010-09-03s4-drs: A quick fix for DRSUAPI_EXOP_FSMO_RID_ALLOC extended_op handlingKamen Mazdrashki1-0/+9
2010-09-03s4-dreplsrv: Refactor drepl_replica_sync() to behave as described in MS-DRSRKamen Mazdrashki1-8/+111
2010-09-03s4-dreplsrv: Helpers to locate source DSA in a partition by GUID or DNS nameKamen Mazdrashki1-0/+40
2010-09-03s4-dreplsrv: Helper to find NC by DN or GUID or SIDKamen Mazdrashki1-0/+33
2010-09-03s4-dreplsrv: Add caller-specific data parameter for dreplsrv_fsmo_callback_tKamen Mazdrashki3-7/+14
2010-09-03s3-spoolss: fix some debug statements.Günther Deschner2-2/+2
2010-09-03docs:vfs_gpfs: improve the CAVEAT section on run and build time dependenciesMichael Adam1-3/+14
2010-09-03pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.Jelmer Vernooij8-241/+276
2010-09-03pidl: Factor out generation of interface type name.Jelmer Vernooij1-4/+5
2010-09-02s3-kerberos: use krb5 compat macros in fill_keytab_from_password()Simo Sorce1-1/+1
2010-09-02Revert "s3-kerberos: use krb5 compat macros in fill_keytab_from_password()."Simo Sorce1-1/+6
2010-09-02s3: Remove unused nss_info_adex_init()Volker Lendecke1-5/+0
2010-09-02s3-param: added lp_set_cmdline() and --option= parameterAndrew Tridgell4-5/+164
2010-09-02s4-resolve: added resolve_name_ex_send()Andrew Tridgell1-8/+33
2010-09-02s4-auth: make the disabled acct messages a bit less verboseAndrew Tridgell1-6/+6
2010-09-02s4-selftest: try DNS before bcast in selftestAndrew Tridgell1-1/+1
2010-09-02s4-resolve: add a default domain for unqualified names in file backendAndrew Tridgell1-5/+15
2010-09-02s4-pidl: added a test for all generated rpc interfacesAndrew Tridgell1-0/+113
2010-09-02pidl: cope with dom_sid28 in python generatorAndrew Tridgell1-1/+1
2010-09-02doc: patched bind9 is no longer neededAndrew Tridgell1-0/+6
2010-09-02pynet: fixed ref count error on Py_NoneAndrew Tridgell1-1/+1