summaryrefslogtreecommitdiff
path: root/source3/torture/locktest2.c
Commit message (Expand)AuthorAgeFilesLines
* torture: Use new samba_getpass() in locktest2.Andreas Schneider2012-12-031-3/+6
* Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison2011-12-031-1/+1
* s3:torture: s/Undefined/SMB_SIGNING_DEFAULT/ s/Required/SMB_SIGNING_REQUIRED/Stefan Metzmacher2011-11-031-1/+1
* s3:torture: use lp_load_global() in locktest2Michael Adam2011-07-281-1/+1
* s3-torture: locktest2: replace cli_lock() with cli_lock32()Björn Baumbach2011-07-111-1/+2
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-291-1/+1
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-291-1/+1
* s3-locking: move locking prototypes out of proto.h.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Remove unused "retry" from cli_full_connectionVolker Lendecke2010-12-201-1/+1
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-4/+2
* Make cli_unlock and cli_unlock64 async. Fix POSIX lock test.Jeremy Allison2009-07-151-1/+1
* Cause cli_close to return an NTSTATUS.Jeremy Allison2009-04-301-1/+1
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-1/+7
* Make cli_unlink async.Jeremy Allison2009-04-291-1/+1
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Tiny simplificationsVolker Lendecke2007-12-101-1/+1
* The usual !pstring...Jeremy Allison2007-12-041-4/+9
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-9/+9
* r25055: Add file_id_string_tosVolker Lendecke2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23195: Add void *private_data to brl_forallVolker Lendecke2007-10-101-4/+5
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-3/+3
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-1/+1
* r20245: merge 20244 from samba_3_0_24Herb Lewis2007-10-101-2/+3
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-0/+1
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-2/+2
* 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
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-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
* Merge from HEAD:Andrew Bartlett2003-01-141-4/+4
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* Fix build. An extra parm was added to cli_full_connection but not locktest2.c.Jim McDonough2002-10-181-1/+2
* Sync 3.0 branch with HEADJelmer Vernooij2002-08-171-63/+7
* 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
* 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
* fixed handling of 139/445 in clientsAndrew Tridgell2001-08-241-2/+1