summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r14529: Include $(builddir) where necesaryJelmer Vernooij2007-10-103-18/+19
| | | | (This used to be commit ee49674dc6cbda95590409541703c36534b195b3)
* r14528: Fix installation of manpagesJelmer Vernooij2007-10-102-1/+3
| | | | (This used to be commit b96aa4ce2a9918bcbe5d0c498fd7a964253817b5)
* r14527: Fix build problems.Jelmer Vernooij2007-10-1049-102/+148
| | | | (This used to be commit 863ca4014d9b821706ee90f58ab5d5cf3899a4c7)
* r14526: fix the size of the output buffer, we need 1 byte for the Word countStefan Metzmacher2007-10-101-1/+1
| | | | | | | | | | | now smbsrv_setup_reply() and req_setup_chain_reply() do the same thing tridge: can you please check if this is correct, I wonder why we don't got valgrind errors... as the over allocation is disabled currently metze (This used to be commit 3441a4a74fb324a4dfbca13219df4c55ebcfbf6c)
* r14525: Sort list of torture tests alphabeticallyJelmer Vernooij2007-10-101-19/+16
| | | | (This used to be commit 48941ecc870ac96a944beb5657950ad3ec1f1f11)
* r14524: Make TORTURE_NET a separate moduleJelmer Vernooij2007-10-105-22/+60
| | | | | | Add new header for torture utility functions, so torture.h doesn't need to depend on the SMB libraries (This used to be commit ab162bcafc666f226332d4678b0875139a0d65c2)
* r14523: make async search request possibleStefan Metzmacher2007-10-101-26/+60
| | | | | metze (This used to be commit f130632dc58b7afc8270c1bc8a13e3451f8d9ec0)
* r14520: Split up smbtorture binary into a core (torture.c) and UI frontend ↵Jelmer Vernooij2007-10-104-356/+417
| | | | | | (smbtorture.c) (This used to be commit 7f9c11e7b1d7f6ce943900860febe0f43ea6548e)
* r14519: Put base registration in a seperate file, as well as someJelmer Vernooij2007-10-105-1602/+1648
| | | | | of the base tests that were currently in torture.c (This used to be commit 4e7c3c7e1fe383b37d90954982e8bf150a06663a)
* r14518: Support STANDARD_VISIBILITY property on binariesJelmer Vernooij2007-10-103-3/+3
| | | | (This used to be commit 2550f47030e00381b0a2d1a46dfdcc6c3783b64f)
* r14517: Put Modulesdir: line in .pc files, so 3rd parties know where to installJelmer Vernooij2007-10-101-3/+11
| | | | | their modules. (This used to be commit 2cb96e08f3c69f21ed14b12d79f441628a790ce6)
* r14516: dynconfig fixesJelmer Vernooij2007-10-101-1/+3
| | | | (This used to be commit c7f6b0801da00d6eeb846f63a39b656f02b7a6e8)
* r14511: Install more headersJelmer Vernooij2007-10-1017-23/+47
| | | | (This used to be commit e1f896948fad8cf5a1aec300865c250c5721ee7d)
* r14504: make trans and trans2 able to use async ntvfs backendsStefan Metzmacher2007-10-101-408/+534
| | | | | | | tridge: can you review this please metze (This used to be commit f2e9b2c3a2304320ac090549815b174887b3e466)
* r14502: Supply both needed arguments for the backend logoff processing.Andrew Bartlett2007-10-101-0/+2
| | | | | | | | | This should fix the segfaults on the build farm. Metze: please check Andrew Bartlett (This used to be commit fb927a71173eba2bd33bbb9ea589b63f5e33b3f2)
* r14501: Re-add nicely working hack to allow running from the builddirJelmer Vernooij2007-10-101-0/+5
| | | | | (including modules, codepages and ejs!) without installing. (This used to be commit cdff0a63fe13197b63f022a4d1460a232cec7051)
* r14500: Make some more functions publicJelmer Vernooij2007-10-104-3/+4
| | | | (This used to be commit 867fc489228a827fae08de3969e0db2a22192609)
* r14499: Remove dynconfig hack for now - it caused a recompile of theJelmer Vernooij2007-10-104-34/+40
| | | | | | asn1 compiler every time a .mk file changed, thus causing the recompilation of the files generated from ASN1. (This used to be commit 4cd1e017e335818ef4585ff1096cb9968d14399f)
* r14498: Revert part of my commit that removed support for compilers thatJelmer Vernooij2007-10-101-0/+12
| | | | | don't support immediate structures (This used to be commit 657a893b25bc6669f016a9d251e07120d025f436)
* r14497: Fix build with shared librariesJelmer Vernooij2007-10-1011-27/+39
| | | | (This used to be commit c74fc55831ca24819ae7f5e0920d0351e2b46a08)
* r14494: Add comments to clarify that we deliberatly fall though hereAndrew Bartlett2007-10-101-1/+4
| | | | | Andrew Bartlett (This used to be commit ead4087ac878d2317e5331fc9e12503994195a73)
* r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij2007-10-1022-118/+132
| | | | (This used to be commit 4682bc5ce047d81586447b9df82c91ed1fe677cf)
* r14491: Allow building more output outside of the Samba source treeJelmer Vernooij2007-10-103-5/+26
| | | | (This used to be commit 272ca8e636cc5043279ff247fc8d5693a9181992)
* r14488: Install more headers.Jelmer Vernooij2007-10-1013-54/+114
| | | | | | | Generate different #include lines in pidl depending on whether we're building inside or outside of the Samba tree (useful for 3rd-party projects). (This used to be commit 0c188833154c1fe565cb1735909e408a4a1a6049)
* r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher2007-10-1016-91/+182
| | | | | | | but I don't to get the commit to large, to I'll do this tomorrow... metze (This used to be commit 10e627032d7d04f1ebf6efed248c426614f5aa6f)
* r14486: remove the need of a stream_connection on a dcesrv_connection,Stefan Metzmacher2007-10-105-15/+99
| | | | | | | | and let the transport set callbacks for getting the own and peer socket_address metze (This used to be commit 56fac3ddbbeecb834e5c7a439df344e11fe12a7b)
* r14485: mark smb commands as need session and need tcon explicit,Stefan Metzmacher2007-10-103-122/+76
| | | | | | | | so we only need to check in one global place and can't forget in other places... metze (This used to be commit 742be8e075651c3b7e502ec6da01286fd7a2d4ca)
* r14484: Install more headersJelmer Vernooij2007-10-1016-32/+67
| | | | (This used to be commit 430c6516d383bfd7f27287394bf8eef9f174b3e6)
* r14483: Allow subsystems with just a public prototype header, no private onesJelmer Vernooij2007-10-102-5/+15
| | | | (This used to be commit bb6541126c94b33e4a24d9f036655b55b704923b)
* r14481: Change paths in headers on the fly when installing. Adds a simple textJelmer Vernooij2007-10-102-8/+117
| | | | | file that contains the paths where headers need to be installed. (This used to be commit c3d975f4dce85245c7ba2b159c1128711d828291)
* r14479: Cope with _PUBLIC_ not being defined. Needed for when external projectsJelmer Vernooij2007-10-101-0/+4
| | | | | include this header. (This used to be commit 9bfc3c2537eb7183ba722c8c83248521c2126109)
* r14478: Remove unused proto_objs variableJelmer Vernooij2007-10-101-21/+0
| | | | (This used to be commit acd23e351e92c59c4bbc12c06d0686e355fa82e8)
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-1024-158/+0
| | | | (This used to be commit 9c37f847d32d2f327a88c53a90af0c73126b76be)
* r14473: Modern splint has no problems with immediate structures.Jelmer Vernooij2007-10-101-18/+0
| | | | (This used to be commit 6046dd822078cf5daa1a00c90fab998608e6872a)
* r14472: fix typoStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 7713a5333edc11cc4fb76211509e5c0c368f9592)
* r14471: Convert installheader script to perlJelmer Vernooij2007-10-103-27/+45
| | | | (This used to be commit c6a478a1af38cad5622d3c3c53a7a99f9770b169)
* r14470: Remove some unnecessary headers.Jelmer Vernooij2007-10-1054-60/+6
| | | | (This used to be commit f7312dab3b9aba2b2b82e8a6e0c483a32a03a63a)
* r14469: Don't the variable INSTALLDIR for two different things...Jelmer Vernooij2007-10-102-12/+12
| | | | (This used to be commit fd47e975a4c4d225e7513b6dd2223a8eac9b4348)
* r14465: kludge_acl -> asyncSimo Sorce2007-10-101-2/+114
| | | | (This used to be commit b91b19131814abb4291c0bf7b13149060d6e9e62)
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-10154-73/+181
| | | | | try to include just the BASENAME.h files (containing only structs) (This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd)
* r14459: Make this async compatibleSimo Sorce2007-10-101-8/+13
| | | | (This used to be commit a71d762acff73a5ba11927a3afbcbf404314aa24)
* r14458: extended_dn -> asyncSimo Sorce2007-10-101-11/+146
| | | | (This used to be commit 716c475999fce895392ba774ae9a15b8654334ba)
* r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher2007-10-1019-144/+214
| | | | | metze (This used to be commit 5709c1c4e1a561dd9af98cfefbbbdac9b18765b7)
* r14455: also add the:Stefan Metzmacher2007-10-102-4/+10
| | | | | | | | | | | | #ifndef FOO #define FOO ... #endif to the client headers metze (This used to be commit c0dd773537bda9980e77eb6eda848161b7df82e5)
* r14447: remove unused stuffStefan Metzmacher2007-10-101-2/+0
| | | | | metze (This used to be commit 4df843658f0cc22af44946fa2d965816ff53df6d)
* r14446: demonstrate the notifies on files are not allowedStefan Metzmacher2007-10-101-16/+92
| | | | | metze (This used to be commit 74868726ae4fd8010c2e10d2f300b9725ca7ab33)
* r14445: add FILE_NOTIFY_CHANGE_STREAM_* flags from:Stefan Metzmacher2007-10-102-11/+21
| | | | | | | | | http://ubiqx.org/cifs/rfc-draft/draft-leach-cifs-v1-spec-02.html#s4.3.7 tridge: there's also the buffering documented... metze (This used to be commit f1bdca23838d23fbad7f1576c182688b7cd9b73d)
* r14444: - make clear that a canceled notify directly returns without any ↵Stefan Metzmacher2007-10-101-16/+42
| | | | | | | | | | other event - test mkdir - rmdir - mkdir - rmdir sequence, this gets 4 notify events back - add some comments to the multiple directory handle and buffered cases metze (This used to be commit e2b3816212b9c209d9f74f87c5cd72ca0d38c2e6)
* r14442: the ACB_ flags are 32 bit...Stefan Metzmacher2007-10-101-4/+4
| | | | | metze (This used to be commit a653ebd15da09a7e085338400925a6bbeb3cb316)
* r14441: try to get more hosts on the build farm pass the ↵Stefan Metzmacher2007-10-101-2/+2
| | | | | | | NBT-WINSREPLICATION-OWNED test metze (This used to be commit 7fa5ae8cce16f22d8959519a67ba4894ddbb6b9d)