summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_echo.c
Commit message (Expand)AuthorAgeFilesLines
* s3:rpcclient: Use C99 initializer for cmd_set in cmd_echoAndreas Schneider2019-01-281-7/+47
* Convert all uint32/16/8 to _t in source3/rpcclient.Richard Sharpe2015-05-121-4/+4
* s3-rpcclient: pass struct ndr_interface_table downAndrew Bartlett2012-01-181-4/+4
* s3:rpcclient: use dcerpc_echo_X() functionsStefan Metzmacher2011-01-171-30/+37
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+1
* Revert "s3: Do not directly reference the ndr_table_* in rpcclient"Volker Lendecke2009-11-081-12/+4
* s3: Do not directly reference the ndr_table_* in rpcclientVolker Lendecke2009-11-081-4/+12
* Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke2008-07-211-4/+4
* r23883: Fix Coverity ID 380Volker Lendecke2007-10-101-0/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23555: Fix some uninitialiazed variable uses.Jeremy Allison2007-10-101-2/+6
* r23249: another sync from 3.0.26 for the echo work to rpcclientGerald Carter2007-10-101-11/+26
* r20839: Fix other C++ warningsJelmer Vernooij2007-10-101-1/+1
* r20832: Remove extra pointers previously added to unique [out] pointers. Inst...Jelmer Vernooij2007-10-101-2/+4
* r19797: Convert the remaining pipes to the "new" unique out ptr handlingVolker Lendecke2007-10-101-8/+4
* r19487: Fix coverity # 313Volker Lendecke2007-10-101-2/+4
* r18572: Use the autogenerated client and server for the echo interface and im...Jelmer Vernooij2007-10-101-13/+18
* r17316: More C++ warnings -- 456 leftVolker Lendecke2007-10-101-2/+2
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-12/+12
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* Merge from HEAD:Tim Potter2003-04-281-0/+2
* A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter2003-04-111-0/+157