summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2026-04-08printing: Set default value in case of non-exisiting recordVinit Agnihotri1-8/+13
2026-04-07s3:printing: make printer_list.tdb none readable for othersShwetha Acharya1-1/+1
2026-03-01printing: Call create_conn_struct_chdir()Volker Lendecke1-21/+28
2026-03-01printing: Streamline move_driver_to_download_area()Volker Lendecke1-14/+16
2026-03-01printing: Streamline delete_driver_files()Volker Lendecke1-19/+14
2026-03-01printing: Streamline get_correct_cversion()Volker Lendecke1-56/+51
2026-03-01printing: Modernize DEBUGsVolker Lendecke1-41/+45
2026-02-15smbserver: Convert callers of sys_fsusage to sys_statvfsVolker Lendecke1-8/+14
2026-01-30s3/printing: Fix leaking parsed optionsNoel Power1-0/+3
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
2026-01-20printing: Inline oneliners used just onceVolker Lendecke1-17/+3
2026-01-20printing: Simplify mapping permissionsVolker Lendecke1-12/+2
2026-01-20printing: Make structures const staticVolker Lendecke1-11/+2
2026-01-20printing: Simplify file_version_is_newer()Volker Lendecke1-16/+12
2026-01-20printing: Make file_version_is_newer() more preciseVolker Lendecke1-15/+13
2026-01-20printing: Fix file_version_is_newer()Volker Lendecke1-1/+3
2026-01-20printing: Apply some constVolker Lendecke1-13/+13
2026-01-20printing: Simplify driver_unix_convert()Volker Lendecke1-5/+1
2026-01-20printing: Remove indentation with a "goto done"Volker Lendecke1-30/+31
2026-01-20printing: A little bit of README.Coding in nt_printing.cVolker Lendecke1-1/+2
2026-01-20printing: Slightly simplify move_driver_file_to_download_area()Volker Lendecke1-1/+6
2026-01-20printing: Modernize a few DEBUGsVolker Lendecke1-26/+32
2026-01-20lib: Remove the pointless unix_format() macroVolker Lendecke1-1/+1
2026-01-20printing: Simplify move_driver_to_download_area()Volker Lendecke1-5/+6
2025-11-17printing: Fix coverity issue CID#1669074 (Unchecked return value)Vinit Agnihotri1-1/+7
2025-11-14s3:printing: Load the shares for [printers] in samba-bgqdAndreas Schneider1-0/+3
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
2025-11-10lib: Introduce cp_smb_basename() helper functionVolker Lendecke1-6/+1
2025-11-10s3: Remove TALLOC_REALLOC() macroVolker Lendecke1-1/+1
2025-11-10s3: talloc_destroy() -> TALLOC_FREE()Volker Lendecke2-5/+5
2025-11-10s3: Replace a few calls to TALLOC() with talloc_array()Volker Lendecke1-1/+1
2025-11-10printing: Fix trailing whitespaceVolker Lendecke1-6/+5
2025-09-09printing: Fix an uninitialized readVolker Lendecke1-1/+1
2025-08-05source3/printing: Fix CID 1273086 - Resource LeakShwetha K Acharya1-2/+2
2025-05-15lib: Save lines by avoiding explicit ZERO_STRUCTP callsVolker Lendecke1-2/+1
2025-02-05smbd: Remove vfs_file_exist()Volker Lendecke1-8/+1
2024-12-17printing: Remove a few obsolete openat_pathref_fsp() callsVolker Lendecke1-22/+0
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
2024-09-25s3: SIGHUP handlers use consistent log level 3Jones Syue1-1/+1
2024-07-19s3:printing: Allow to run samba-bgqd as a standalone systemd serviceAndreas Schneider1-1/+7
2024-05-14s3:include: remove unused krb5_env.hStefan Metzmacher1-1/+0
2024-05-14s3:printing: make use of ads_connect_machine()Stefan Metzmacher1-70/+9
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke3-0/+3
2024-03-22lib: Remove timeval_set()Volker Lendecke1-4/+7