summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: rename [un]become_user*() to [un]become_user_without_service*()Stefan Metzmacher2019-09-111-6/+6
* s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt2018-09-071-3/+3
* lib: Pass mem_ctx to state_path()Volker Lendecke2018-08-171-3/+3
* 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: 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
* s3:printing: Fix size check in get_file_version()Andreas Schneider2018-03-211-6/+18
* lib: Remove unused serverid.tdbVolker Lendecke2017-12-051-4/+0
* 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: 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
* Correct "somthing" typos.Chris Lamb2017-02-221-1/+1
* s3-spoolss: Fix architecture handling in spoolss_DeletePrinterDriverEx callAndreas Schneider2017-01-121-18/+23
* s3:spoolss: Add support for COPY_FROM_DIRECTORY in AddPrinterDriverExAndreas Schneider2016-11-201-15/+81
* werror: replace WERR_UNKNOWN_LEVEL with WERR_INVALID_LEVEL in source3/printin...Günther Deschner2016-09-281-1/+1
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/pri...Günther Deschner2016-09-281-5/+5
* werror: replace WERR_NO_SUCH_SHARE with WERR_BAD_NET_NAME in source3/printing...Günther Deschner2016-09-281-2/+2
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/printing/Günther Deschner2016-09-281-10/+10
* werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source3/printing/Günther Deschner2016-09-281-1/+1
* s3-spoolss: Support for adding printer drivers with info level 8Andreas Schneider2016-08-231-0/+30
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-1/+1
* Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2015-05-141-1/+1
* Convert all (remaining) uses of uint32/16/8 to _t in source3/printing.Richard Sharpe2015-05-121-1/+1
* Convert uint32/16/8 to 32_t/16_t/8_t in printing.h and all files that include...Richard Sharpe2015-05-011-11/+11
* s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme2014-12-041-3/+6
* vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke2014-08-111-0/+3
* lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke2014-07-281-4/+2
* s3: printing: Fix problem with server taking too long to respond to a MSG_PRI...Jeremy Allison2014-02-181-2/+27