summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_smb.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-17s4:librpc/rpc: remove unused dcerpc_smb_tree()Stefan Metzmacher1-15/+0
2013-10-17s4:librpc/rpc: add dcerpc_secondary_smb_send/recv()Stefan Metzmacher1-0/+19
2013-10-17s4:librpc/rpc: remove unused dcerpc_smb_fnum()Stefan Metzmacher1-15/+0
2012-12-21s4-librpc: Remove dead code in smb_send_request().Andreas Schneider1-4/+0
2012-08-01s4:librpc/dcerpc_smb: make use of smbXcli_session_application_key()Stefan Metzmacher1-4/+15
2011-11-30s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher1-4/+6
2011-10-28s4:librpc/dcerpc_smb: fix smb_write_callback()Stefan Metzmacher1-5/+10
2011-08-04s4-librpc: Fix double free.Andreas Schneider1-5/+6
2011-03-11s4:librpc/rpc: s/struct dcerpc_connection/struct dcecli_connection/gStefan Metzmacher1-19/+19
2011-02-24build: moved librpc/rpc/*.c into a rpccommon libraryAndrew Tridgell1-0/+1
2009-10-15s4-smb: declare root_fid as a file handleAndrew Tridgell1-1/+1
2009-09-17s4-rpc: added NDR64 supportAndrew Tridgell1-1/+5
2009-07-01fixed rpc smb code to not reply on talloc_free being a function pointerAndrew Tridgell1-1/+7
2009-02-02s4:libcliraw: s/private/private_dataStefan Metzmacher1-8/+8
2008-07-07dcerpc_smb: trans->in.max_data should not depend on the smb max sizeStefan Metzmacher1-1/+8
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-3/+4
2007-10-10r25316: Remove last few instances of old BOOL type in librpc/.Jelmer Vernooij1-2/+3
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij1-10/+10
2007-10-10r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij1-1/+3
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22944: fix bug #4618:Stefan Metzmacher1-14/+14
2007-10-10r22838: Add in an explority test for what QFSINFO operations are valid on IPC$Andrew Bartlett1-0/+15
2007-10-10r22683: fix the logic for skipping the pipe_dead()Stefan Metzmacher1-2/+2
2007-10-10r22528: remember that the connection was marked dead and don'tStefan Metzmacher1-0/+21
2007-10-10r22485: don't crash when the main dcerpc code haven't setupStefan Metzmacher1-1/+11
2007-10-10r22470: merge handling of broken connections from wins replication client codeStefan Metzmacher1-3/+3
2007-10-10r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is createdAndrew Tridgell1-3/+16
2007-10-10r17322: make better use of the composite apiStefan Metzmacher1-47/+22
2007-10-10r14714: On DCE/RPC, we need the name of the remote server used on the socket,Andrew Bartlett1-9/+19
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher1-4/+4
2007-10-10r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell1-0/+1
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-4/+4
2007-10-10r13210: Revert my named pipes patch until it passes not just 'make quicktest'...Jelmer Vernooij1-1/+1
2007-10-10r13208: Clearly separate named pipes from the IPC$ NTVFS type.Jelmer Vernooij1-1/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r11824: fixed a valgrind error in the dcerpc_smb codeAndrew Tridgell1-1/+2
2007-10-10r11515: Add some talloc_get_typeVolker Lendecke1-2/+2
2007-10-10r10699: fixed the dcerpc code so that you can shutdown the pipe safely fromAndrew Tridgell1-4/+15
2007-10-10r10683: Samba3's wbinfo -t should give the correct answer now.Volker Lendecke1-1/+1
2007-10-10r10681: Convert dcerpc_open_smb to a composite function.Volker Lendecke1-42/+113
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-1/+1
2007-10-10r7932: don't use the nbt called name as server name, for dcerpc_server_name()Stefan Metzmacher1-9/+8
2007-10-10r7658: don't timeout at the smb level for rpc requests as otherwise some rpcAndrew Tridgell1-0/+4
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-13/+0
2007-10-10r5902: A rather large change...Andrew Bartlett1-1/+15
2007-10-10r5137: fix typesStefan Metzmacher1-1/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-5/+5
2007-10-10r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell1-1/+1
2007-10-10r4616: the first phase in the addition of proper support forAndrew Tridgell1-64/+59