summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* s4:ldb_ildap: remove compiler warningsStefan Metzmacher2009-02-131-4/+9
| | | | metze
* s4:libcli/ldap: use const char * const *attributes as in all other placesStefan Metzmacher2009-02-132-2/+2
| | | | metze
* s4:ntvfs_generic: use talloc_get_type() to remote compiler warningsStefan Metzmacher2009-02-131-3/+5
| | | | metze
* s4:torture/samba3rpc: fix the build after get_myname() changesStefan Metzmacher2009-02-131-3/+3
| | | | metze
* Remove the s4 version of smbspool.cVolker Lendecke2009-02-131-353/+0
|
* Replace get_myname() with the talloc version from v3-3-testVolker Lendecke2009-02-132-4/+4
|
* Remove useless invocation of messaging_init() in RPC-PAC testAndrew Bartlett2009-02-131-9/+0
|
* Push sam_get_server_info_principal into the auth subsystemAndrew Bartlett2009-02-138-63/+122
| | | | | | | | | This means it must be accessed via the supplied auth_context in the GENSEC server, and should remove the hard depenceny of GENSEC on the auth subsystem and ldb (allowing LDB not to rely on LDB is considered a good thing, apparently) Andrew Bartlett
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-1322-110/+230
| | | | | | | | | | | When starting GENSEC on the server, the auth subsystem context must be passed in, which now includes function pointers to the key elements. This should (when the other dependencies are fixed up) allow GENSEC to exist as a client or server library without bundling in too much of our server code. Andrew Bartlett
* Fix Coverity ID 871 -- do not dereference "sp" before checking for NULLVolker Lendecke2009-02-121-1/+3
|
* Fix Coverity ID 872 -- we have alread dereferenced "ac" 2 lines aboveVolker Lendecke2009-02-121-1/+1
|
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-02-125-18/+579
|\
| * s4-smbtorture: fix the build of the ndr spoolss tester.Günther Deschner2009-02-111-4/+4
| | | | | | | | Guenther
| * s4-spoolss: fix rpc_server stub names for opnum 0x42 and 0x43.Günther Deschner2009-02-111-6/+6
| | | | | | | | Guenther
| * s4 torture: Smbtorture additions for Windows BRLZack Kirsch2009-02-112-5/+568
| | | | | | | | | | | | - Adds a few new BRL tests to RAW-LOCK - Adds a "win7" target to allow torture to handle protocol changes in windows 7
| * s4 torture: Two minor fixes to smbtorture BRL tests.Zack Kirsch2009-02-112-3/+1
| |
* | Provide a SamDB TestCase-class that can be used by OpenChange.Jelmer Vernooij2009-02-121-0/+10
| |
* | Use created loadparm context, rather than the one specified on the command-line.Jelmer Vernooij2009-02-121-2/+2
| |
* | Catch specific exceptions, rather than catching everything, which might hide ↵Jelmer Vernooij2009-02-111-3/+3
|/ | | | other exceptions silently.
* Use convenience function for finding setup dir in SaMDB tests.Jelmer Vernooij2009-02-111-2/+2
|
* Use convenience function for finding setup_dir based on location ofJelmer Vernooij2009-02-114-5/+23
| | | | python module.
* Move some samdb-specific code out of provision.Jelmer Vernooij2009-02-112-6/+10
|
* Make it possible to override the setup path.Jelmer Vernooij2009-02-111-9/+11
|
* Cancel transactions when exceptions are raised.Jelmer Vernooij2009-02-112-83/+93
|
* --interactive doesn't take any argument.Jelmer Vernooij2009-02-111-1/+1
|
* s4 torture: Change nttransrename to use a normal access maskTim Prouty2009-02-101-1/+1
| | | | batch9 already tests for stat-only opens
* s4-spoolss: fix dcerpc_spoolss_ReplyOpenPrinter caller.Günther Deschner2009-02-101-2/+2
| | | | Guenther
* s4-smbtorture: fix SPOOLSS test w.r.t. spoolss_ReplyOpenPrinter.Günther Deschner2009-02-101-2/+2
| | | | Guenther
* added a workaround to the handling of unicodePwd for Win7-betaAndrew Tridgell2009-02-101-1/+30
| | | | | | | | | | | | | | | | | | The Win7-beta domain process has changed. It no longer uses SAMR for setting the password, and instead uses a ldap modify on a SASL encrypted ldap connection. We didn't handle that as the unicodePwd attribute has a dual use, holding the nt style MD4 hases for DRS replication, but holding a UTF-16 plaintext password for a LDAP modify. This patch copes with the ldap unicodePwd modify by recognising the format and creating the correct attributes on the fly. Note that this assumes we will never get a unicodePwd attribute set in NT MD4 format with the first 2 and last 2 bytes set to 0x22 0x00. Andrew Bartlett is looking at a more robust solution, possibly using a flag to say that this modify came via ldap, and not internal ldb calls.
* fixed two problems with the DsRGetDCNameEx2 call, as used byAndrew Tridgell2009-02-101-3/+9
| | | | | | | | | | | | Win7-beta. The first problem is that we removed the dnsDomain attribute a while back, so we were returning NULL for two fields. We now return the realm. The second problem is that Win7-beta sends the domain in the form the user typed it, so it may be in either the short or long form. We check for the short form and convert if needed.
* Revert "Fix errornos assumption that all compilers are gcc"Jelmer Vernooij2009-02-091-1/+1
| | | | | | This breaks (some?) files with gcc. This reverts commit 98a4327b19e83ffad4e0be7e8895fdbd9e48d49f.
* Fix errornos assumption that all compilers are gccTorgeir Lerkerod2009-02-091-1/+1
| | | | | | | | | | When compiling Samba 4's IDL files buildsystem assumes that compiler knows about -xc, which is a gcc spesefic switch as this switch isn't needed on gcc either the flag was uneeded and can be removed. Thus no warnings on non gcc systems. Signed-off-by: Torgeir Lerkerod <Torgeir.Lerkerod@gmail.com> Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4/wrepl_server: Fix typo in comment.Karolin Seeger2009-02-091-2/+2
| | | | Karolin
* s4:Makefile: fix PUBLIC_HEADERS typoStefan Metzmacher2009-02-091-1/+1
| | | | metze
* s4-smbtorture: fix test_EnumJobs in spoolss win test.Günther Deschner2009-02-071-0/+2
| | | | Guenther
* s4-spoolss: try to fix dcesrv_spoolss_GetPrinterData.Günther Deschner2009-02-071-0/+3
| | | | Guenther
* s4-smbtorture: fix valgrind warnings in RPC-SPOOLSS_WIN test.Günther Deschner2009-02-071-0/+2
| | | | Guenther
* s4-spoolss: fix dcesrv_spoolss_GetPrinterData.Günther Deschner2009-02-061-2/+2
| | | | Guenther
* s4-spoolss: fix sptr_GetPrintServerData.Günther Deschner2009-02-061-13/+13
| | | | Guenther
* s4-smbtorture: fix test_GetPrinterData.Günther Deschner2009-02-062-0/+4
| | | | Guenther
* s4-spoolss: fix spoolss server w.r.t. needed out pointers (+ remove tmp macro).Günther Deschner2009-02-061-13/+11
| | | | Guenther
* s4-smbtorture: fix spoolss enum tests.Günther Deschner2009-02-063-27/+58
| | | | Guenther
* s4-spoolss: fix s4 spoolss server build (using a temp macro).Günther Deschner2009-02-061-6/+8
| | | | Guenther
* s4-smbtorture: fix test_EnumPrinterKey.Günther Deschner2009-02-061-3/+5
| | | | Guenther
* s4-smbtorture: fix test_EnumPrinterDataEx.Günther Deschner2009-02-062-2/+12
| | | | Guenther
* s4-smbtorture: fix test_GetPrinterDataEx.Günther Deschner2009-02-061-1/+6
| | | | Guenther
* s4-smbtorture: fix test_GetPrinterDriver2.Günther Deschner2009-02-062-1/+13
| | | | Guenther
* s4-smbtorture: fix test_GetForm.Günther Deschner2009-02-061-2/+4
| | | | Guenther
* s4-smbtorture: fix test_DoPrintTest.Günther Deschner2009-02-061-0/+2
| | | | Guenther
* s4-smbtorture: fix test_DoPrintTest.Günther Deschner2009-02-061-2/+1
| | | | Guenther