summaryrefslogtreecommitdiff
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* s3-spoolss: use driver level info8 everywhere in spoolss server internally.Günther Deschner2009-12-081-99/+196
* s3-spoolss: a default printer should have at least a "PrintDriverData" key.Günther Deschner2009-12-071-0/+7
* s3: "print_job_end" only looks at the sizeVolker Lendecke2009-11-291-2/+1
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-291-1/+2
* Fix warnings with talloc_asprintf.Jeremy Allison2009-11-251-3/+3
* s3-printing: remove duplicate code while cleaning up driver structs.Günther Deschner2009-11-231-68/+39
* s3-printing: use spoolss types and structs while getting and deleting drivers.Günther Deschner2009-11-231-166/+157
* s3-printing: use spoolss types and structs while adding drivers.Günther Deschner2009-11-231-275/+167
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-171-5/+4
* s3-registry: use pull_reg_sz() where appropriate.Günther Deschner2009-10-011-3/+6
* s3-printing: use regval_ctr_addvalue_multi_sz.Günther Deschner2009-09-301-17/+4
* s3-registry: use regval_ctr_addvalue_sz().Günther Deschner2009-09-301-22/+6
* s3-registry: use push_reg_sz().Günther Deschner2009-09-301-15/+9
* s3-spoolss: remove device mode defines from nt_printing.h.Günther Deschner2009-08-101-12/+17
* s3:smbd: conn_free_internal() can be static nowStefan Metzmacher2009-08-071-3/+3
* s3: Convert a few callers of unix_convert() over to filename_convert()Tim Prouty2009-07-241-5/+23
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-2/+8
* s3-vlp: drastically shrink size and dependencies of the virtual line printer.Günther Deschner2009-06-261-11/+8
* s3-printing: eliminate another non sec_initial_uid using security check.Günther Deschner2009-06-241-1/+1
* s3: forward MSG_DEBUG from smbd parent to all childrenAravind Srinivasan2009-06-221-0/+19
* Fix coverity #740. Resource leak in error paths. We shouldJeremy Allison2009-06-191-3/+2
* Do a correct TALLOC_FREE in an error caseVolker Lendecke2009-06-151-1/+4
* s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty2009-06-121-47/+27
* s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...Tim Prouty2009-06-101-53/+95
* s3: Remove extraneous calls to unix_convertTim Prouty2009-06-101-6/+0
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-272-4/+5
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-263-4/+4
* s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty2009-05-201-1/+16
* s3-printing: no need to define struct table_node 4 times.Günther Deschner2009-05-131-7/+1
* s3-spoolss: move SPL_ARCH_X defines to IDL.Günther Deschner2009-05-131-8/+0
* s3-printing: Fix vlp testprinter application.Günther Deschner2009-05-121-24/+23
* Hopefully fix the buildfarm. Add some debug level 10 messagesJeremy Allison2009-05-112-5/+20
* s3-printing: simplify print_queue helper functions and return WERROR.Günther Deschner2009-05-061-17/+10
* s3-printing: rework move_driver_file_to_download_area() a bit for clarity.Günther Deschner2009-04-301-32/+40
* s3-printing: use move_driver_file_to_download_area() to avoid code duplication.Günther Deschner2009-04-301-144/+54
* s3-printing: add move_driver_file_to_download_area().Günther Deschner2009-04-301-0/+40
* s3:nt_printing: fix a comment typoMichael Adam2009-04-271-1/+1
* s3:registry: replace typedef REGISTRY_VALUE by struct regval_blobMichael Adam2009-04-271-4/+4
* s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam2009-04-271-9/+9
* Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij2009-04-201-1/+1
* s3-printing: use ARRAY_SIZE() macro in forms functions.Günther Deschner2009-04-201-6/+5
* s3-printing: use sec_initial_uid() instead "0" in print_access_check().Günther Deschner2009-04-201-1/+1
* s3-spoolss: remove unused dup_nt_devicemode().Günther Deschner2009-04-141-28/+0
* s3-libads: avoid NULL talloc context with ads_get_dn().Günther Deschner2009-04-071-1/+1
* s3:libads Make ads_get_dn() take a talloc contextAndrew Bartlett2009-04-061-2/+2
* s3:printing Convert nt_printer_publish_ads() to use talloc betterAndrew Bartlett2009-04-061-26/+18
* s3/cups: add encryption supportBjörn Jacke2009-03-301-0/+5
* s3-spoolss: apply some const in spoolss server.Günther Deschner2009-03-201-4/+7
* s3-spoolss: use printer and job notify enums provided by idl.Günther Deschner2009-03-181-15/+15
* s3-printing: use marshall/unmarshall_sec_desc_buf in sec_desc_upg_fn().Günther Deschner2009-03-181-26/+5