summaryrefslogtreecommitdiffstats
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:printing: use tevent_loop_wait() instead of manual loopingStefan Metzmacher2009-03-181-50/+6
* s3:printing: use a fd event to monitor the pipe to the parentStefan Metzmacher2009-03-181-3/+23
* s3-spoolss: rename temporary convert_devicemode_new function.Günther Deschner2009-03-171-12/+13
* s3-spoolss: remove obsolete get_a_builtin_ntform.Günther Deschner2009-03-171-7/+0
* s3-spoolss: make jobname a const char * in print_job_start().Günther Deschner2009-03-121-1/+1
* Only copy sharename up from rap_to_pjobidVolker Lendecke2009-03-012-3/+4
* s3-spoolss: use DSPRINT flags instead of SPOOLS_DS flags.Günther Deschner2009-02-271-6/+6
* s3: fix the build JOB_STATUS_BLOCKED -> JOB_STATUS_BLOCKED_DEVQMichael Adam2009-02-261-1/+1
* Fix some NetBSD warnings.Jeremy Allison2009-02-251-2/+4
* s3-spoolss: use marshall/unmarshall_sec_desc_buf in nt_printing_setsec/getsec.Günther Deschner2009-02-241-45/+35
* s3-spoolss: fix notify_printer_status_byname.Günther Deschner2009-02-241-1/+3
* Fix printf warnings found on systems where time_t <> long int.Jeremy Allison2009-02-191-1/+1
* S3: Stop creating SMBD cores when failing to create a pipe.todd stecher2009-02-181-3/+7