summaryrefslogtreecommitdiffstats
path: root/source/libcli/raw
Commit message (Expand)AuthorAgeFilesLines
* r11982: ensure the fde event gets freed before the socket itself, as otherwiseAndrew Tridgell2005-12-012-5/+5
* r11848: separate out the info levels common to SMB and SMB2 for raw_searchAndrew Tridgell2005-11-222-121/+174
* r11812: Convert winbind to the async bind routines. Also remove tridge's hack...Volker Lendecke2005-11-201-4/+0
* r11800: - filled in unknown fields in SMB2 all_info levelAndrew Tridgell2005-11-191-4/+4
* r11771: - split out the setinfo blob construction in the libcli/raw codeAndrew Tridgell2005-11-181-42/+101
* r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo callsAndrew Tridgell2005-11-171-10/+54
* r11756: split out the parsers for the pass-through levels of QFSINFO andAndrew Tridgell2005-11-173-143/+277
* r11730: added parsing and tests for a bunch more SMB2 getinfo levelsAndrew Tridgell2005-11-151-28/+46
* r11714: put in a workaround for a winbind problem volker asked me about. TheAndrew Tridgell2005-11-141-1/+4
* r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2005-11-141-1/+2
* r11669: - make sure req is initializedStefan Metzmacher2005-11-111-1/+4
* r11660: - the libcli/raw/ lib no longer uses the SMBCLI_REQUEST_SEND state, orAndrew Tridgell2005-11-112-10/+0
* r11649: - add support for ntcancel replies (they only happen in error cases,Stefan Metzmacher2005-11-103-0/+49
* r11647: add smbcli_ prefixStefan Metzmacher2005-11-102-2/+2
* r11644: free the buffer when it's not usedStefan Metzmacher2005-11-101-0/+2
* r11636: a bit neater solution to the nt_cancel problemAndrew Tridgell2005-11-101-10/+1
* r11635: fix a handling of packet_send in the smb client libStefan Metzmacher2005-11-101-1/+10
* r11632: removed 2 unused functionsAndrew Tridgell2005-11-101-33/+0
* r11626: Fix unhandled enum in case statement warnings by noting appropriately Tim Potter2005-11-101-0/+12
* r11609: fixed handling of one way requests with new send codeAndrew Tridgell2005-11-091-3/+4
* r11606: use the generic packet send code in libcli/raw/Andrew Tridgell2005-11-091-77/+23
* r11596: switched the libcli/raw/ code over to using the lib/stream/ genericAndrew Tridgell2005-11-092-82/+49
* r11466: Clear up some memory leaks in smbclient.Andrew Bartlett2005-11-021-2/+6
* r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports inVolker Lendecke2005-10-281-184/+140
* r10878: Reply to some comments by tridge and metze:Volker Lendecke2005-10-101-0/+1
* r10754: fixed a valgrind error for unmatched SMB repliesAndrew Tridgell2005-10-061-3/+3
* r10542: if the transport is dead we need to returnStefan Metzmacher2005-09-271-0/+3
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2005-09-262-8/+9
* r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2005-08-281-1/+1
* r9479: More fixes for explicit ignoring of returned result to fix Coverity wa...Alexander Bokovoy2005-08-222-2/+2
* r9476: Make intention to ignore result of receiving excplicit. Fixes warning ...Alexander Bokovoy2005-08-221-1/+1
* r9291: Add a stub for smb_raw_lpq() which is in smb_interfaces.h but doesn't Tim Potter2005-08-131-0/+48
* r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup().Tim Potter2005-08-091-8/+9
* r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw function Tim Potter2005-08-091-8/+8
* r8811: Fix the build..Jelmer Vernooij2005-07-281-0/+1
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2005-07-174-7/+7
* r8407: fixed a bug left over from our old socket code. Andrew Tridgell2005-07-132-46/+41
* r8134: remove unused varStefan Metzmacher2005-07-041-1/+0
* r8111: fixed the client library to work against w2k3 with nt status codesAndrew Tridgell2005-07-041-1/+1
* r8104: - added support for our client library to not negotiate nt status code...Andrew Tridgell2005-07-043-13/+20
* r8003: ensure that we don't try to send a trans request with more than 64k da...Andrew Tridgell2005-06-301-0/+8
* r7970: This SMB signing code (merged from 3.0) turned out to be bogus.Andrew Bartlett2005-06-281-8/+0
* r7705: prevent SIGPIPE. this is what causes BASE-NEGNOWAIT to sometimes failAndrew Tridgell2005-06-181-0/+3
* r7654: - add a timeout to all smb requests (default 60 seconds)Andrew Tridgell2005-06-162-0/+50
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2005-06-161-2/+3
* r7569: Fix typo in comments.Tim Potter2005-06-141-2/+2
* r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machinesAndrew Tridgell2005-04-142-2/+2
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2005-03-243-19/+20
* r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett2005-03-221-6/+2
* r5929: Use cli_credentials for the SMB functions as well.Jelmer Vernooij2005-03-211-6/+5