summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2009-02-13Fix the build. When you do "make distclean; ./autogen; ./configure; make" and...Jeremy Allison1-0/+4
2009-02-13s4:configure: require the same version for external and internal libteventStefan Metzmacher1-1/+1
2009-02-13s4:lib/socket: add socket_address_copy()Stefan Metzmacher2-0/+35
2009-02-13s4:ldb_ildap: remove compiler warningsStefan Metzmacher1-4/+9
2009-02-13s4:libcli/ldap: use const char * const *attributes as in all other placesStefan Metzmacher2-2/+2
2009-02-13s4:ntvfs_generic: use talloc_get_type() to remote compiler warningsStefan Metzmacher1-3/+5
2009-02-13s4:torture/samba3rpc: fix the build after get_myname() changesStefan Metzmacher1-3/+3
2009-02-13Remove the s4 version of smbspool.cVolker Lendecke1-353/+0
2009-02-13Replace get_myname() with the talloc version from v3-3-testVolker Lendecke2-4/+4
2009-02-13Remove useless invocation of messaging_init() in RPC-PAC testAndrew Bartlett1-9/+0
2009-02-13Push sam_get_server_info_principal into the auth subsystemAndrew Bartlett8-63/+122
2009-02-13Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett22-110/+230
2009-02-12Fix Coverity ID 871 -- do not dereference "sp" before checking for NULLVolker Lendecke1-1/+3
2009-02-12Fix Coverity ID 872 -- we have alread dereferenced "ac" 2 lines aboveVolker Lendecke1-1/+1
2009-02-12Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij5-18/+579
2009-02-12Provide a SamDB TestCase-class that can be used by OpenChange.Jelmer Vernooij1-0/+10
2009-02-12Use created loadparm context, rather than the one specified on the command-line.Jelmer Vernooij1-2/+2
2009-02-11s4-smbtorture: fix the build of the ndr spoolss tester.Günther Deschner1-4/+4
2009-02-11s4-spoolss: fix rpc_server stub names for opnum 0x42 and 0x43.Günther Deschner1-6/+6
2009-02-11s4 torture: Smbtorture additions for Windows BRLZack Kirsch2-5/+568
2009-02-11s4 torture: Two minor fixes to smbtorture BRL tests.Zack Kirsch2-3/+1
2009-02-11Catch specific exceptions, rather than catching everything, which might hide ...Jelmer Vernooij1-3/+3
2009-02-11Use convenience function for finding setup dir in SaMDB tests.Jelmer Vernooij1-2/+2
2009-02-11Use convenience function for finding setup_dir based on location ofJelmer Vernooij4-5/+23
2009-02-11Move some samdb-specific code out of provision.Jelmer Vernooij2-6/+10
2009-02-11Make it possible to override the setup path.Jelmer Vernooij1-9/+11
2009-02-11Cancel transactions when exceptions are raised.Jelmer Vernooij2-83/+93
2009-02-11--interactive doesn't take any argument.Jelmer Vernooij1-1/+1
2009-02-10s4 torture: Change nttransrename to use a normal access maskTim Prouty1-1/+1
2009-02-10s4-spoolss: fix dcerpc_spoolss_ReplyOpenPrinter caller.Günther Deschner1-2/+2
2009-02-10s4-smbtorture: fix SPOOLSS test w.r.t. spoolss_ReplyOpenPrinter.Günther Deschner1-2/+2
2009-02-10added a workaround to the handling of unicodePwd for Win7-betaAndrew Tridgell1-1/+30
2009-02-10fixed two problems with the DsRGetDCNameEx2 call, as used byAndrew Tridgell1-3/+9
2009-02-09Revert "Fix errornos assumption that all compilers are gcc"Jelmer Vernooij1-1/+1
2009-02-09Fix errornos assumption that all compilers are gccTorgeir Lerkerod1-1/+1
2009-02-09s4/wrepl_server: Fix typo in comment.Karolin Seeger1-2/+2
2009-02-09s4:Makefile: fix PUBLIC_HEADERS typoStefan Metzmacher1-1/+1
2009-02-07s4-smbtorture: fix test_EnumJobs in spoolss win test.Günther Deschner1-0/+2
2009-02-07s4-spoolss: try to fix dcesrv_spoolss_GetPrinterData.Günther Deschner1-0/+3
2009-02-07s4-smbtorture: fix valgrind warnings in RPC-SPOOLSS_WIN test.Günther Deschner1-0/+2
2009-02-06s4-spoolss: fix dcesrv_spoolss_GetPrinterData.Günther Deschner1-2/+2
2009-02-06s4-spoolss: fix sptr_GetPrintServerData.Günther Deschner1-13/+13
2009-02-06s4-smbtorture: fix test_GetPrinterData.Günther Deschner2-0/+4
2009-02-06s4-spoolss: fix spoolss server w.r.t. needed out pointers (+ remove tmp macro).Günther Deschner1-13/+11
2009-02-06s4-smbtorture: fix spoolss enum tests.Günther Deschner3-27/+58
2009-02-06s4-spoolss: fix s4 spoolss server build (using a temp macro).Günther Deschner1-6/+8
2009-02-06s4-smbtorture: fix test_EnumPrinterKey.Günther Deschner1-3/+5
2009-02-06s4-smbtorture: fix test_EnumPrinterDataEx.Günther Deschner2-2/+12
2009-02-06s4-smbtorture: fix test_GetPrinterDataEx.Günther Deschner1-1/+6
2009-02-06s4-smbtorture: fix test_GetPrinterDriver2.Günther Deschner2-1/+13