summaryrefslogtreecommitdiff
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* printing: Fix CID 1435452 (TAINTED_SCALAR)Volker Lendecke2018-05-111-0/+6
* s3: VFS: Remove vfs_write_data(). No longer used.Jeremy Allison2018-05-041-1/+0
* s3: printing: Remove the LSEEK in printing_pread_data() and use read_file() i...Jeremy Allison2018-05-041-5/+3
* s3: printing: Now we never pass an offset of -1, remove the off_t==-1 protect...Jeremy Allison2018-05-041-15/+9
* s3: printing: Use offset tracking in printing_pread_data() to remove the seek...Jeremy Allison2018-05-041-6/+2
* s3: printing: Use passed in offset, and offset tracking in printing_pread_dat...Jeremy Allison2018-05-041-22/+8
* s3: printing: Add existing offset position as a parameter to handle_pe_file()...Jeremy Allison2018-05-041-0/+4
* s3: printing: Use auto-updating of offset in printing_pread_data() to remove ...Jeremy Allison2018-05-041-16/+2
* s3: printing: Make printing_pread_data() update the offset paramter, if not p...Jeremy Allison2018-05-041-1/+20
* s3: printing: Rename printing_read_data() -> printing_pread_data() and add an...Jeremy Allison2018-05-041-9/+17
* s3: printing: Rename vfs_read_data() -> printing_read_data().Jeremy Allison2018-05-041-9/+10
* s3: printing: Move handle_ne_file code into a separate function.Jeremy Allison2018-05-041-142/+173
* s3: printing: Split handling of PE file into separate function.Jeremy Allison2018-05-041-159/+188
* s3: printing: Reformatting of parts of this file to modern coding standards.Jeremy Allison2018-05-041-106/+264
* s3: VFS: Default. Move vfs_read_data() out of source3/smbd/vfs.c to the print...Jeremy Allison2018-05-021-0/+28
* printing: return the same error code as windows does on upload failuresBjörn Jacke2018-04-251-1/+1
* lib: #include "util_event.h" only where neededVolker Lendecke2018-04-241-0/+1
* s3:printing: Fix size typesAndreas Schneider2018-04-031-10/+17
* s3:printing: Fix size check in get_file_version()Andreas Schneider2018-03-211-6/+18
* s3:printing: Fix size type in printing_dbAndreas Schneider2018-03-201-1/+1
* lib: Remove unused serverid.tdbVolker Lendecke2017-12-053-24/+0
* lib: Use messaging_send_all instead of message_send_allVolker Lendecke2017-12-051-1/+1
* messaging: Remove the "n_sent" arg from message_send_allVolker Lendecke2017-12-051-1/+1
* printing: Avoid an "extern current_user"Volker Lendecke2017-10-271-4/+3
* printing: Avoid an "extern current_user"Volker Lendecke2017-10-271-2/+2
* s3:printing: Add NULL check for state_path()Andreas Schneider2017-08-191-0/+17
* s3-printing: precreate DriverStore directories.Günther Deschner2017-07-261-0/+22
* s3-printing: pre-create color and PCC directories under print$.Günther Deschner2017-07-261-0/+27
* s3:printing: Fix setting the first jobnumAndreas Schneider2017-07-251-3/+4
* s3:printing: Do not segfault in vlp if no command has been specifiedAndreas Schneider2017-07-251-0/+4
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-011-9/+12
* s3:printing: Change to GUID dir if we deal with COPY_FROM_DIRECTORYAndreas Schneider2017-05-051-16/+35
* rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer2017-03-292-0/+3
* Correct "somthing" typos.Chris Lamb2017-02-221-1/+1
* Correct "successfuly" typos.Chris Lamb2017-02-221-1/+1
* s3-spoolss: Fix architecture handling in spoolss_DeletePrinterDriverEx callAndreas Schneider2017-01-121-18/+23
* s3:printing: remove double PRINT_SPOOL_PREFIX defineStefan Metzmacher2016-12-211-3/+0
* printing: Convert aix_cache_reload to stdioVolker Lendecke2016-12-111-12/+15
* printing: std_pcap_cache_reload xfile->stdioVolker Lendecke2016-12-111-8/+12
* printing: Fix building with CUPS version older than 1.7Andreas Schneider2016-12-061-0/+6
* s3:spoolss: Add support for COPY_FROM_DIRECTORY in AddPrinterDriverExAndreas Schneider2016-11-201-15/+81
* lib: Remove global xfile.h includesVolker Lendecke2016-11-202-0/+2
* lib: Rename fgets_slash to x_fgets_slashVolker Lendecke2016-11-202-2/+3
* s3-printing: Allow printer names longer than 16 charsAndreas Schneider2016-11-111-18/+37
* s3-printing: Correctly encode CUPS printer URIsAndreas Schneider2016-11-101-18/+110
* s3-printing: Improve debug messageAndreas Schneider2016-11-081-1/+3
* Update smbrun to allow for settings environment variables.Trever L. Adams2016-10-131-1/+1
* s3-printing: fix migrate printer code (bug 8618)Björn Baumbach2016-10-051-0/+27
* werror: replace WERR_UNKNOWN_LEVEL with WERR_INVALID_LEVEL in source3/printin...Günther Deschner2016-09-281-1/+1
* werror: replace WERR_SERVER_UNAVAILABLE with WERR_RPC_S_SERVER_UNAVAILABLE in...Günther Deschner2016-09-281-9/+9