summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
...
* s3-spoolss: remove old _spoolss_FindClosePrinterNotify.Günther Deschner2009-02-091-36/+0
* s3-spoolss: remove old _spoolss_DeletePrinterDriverEx.Günther Deschner2009-02-091-88/+0
* s3-spoolss: remove old spoolss_DeletePrinterDriver.Günther Deschner2009-02-091-74/+0
* s3-spoolss: remove old _spoolss_DeletePrinterKey.Günther Deschner2009-02-091-54/+0
* s3-spoolss: remove old _spoolss_DeletePrinterData.Günther Deschner2009-02-091-53/+0
* s3-spoolss: remove old _spoolss_DeletePrinterDataEx.Günther Deschner2009-02-091-57/+0
* s3-spoolss: remove old _spoolss_GetForm.Günther Deschner2009-02-091-76/+0
* s3-spoolss: remove old _spoolss_SetForm.Günther Deschner2009-02-091-103/+0
* s3-spoolss: remove old spoolss_AddForm.Günther Deschner2009-02-091-60/+0
* Most RPC requests do not need a full fragment, start smallerVolker Lendecke2009-02-081-7/+10
* s3-spoolss: remove old _spoolss_WritePrinter.Günther Deschner2009-02-071-68/+0
* s3-spoolss: remove old _spoolss_DeleteForm.Günther Deschner2009-02-071-34/+0
* s3-spoolss: use rpccli_spoolss_DeleteForm.Günther Deschner2009-02-071-12/+0
* s3-spoolss: remove old _spoolss_EndDocPrinter.Günther Deschner2009-02-061-48/+0
* s3-spoolss: remove old _spoolss_AbortPrinter.Günther Deschner2009-02-061-37/+0
* s3-spoolss: remove old _spoolss_EndPagePrinter.Günther Deschner2009-02-061-48/+0
* s3-spoolss: remove old _spoolss_StartPagePrinter.Günther Deschner2009-02-061-48/+0
* s3-spoolss: remove old _spoolss_DeletePrinter.Günther Deschner2009-02-061-45/+0
* s3-spoolss: remove old _spoolss_ClosePrinter.Günther Deschner2009-02-061-60/+0
* s3-parsing: remove a lot of unused structures and their hand marshalling.Günther Deschner2009-02-052-1187/+0
* s3-eventlog: w00t! remove last traces of old eventlog rpc marshalling.Günther Deschner2009-02-041-27/+0
* s3-eventlog: remove old hand marshalling for eventlog read call.Günther Deschner2009-02-041-183/+0
* s3-eventlog: fix buffer allocation in eventlog read call.Günther Deschner2009-01-241-3/+1
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-211-5/+6
* Tiny simplification of prs_set_offsetVolker Lendecke2009-01-181-6/+3
* s3-svcctl: remove last traces of hand-marshalled svcctl code.Günther Deschner2009-01-091-26/+0
* s3-svcctl: remove old marshalling of svcctl_EnumServicesStatusW.Günther Deschner2009-01-091-129/+0
* s3-eventlog: trying to make eventlog_io_q_read_eventlog readable.Günther Deschner2009-01-081-47/+66
* s3-svcctl: use pidl based struct SERVICE_STATUS.Günther Deschner2009-01-081-2/+2
* s3-svcctl: remove old hand marshalling of svcctl_QueryServiceConfig2W.Günther Deschner2009-01-081-187/+0
* s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx.Günther Deschner2009-01-081-77/+0
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-013-6/+6
* s3-ntsvcs: remove last traces of hand-marshalled NTSVCS.Günther Deschner2008-12-171-24/+0
* s3-ntsvcs: remove old _PNP_GetDeviceList.Günther Deschner2008-12-171-55/+0
* s3: Use DEBUGADD instead of DEBUG to avoid printing the headerDan Sledz2008-12-151-26/+26
* s3: Fix "differing signedness" build warningsTim Prouty2008-12-151-1/+1
* s3-ntsvcs: remove old hand-marshalling for ntsvcs getdevregprop.Günther Deschner2008-11-193-155/+0
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-1/+1
* errors: share dcerpc error function.Günther Deschner2008-10-311-1/+1
* s3: remove old marshalling for SVCCTL_QUERY_SERVICE_CONFIG.Günther Deschner2008-10-161-116/+0
* Fix "warning: pointer of type 'void *' used in arithmetic".Jeremy Allison2008-09-051-1/+1
* factor prs_append_some_data out of prs_append_some_prs_dataVolker Lendecke2008-09-031-9/+17
* rpc_parse: Unify spoolss debug messages.Karolin Seeger2008-07-221-2/+2
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-202-1/+10
* Make the pipe_names[] array static to cli_pipe.cVolker Lendecke2008-07-191-63/+0
* Make use of ndr_syntax_id_equalVolker Lendecke2008-07-191-2/+2
* drsuapi: add all code required for our drsuapi rpc client.Günther Deschner2008-05-231-0/+1
* Compile endpoint mapper pidl outputVolker Lendecke2008-05-211-0/+1
* The first of Martin Zielinski <mz@seh.de> Vista printing patches.Jeremy Allison2008-04-241-1/+6
* rpc_parse: fix "assignment discards qualifier" warning by using CONST_DISCARD.Michael Adam2008-04-201-1/+1