summaryrefslogtreecommitdiff
path: root/source3/torture/locktest2.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-1/+1
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-1/+1
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+2
2003-01-14Merge from HEAD:Andrew Bartlett1-4/+4
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-10-18Fix build. An extra parm was added to cli_full_connection but not locktest2.c.Jim McDonough1-1/+2
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij1-63/+7
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-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-24fixed handling of 139/445 in clientsAndrew Tridgell1-2/+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-06-19moved all our torture code to a separate directoryAndrew Tridgell1-0/+626