index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
raw
/
rawrequest.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-24
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
1
-4
/
+4
2010-02-02
Change uint_t to unsigned int in source4
Matt Kraai
1
-19
/
+19
2009-12-10
s4-libcli: use GUID_to_ndr_blob()
Andrew Tridgell
1
-8
/
+6
2009-12-10
s4-libcli: use new GUID functions in libcli
Andrew Tridgell
1
-8
/
+4
2009-03-01
s4: Use same function signature for convert_* as s3.
Jelmer Vernooij
1
-14
/
+18
2009-03-01
Add allow_badcharcnv argument to all conversion function, for
Jelmer Vernooij
1
-4
/
+4
2009-02-02
s4:libcliraw: s/private/private_data
Stefan Metzmacher
1
-1
/
+1
2008-10-24
Remove unused include param/param.h.
Jelmer Vernooij
1
-1
/
+0
2008-10-24
Remove iconv_convenience argument from convert_string{,talloc}() but
Jelmer Vernooij
1
-4
/
+4
2008-10-24
Remove iconv_convenience parameter from simple string push/pull
Jelmer Vernooij
1
-2
/
+2
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-09-23
libcli/raw: give the caller the chance to prevent the talloc_free(req) in the...
Stefan Metzmacher
1
-1
/
+5
2008-07-07
libcli/raw: remove unused smbcli_request_receive_more() function
Stefan Metzmacher
1
-13
/
+0
2008-04-17
fix the overflow/wrap checks in Samba4 for new gcc optimisation behavior
Andrew Tridgell
1
-3
/
+3
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-2
/
+5
2008-02-14
Fixed SMB2 rename operations from Vista clients
Andrew Tridgell
1
-2
/
+5
2008-02-14
Convert SMB and SMB2 code to use a common buffer handling structure
Andrew Tridgell
1
-18
/
+32
2008-02-12
added some helper functions for GUID handling
Andrew Tridgell
1
-0
/
+41
2007-12-21
r26429: Avoid use of global_smb_iconv_convenience.
Jelmer Vernooij
1
-6
/
+7
2007-12-21
r26316: Use contexts for conversion functions.
Jelmer Vernooij
1
-12
/
+12
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-19
/
+19
2007-10-10
r24994: Fix some C++ warnings.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r23519: added libcli code for fetching shadow copy information
Andrew Tridgell
1
-3
/
+3
2007-10-10
r22790: fix initialization for chained requests
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15191: Avoid uint_t as it's not standard.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r14859: fix bugs noticed by the ibm code checker
Stefan Metzmacher
1
-9
/
+11
2007-10-10
r14205: move smb specific stuff out of includes.h (finally!!!:-)
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r11848: separate out the info levels common to SMB and SMB2 for raw_search
Andrew Tridgell
1
-0
/
+7
2007-10-10
r11756: split out the parsers for the pass-through levels of QFSINFO and
Andrew Tridgell
1
-9
/
+9
2007-10-10
r11647: add smbcli_ prefix
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r9479: More fixes for explicit ignoring of returned result to fix Coverity wa...
Alexander Bokovoy
1
-1
/
+1
2007-10-10
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5185: make all the events data structures private to events.c. This will
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4757: added the ability of the clisocket level of libcli to handle async
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4364: - added support for testing of chained SMB operations in smbtorture
Andrew Tridgell
1
-2
/
+61
2007-10-10
r4229: - added support for multi-part SMBtrans and SMBtrans2 requests in the
Andrew Tridgell
1
-5
/
+10
2007-10-10
r4063: - change char * -> uint8_t in struct request_buffer
Stefan Metzmacher
1
-14
/
+14
2007-10-10
r3654: Add static and fix indentation.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r3591: to get a bit more useful info from valgrind I'm disabling the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3400: - allow callers to control the flags2 field in raw packets
Andrew Tridgell
1
-20
/
+2
2007-10-10
r3322: fixed a bunch of warnings in the build, including one case where it wa...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...
Andrew Tridgell
1
-11
/
+2
2007-10-10
r2671: we're getting too many errors caused by the talloc_realloc() API not
Andrew Tridgell
1
-2
/
+2
[next]