summaryrefslogtreecommitdiff
path: root/source3/rpc_client/ndr.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-06s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume lsa_pip...Bo Yang1-0/+15
2009-11-08Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke1-18/+3
2009-11-08s3: Do not reference ndr_table_<pipe> in the cli_ routines directlyVolker Lendecke1-3/+18
2009-11-07s3: Do the printing for DEBUGLEVEL>=10 centrallyVolker Lendecke1-1/+12
2009-07-27Lift the event loop in rpc_api_pipe_req() one level into cli_do_rpc_ndrVolker Lendecke1-31/+115
2009-01-21Allow calling DCE/RPC server implementations directly usingJelmer Vernooij1-1/+1
2009-01-18Move initialization of the reply prs_struct to rpc_api_pipeVolker Lendecke1-3/+1
2008-10-12Share RPC binding string utility functions.Jelmer Vernooij1-1/+1
2008-09-23s3-ndr: add stub smb_iconv_convenience to some ndr_ functions.Günther Deschner1-1/+1
2008-09-01Fix some nonempty blank linesVolker Lendecke1-1/+1
2008-07-21Make idl: cli_do_rpc_ndr does not use pipe_idx anymoreVolker Lendecke1-1/+1
2008-07-21Remove a reference to pipe_idxVolker Lendecke1-1/+2
2008-04-20Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke1-1/+1
2008-03-17Coverity fixesMarc VanHeyningen1-4/+1
2007-11-09ndr: change NTSTAUS into enum ndr_err_code (samba3 callers)Stefan Metzmacher1-6/+7
2007-10-10r24594: pass down the ndr_interface_table in the samba3 client bindingsStefan Metzmacher1-5/+10
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r18395: have the ndr layer alloc outgoing structure members for usGerald Carter1-0/+2
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-0/+90