summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* talloc: Clarify error message on access after free.Jelmer Vernooij2011-01-051-4/+4
|
* s3:build: don't use cli_dssetup.c any moreStefan Metzmacher2011-01-042-9/+4
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 4 22:21:48 CET 2011 on sn-devel-104
* s3:net_utils: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation()Stefan Metzmacher2011-01-041-2/+8
| | | | metze
* s3:winbindd: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation()Stefan Metzmacher2011-01-041-1/+4
| | | | metze
* s3:rpcclient: use dcerpc_binding_handle based client stubs in cmd_dssetup.cStefan Metzmacher2011-01-041-1/+2
| | | | metze
* s3:build: don't use cli_epmapper.c anymoreStefan Metzmacher2011-01-042-7/+2
| | | | metze
* s3:rpcclient: improve "epmmap" outputStefan Metzmacher2011-01-041-6/+25
| | | | metze
* s3:rpcclient: use dcerpc_binding_handle bases client stubs in cmd_epmapper.cStefan Metzmacher2011-01-041-8/+35
| | | | metze
* s3:rpc_client: use dcerpc_epm_Map() and don't ignore 'result' anymore.Stefan Metzmacher2011-01-041-2/+11
| | | | metze
* s3-rpcecho: Only register rpcecho in the developer build.Andreas Schneider2011-01-043-4/+4
| | | | | Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Tue Jan 4 18:56:38 CET 2011 on sn-devel-104
* s4/ldapcmp: Check if creds2 is actualy set by the command lineAnatoliy Atanasov2011-01-041-1/+1
| | | | | | | | | When parsing the command line for the second set of credentials the parser returns wrong user if the second set of parameters isn't set. So check if the password is set instead. Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-Date: Tue Jan 4 18:11:26 CET 2011 on sn-devel-104
* s3:build: don't use cli_ntsvcs.c any more.Stefan Metzmacher2011-01-042-7/+2
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 4 17:23:17 CET 2011 on sn-devel-104
* s3:rpcclient: use dcerpc_binding_handle client stubs in cmd_ntsvcs.cStefan Metzmacher2011-01-041-7/+14
| | | | metze
* s3:build: don't use cli_wbint.c any moreStefan Metzmacher2011-01-043-7/+1
| | | | metze
* s4/ldapcmp: Fix the parsing of the second set of credentialsAnatoliy Atanasov2011-01-041-1/+1
| | | | | | | | We need this second set of credentials so we can do comparison between DCs in two different domains. Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-Date: Tue Jan 4 16:36:06 CET 2011 on sn-devel-104
* s3-waf: convert SAMBA_VERSION into a subsystem.Günther Deschner2011-01-041-3/+8
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 4 15:10:52 CET 2011 on sn-devel-104
* s3-waf: convert PASSCHANGE into a subsystem.Günther Deschner2011-01-041-5/+9
| | | | Guenther
* s3-waf: add UTIL_TDB subsystem.Günther Deschner2011-01-041-6/+10
| | | | Guenther
* s3-waf: Fixed the static rpc service build.Andreas Schneider2011-01-043-139/+80
| | | | | Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Tue Jan 4 12:09:48 CET 2011 on sn-devel-104
* s3-smbd: Call the rpc service shutdown functions.Andreas Schneider2011-01-041-0/+34
|
* s3-build: Remove broken RPC modules support.Andreas Schneider2011-01-043-31/+8
| | | | | | | | | With the current module support for rpc we're not able to call the init functions with the rpc callback structure. So init functions and shutdown functions aren't called. These init functions are needed to setup pre requirements like migrating the printer databases and register at the endpoint mapper. The shutdown functions cleanup memory and deregister from the endpoint mapper.
* s3-smbd: Call all the rpc services in the right order.Andreas Schneider2011-01-041-5/+41
|
* s4-smbtorture: check driver_version equality as well.Günther Deschner2011-01-041-0/+2
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 4 11:22:09 CET 2011 on sn-devel-104
* s4-smbtorture: always setup full driver level 8 in test_add_driver_arg().Günther Deschner2011-01-041-6/+13
| | | | Guenther
* s4-smbtorture: in test_GetDriverInfo_winreg() always test level 6 for samba3 asGünther Deschner2011-01-041-7/+2
| | | | | | well. Guenther
* s4-smbtorture: setup help and dependent files in spoolss driver unc path tests.Günther Deschner2011-01-041-0/+8
| | | | Guenther
* s4-smbtorture: fix DriverDate and DriverVersion comparison checks against w2k3.Günther Deschner2011-01-041-0/+2
| | | | Guenther
* s4-smbtorture: add more tests for driver_dates.Günther Deschner2011-01-041-0/+39
| | | | Guenther
* Revert "nsswitch Add talloc depencency for nsstest"Stefan Metzmacher2011-01-041-1/+1
| | | | | | | | | | | This reverts commit 640028d158583825ea5ffd1266f099cf8776db5d. This is not needed anymore. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 4 09:38:57 CET 2011 on sn-devel-104
* nsswitch: remove includes.h dependency from nsstest.cStefan Metzmacher2011-01-041-16/+9
| | | | metze
* dynconfig: Add extern to header, try to unbreak imini buildfarm host.Brad Hards2011-01-041-1/+1
| | | | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jan 4 05:39:57 CET 2011 on sn-devel-104
* talloc: Typo fix for api docsBrad Hards2011-01-041-1/+1
|
* nsswitch Add talloc depencency for nsstestAndrew Bartlett2011-01-041-1/+1
| | | | | | | | | | | nsstest does not use talloc, but it includes talloc.h via includes.h, and so without this it cannot find the right internal header. This wasn't noticed before, as most linux developer boxes have a talloc.h. The issue was reported by Adam Tauno Williams <awilliam at whitemice.org> Andrew Bartlett
* s4-heimdal_build Remove talloc dep for krb5-glue.cAndrew Bartlett2011-01-041-6/+0
| | | | | | | This glue does not require any internal Samba functionality, just the same heimdal headers as the files it is providing a stub replacement for. Andrew Bartlett
* s4-heimdal_build Remove talloc dependency from hdb-glue.cAndrew Bartlett2011-01-041-6/+0
| | | | | | This file can compile with just heimdal headers. Andrew Bartlett
* s3:net_rpc_vampire_keytab: don't return -1 on success (bug #7899)Stefan Metzmacher2011-01-031-1/+0
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 3 19:05:11 CET 2011 on sn-devel-104
* s3-waf: fix the build.Günther Deschner2011-01-031-2/+4
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 3 18:19:01 CET 2011 on sn-devel-104
* lib/crypto: add aes_cfb8_encrypt()Stefan Metzmacher2011-01-032-0/+26
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 3 17:32:07 CET 2011 on sn-devel-104
* s3:librpc: use netsec_outgoing_sig_size() instead of a hardcoded signatureStefan Metzmacher2011-01-031-1/+4
| | | | | | size metze
* s4:gensec/schannel: use netsec_outgoing_sig_size() to get the signature sizeStefan Metzmacher2011-01-031-1/+6
| | | | metze
* libcli/auth: add netsec_outgoing_sig_size()Stefan Metzmacher2011-01-032-0/+15
| | | | | | | The size of the signature blob depends on the used algorithm. metze
* s4:dynconfig: Add prototypes to match dynconfig.cBrad Hards2011-01-032-20/+36
| | | | | | | | | Also, SCRIPTSBINDIR isn't really common with Samba3 dynconfig Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 3 13:25:04 CET 2011 on sn-devel-104
* s4:ldb: Make sample module implementation static.Brad Hards2011-01-031-2/+2
| | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 3 12:28:21 CET 2011 on sn-devel-104
* s4:ldb: Add prototype header.Brad Hards2011-01-031-0/+2
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* talloc: Fix warnings in test codeBrad Hards2011-01-033-3/+12
| | | | | | | | | | This should not change any behaviour - the intent is just to reduce the "nuisance" warnings. Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 3 11:12:39 CET 2011 on sn-devel-104
* s3:winbindd/idmap_ad.c: update my CMichael Adam2011-01-031-1/+1
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Jan 3 09:19:07 CET 2011 on sn-devel-104
* s3:winbindd/idmap_util.c: add my CMichael Adam2011-01-031-0/+1
|
* s3:winbindd/idmap.c: add my CMichael Adam2011-01-031-0/+1
|
* remove unnecessary use of pass.Jelmer Vernooij2011-01-031-8/+0
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Jan 3 08:21:12 CET 2011 on sn-devel-104
* pyldb: Fix memory reference error.Jelmer Vernooij2011-01-032-2/+6
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Jan 3 02:34:05 CET 2011 on sn-devel-104