summaryrefslogtreecommitdiff
path: root/source3/torture/locktest.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+2
2003-02-24Missed a couple of files from the client-side kerberos mergeAndrew Bartlett1-1/+4
2003-01-14Merge from HEAD:Andrew Bartlett1-8/+8
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij1-1/+1
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-2/+2
2002-03-10added -E and -Z options, and allow for the 2 servers to have differentAndrew Tridgell1-33/+63
2002-03-05added -M option for minimum lock sizeAndrew Tridgell1-4/+8
2002-03-04allow setting of lock range and base in locktestAndrew Tridgell1-10/+14
2002-03-04added -k options for kerberos to smbtorture and locktestAndrew Tridgell1-1/+14
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-28fix a bunch of places where we can double-free a cli structureAndrew Tridgell1-1/+0
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-3/+2
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-20fix locktest default parametersAndrew Tridgell1-2/+3
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-2/+1
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+1
2001-09-16Fix (I hope) for a number of little compile warnings found by the IRIXAndrew Bartlett1-2/+2
2001-09-10declare dbf in one spotAndrew Tridgell1-1/+0
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-2/+2
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-27/+75
2001-08-24fixed handling of 139/445 in clientsAndrew Tridgell1-2/+1
2001-08-24tests for 0 length locksAndrew Tridgell1-15/+28
2001-08-24allow for 0 range locks in locktestAndrew Tridgell1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-2/+2
2001-07-04The big character set handling changeover!Andrew Tridgell1-2/+0
2001-07-03See if we can stick to slightly valid C..Andrew Bartlett1-2/+8
2001-06-19added a torture target for building all torture progs. Fixed a typo in locktestAndrew Tridgell1-1/+1
2001-06-19moved all our torture code to a separate directoryAndrew Tridgell1-0/+567