summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* s4-smbtorture: fix test_GetPrinterDriverDirectory.Günther Deschner2009-02-061-2/+4
| | | | Guenther
* s4-smbtorture: fix test_GetPrinter.Günther Deschner2009-02-062-4/+8
| | | | Guenther
* s4-smbtorture: fix test_GetPrinter.Günther Deschner2009-02-061-2/+4
| | | | Guenther
* s4-smbtorture: fix test_GetJob.Günther Deschner2009-02-061-2/+4
| | | | Guenther
* s4:pyregistry: fix crash bugs introduced by ↵Stefan Metzmacher2009-02-061-2/+3
| | | | | | | | | e5a6eadd8214b56da34f733318a0fecaebbe5ef5 The registry api uses wild casts in the returned types, so we can't check the talloc name against the type used in the public api... metze
* s4:libcli/smb2: fix c++ warningStefan Metzmacher2009-02-051-1/+1
| | | | metze
* s4:auth/ntlm: fix c++ warningStefan Metzmacher2009-02-051-1/+1
| | | | metze
* s4:pyregistry: fix compiler warningsStefan Metzmacher2009-02-051-13/+16
| | | | metze
* s4:pyauth: fix compiler warningsStefan Metzmacher2009-02-051-1/+1
| | | | metze
* s4:pyrpc: fix compiler warningsStefan Metzmacher2009-02-051-3/+5
| | | | metze
* s4:pycredentials: fix compiler warningsStefan Metzmacher2009-02-052-26/+25
| | | | metze
* s4:pyldb: fix compiler warningsStefan Metzmacher2009-02-051-52/+85
| | | | metze
* s4:pyparam: fix compiler warningsStefan Metzmacher2009-02-051-15/+15
| | | | metze
* s4:lib/registry: fix c++ warningsStefan Metzmacher2009-02-052-8/+8
| | | | metze
* s4:build: remove not commited files under librpc/gen_ndr with make cleanStefan Metzmacher2009-02-051-1/+3
| | | | metze
* s4:pvfs_aio: fix compiler warningStefan Metzmacher2009-02-051-1/+1
| | | | metze
* LDAP-UPTODATEVECTOR: fix segfault against samba4 as serverStefan Metzmacher2009-02-052-1/+1
| | | | metze
* s4:pvfs: remove compiler warningStefan Metzmacher2009-02-051-2/+1
| | | | metze
* s4:pvfs: use talloc_get_type() to cast from void *Stefan Metzmacher2009-02-0517-49/+102
| | | | metze
* s4:pvfs: fix some talloc related compiler warningsStefan Metzmacher2009-02-054-4/+8
| | | | metze
* spoolss: move ndr spoolss helper to main librpc dir.Günther Deschner2009-02-052-535/+1
| | | | Guenther
* s4-smbtorture: in eventlog readlog test, print all records in a buffer.Günther Deschner2009-02-041-9/+26
| | | | Guenther
* s4:selftest: avoid hardcoded pathes in blackbox testsStefan Metzmacher2009-02-038-21/+25
| | | | metze
* s4:selftest: don't use hardcoded pathesStefan Metzmacher2009-02-031-18/+18
| | | | metze
* s4:lib/ldb: call ldb utils always via $VALGRIND ldbfoo$EXEEXT in the testsStefan Metzmacher2009-02-034-56/+56
| | | | metze
* librpc: add ndr_size_string_array().Günther Deschner2009-02-031-0/+23
| | | | Guenther
* s4:build: add a comment why we need CFLAG_NO_CAST_QUAL and ↵Stefan Metzmacher2009-02-021-4/+7
| | | | | | CFLAG_NO_UNUSED_MACROS metze
* s4:param: swig_ldb was renamed to pyldb in ↵Stefan Metzmacher2009-02-021-1/+1
| | | | | | d965ff05c9923c8a0e440e905d0d9fe662cc5db0 metze
* s4:scripting/python: we should not silence warnings on handwritten python ↵Stefan Metzmacher2009-02-021-1/+1
| | | | | | bindings metze
* s4:param: we should not silence warnings on handwritten python bindingsStefan Metzmacher2009-02-021-2/+0
| | | | metze
* s4:libcli: remove unused line in config.mkStefan Metzmacher2009-02-021-2/+0
| | | | metze