summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2017-07-01s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison1-9/+12
2017-05-05s3:printing: Change to GUID dir if we deal with COPY_FROM_DIRECTORYAndreas Schneider1-16/+35
2017-03-29rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer2-0/+3
2017-02-22Correct "somthing" typos.Chris Lamb1-1/+1
2017-02-22Correct "successfuly" typos.Chris Lamb1-1/+1
2017-01-12s3-spoolss: Fix architecture handling in spoolss_DeletePrinterDriverEx callAndreas Schneider1-18/+23
2016-12-21s3:printing: remove double PRINT_SPOOL_PREFIX defineStefan Metzmacher1-3/+0
2016-12-11printing: Convert aix_cache_reload to stdioVolker Lendecke1-12/+15
2016-12-11printing: std_pcap_cache_reload xfile->stdioVolker Lendecke1-8/+12
2016-12-06printing: Fix building with CUPS version older than 1.7Andreas Schneider1-0/+6
2016-11-20s3:spoolss: Add support for COPY_FROM_DIRECTORY in AddPrinterDriverExAndreas Schneider1-15/+81
2016-11-20lib: Remove global xfile.h includesVolker Lendecke2-0/+2
2016-11-20lib: Rename fgets_slash to x_fgets_slashVolker Lendecke2-2/+3
2016-11-11s3-printing: Allow printer names longer than 16 charsAndreas Schneider1-18/+37
2016-11-10s3-printing: Correctly encode CUPS printer URIsAndreas Schneider1-18/+110
2016-11-08s3-printing: Improve debug messageAndreas Schneider1-1/+3
2016-10-13Update smbrun to allow for settings environment variables.Trever L. Adams1-1/+1
2016-10-05s3-printing: fix migrate printer code (bug 8618)Björn Baumbach1-0/+27
2016-09-28werror: replace WERR_UNKNOWN_LEVEL with WERR_INVALID_LEVEL in source3/printin...Günther Deschner1-1/+1
2016-09-28werror: replace WERR_SERVER_UNAVAILABLE with WERR_RPC_S_SERVER_UNAVAILABLE in...Günther Deschner1-9/+9
2016-09-28werror: replace WERR_REG_CORRUPT with WERR_REGISTRY_CORRUPT in source3/printi...Günther Deschner1-3/+3
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/pri...Günther Deschner2-13/+13
2016-09-28werror: replace WERR_NO_SUCH_SHARE with WERR_BAD_NET_NAME in source3/printing...Günther Deschner1-2/+2
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/printing/Günther Deschner3-30/+30
2016-09-28werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source3/printing/Günther Deschner4-4/+4
2016-08-23s3-spoolss: Support for adding printer drivers with info level 8Andreas Schneider1-0/+30
2016-04-19printing: handle "printcap cache time" change on HUPDavid Disseldorp1-33/+46
2016-04-19printing: use housekeeping period that matches cache timeDavid Disseldorp1-13/+8
2016-03-24s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2-2/+2
2016-02-23lib: Remove "includes.h" from util_file.cVolker Lendecke1-0/+1
2016-02-23lib: Add "mem_ctx" to file_lines_ploadVolker Lendecke1-2/+2
2016-02-23lib: Remove sys_waitpidVolker Lendecke2-2/+2
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2015-10-13lib: Move sys_rw* to lib/utilVolker Lendecke2-2/+2
2015-09-24s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt3-13/+5
2015-06-04s3-rpc_server: Fix inteface typo.Günther Deschner1-4/+4
2015-05-21s3-spoolss: use talloc_zero in spoolss notify codeGünther Deschner1-6/+2
2015-05-16Convert the few instances of int32 there were to int32_t.Richard Sharpe1-1/+1
2015-05-14Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2-2/+2
2015-05-12Convert all (remaining) uses of uint32/16/8 to _t in source3/printing.Richard Sharpe6-49/+49
2015-05-01Convert uint32/16/8 to 32_t/16_t/8_t in printing.h and all files that include...Richard Sharpe3-102/+102
2015-04-22s3:smbd: use smbd_reinit_after_forkRalph Boehme2-4/+2
2015-04-22s3:spoolss: use lp_load() wrapper lp_load_global().Michael Adam1-1/+1
2015-03-17lib: Remove tdb_fetch_compatVolker Lendecke3-17/+17
2015-03-17lib: Remove tdb_errorstr_compatVolker Lendecke1-6/+6
2015-03-17Remove tdb_[first|next]key_compatVolker Lendecke2-8/+8
2015-03-17lib: Remove tdb_open_compatVolker Lendecke1-2/+2
2015-03-05printing: increse log level for unreachable cups serversBjörn Jacke1-2/+2
2015-02-18printing: rework nt_printer_guid_store to return errorsAndreas Schneider1-17/+32
2015-02-18printing: add nt_printer_guid_retrieve() helperDavid Disseldorp1-0/+58