summaryrefslogtreecommitdiffstats
path: root/source3/torture/locktest.c
Commit message (Expand)AuthorAgeFilesLines
* r13799: Make locktest debug a little easier to read.Jeremy Allison2007-10-101-3/+17
* r13796: Another load_case_tables...Jeremy Allison2007-10-101-0/+2
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r11556: Fix "make everything"Volker Lendecke2007-10-101-3/+3
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r6640: Attempt to fix 'make everything' with the paranoid malloc checker.Volker Lendecke2007-10-101-1/+1
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-221-1/+1
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
* Missed a couple of files from the client-side kerberos mergeAndrew Bartlett2003-02-241-1/+4
* Merge from HEAD:Andrew Bartlett2003-01-141-8/+8
* Sync 3.0 branch with HEADJelmer Vernooij2002-08-171-1/+1
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-2/+2
* added -E and -Z options, and allow for the 2 servers to have differentAndrew Tridgell2002-03-101-33/+63
* added -M option for minimum lock sizeAndrew Tridgell2002-03-051-4/+8
* allow setting of lock range and base in locktestAndrew Tridgell2002-03-041-10/+14
* added -k options for kerberos to smbtorture and locktestAndrew Tridgell2002-03-041-1/+14
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-281-1/+0
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-3/+2
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* fix locktest default parametersAndrew Tridgell2001-11-201-2/+3
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-2/+1
* move to SAFE_FREE()Simo Sorce2001-09-171-2/+1
* Fix (I hope) for a number of little compile warnings found by the IRIXAndrew Bartlett2001-09-161-2/+2
* declare dbf in one spotAndrew Tridgell2001-09-101-1/+0
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-2/+2
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-27/+75
* fixed handling of 139/445 in clientsAndrew Tridgell2001-08-241-2/+1
* tests for 0 length locksAndrew Tridgell2001-08-241-15/+28
* allow for 0 range locks in locktestAndrew Tridgell2001-08-241-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-2/+2
* The big character set handling changeover!Andrew Tridgell2001-07-041-2/+0
* See if we can stick to slightly valid C..Andrew Bartlett2001-07-031-2/+8
* added a torture target for building all torture progs. Fixed a typo in locktestAndrew Tridgell2001-06-191-1/+1
* moved all our torture code to a separate directoryAndrew Tridgell2001-06-191-0/+567