summaryrefslogtreecommitdiff
path: root/source4/libcli/raw
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+2
2007-10-10r14539: get rid of a pointless union layer in struct smb_notifyAndrew Tridgell2-29/+27
2007-10-10r14511: Install more headersJelmer Vernooij2-1/+12
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij5-1/+5
2007-10-10r14413: don't do memcpy of length 0Andrew Tridgell1-1/+4
2007-10-10r14372: fix bug found by sparseStefan Metzmacher1-1/+1
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher8-170/+199
2007-10-10r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell2-0/+4
2007-10-10r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher4-46/+31
2007-10-10r14174: fix typosStefan Metzmacher1-2/+2
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher7-204/+205
2007-10-10r14160: don't write behind the bufferStefan Metzmacher1-1/+0
2007-10-10r14141: fixed bugzilla 2921, forcing correct alignment when in ascii modeAndrew Tridgell1-2/+4
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
2007-10-10r13658: More moving around of files:Jelmer Vernooij4-2/+472
2007-10-10r13654: Move some more stuff out of include/Jelmer Vernooij1-0/+2035
2007-10-10r12801: Some more include/ cleanups (remove unused macros + move filesJelmer Vernooij3-1/+103
2007-10-10r12725: some minor updatesStefan Metzmacher1-1/+1
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij3-0/+3
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij5-5/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij3-0/+4
2007-10-10r11982: ensure the fde event gets freed before the socket itself, as otherwiseAndrew Tridgell2-5/+5
2007-10-10r11848: separate out the info levels common to SMB and SMB2 for raw_searchAndrew Tridgell2-121/+174
2007-10-10r11812: Convert winbind to the async bind routines. Also remove tridge's hack...Volker Lendecke1-4/+0
2007-10-10r11800: - filled in unknown fields in SMB2 all_info levelAndrew Tridgell1-4/+4
2007-10-10r11771: - split out the setinfo blob construction in the libcli/raw codeAndrew Tridgell1-42/+101
2007-10-10r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo callsAndrew Tridgell1-10/+54
2007-10-10r11756: split out the parsers for the pass-through levels of QFSINFO andAndrew Tridgell3-143/+277
2007-10-10r11730: added parsing and tests for a bunch more SMB2 getinfo levelsAndrew Tridgell1-28/+46
2007-10-10r11714: put in a workaround for a winbind problem volker asked me about. TheAndrew Tridgell1-1/+4
2007-10-10r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell1-1/+2
2007-10-10r11669: - make sure req is initializedStefan Metzmacher1-1/+4
2007-10-10r11660: - the libcli/raw/ lib no longer uses the SMBCLI_REQUEST_SEND state, orAndrew Tridgell2-10/+0
2007-10-10r11649: - add support for ntcancel replies (they only happen in error cases,Stefan Metzmacher3-0/+49
2007-10-10r11647: add smbcli_ prefixStefan Metzmacher2-2/+2
2007-10-10r11644: free the buffer when it's not usedStefan Metzmacher1-0/+2
2007-10-10r11636: a bit neater solution to the nt_cancel problemAndrew Tridgell1-10/+1
2007-10-10r11635: fix a handling of packet_send in the smb client libStefan Metzmacher1-1/+10
2007-10-10r11632: removed 2 unused functionsAndrew Tridgell1-33/+0
2007-10-10r11626: Fix unhandled enum in case statement warnings by noting appropriatelyTim Potter1-0/+12
2007-10-10r11609: fixed handling of one way requests with new send codeAndrew Tridgell1-3/+4
2007-10-10r11606: use the generic packet send code in libcli/raw/Andrew Tridgell1-77/+23
2007-10-10r11596: switched the libcli/raw/ code over to using the lib/stream/ genericAndrew Tridgell2-82/+49
2007-10-10r11466: Clear up some memory leaks in smbclient.Andrew Bartlett1-2/+6
2007-10-10r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports inVolker Lendecke1-184/+140
2007-10-10r10878: Reply to some comments by tridge and metze:Volker Lendecke1-0/+1
2007-10-10r10754: fixed a valgrind error for unmatched SMB repliesAndrew Tridgell1-3/+3
2007-10-10r10542: if the transport is dead we need to returnStefan Metzmacher1-0/+3
2007-10-10r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2-8/+9
2007-10-10r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell1-1/+1