summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw
Commit message (Expand)AuthorAgeFilesLines
...
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-1021-0/+306
* r3400: - allow callers to control the flags2 field in raw packetsAndrew Tridgell2007-10-102-20/+24
* r3385: when discarding a unmatched reply print the command type to help debug...Andrew Tridgell2007-10-101-1/+2
* r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra...Andrew Tridgell2007-10-105-8/+20
* r3380: - changed the default behaviour of server signing. We now have a defaultAndrew Tridgell2007-10-101-0/+1
* r3354: honor "max xmit" and "max mux" from smb.conf in our client code. ThisAndrew Tridgell2007-10-103-8/+11
* r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell2007-10-102-2/+5
* r3319: fixed a bug in the client library found by the new non-block testing codeAndrew Tridgell2007-10-101-10/+0
* r3315: converted the libcli/raw/ code to use the generic socket library. ThisAndrew Tridgell2007-10-102-40/+49
* r3295: Fix for SMB signing with 56-bit DES session keys. From Nalin Dahyabhai...Jeremy Allison2007-10-101-2/+11
* r3237: - allow for readx calls larger than 64kAndrew Tridgell2007-10-101-2/+2
* r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2007-10-102-18/+0
* r3017: nicer memory handling for event_context_merge()Andrew Tridgell2007-10-101-1/+0
* r3016: - converted the events code to tallocAndrew Tridgell2007-10-101-1/+1
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-101-11/+2
* r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2007-10-102-4/+5
* r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell2007-10-103-32/+7
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-103-5/+7
* r2664: fixed the final server leak for normal operation. We now get a clean r...Andrew Tridgell2007-10-101-4/+6
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-104-70/+80
* r2655: fixed an error in the shutdown of the sock->transport->session->treeAndrew Tridgell2007-10-104-4/+4
* r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell2007-10-105-5/+5
* r2649: - used some cpp tricks to make users of talloc() and talloc_realloc()Andrew Tridgell2007-10-101-2/+2
* r2629: convert gensec to the new talloc modelAndrew Tridgell2007-10-101-1/+1
* r2624: - save some system calls by only trying read/write operations that sel...Andrew Tridgell2007-10-101-1/+11
* r2621: - now that the client code is non-blocking, we no longer needAndrew Tridgell2007-10-101-2/+2
* r2587: fixed a couple of authentication memory leaks. There are more to beAndrew Tridgell2007-10-101-2/+3
* r2552: Character set conversion and string handling updates.Andrew Bartlett2007-10-101-6/+11
* r2497: fixed an uninitialised 4 bytes in old style session setup (found with ...Andrew Tridgell2007-10-101-0/+1
* r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell2007-10-101-11/+81
* r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher2007-10-101-1/+3
* r2307: Fix the use of 'raw' NTLMSSP to hosts that support extended security,Andrew Bartlett2007-10-101-10/+19
* r2247: talloc_destroy -> talloc_freeTim Potter2007-10-102-5/+5
* r2184: use the smb.conf socket options for client code tooAndrew Tridgell2007-10-101-0/+1
* r2159: converted samba4 over to UTF-16.Andrew Tridgell2007-10-101-2/+2
* r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett2007-10-101-0/+2
* r2040: fixed a memory handling error in clisocket (caught with valgrind)Andrew Tridgell2007-10-101-2/+2
* r1985: take advantage of the new talloc in a few more placesAndrew Tridgell2007-10-105-49/+27
* r1984: this change is what you should read to understand the new talloc()Andrew Tridgell2007-10-102-16/+5
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-1010-18/+18
* r1941: - fixed an allocation error with querying security descriptors remotelyAndrew Tridgell2007-10-102-1/+5
* r1910: this should not be a local var in this blockStefan Metzmacher2007-10-101-1/+1
* r1897: added a choose_called_name() function that allows us to more sanelyAndrew Tridgell2007-10-101-6/+6
* r1896: stricter check on packet parsing for NBT session repliesAndrew Tridgell2007-10-101-1/+1
* r1893: add a commented out lump of code to implement the "by the SPEC"Andrew Tridgell2007-10-101-0/+15
* r1883: I don't know why this was broken...Stefan Metzmacher2007-10-101-3/+3
* r1824: nicer handling of NBT session replies, and handling of bad packetsAndrew Tridgell2007-10-102-2/+8
* r1819: changed "smb ports" to be a LIST parameter type in loadparm (its a cla...Andrew Tridgell2007-10-101-2/+9
* r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett2007-10-101-43/+66
* r1769: Add a new torture test to check vuid properties, and SPNEGO/non-SPNEGO...Andrew Bartlett2007-10-101-1/+1