index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
smb2
Commit message (
Expand
)
Author
Age
Files
Lines
*
handle pushing of zero length smb2 strings
Andrew Tridgell
2008-02-18
1
-0
/
+6
*
fixed handling of zero sized buffers versus NULL buffers in
Andrew Tridgell
2008-02-16
1
-10
/
+31
*
updated SMB2 code for getinfo according to WSPP docs
Andrew Tridgell
2008-02-14
5
-26
/
+75
*
A better way to handle the different format of RenameInformation in SMB2
Andrew Tridgell
2008-02-14
1
-0
/
+6
*
Fixed SMB2 rename operations from Vista clients
Andrew Tridgell
2008-02-14
1
-1
/
+1
*
Convert SMB and SMB2 code to use a common buffer handling structure
Andrew Tridgell
2008-02-14
3
-0
/
+22
*
updated SMB2 create operation to match WSPP.
Andrew Tridgell
2008-02-13
2
-26
/
+54
*
updated SMB2 tcon as per WSPP docs
Andrew Tridgell
2008-02-13
4
-6
/
+36
*
updated SMB2 header defines to match WSPP docs
Andrew Tridgell
2008-02-12
8
-23
/
+24
*
converted SMB2 session setup to use WSPP protocol field names
Andrew Tridgell
2008-02-12
1
-10
/
+12
*
converted the out side of SMB2 negprot handling
Andrew Tridgell
2008-02-12
2
-35
/
+32
*
fixed up the .in side of SMB2 negprot
Andrew Tridgell
2008-02-12
3
-13
/
+39
*
r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...
Jelmer Vernooij
2008-01-02
1
-1
/
+3
*
r26429: Avoid use of global_smb_iconv_convenience.
Jelmer Vernooij
2007-12-21
1
-2
/
+3
*
r26409: Pass smb ports along.
Jelmer Vernooij
2007-12-21
1
-2
/
+3
*
r26376: Add context for libcli_resolve.
Jelmer Vernooij
2007-12-21
2
-4
/
+5
*
r26337: Move global_loadparm to a higher caller.
Jelmer Vernooij
2007-12-21
2
-2
/
+3
*
r26316: Use contexts for conversion functions.
Jelmer Vernooij
2007-12-21
1
-2
/
+2
*
r26266: Remove more global_loadparm uses.
Jelmer Vernooij
2007-12-21
1
-2
/
+4
*
r26260: Store loadparm context in gensec context.
Jelmer Vernooij
2007-12-21
1
-4
/
+6
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
21
-53
/
+53
*
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25027: Fix more warnings.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r24994: Fix some C++ warnings.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r24780: More work allowing libutil to be used by external users.
Jelmer Vernooij
2007-10-10
1
-3
/
+2
*
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
23
-69
/
+46
*
r22866: handle incoming chained smb2 requests in our server code to let
Stefan Metzmacher
2007-10-10
2
-13
/
+13
*
r22791: make it possible to use smb2_create_blob_add() in the server code too
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r22788: fix typo
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r20650: revert a bunch of code I didn't mean to commit yet
Andrew Tridgell
2007-10-10
1
-1
/
+0
*
r20647: add cluster code
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r18715: 0x8 style status returns should also fail here (thanks metze)
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r18301: I discovered how to load the warnings from a build farm build into
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r17930: Merge noinclude branch:
Jelmer Vernooij
2007-10-10
2
-2
/
+2
*
r17318: make better usage of the composite api
Stefan Metzmacher
2007-10-10
2
-51
/
+13
*
r17083: - implement SMB2 Cancel in the client
Stefan Metzmacher
2007-10-10
5
-5
/
+105
*
r17081: add idle handler support to the smb2 client lib too
Stefan Metzmacher
2007-10-10
2
-0
/
+45
*
r17020: pass the real error to the failing requests
Stefan Metzmacher
2007-10-10
1
-4
/
+8
*
r17019: don't timeout on notifies
Stefan Metzmacher
2007-10-10
1
-0
/
+4
*
r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...
Stefan Metzmacher
2007-10-10
2
-24
/
+29
*
r16975: implement SMB2 Notify call in the client lib
Stefan Metzmacher
2007-10-10
3
-0
/
+106
*
r16875: implement SMB2 Find in the frontend
Stefan Metzmacher
2007-10-10
1
-4
/
+0
*
r16873: - grow the buffer with the correct size, we maybe had 1 byte prealloc...
Stefan Metzmacher
2007-10-10
1
-8
/
+8
*
r16834: split the level's of smb_search_first/smb_search_next and the levels
Stefan Metzmacher
2007-10-10
1
-7
/
+7
*
r16734: the 2 bytes after the opcode and before the flags,
Stefan Metzmacher
2007-10-10
2
-15
/
+15
[next]