index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
torture
/
locktest.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
torture: remove source3 locktest and masktest
Andrew Bartlett
2012-11-22
1
-692
/
+0
*
s3:libsmb: get rid of cli_negprot
Luk Claes
2012-05-28
1
-1
/
+3
*
Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()
Jeremy Allison
2011-12-03
1
-2
/
+2
*
s3:torture: make use of cli_tree_connect()
Stefan Metzmacher
2011-11-24
1
-2
/
+2
*
s3:torture: s/Undefined/SMB_SIGNING_DEFAULT/ s/Required/SMB_SIGNING_REQUIRED/
Stefan Metzmacher
2011-11-03
1
-1
/
+1
*
s3:libsmb: pass max_protocol to cli_negprot()
Stefan Metzmacher
2011-09-15
1
-1
/
+1
*
s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()
Stefan Metzmacher
2011-09-08
1
-6
/
+10
*
s3:torture: use lp_load_global() in the locktest
Michael Adam
2011-07-28
1
-1
/
+1
*
s3-libsmb: let cli_lock64 return NTSTATUS instead of bool
Björn Baumbach
2011-07-11
1
-9
/
+7
*
s3: Add called name_type param to cli_connect_nb
Volker Lendecke
2011-05-28
1
-1
/
+2
*
s3: Use cli_connect_nb in locktest
Volker Lendecke
2011-05-28
1
-28
/
+3
*
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
2011-05-06
1
-0
/
+1
*
Fix warning messages caused by addition of null check in fstrcpy macro.
Jeremy Allison
2011-05-04
1
-2
/
+2
*
s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
Andrew Bartlett
2011-04-29
1
-1
/
+1
*
s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
Andrew Bartlett
2011-04-29
1
-1
/
+1
*
s3-libsmb: put namequery headers to nmblib.h
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-locking: move locking prototypes out of proto.h.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-torture: Fix cli_errstr() usage (part of bug #7864)
Björn Baumbach
2011-01-25
1
-7
/
+6
*
s3-debug Impove setup_logging() to specify logging to stderr
Andrew Bartlett
2010-11-02
1
-3
/
+1
*
Make cli_unlock and cli_unlock64 async. Fix POSIX lock test.
Jeremy Allison
2009-07-15
1
-2
/
+2
*
Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.
Jeremy Allison
2009-04-30
1
-17
/
+18
*
Make cli_unlink async.
Jeremy Allison
2009-04-29
1
-1
/
+1
*
Make cli_tcon_andx async
Volker Lendecke
2009-01-30
1
-3
/
+4
*
Make cli_negprot return NTSTATUS instead of bool
Volker Lendecke
2008-12-19
1
-2
/
+4
*
s3: Change sockaddr util function names for consistency
Tim Prouty
2008-12-03
1
-2
/
+2
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-3
/
+3
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-1
/
+1
*
The usual !pstring...
Jeremy Allison
2007-12-04
1
-4
/
+6
*
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
2007-10-27
1
-2
/
+2
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-5
/
+5
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-9
/
+9
*
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r25055: Add file_id_string_tos
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.
Jeremy Allison
2007-10-10
1
-1
/
+8
*
r23195: Add void *private_data to brl_forall
Volker Lendecke
2007-10-10
1
-2
/
+3
*
r23183: Check in a change made by Tridge:
Volker Lendecke
2007-10-10
1
-4
/
+3
*
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r20261: merge 20260 from samba_3_0_24
Herb Lewis
2007-10-10
1
-2
/
+2
*
r20245: merge 20244 from samba_3_0_24
Herb Lewis
2007-10-10
1
-2
/
+3
*
r17571: Change the return code of cli_session_setup from BOOL to NTSTATUS
Volker Lendecke
2007-10-10
1
-4
/
+6
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-4
/
+8
*
r13799: Make locktest debug a little easier to read.
Jeremy Allison
2007-10-10
1
-3
/
+17
*
r13796: Another load_case_tables...
Jeremy Allison
2007-10-10
1
-0
/
+2
*
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
Derrell Lipman
2007-10-10
1
-1
/
+1
*
r11556: Fix "make everything"
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.
Tim Potter
2007-10-10
1
-2
/
+0
*
r6640: Attempt to fix 'make everything' with the paranoid malloc checker.
Volker Lendecke
2007-10-10
1
-1
/
+1
[next]