summaryrefslogtreecommitdiff
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: Convert print_svid code to use file_lines_ploadv().Jeremy Allison2019-06-131-2/+27
* printing: check lp_load_printers() prior to pcap cache updateDavid Disseldorp2019-02-212-1/+6
* printing: drop pcap_cache_loaded() guard around load_printers()David Disseldorp2019-02-213-10/+6
* printing: convert delete_driver_files() to use create_conn_struct_tos_cwd()Stefan Metzmacher2018-06-141-14/+8
* printing: convert move_driver_to_download_area() to use create_conn_struct_to...Stefan Metzmacher2018-06-141-14/+7
* printing: convert get_correct_cversion() to use create_conn_struct_tos_cwd()Stefan Metzmacher2018-06-141-13/+7
* printing: add an explicit talloc_stackframe() to delete_driver_files()Stefan Metzmacher2018-06-141-4/+9
* printing: add an explicit talloc_stackframe() to move_driver_to_download_area()Stefan Metzmacher2018-06-141-13/+16
* printing: add an explicit talloc_stackframe() to get_correct_cversion()Stefan Metzmacher2018-06-141-7/+13
* printing: add more 'const' to read only input pointersStefan Metzmacher2018-06-141-6/+6
* printing: remove unused arguments from delete_and_reload_printers()Stefan Metzmacher2018-06-141-1/+1
* printing: remove unused arguments from load_printers()Stefan Metzmacher2018-06-144-13/+7
* s3: smbd: printing: Re-implement delete-on-close semantics for print files mi...Jeremy Allison2018-06-011-0/+17
* s3-printing: fix format-truncation in print_queue_update()Günther Deschner2018-05-171-1/+1
* 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