summaryrefslogtreecommitdiff
path: root/source3/printing/printspoolss.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10lib: Introduce cp_smb_basename() helper functionVolker Lendecke1-6/+1
2024-01-08smbd: set fsp_flags.is_fsa to true on printer file handlesRalph Boehme1-0/+1
2022-06-06smbd: Remove NTCREATEX_FLAG_DELETE_ON_CLOSEVolker Lendecke1-2/+2
2021-03-16printing: Move rap2jobid functions to their own fileVolker Lendecke1-0/+1
2020-12-16smbd: use fh_[get|set]_private_options()Ralph Boehme1-1/+1
2020-12-16smbd: use fsp_get_io_fd() when accessing a file or it's associated metadataRalph Boehme1-4/+4
2020-12-16smbd: use fsp_set_fd()Ralph Boehme1-1/+2
2020-10-23smb: rename NTCREATEX_OPTIONS_PRIVATE_DELETE_ON_CLOSE to NTCREATEX_FLAG_DELET...Ralph Boehme1-1/+1
2020-05-05smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme1-0/+1
2020-05-05s3/printing: realign synthetic_smb_fname() args in print_spool_open()Ralph Boehme1-1/+5
2020-04-03smbd: move files_struct.is_directory to a bitfieldRalph Boehme1-1/+1
2020-04-03smbd: move files_struct.modified to a bitfieldRalph Boehme1-1/+1
2020-04-03smbd: move files_struct.can_write to a bitfieldRalph Boehme1-1/+1
2020-04-03smbd: move files_struct.can_read to a bitfieldRalph Boehme1-1/+1
2020-04-03smbd: move files_struct.can_lock to a bitfieldRalph Boehme1-1/+1
2019-11-27s3:param: make "servicename" a substituted optionRalph Boehme1-1/+1
2019-11-27smbdotconf: mark "path" with substitution="1"Ralph Boehme1-0/+3
2018-06-01s3: smbd: printing: Re-implement delete-on-close semantics for print files mi...Jeremy Allison1-0/+17
2017-03-29rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer1-0/+2
2016-12-21s3:printing: remove double PRINT_SPOOL_PREFIX defineStefan Metzmacher1-3/+0
2016-03-24s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison1-1/+1
2015-05-12Convert all (remaining) uses of uint32/16/8 to _t in source3/printing.Richard Sharpe1-1/+1
2014-02-24s3:printing: Fix a possible NULL dereference.Poornima Gurusiddaiah1-1/+1
2014-02-03loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docsMichael Adam1-2/+2
2013-08-05s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_interface().Günther Deschner1-2/+2
2013-04-17smbd: Convert print_spool_open to synthetic_smb_fnameVolker Lendecke1-3/+3
2013-03-06Make sure to set umask() before calling mkstemp().Andreas Schneider1-0/+4
2013-01-24spoolss: make spoolss deal with ndr64 StartDocPrinter by using proper contain...Günther Deschner1-8/+15
2012-10-08s3fs-printing: Fix RAW printing for normal users.Andreas Schneider1-1/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-2/+3
2012-06-26s3-spoolss: remove duplicate "." in smbd spooler pathDavid Disseldorp1-3/+8
2012-06-06s3:printing: let print_spool_open() take a uint64_t vuidStefan Metzmacher1-1/+1
2012-06-06s3:printing: add print_spool_rap_jobid()Stefan Metzmacher1-0/+9
2012-06-06s3:printing: make struct print_file_data private to printspoolss.cStefan Metzmacher1-0/+9
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-1/+1
2012-02-14s3: files_struct->mode is only written, remove itVolker Lendecke1-1/+0
2011-07-04s3-rpc_server: Migrate rpc function to tsocket_address.Andreas Schneider1-2/+2
2011-05-05s3-printing: run minimal_includes.pl.Günther Deschner1-1/+0
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner1-0/+1
2011-04-05s3: Fix print_spool_endVolker Lendecke1-12/+0
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-3/+3
2011-01-21s3:printing: use dcerpc_spoolss_X() functionsStefan Metzmacher1-12/+12
2010-12-22s3-printing: fix crash bug in print_spool_open().Günther Deschner1-1/+3
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-09-15s3-printing: fix print_spool_terminate().Günther Deschner1-1/+1
2010-09-15s3-rpc_server: Moved ncacn_np declarations in common header file.Simo Sorce1-0/+1
2010-09-15s3-rpc_server: Convert rpc_connect_spoolss_pipe into a generic interface.Simo Sorce1-3/+22
2010-07-27s3-smbd: Migrated to new spoolss functions for printing.Simo Sorce1-1/+2
2010-07-27s3-printing: Handled case when smbd spools a file on behalf of spoolss.Simo Sorce1-0/+1