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
/
source4
/
libcli
/
raw
/
rawrequest.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:libcli/raw: setup a smbXcli_tcon for each smbcli_tree
Stefan Metzmacher
2012-07-24
1
-0
/
+2
*
s4:libcli/raw: setup a smbXcli_session for each smbcli_session
Stefan Metzmacher
2012-07-23
1
-0
/
+2
*
s4:libcli/raw: implement on top of smbXcli_conn/req
Stefan Metzmacher
2011-11-30
1
-102
/
+125
*
s4:libcli/raw: add transport->ev as copy of transport->socket->event.ctx
Stefan Metzmacher
2011-11-29
1
-1
/
+1
*
s4:libcli/raw: make use of _smb_setlen_nbt()
Stefan Metzmacher
2011-10-19
1
-1
/
+1
*
s4:libcli: use tevent_ fn names instead of legacy event_ ones
Simo Sorce
2011-08-13
1
-1
/
+1
*
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
2011-03-24
1
-4
/
+4
*
Change uint_t to unsigned int in source4
Matt Kraai
2010-02-02
1
-19
/
+19
*
s4-libcli: use GUID_to_ndr_blob()
Andrew Tridgell
2009-12-10
1
-8
/
+6
*
s4-libcli: use new GUID functions in libcli
Andrew Tridgell
2009-12-10
1
-8
/
+4
*
s4: Use same function signature for convert_* as s3.
Jelmer Vernooij
2009-03-01
1
-14
/
+18
*
Add allow_badcharcnv argument to all conversion function, for
Jelmer Vernooij
2009-03-01
1
-4
/
+4
*
s4:libcliraw: s/private/private_data
Stefan Metzmacher
2009-02-02
1
-1
/
+1
*
Remove unused include param/param.h.
Jelmer Vernooij
2008-10-24
1
-1
/
+0
*
Remove iconv_convenience argument from convert_string{,talloc}() but
Jelmer Vernooij
2008-10-24
1
-4
/
+4
*
Remove iconv_convenience parameter from simple string push/pull
Jelmer Vernooij
2008-10-24
1
-2
/
+2
*
Fix include paths to new location of libutil.
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
libcli/raw: give the caller the chance to prevent the talloc_free(req) in the...
Stefan Metzmacher
2008-09-23
1
-1
/
+5
*
libcli/raw: remove unused smbcli_request_receive_more() function
Stefan Metzmacher
2008-07-07
1
-13
/
+0
*
fix the overflow/wrap checks in Samba4 for new gcc optimisation behavior
Andrew Tridgell
2008-04-17
1
-3
/
+3
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
1
-2
/
+5
*
Fixed SMB2 rename operations from Vista clients
Andrew Tridgell
2008-02-14
1
-2
/
+5
*
Convert SMB and SMB2 code to use a common buffer handling structure
Andrew Tridgell
2008-02-14
1
-18
/
+32
*
added some helper functions for GUID handling
Andrew Tridgell
2008-02-12
1
-0
/
+41
*
r26429: Avoid use of global_smb_iconv_convenience.
Jelmer Vernooij
2007-12-21
1
-6
/
+7
*
r26316: Use contexts for conversion functions.
Jelmer Vernooij
2007-12-21
1
-12
/
+12
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
1
-19
/
+19
*
r24994: Fix some C++ warnings.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r23519: added libcli code for fetching shadow copy information
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r22790: fix initialization for chained requests
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r17930: Merge noinclude branch:
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15191: Avoid uint_t as it's not standard.
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r14859: fix bugs noticed by the ibm code checker
Stefan Metzmacher
2007-10-10
1
-9
/
+11
*
r14205: move smb specific stuff out of includes.h (finally!!!:-)
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r11848: separate out the info levels common to SMB and SMB2 for raw_search
Andrew Tridgell
2007-10-10
1
-0
/
+7
*
r11756: split out the parsers for the pass-through levels of QFSINFO and
Andrew Tridgell
2007-10-10
1
-9
/
+9
*
r11647: add smbcli_ prefix
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r9479: More fixes for explicit ignoring of returned result to fix Coverity wa...
Alexander Bokovoy
2007-10-10
1
-1
/
+1
*
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r5185: make all the events data structures private to events.c. This will
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4757: added the ability of the clisocket level of libcli to handle async
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4364: - added support for testing of chained SMB operations in smbtorture
Andrew Tridgell
2007-10-10
1
-2
/
+61
*
r4229: - added support for multi-part SMBtrans and SMBtrans2 requests in the
Andrew Tridgell
2007-10-10
1
-5
/
+10
*
r4063: - change char * -> uint8_t in struct request_buffer
Stefan Metzmacher
2007-10-10
1
-14
/
+14
*
r3654: Add static and fix indentation.
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r3591: to get a bit more useful info from valgrind I'm disabling the
Andrew Tridgell
2007-10-10
1
-1
/
+1
[next]