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
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
2007-10-10
r2654: fixed some more server memory leaks. We are now down to a single leak
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2552: Character set conversion and string handling updates.
Andrew Bartlett
1
-6
/
+11
2007-10-10
r2443: check return code of event_loop_once() to catch thet cases where the s...
Stefan Metzmacher
1
-1
/
+3
2007-10-10
r2159: converted samba4 over to UTF-16.
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1984: this change is what you should read to understand the new talloc()
Andrew Tridgell
1
-14
/
+3
2007-10-10
r1983: a completely new implementation of talloc
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1824: nicer handling of NBT session replies, and handling of bad packets
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1674: fixed a bug in the handling of STR_LEN8BIT flagged strings
Andrew Tridgell
1
-3
/
+6
2007-10-10
r1654: rename cli_ -> smbcli_
Stefan Metzmacher
1
-72
/
+72
2007-10-10
r1633: fixed a couple of async oplock handling errors
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1618: fixed the receipt of multi-part replies to SMBtrans2
Andrew Tridgell
1
-0
/
+13
2007-10-10
r1578: the first stage of the async client rewrite.
Andrew Tridgell
1
-179
/
+7
2007-10-10
r962: convert 'unsigned' and 'unsigned int' to uint_t
Stefan Metzmacher
1
-16
/
+16
2007-10-10
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
1
-7
/
+7
2007-10-10
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
1
-9
/
+9
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r873: converted samba4 to use real 64 bit integers instead of
Andrew Tridgell
1
-7
/
+3
2007-10-10
r335: added much better handling of servers that die unexpectedly during a
Andrew Tridgell
1
-4
/
+7
2007-10-10
r204: Turns out that the string in the SEARCH unix_info level is that
Jeremy Allison
1
-0
/
+46
2004-03-25
fixed the handling of level II oplocks in samba4, especially when
Andrew Tridgell
1
-1
/
+1
2004-02-21
fixed a problem with the smb client code spinning when the connection
Andrew Tridgell
1
-1
/
+5
2003-11-20
make the socket send code a little clearer
Andrew Tridgell
1
-1
/
+5
2003-08-31
I think I've finally got the ascii/unicode issues right in trans2 find
Andrew Tridgell
1
-6
/
+17
2003-08-15
fixed some places where we don't brace (flags & STR_UNICODE)
Andrew Tridgell
1
-1
/
+1
2003-08-13
add support for 32 bit pid using the PIDHIGH field. This allows the
Andrew Tridgell
1
-1
/
+2
2003-08-13
first public release of samba4 code
Andrew Tridgell
1
-0
/
+1019