summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_smb2.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-27s4:librpc: create a binding on the pipe if necessary in dcerpc_pipe_open_smb2...Stefan Metzmacher1-0/+15
2012-02-27s4:librpc/dcerpc_smb2: make use of smb2cli_session_application_key()Stefan Metzmacher1-2/+13
2011-11-24s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher1-2/+3
2011-10-28s4:librpc/dcerpc_smb2: fix smb2_write_callback()Stefan Metzmacher1-5/+9
2011-10-19libcli: move ioctl function field defs to smb_constantsDavid Disseldorp1-1/+1
2011-08-04s4-librpc: Fix double free.Andreas Schneider1-6/+7
2011-03-11s4:librpc/rpc: s/struct dcerpc_connection/struct dcecli_connection/gStefan Metzmacher1-18/+18
2011-02-24build: moved librpc/rpc/*.c into a rpccommon libraryAndrew Tridgell1-0/+1
2009-07-01fixed rpc smb code to not reply on talloc_free being a function pointerAndrew Tridgell1-1/+6
2009-04-20s4:librpc/rpc: ask for 0x2000 bytes in the ioctl case to match all othercasesStefan Metzmacher1-1/+1
2008-07-16Fix the build - this element was renamed.Andrew Bartlett1-1/+1
2008-06-07fixed for per session session_key here tooAndrew Tridgell1-1/+1
2008-05-30implemented client side SMB2 signingAndrew Tridgell1-1/+1
2008-05-16private -> private_data for struct smb2_requestAndrew Tridgell1-8/+8
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2008-02-13missed a spot in the SMB2 create conversionAndrew Tridgell1-3/+3
2007-10-10r25316: Remove last few instances of old BOOL type in librpc/.Jelmer Vernooij1-1/+1
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij1-6/+6
2007-10-10r24780: More work allowing libutil to be used by external users.Jelmer Vernooij1-4/+3
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22944: fix bug #4618:Stefan Metzmacher1-13/+13
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/+20
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/+4
2007-10-10r17326: make better usage of the composite apiStefan Metzmacher1-14/+5
2007-10-10r15741: move smb2 request structures into the main smb request structsStefan Metzmacher1-11/+11
2007-10-10r14714: On DCE/RPC, we need the name of the remote server used on the socket,Andrew Bartlett1-0/+11
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
2007-10-10r13658: More moving around of files:Jelmer Vernooij1-1/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and thatAndrew Tridgell1-6/+7
2007-10-10r11891: - added pipe_flags field in smb2_transAndrew Tridgell1-3/+8
2007-10-10r11889: added support for dcerpc ncacn_np over SMB2. You use it by giving theAndrew Tridgell1-0/+474