| Commit message (Expand) | Author | Age | Files | Lines |
* | r14541: separate smbsrv_request and ntvfs_request, | Stefan Metzmacher | 2007-10-10 | 10 | -702/+523 |
* | r14540: fix a talloc hierachie problem, | Stefan Metzmacher | 2007-10-10 | 5 | -73/+108 |
* | r14539: get rid of a pointless union layer in struct smb_notify | Andrew Tridgell | 2007-10-10 | 8 | -115/+113 |
* | r14538: ok, I have better used make valgrindtest my self... | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r14537: remove used file | Stefan Metzmacher | 2007-10-10 | 1 | -339/+0 |
* | r14536: add make gdbtest-all and make valgrindtest-all | Stefan Metzmacher | 2007-10-10 | 1 | -2/+15 |
* | r14535: Fix header installation | Jelmer Vernooij | 2007-10-10 | 2 | -2/+3 |
* | r14534: Update doco | Jelmer Vernooij | 2007-10-10 | 1 | -0/+3 |
* | r14533: Install pidl, remove some useless header dependencies | Jelmer Vernooij | 2007-10-10 | 1 | -6/+7 |
* | r14531: Install two extra header files | Jelmer Vernooij | 2007-10-10 | 2 | -1/+5 |
* | r14529: Include $(builddir) where necesary | Jelmer Vernooij | 2007-10-10 | 3 | -18/+19 |
* | r14528: Fix installation of manpages | Jelmer Vernooij | 2007-10-10 | 2 | -1/+3 |
* | r14527: Fix build problems. | Jelmer Vernooij | 2007-10-10 | 49 | -102/+148 |
* | r14526: fix the size of the output buffer, we need 1 byte for the Word count | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r14525: Sort list of torture tests alphabetically | Jelmer Vernooij | 2007-10-10 | 1 | -19/+16 |
* | r14524: Make TORTURE_NET a separate module | Jelmer Vernooij | 2007-10-10 | 5 | -22/+60 |
* | r14523: make async search request possible | Stefan Metzmacher | 2007-10-10 | 1 | -26/+60 |
* | r14520: Split up smbtorture binary into a core (torture.c) and UI frontend (s... | Jelmer Vernooij | 2007-10-10 | 4 | -356/+417 |
* | r14519: Put base registration in a seperate file, as well as some | Jelmer Vernooij | 2007-10-10 | 5 | -1602/+1648 |
* | r14518: Support STANDARD_VISIBILITY property on binaries | Jelmer Vernooij | 2007-10-10 | 3 | -3/+3 |
* | r14517: Put Modulesdir: line in .pc files, so 3rd parties know where to install | Jelmer Vernooij | 2007-10-10 | 1 | -3/+11 |
* | r14516: dynconfig fixes | Jelmer Vernooij | 2007-10-10 | 1 | -1/+3 |
* | r14511: Install more headers | Jelmer Vernooij | 2007-10-10 | 17 | -23/+47 |
* | r14504: make trans and trans2 able to use async ntvfs backends | Stefan Metzmacher | 2007-10-10 | 1 | -408/+534 |
* | r14502: Supply both needed arguments for the backend logoff processing. | Andrew Bartlett | 2007-10-10 | 1 | -0/+2 |
* | r14501: Re-add nicely working hack to allow running from the builddir | Jelmer Vernooij | 2007-10-10 | 1 | -0/+5 |
* | r14500: Make some more functions public | Jelmer Vernooij | 2007-10-10 | 4 | -3/+4 |
* | r14499: Remove dynconfig hack for now - it caused a recompile of the | Jelmer Vernooij | 2007-10-10 | 4 | -34/+40 |
* | r14498: Revert part of my commit that removed support for compilers that | Jelmer Vernooij | 2007-10-10 | 1 | -0/+12 |
* | r14497: Fix build with shared libraries | Jelmer Vernooij | 2007-10-10 | 11 | -27/+39 |
* | r14494: Add comments to clarify that we deliberatly fall though here | Andrew Bartlett | 2007-10-10 | 1 | -1/+4 |
* | r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now. | Jelmer Vernooij | 2007-10-10 | 22 | -118/+132 |
* | r14491: Allow building more output outside of the Samba source tree | Jelmer Vernooij | 2007-10-10 | 3 | -5/+26 |
* | r14488: Install more headers. | Jelmer Vernooij | 2007-10-10 | 13 | -54/+114 |
* | r14487: split smbsrv_request into two parts, one will be moved to ntvfs_request | Stefan Metzmacher | 2007-10-10 | 16 | -91/+182 |
* | r14486: remove the need of a stream_connection on a dcesrv_connection, | Stefan Metzmacher | 2007-10-10 | 5 | -15/+99 |
* | r14485: mark smb commands as need session and need tcon explicit, | Stefan Metzmacher | 2007-10-10 | 3 | -122/+76 |
* | r14484: Install more headers | Jelmer Vernooij | 2007-10-10 | 16 | -32/+67 |
* | r14483: Allow subsystems with just a public prototype header, no private ones | Jelmer Vernooij | 2007-10-10 | 2 | -5/+15 |
* | r14481: Change paths in headers on the fly when installing. Adds a simple text | Jelmer Vernooij | 2007-10-10 | 2 | -8/+117 |
* | r14479: Cope with _PUBLIC_ not being defined. Needed for when external projects | Jelmer Vernooij | 2007-10-10 | 1 | -0/+4 |
* | r14478: Remove unused proto_objs variable | Jelmer Vernooij | 2007-10-10 | 1 | -21/+0 |
* | r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone. | Jelmer Vernooij | 2007-10-10 | 24 | -158/+0 |
* | r14473: Modern splint has no problems with immediate structures. | Jelmer Vernooij | 2007-10-10 | 1 | -18/+0 |
* | r14472: fix typo | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
* | r14471: Convert installheader script to perl | Jelmer Vernooij | 2007-10-10 | 3 | -27/+45 |
* | r14470: Remove some unnecessary headers. | Jelmer Vernooij | 2007-10-10 | 54 | -60/+6 |
* | r14469: Don't the variable INSTALLDIR for two different things... | Jelmer Vernooij | 2007-10-10 | 2 | -12/+12 |
* | r14465: kludge_acl -> async | Simo Sorce | 2007-10-10 | 1 | -2/+114 |
* | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 2007-10-10 | 154 | -73/+181 |