1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-31 12:23:52 +03:00
Commit Graph

19 Commits

Author SHA1 Message Date
Andrew Tridgell
b0132e94fc r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
Jeremy Allison
407e6e695b r23779: Change from v2 or later to v3 or later.
Jeremy.
2007-10-10 12:28:20 -05:00
Volker Lendecke
fd82f185a2 r17363: Some C++ warnings 2007-10-10 11:38:28 -05:00
Tim Potter
985dbb47d9 r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore. 2007-10-10 11:00:11 -05:00
Volker Lendecke
6d431eb676 r7902: Fix the build 2007-10-10 10:58:02 -05:00
Jeremy Allison
9506b8e145 r7882: Looks like a large patch - but what it actually does is make Samba
safe for using our headers and linking with C++ modules. Stops us
from using C++ reserved keywords in our code.
Jeremy
2007-10-10 10:58:00 -05:00
Volker Lendecke
3db2799822 r6640: Attempt to fix 'make everything' with the paranoid malloc checker.
Volker
2007-10-10 10:56:49 -05:00
Gerald Carter
3f12dbb1cf r5749: fix some build issues 2007-10-10 10:55:59 -05:00
Volker Lendecke
a13e088493 Two trivial warnings
Volker
-
Andrew Bartlett
0c83712692 Merge torture tests from HEAD - it looks like we had rather an incomplete
merge last time.  I hope this might fix a few failures on the build farm too.

Andrew Bartlett
-
Gerald Carter
b6a7704888 merge in metze' smbcquotas patch from HEAD -
Andrew Tridgell
03ac082dcb updated the 3.0 branch from the head branch - ready for alpha18 -
Tim Potter
fd8b3009eb Fixed some compile warnings. -
Andrew Tridgell
b71a729e14 fixed NBENCH code for NT4 server ntcreatex semantics -
Andrew Tridgell
10ee1d22e6 - only show 1 cleanup msg per client
- show client count in progress
-
Andrew Tridgell
2c67b266cc fixed the directory removal for when the dir doesn't exit -
Andrew Tridgell
36f816a5e1 rewrote smbtorture to use the new dbench 2 format and methods -
Tim Potter
6a58c9bd06 Removed version number from file header.
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
-
Andrew Tridgell
dd12c47645 moved all our torture code to a separate directory -