summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/dcerpc_smb2.c
Commit message (Expand)AuthorAgeFilesLines
* s4:librpc/rpc: ask for 0x2000 bytes in the ioctl case to match all othercasesStefan Metzmacher2009-04-201-1/+1
* Fix the build - this element was renamed.Andrew Bartlett2008-07-161-1/+1
* fixed for per session session_key here tooAndrew Tridgell2008-06-071-1/+1
* implemented client side SMB2 signingAndrew Tridgell2008-05-301-1/+1
* private -> private_data for struct smb2_requestAndrew Tridgell2008-05-161-8/+8
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* missed a spot in the SMB2 create conversionAndrew Tridgell2008-02-131-3/+3
* r25316: Remove last few instances of old BOOL type in librpc/.Jelmer Vernooij2007-10-101-1/+1
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-6/+6
* r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2007-10-101-4/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22944: fix bug #4618:Stefan Metzmacher2007-10-101-13/+13
* 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/+20
* 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/+4
* r17326: make better usage of the composite apiStefan Metzmacher2007-10-101-14/+5
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-101-11/+11
* r14714: On DCE/RPC, we need the name of the remote server used on the socket,Andrew Bartlett2007-10-101-0/+11
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r13658: More moving around of files:Jelmer Vernooij2007-10-101-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and thatAndrew Tridgell2007-10-101-6/+7
* r11891: - added pipe_flags field in smb2_transAndrew Tridgell2007-10-101-3/+8
* r11889: added support for dcerpc ncacn_np over SMB2. You use it by giving theAndrew Tridgell2007-10-101-0/+474