summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/dcerpc_smb.c
Commit message (Expand)AuthorAgeFilesLines
* r25316: Remove last few instances of old BOOL type in librpc/.Jelmer Vernooij2007-10-101-2/+3
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-10/+10
* r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij2007-10-101-1/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22944: fix bug #4618:Stefan Metzmacher2007-10-101-14/+14
* r22838: Add in an explority test for what QFSINFO operations are valid on IPC$Andrew Bartlett2007-10-101-0/+15
* r22683: fix the logic for skipping the pipe_dead()Stefan Metzmacher2007-10-101-2/+2
* r22528: remember that the connection was marked dead and don'tStefan Metzmacher2007-10-101-0/+21
* r22485: don't crash when the main dcerpc code haven't setupStefan Metzmacher2007-10-101-1/+11
* r22470: merge handling of broken connections from wins replication client codeStefan Metzmacher2007-10-101-3/+3
* r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is createdAndrew Tridgell2007-10-101-3/+16
* r17322: make better use of the composite apiStefan Metzmacher2007-10-101-47/+22
* r14714: On DCE/RPC, we need the name of the remote server used on the socket,Andrew Bartlett2007-10-101-9/+19
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-4/+4
* r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell2007-10-101-0/+1
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-4/+4
* r13210: Revert my named pipes patch until it passes not just 'make quicktest'...Jelmer Vernooij2007-10-101-1/+1
* r13208: Clearly separate named pipes from the IPC$ NTVFS type.Jelmer Vernooij2007-10-101-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r11824: fixed a valgrind error in the dcerpc_smb codeAndrew Tridgell2007-10-101-1/+2
* r11515: Add some talloc_get_typeVolker Lendecke2007-10-101-2/+2
* r10699: fixed the dcerpc code so that you can shutdown the pipe safely fromAndrew Tridgell2007-10-101-4/+15
* r10683: Samba3's wbinfo -t should give the correct answer now.Volker Lendecke2007-10-101-1/+1
* r10681: Convert dcerpc_open_smb to a composite function.Volker Lendecke2007-10-101-42/+113
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+1
* r7932: don't use the nbt called name as server name, for dcerpc_server_name()Stefan Metzmacher2007-10-101-9/+8
* r7658: don't timeout at the smb level for rpc requests as otherwise some rpcAndrew Tridgell2007-10-101-0/+4
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-13/+0
* r5902: A rather large change...Andrew Bartlett2007-10-101-1/+15
* r5137: fix typesStefan Metzmacher2007-10-101-1/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-5/+5
* r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell2007-10-101-1/+1
* r4616: the first phase in the addition of proper support forAndrew Tridgell2007-10-101-64/+59
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-101-1/+1
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-101-5/+6
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra...Andrew Tridgell2007-10-101-1/+1
* r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell2007-10-101-1/+1
* r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij2007-10-101-9/+2
* r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2007-10-101-1/+2
* r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell2007-10-101-15/+7
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-101-1/+1
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-101-2/+2
* r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell2007-10-101-1/+1
* r2287: Add static.Andrew Bartlett2007-10-101-1/+1
* r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett2007-10-101-2/+3
* r2266: yay! LSA session keys on TCP now work!Andrew Tridgell2007-10-101-0/+16
* r2247: talloc_destroy -> talloc_freeTim Potter2007-10-101-1/+1
* r2103: in the conversion to async rpc I simplified the smb backend to onlyAndrew Tridgell2007-10-101-20/+128