summaryrefslogtreecommitdiff
path: root/source3/torture/locktest2.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-03torture: Use new samba_getpass() in locktest2.Andreas Schneider1-3/+6
2011-12-03Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison1-1/+1
2011-11-03s3:torture: s/Undefined/SMB_SIGNING_DEFAULT/ s/Required/SMB_SIGNING_REQUIRED/Stefan Metzmacher1-1/+1
2011-07-28s3:torture: use lp_load_global() in locktest2Michael Adam1-1/+1
2011-07-11s3-torture: locktest2: replace cli_lock() with cli_lock32()Björn Baumbach1-1/+2
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett1-1/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett1-1/+1
2011-03-30s3-locking: move locking prototypes out of proto.h.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-12-20s3: Remove unused "retry" from cli_full_connectionVolker Lendecke1-1/+1
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-4/+2
2009-07-15Make cli_unlock and cli_unlock64 async. Fix POSIX lock test.Jeremy Allison1-1/+1
2009-04-30Cause cli_close to return an NTSTATUS.Jeremy Allison1-1/+1
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-1/+7
2009-04-29Make cli_unlink async.Jeremy Allison1-1/+1
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-12-10Tiny simplificationsVolker Lendecke1-1/+1
2007-12-04The usual !pstring...Jeremy Allison1-4/+9
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-9/+9
2007-10-10r25055: Add file_id_string_tosVolker Lendecke1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23195: Add void *private_data to brl_forallVolker Lendecke1-4/+5
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-3/+3
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-1/+1
2007-10-10r20245: merge 20244 from samba_3_0_24Herb Lewis1-2/+3
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-0/+1
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-2/+2
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r6640: Attempt to fix 'make everything' with the paranoid malloc checker.Volker Lendecke1-1/+1
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