summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14554: Write out header dependencies. This means all C files affected will beJelmer Vernooij14-57/+69
2007-10-10r14553: Use double colon feature in the makefile (supported by all buildfarm ...Jelmer Vernooij3-3/+3
2007-10-10r14552: Remove old dependency codeJelmer Vernooij2-17/+3
2007-10-10r14551: Include path (./) for some older makes.Jelmer Vernooij1-2/+2
2007-10-10r14550: Fix testsJelmer Vernooij2-8/+8
2007-10-10r14549: Use make-compatible syntax in extra_cflags.txt so we can avoidJelmer Vernooij2-3/+8
2007-10-10r14548: fix build after generated prototypesAlexander Bokovoy1-0/+1
2007-10-10r14547: Don't install pidl - it fails on the buildfarm as it doesn't obey $PR...Jelmer Vernooij1-3/+3
2007-10-10r14546: Install pidl in the same location as all other binaries.Jelmer Vernooij1-1/+1
2007-10-10r14545: Fix make dependency warning.Jelmer Vernooij1-14/+9
2007-10-10r14544: Remove exchange-specific files.Jelmer Vernooij3-338/+1
2007-10-10r14543: Fix some build dependency problems caused by the use of $(builddir)Jelmer Vernooij2-18/+18
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij92-17/+146
2007-10-10r14541: separate smbsrv_request and ntvfs_request,Stefan Metzmacher10-702/+523
2007-10-10r14540: fix a talloc hierachie problem,Stefan Metzmacher5-73/+108
2007-10-10r14539: get rid of a pointless union layer in struct smb_notifyAndrew Tridgell8-115/+113
2007-10-10r14538: ok, I have better used make valgrindtest my self...Stefan Metzmacher1-1/+1
2007-10-10r14537: remove used fileStefan Metzmacher1-339/+0
2007-10-10r14536: add make gdbtest-all and make valgrindtest-allStefan Metzmacher1-2/+15
2007-10-10r14535: Fix header installationJelmer Vernooij2-2/+3
2007-10-10r14534: Update docoJelmer Vernooij1-0/+3
2007-10-10r14533: Install pidl, remove some useless header dependenciesJelmer Vernooij1-6/+7
2007-10-10r14531: Install two extra header filesJelmer Vernooij2-1/+5
2007-10-10r14529: Include $(builddir) where necesaryJelmer Vernooij3-18/+19
2007-10-10r14528: Fix installation of manpagesJelmer Vernooij2-1/+3
2007-10-10r14527: Fix build problems.Jelmer Vernooij49-102/+148
2007-10-10r14526: fix the size of the output buffer, we need 1 byte for the Word countStefan Metzmacher1-1/+1
2007-10-10r14525: Sort list of torture tests alphabeticallyJelmer Vernooij1-19/+16
2007-10-10r14524: Make TORTURE_NET a separate moduleJelmer Vernooij5-22/+60
2007-10-10r14523: make async search request possibleStefan Metzmacher1-26/+60
2007-10-10r14520: Split up smbtorture binary into a core (torture.c) and UI frontend (s...Jelmer Vernooij4-356/+417
2007-10-10r14519: Put base registration in a seperate file, as well as someJelmer Vernooij5-1602/+1648
2007-10-10r14518: Support STANDARD_VISIBILITY property on binariesJelmer Vernooij3-3/+3
2007-10-10r14517: Put Modulesdir: line in .pc files, so 3rd parties know where to installJelmer Vernooij1-3/+11
2007-10-10r14516: dynconfig fixesJelmer Vernooij1-1/+3
2007-10-10r14511: Install more headersJelmer Vernooij17-23/+47
2007-10-10r14504: make trans and trans2 able to use async ntvfs backendsStefan Metzmacher1-408/+534
2007-10-10r14502: Supply both needed arguments for the backend logoff processing.Andrew Bartlett1-0/+2
2007-10-10r14501: Re-add nicely working hack to allow running from the builddirJelmer Vernooij1-0/+5
2007-10-10r14500: Make some more functions publicJelmer Vernooij4-3/+4
2007-10-10r14499: Remove dynconfig hack for now - it caused a recompile of theJelmer Vernooij4-34/+40
2007-10-10r14498: Revert part of my commit that removed support for compilers thatJelmer Vernooij1-0/+12
2007-10-10r14497: Fix build with shared librariesJelmer Vernooij11-27/+39
2007-10-10r14494: Add comments to clarify that we deliberatly fall though hereAndrew Bartlett1-1/+4
2007-10-10r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij22-118/+132
2007-10-10r14491: Allow building more output outside of the Samba source treeJelmer Vernooij3-5/+26
2007-10-10r14488: Install more headers.Jelmer Vernooij13-54/+114
2007-10-10r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher16-91/+182
2007-10-10r14486: remove the need of a stream_connection on a dcesrv_connection,Stefan Metzmacher5-15/+99
2007-10-10r14485: mark smb commands as need session and need tcon explicit,Stefan Metzmacher3-122/+76