summaryrefslogtreecommitdiffstats
path: root/source/librpc/rpc/dcerpc_smb.c
Commit message (Expand)AuthorAgeFilesLines
* r11824: fixed a valgrind error in the dcerpc_smb codeAndrew Tridgell2005-11-211-1/+2
* r11515: Add some talloc_get_typeVolker Lendecke2005-11-051-2/+2
* r10699: fixed the dcerpc code so that you can shutdown the pipe safely fromAndrew Tridgell2005-10-041-4/+15
* r10683: Samba3's wbinfo -t should give the correct answer now.Volker Lendecke2005-10-031-1/+1
* r10681: Convert dcerpc_open_smb to a composite function.Volker Lendecke2005-10-031-42/+113
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2005-07-171-1/+1
* r7932: don't use the nbt called name as server name, for dcerpc_server_name()Stefan Metzmacher2005-06-261-9/+8
* r7658: don't timeout at the smb level for rpc requests as otherwise some rpcAndrew Tridgell2005-06-161-0/+4
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2005-06-161-13/+0
* r5902: A rather large change...Andrew Bartlett2005-03-191-1/+15
* r5137: fix typesStefan Metzmacher2005-01-311-1/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2005-01-271-5/+5
* r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell2005-01-151-1/+1
* r4616: the first phase in the addition of proper support forAndrew Tridgell2005-01-091-64/+59
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2005-01-071-1/+1
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2004-11-301-5/+6
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2004-11-011-0/+1
* r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra...Andrew Tridgell2004-10-301-1/+1
* r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell2004-10-281-1/+1
* r3043: Use binding strings for specifying endpoints. The property for Jelmer Vernooij2004-10-181-9/+2
* r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2004-09-281-1/+2
* r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell2004-09-271-15/+7
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2004-09-271-1/+1
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2004-09-261-2/+2
* r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell2004-09-251-1/+1
* r2287: Add static.Andrew Bartlett2004-09-111-1/+1
* r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett2004-09-111-2/+3
* r2266: yay! LSA session keys on TCP now work!Andrew Tridgell2004-09-091-0/+16
* r2247: talloc_destroy -> talloc_freeTim Potter2004-09-081-1/+1
* r2103: in the conversion to async rpc I simplified the smb backend to onlyAndrew Tridgell2004-08-301-20/+128
* r2100: rework the dcerpc client side library so that it is async. We nowAndrew Tridgell2004-08-301-184/+130
* r1983: a completely new implementation of tallocAndrew Tridgell2004-08-211-2/+2
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2004-08-041-8/+8
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2004-05-251-3/+3
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2004-05-251-3/+3
* r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell2004-04-231-0/+1
* r6: merge in the samba4 HEAD branch from cvsCVS Import User2004-04-041-0/+391