summaryrefslogtreecommitdiff
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-211-0/+3
* vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-141-3/+0
* smbd: pass twrp as NTTIME to filename_convert() and all the way down to canon...Ralph Boehme2020-05-051-1/+1
* smbd: move time_t twrp to @GMT string token conversion to canonicalize_snapsh...Ralph Boehme2020-05-051-1/+1
* smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme2020-05-052-0/+2
* s3/printing: realign synthetic_smb_fname() args in print_spool_open()Ralph Boehme2020-05-051-1/+5
* s3/printing: realign synthetic_smb_fname() args in driver_unlink_internals()Ralph Boehme2020-05-051-1/+5
* smbd: move files_struct.is_directory to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.modified to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.can_write to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.can_read to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.can_lock to a bitfieldRalph Boehme2020-04-031-1/+1
* s3:rpc_server: Do not include s3 autogenerated headersSamuel Cabrero2020-03-201-2/+0
* s3:rpc_server: Switch to core dcerpc server loopSamuel Cabrero2020-03-201-1/+2
* s3:rpc_server: Retrieve the dcesrv_endpoint from prefork listen dataSamuel Cabrero2020-03-201-5/+13
* s3:rpc_server: Drop dcerpc_binding_vector usage in the server sideSamuel Cabrero2020-03-201-28/+14
* s3:rpc_server: Create ncacn_np sockets through endpoint initializationSamuel Cabrero2020-03-201-16/+0
* s3:rpc_server: Initialize spoolssd connection endpointsSamuel Cabrero2020-03-201-1/+41
* s3:rpc_server: Init registered ep servers in external spoolssd daemonSamuel Cabrero2020-03-201-59/+11
* s3:rpc_server: Reinitialize dcesrv_context in external spoolssd daemonSamuel Cabrero2020-03-204-3/+20
* s3:rpc_server: Register endpoint servers in external spoolssd daemonSamuel Cabrero2020-03-201-0/+33
* printing: Avoid EBADF from EPOLL_CTL_DELVolker Lendecke2020-01-091-1/+1
* printing: Align integer typesVolker Lendecke2020-01-091-1/+1
* s3:param: make "servicename" a substituted optionRalph Boehme2019-11-277-16/+39
* printing: use lpcfg_substituted_string() in print_run_command()Ralph Boehme2019-11-271-1/+3
* smbdotconf: mark "os2 driver map" with substitution="1"Ralph Boehme2019-11-271-1/+3
* smbdotconf: mark "logfile" with substitution="1"Ralph Boehme2019-11-271-5/+9
* smbdotconf: mark "iprint server" with substitution="1"Ralph Boehme2019-11-271-1/+3
* smbdotconf: mark "cups server" with substitution="1"Ralph Boehme2019-11-271-2/+4
* smbdotconf: mark "auto services" with substitution="1"Ralph Boehme2019-11-271-1/+3
* smbdotconf: mark "printername" with substitution="1"Ralph Boehme2019-11-276-32/+70
* smbdotconf: mark "path" with substitution="1"Ralph Boehme2019-11-273-8/+26
* smbdotconf: mark "cups options" with substitution="1"Stefan Metzmacher2019-11-271-1/+3
* s3:printing: Use httpConnect2 from CUPSAndreas Schneider2019-11-222-7/+90
* s3:printing: Fix %J substitionRalph Boehme2019-11-072-12/+15
* s3:printing: add a DEBUG statementRalph Boehme2019-11-071-0/+2
* s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme2019-11-072-5/+5
* s3: replace standard_sub_advanced with talloc_sub_advanced in one placeRalph Boehme2019-11-071-4/+10
* s3:printing: fix a long lineRalph Boehme2019-11-071-1/+2
* s3:printing: Add spoolssd header fileSamuel Cabrero2019-10-183-6/+31
* s3:printing: Add header inclusion guards in queue_process.hSamuel Cabrero2019-10-181-0/+5
* s3:libnet: Require sealed LDAP SASL connections for joiningAndreas Schneider2019-10-091-3/+3
* smbd: rename [un]become_user*() to [un]become_user_without_service*()Stefan Metzmacher2019-09-111-6/+6
* s3:rpc_server:spoolssd: Move socket creation to its own functionSamuel Cabrero2019-07-221-45/+73
* s3:rpc_server: Unify RPC client disconnect and termination functionsSamuel Cabrero2019-07-221-2/+1
* s3:spoolss: Set remote and local address for accepted connectionsSamuel Cabrero2019-07-221-6/+6
* s3:rpc_server: Set debug class in all rpc server related filesSamuel Cabrero2019-07-221-0/+3
* s3:prefork: Allow to associate private data with listening socketSamuel Cabrero2019-07-221-7/+9
* s3:rpc_server: Remove named_pipe_client struct and use dcerpc_ncacn_connSamuel Cabrero2019-07-221-3/+10
* s3:spoolss: Exit if fork call failsSamuel Cabrero2019-07-221-0/+1