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