summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-08printing: Set default value in case of non-exisiting recordVinit Agnihotri1-8/+13
2026-02-15smbserver: Convert callers of sys_fsusage to sys_statvfsVolker Lendecke1-8/+14
2026-01-30s3/printing: Fix leaked mem ctx returned from talloc_newNoel Power1-2/+3
2026-01-21printing: Fix compilation error for native 32-bit time_tMichael Tokarev1-2/+5
2025-11-17printing: Fix coverity issue CID#1669074 (Unchecked return value)Vinit Agnihotri1-1/+7
2025-11-12printing: Fix use of time_t CID#1509005Vinit Agnihotri1-13/+13
2025-11-12printing: Fix use of time_t CID#1509036Vinit Agnihotri1-10/+12
2025-11-12printing: Fix use of time_t CID#1508987Vinit Agnihotri1-12/+15
2025-11-12printing: Define and use methods to fetch/store time in share cacheVinit Agnihotri1-5/+56
2024-12-02printing: Fix Coverity ID 1508942 Use of 32-bit time_tVolker Lendecke1-4/+7
2024-12-02printing: Fix Coverity ID 1509000 Use of 32-bit time_tVolker Lendecke1-4/+6
2024-11-06s3:printing and spoolss: s/the the\b/the/ in commentsDouglas Bagnall1-1/+1
2023-08-08s3:printing: Add missing spaces to error messagesJoseph Sutton1-3/+3
2023-08-08s3:printing: Add missing newlines to logging messagesJoseph Sutton1-3/+3
2023-07-19s3:printing: Rename variably to dummy to make codespell happyAndreas Schneider1-4/+4
2023-07-19s3:printing: Fix code spellingAndreas Schneider1-4/+4
2022-12-12lib: Add get_current_user_info_domain()Volker Lendecke1-3/+3
2022-06-30s3:printing: Do not clear the printer-list.tdbAndreas Schneider1-4/+0
2022-04-26smbd: fd_handle.h does not need includes.hVolker Lendecke1-0/+1
2021-11-11source3: move lib/substitute.c functions out of proto.hRalph Boehme1-0/+1
2021-06-04printing: Factor out remove_from_jobs_list()Volker Lendecke1-54/+13
2021-06-04printing: Simplify pack_devicemode()Volker Lendecke1-3/+1
2021-05-11printing: Avoid a few references to background_lpq_updater_pidVolker Lendecke1-4/+1
2021-05-11printing: Consolidate add_to_jobs_list()Volker Lendecke1-31/+16
2021-03-24printing: Remove code to upgrade from before b0909cfa14fVolker Lendecke1-7/+0
2021-03-16printing: Move rap2jobid functions to their own fileVolker Lendecke1-143/+1
2021-03-16printing: Introduce printer_list_printername_exists()Volker Lendecke1-1/+2
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke1-0/+1
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2019-11-27s3:param: make "servicename" a substituted optionRalph Boehme1-4/+6
2019-11-27smbdotconf: mark "printername" with substitution="1"Ralph Boehme1-7/+19
2019-11-27smbdotconf: mark "path" with substitution="1"Ralph Boehme1-4/+10
2019-11-07s3:printing: Fix %J substitionRalph Boehme1-4/+4
2019-11-07s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme1-4/+4
2019-11-07s3: replace standard_sub_advanced with talloc_sub_advanced in one placeRalph Boehme1-4/+10
2019-11-07s3:printing: fix a long lineRalph Boehme1-1/+2
2018-10-08tdb_unpack: Correct "len" arg for "B" formatVolker Lendecke1-1/+1
2018-09-07s3: Rename server_event_context() to global_event_context()Christof Schmitt1-14/+14
2018-08-17lib: Pass mem_ctx to cache_path()Volker Lendecke1-2/+2
2018-05-17s3-printing: fix format-truncation in print_queue_update()Günther Deschner1-1/+1
2018-04-03s3:printing: Fix size typesAndreas Schneider1-10/+17
2017-10-27printing: Avoid an "extern current_user"Volker Lendecke1-4/+3
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/pri...Günther Deschner1-8/+8
2015-10-13lib: Move sys_rw* to lib/utilVolker Lendecke1-1/+1
2015-05-16Convert the few instances of int32 there were to int32_t.Richard Sharpe1-1/+1
2015-05-12Convert all (remaining) uses of uint32/16/8 to _t in source3/printing.Richard Sharpe1-31/+31
2015-05-01Convert uint32/16/8 to 32_t/16_t/8_t in printing.h and all files that include...Richard Sharpe1-68/+68
2015-03-17lib: Remove tdb_fetch_compatVolker Lendecke1-14/+14
2014-12-07lib: Split out write_data[_iov]Volker Lendecke1-0/+1
2014-10-30printing: add jobid_to_sysjob helper functionDavid Disseldorp1-18/+52