summaryrefslogtreecommitdiff
path: root/source3/torture/denytest.c
AgeCommit message (Collapse)AuthorFilesLines
2003-03-06Make smbtorture use the same cli_full_connection() framework as the rest ofAndrew Bartlett1-27/+27
Samba. This fixes things like not doing *SMBSERVER etc. Andrew Bartlett (This used to be commit 8863ff863c1da42aa6b8718f315c608d9d9067c6)
2003-01-02BIG patch...Andrew Bartlett1-10/+10
This patch makes Samba compile cleanly with -Wwrite-strings. - That is, all string literals are marked as 'const'. These strings are always read only, this just marks them as such for passing to other functions. What is most supprising is that I didn't need to change more than a few lines of code (all in 'net', which got a small cleanup of net.h and extern variables). The rest is just adding a lot of 'const'. As far as I can tell, I have not added any new warnings - apart from making all of tdbutil.c's function const (so they warn for adding that const string to struct). Andrew Bartlett (This used to be commit 92a777d0eaa4fb3a1c7835816f93c6bdd456816d)
2002-03-05show a progress bar during the deny testsAndrew Tridgell1-0/+11
(This used to be commit c2c8c4e713c362d0c6864c6359d90cf6b218e545)
2002-01-30Removed version number from file header.Tim Potter1-2/+1
Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
2001-09-06- fixed proto.h build on systems using a parallel makeAndrew Tridgell1-0/+1567
- changed DENY1 and DENY2 tests to only report errors (This used to be commit 9341e5534d0786e6ad7980e5fd1a0b35d77a2806)