Age | Commit message (Expand) | Author | Files | Lines |
2012-08-01 | s4:librpc/dcerpc_smb: make use of smbXcli_session_application_key() | Stefan Metzmacher | 1 | -4/+15 |
2011-11-30 | s4:libcli/raw: implement on top of smbXcli_conn/req | Stefan Metzmacher | 1 | -4/+6 |
2011-10-28 | s4:librpc/dcerpc_smb: fix smb_write_callback() | Stefan Metzmacher | 1 | -5/+10 |
2011-08-04 | s4-librpc: Fix double free. | Andreas Schneider | 1 | -5/+6 |
2011-03-11 | s4:librpc/rpc: s/struct dcerpc_connection/struct dcecli_connection/g | Stefan Metzmacher | 1 | -19/+19 |
2011-02-24 | build: moved librpc/rpc/*.c into a rpccommon library | Andrew Tridgell | 1 | -0/+1 |
2009-10-15 | s4-smb: declare root_fid as a file handle | Andrew Tridgell | 1 | -1/+1 |
2009-09-17 | s4-rpc: added NDR64 support | Andrew Tridgell | 1 | -1/+5 |
2009-07-01 | fixed rpc smb code to not reply on talloc_free being a function pointer | Andrew Tridgell | 1 | -1/+7 |
2009-02-02 | s4:libcliraw: s/private/private_data | Stefan Metzmacher | 1 | -8/+8 |
2008-07-07 | dcerpc_smb: trans->in.max_data should not depend on the smb max size | Stefan Metzmacher | 1 | -1/+8 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -3/+4 |
2007-10-10 | r25316: Remove last few instances of old BOOL type in librpc/. | Jelmer Vernooij | 1 | -2/+3 |
2007-10-10 | r24994: Fix some C++ warnings. | Jelmer Vernooij | 1 | -10/+10 |
2007-10-10 | r24937: Merge tests spoolss RPC callbacks. | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r22944: fix bug #4618: | Stefan Metzmacher | 1 | -14/+14 |
2007-10-10 | r22838: Add in an explority test for what QFSINFO operations are valid on IPC$ | Andrew Bartlett | 1 | -0/+15 |
2007-10-10 | r22683: fix the logic for skipping the pipe_dead() | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r22528: remember that the connection was marked dead and don't | Stefan Metzmacher | 1 | -0/+21 |
2007-10-10 | r22485: don't crash when the main dcerpc code haven't setup | Stefan Metzmacher | 1 | -1/+11 |
2007-10-10 | r22470: merge handling of broken connections from wins replication client code | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is created | Andrew Tridgell | 1 | -3/+16 |
2007-10-10 | r17322: make better use of the composite api | Stefan Metzmacher | 1 | -47/+22 |
2007-10-10 | r14714: On DCE/RPC, we need the name of the remote server used on the socket, | Andrew Bartlett | 1 | -9/+19 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14256: - rename smb_file -> smb_handle | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r14208: removed use of req->flags2 inside the ntvfs layer. This should help | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r14173: change smb interface structures to always use | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r13210: Revert my named pipes patch until it passes not just 'make quicktest'... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13208: Clearly separate named pipes from the IPC$ NTVFS type. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r11824: fixed a valgrind error in the dcerpc_smb code | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r11515: Add some talloc_get_type | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r10699: fixed the dcerpc code so that you can shutdown the pipe safely from | Andrew Tridgell | 1 | -4/+15 |
2007-10-10 | r10683: Samba3's wbinfo -t should give the correct answer now. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r10681: Convert dcerpc_open_smb to a composite function. | Volker Lendecke | 1 | -42/+113 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7932: don't use the nbt called name as server name, for dcerpc_server_name() | Stefan Metzmacher | 1 | -9/+8 |
2007-10-10 | r7658: don't timeout at the smb level for rpc requests as otherwise some rpc | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 1 | -13/+0 |
2007-10-10 | r5902: A rather large change... | Andrew Bartlett | 1 | -1/+15 |
2007-10-10 | r5137: fix types | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r4757: added the ability of the clisocket level of libcli to handle async | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4616: the first phase in the addition of proper support for | Andrew Tridgell | 1 | -64/+59 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4011: get rid of rpc_secdes.h and replace it with a single sane set of | Andrew Tridgell | 1 | -5/+6 |
2007-10-10 | r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra... | Andrew Tridgell | 1 | -1/+1 |