summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-spoolss: remove old _spoolss_FindClosePrinterNotify.Günther Deschner2009-02-091-36/+0
| | | | Guenther
* s3-spoolss: remove old _spoolss_DeletePrinterDriverEx.Günther Deschner2009-02-091-88/+0
| | | | Guenther
* s3-spoolss: remove old spoolss_DeletePrinterDriver.Günther Deschner2009-02-091-74/+0
| | | | Guenther
* s3-spoolss: remove old _spoolss_DeletePrinterKey.Günther Deschner2009-02-091-54/+0
| | | | Guenther
* s3-spoolss: remove old _spoolss_DeletePrinterData.Günther Deschner2009-02-091-53/+0
| | | | Guenther
* s3-spoolss: remove old _spoolss_DeletePrinterDataEx.Günther Deschner2009-02-091-57/+0
| | | | Guenther
* s3-spoolss: remove old _spoolss_GetForm.Günther Deschner2009-02-091-76/+0
| | | | Guenther
* s3-spoolss: remove old _spoolss_SetForm.Günther Deschner2009-02-091-103/+0
| | | | Guenther
* s3-spoolss: remove old spoolss_AddForm.Günther Deschner2009-02-091-60/+0
| | | | Guenther
* 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
| | | | Guenther
* s3-spoolss: remove old _spoolss_DeleteForm.Günther Deschner2009-02-071-34/+0
| | | | Guenther
* s3-spoolss: use rpccli_spoolss_DeleteForm.Günther Deschner2009-02-071-12/+0
| | | | Guenther
* s3-spoolss: remove old _spoolss_EndDocPrinter.Günther Deschner2009-02-061-48/+0
| | | | Guenther
* s3-spoolss: remove old _spoolss_AbortPrinter.Günther Deschner2009-02-061-37/+0
| | | | Guenther
* s3-spoolss: remove old _spoolss_EndPagePrinter.Günther Deschner2009-02-061-48/+0
| | | | Guenther
* s3-spoolss: remove old _spoolss_StartPagePrinter.Günther Deschner2009-02-061-48/+0
| | | | Guenther
* s3-spoolss: remove old _spoolss_DeletePrinter.Günther Deschner2009-02-061-45/+0
| | | | Guenther
* s3-spoolss: remove old _spoolss_ClosePrinter.Günther Deschner2009-02-061-60/+0
| | | | Guenther
* s3-parsing: remove a lot of unused structures and their hand marshalling.Günther Deschner2009-02-052-1187/+0
| | | | Guenther
* s3-eventlog: w00t! remove last traces of old eventlog rpc marshalling.Günther Deschner2009-02-041-27/+0
| | | | | | spoolss, I'm coming! Guenther
* s3-eventlog: remove old hand marshalling for eventlog read call.Günther Deschner2009-02-041-183/+0
| | | | Guenther
* s3-eventlog: fix buffer allocation in eventlog read call.Günther Deschner2009-01-241-3/+1
| | | | | | This broke with f6fa3080fee1b20df9f1968500840a88cf0ee592 back in April 2007... Guenther
* 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
| | | | Guenther
* s3-svcctl: remove old marshalling of svcctl_EnumServicesStatusW.Günther Deschner2009-01-091-129/+0
| | | | Guenther
* s3-eventlog: trying to make eventlog_io_q_read_eventlog readable.Günther Deschner2009-01-081-47/+66
| | | | Guenther
* s3-svcctl: use pidl based struct SERVICE_STATUS.Günther Deschner2009-01-081-2/+2
| | | | Guenther
* s3-svcctl: remove old hand marshalling of svcctl_QueryServiceConfig2W.Günther Deschner2009-01-081-187/+0
| | | | Guenther
* s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx.Günther Deschner2009-01-081-77/+0
| | | | Guenther
* 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
| | | | Guenther
* s3-ntsvcs: remove old _PNP_GetDeviceList.Günther Deschner2008-12-171-55/+0
| | | | Guenther
* 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
| | | | Guenther
* 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
| | | | Guenther
* s3: remove old marshalling for SVCCTL_QUERY_SERVICE_CONFIG.Günther Deschner2008-10-161-116/+0
| | | | Guenther
* Fix "warning: pointer of type 'void *' used in arithmetic".Jeremy Allison2008-09-051-1/+1
| | | | | Jeremy. (This used to be commit 2d95ea38a2f1ead37121fcc036c21a7f20ff41f9)
* factor prs_append_some_data out of prs_append_some_prs_dataVolker Lendecke2008-09-031-9/+17
| | | | (This used to be commit 32cb45c962c822bd79a7d0f666f2f6037060b324)
* rpc_parse: Unify spoolss debug messages.Karolin Seeger2008-07-221-2/+2
| | | | | Karolin (This used to be commit 5ab391d466ce9ddea31f6f6bf467aa6c5f3a7efb)
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-202-1/+10
| | | | | Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 9abc9dc4dc13bd3e42f98eff64eacf24b51f5779)
* Make the pipe_names[] array static to cli_pipe.cVolker Lendecke2008-07-191-63/+0
| | | | (This used to be commit ab7ab350591bf16717744a0c252d3a9d185bcb77)
* Make use of ndr_syntax_id_equalVolker Lendecke2008-07-191-2/+2
| | | | (This used to be commit 3ab3f2610500107c9cff677746365bba143ca9de)
* drsuapi: add all code required for our drsuapi rpc client.Günther Deschner2008-05-231-0/+1
| | | | | Guenther (This used to be commit 7c93190843e77764be4d0f6d4f0b93061c192c98)
* Compile endpoint mapper pidl outputVolker Lendecke2008-05-211-0/+1
| | | | (This used to be commit fe8f9e427af3eb42d63fde96c4fe20a255facb95)
* The first of Martin Zielinski <mz@seh.de> Vista printing patches.Jeremy Allison2008-04-241-1/+6
| | | | | | | Jerry will test and should get into 3.2 final (and the next 3.0.x release). Jeremy. (This used to be commit 3fc1ab210b8772ee9f867499c0b1a7bb4bcdd285)
* rpc_parse: fix "assignment discards qualifier" warning by using CONST_DISCARD.Michael Adam2008-04-201-1/+1
| | | | | Michael (This used to be commit 0de001a5446545b928eb88e1916b4fe674017424)