summaryrefslogtreecommitdiffstats
path: root/source3/torture/scanner.c
Commit message (Collapse)AuthorAgeFilesLines
* r17338: Add support for multiple shares test inspired by Samba 4 torture's ↵Alexander Bokovoy2007-10-101-2/+2
| | | | | | | --unclist option. Triggered by -b sharelist_file option. Based on Peter Samogyi's work. I'm not sure what concept for fstring replacement is currently in place though (talloc-ed strings? or it was for pstring only?) (This used to be commit c9f8fafad698c5bc75df86ee8b611104d3fb65bc)
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-6/+6
| | | | | | | | to do the upper layer directories but this is what everyone is waiting for.... Jeremy. (This used to be commit 9dafb7f48ca3e7af956b0a7d1720c2546fc4cfb8)
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
| | | | (This used to be commit 985dbb47d925e79c1195ca219f7ab5d6648b22b8)
* Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett2003-04-231-14/+14
| | | | | | | merge last time. I hope this might fix a few failures on the build farm too. Andrew Bartlett (This used to be commit 0c837126923cc30fa60223a5a68d4f527971cc7b)
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-8/+8
| | | | | | | warnings. (Adds a lot of const). Andrew Bartlett (This used to be commit 3a7458f9472432ef12c43008414925fd1ce8ea0c)
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-4/+4
| | | | (This used to be commit 1f007d3ed41c1b71a89fa6be7d173e67e927c302)
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* move to SAFE_FREE()Simo Sorce2001-09-171-4/+4
| | | | (This used to be commit fc71962409e11509a60fb2be6741c32970865881)
* fixed compilation of tortureAndrew Tridgell2001-09-041-44/+40
| | | | (This used to be commit aaf538a83057150cc35e9032aff7a78e8f0c4dc2)
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-6/+6
| | | | (This used to be commit 1d36250e338ae0ff9fbbf86019809205dd97d05e)
* forgot to commit the scanner codeAndrew Tridgell2001-08-271-0/+435
(This used to be commit 591308f3881e44750b48602fd05362f1f5c6477a)