summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-10s3-spoolss: remove old spoolss_ReplyOpenPrinter.Günther Deschner1-73/+0
2009-02-10s3-spoolss: remove old spoolss_OpenPrinter.Günther Deschner1-56/+0
2009-02-10s3-spoolss: remove old spoolss_OpenPrinterEx.Günther Deschner1-147/+0
2009-02-10s3-spoolss: remove old spoolss_SetJob.Günther Deschner1-63/+0
2009-02-10s3-spoolss: remove old spoolss_StartDocPrinter.Günther Deschner1-184/+0
2009-02-09s3-spoolss: remove old spoolss_ScheduleJob.Günther Deschner1-36/+0
2009-02-09s3-spoolss: remove old spoolss_AddJob.Günther Deschner1-54/+0
2009-02-09s3-spoolss: remove old rpccli_spoolss_routerreplyprinter.Günther Deschner1-67/+0
2009-02-09s3-spoolss: remove old spoolss_ReplyClosePrinter.Günther Deschner1-53/+0
2009-02-09s3-spoolss: remove old spoolss_AddPrintProcessor.Günther Deschner1-51/+0
2009-02-09s3-spoolss: remove old _spoolss_FindClosePrinterNotify.Günther Deschner1-36/+0
2009-02-09s3-spoolss: remove old _spoolss_DeletePrinterDriverEx.Günther Deschner1-88/+0
2009-02-09s3-spoolss: remove old spoolss_DeletePrinterDriver.Günther Deschner1-74/+0
2009-02-09s3-spoolss: remove old _spoolss_DeletePrinterKey.Günther Deschner1-54/+0
2009-02-09s3-spoolss: remove old _spoolss_DeletePrinterData.Günther Deschner1-53/+0
2009-02-09s3-spoolss: remove old _spoolss_DeletePrinterDataEx.Günther Deschner1-57/+0
2009-02-09s3-spoolss: remove old _spoolss_GetForm.Günther Deschner1-76/+0
2009-02-09s3-spoolss: remove old _spoolss_SetForm.Günther Deschner1-103/+0
2009-02-09s3-spoolss: remove old spoolss_AddForm.Günther Deschner1-60/+0
2009-02-07s3-spoolss: remove old _spoolss_WritePrinter.Günther Deschner1-68/+0
2009-02-07s3-spoolss: remove old _spoolss_DeleteForm.Günther Deschner1-34/+0
2009-02-07s3-spoolss: use rpccli_spoolss_DeleteForm.Günther Deschner1-12/+0
2009-02-06s3-spoolss: remove old _spoolss_EndDocPrinter.Günther Deschner1-48/+0
2009-02-06s3-spoolss: remove old _spoolss_AbortPrinter.Günther Deschner1-37/+0
2009-02-06s3-spoolss: remove old _spoolss_EndPagePrinter.Günther Deschner1-48/+0
2009-02-06s3-spoolss: remove old _spoolss_StartPagePrinter.Günther Deschner1-48/+0
2009-02-06s3-spoolss: remove old _spoolss_DeletePrinter.Günther Deschner1-45/+0
2009-02-06s3-spoolss: remove old _spoolss_ClosePrinter.Günther Deschner1-60/+0
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-2/+2
2008-07-22rpc_parse: Unify spoolss debug messages.Karolin Seeger1-2/+2
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-1/+0
2008-04-24The first of Martin Zielinski <mz@seh.de> Vista printing patches.Jeremy Allison1-1/+6
2008-03-23Fix Coverity ID 504Volker Lendecke1-1/+1
2008-03-23Fix Coverity ID 503Volker Lendecke1-1/+1
2007-12-29Remove tiny code duplicationVolker Lendecke1-2/+2
2007-11-27Make init_unistr2_from_unistr take an explicit talloc context.Jeremy Allison1-28/+28
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-225/+225
2007-10-10r25399: Excise uint - > uint32 (where appropriate) or unsigned int.Jeremy Allison1-2/+2
2007-10-10r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam1-27/+27
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-5/+5
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23122: Fix bug #4655. We marshall the enumdataex correctly,Jeremy Allison1-17/+48
2007-10-10r23080: Fix bug #4637 - we hads missed some cases whereJeremy Allison1-15/+19
2007-10-10r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter1-0/+4
2007-10-10r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison1-3/+7
2007-10-10r22062: Fix the parsing of info level 3. Flags is not a flagsJeremy Allison1-5/+38
2007-10-10r21346: FIXME ! Our parsing here is wrong I think,Jeremy Allison1-1/+10
2007-10-10r21096: Fix formatting.Jeremy Allison1-2/+2
2007-10-10r19028: Implement getprinterinfo level 6 (only the status) and get rid of snu...Volker Lendecke1-0/+31