summaryrefslogtreecommitdiff
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* s3-rpc_server: Fix inteface typo.Günther Deschner2015-06-041-4/+4
* s3-spoolss: use talloc_zero in spoolss notify codeGünther Deschner2015-05-211-6/+2
* Convert the few instances of int32 there were to int32_t.Richard Sharpe2015-05-161-1/+1
* Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2015-05-142-2/+2
* Convert all (remaining) uses of uint32/16/8 to _t in source3/printing.Richard Sharpe2015-05-126-49/+49
* Convert uint32/16/8 to 32_t/16_t/8_t in printing.h and all files that include...Richard Sharpe2015-05-013-102/+102
* s3:smbd: use smbd_reinit_after_forkRalph Boehme2015-04-222-4/+2
* s3:spoolss: use lp_load() wrapper lp_load_global().Michael Adam2015-04-221-1/+1
* lib: Remove tdb_fetch_compatVolker Lendecke2015-03-173-17/+17
* lib: Remove tdb_errorstr_compatVolker Lendecke2015-03-171-6/+6
* Remove tdb_[first|next]key_compatVolker Lendecke2015-03-172-8/+8
* lib: Remove tdb_open_compatVolker Lendecke2015-03-171-2/+2
* printing: increse log level for unreachable cups serversBjörn Jacke2015-03-051-2/+2
* printing: rework nt_printer_guid_store to return errorsAndreas Schneider2015-02-181-17/+32
* printing: add nt_printer_guid_retrieve() helperDavid Disseldorp2015-02-181-0/+58
* printing: split out printer DN and GUID retrievalDavid Disseldorp2015-02-181-72/+137
* printing/cups: pack requested-attributes with IPP_TAG_KEYWORDDavid Disseldorp2015-02-101-1/+1
* lib: Split out write_data[_iov]Volker Lendecke2014-12-071-0/+1
* lib: Split out sys_[read|write] & friendsVolker Lendecke2014-12-071-0/+1
* s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme2014-12-041-3/+6
* s3:printing: fix some const warnings in print_iprint.cStefan Metzmacher2014-11-251-6/+6
* s3:printing: Avoid compiler warning about unused labelKai Blin2014-11-251-0/+4
* printer_list: don't leak lock_path onto talloc tosDavid Disseldorp2014-11-031-2/+9
* nt_printing: don't leak state_path onto talloc tosDavid Disseldorp2014-11-032-30/+80
* printing: add jobid_to_sysjob helper functionDavid Disseldorp2014-10-301-18/+52
* printer_list: fix talloc tos leak of tdb recordDavid Disseldorp2014-10-071-0/+1
* printing: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-062-5/+25
* vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke2014-08-111-0/+3
* smbd: split printer reload processingDavid Disseldorp2014-08-081-3/+97
* printing: return last change time with pcap_cache_loaded()David Disseldorp2014-08-085-7/+13
* printing: remove pcap_cache_add()David Disseldorp2014-08-082-11/+6
* printing: reload printer_list.tdb from in memory listDavid Disseldorp2014-08-086-34/+52
* printing: only reload printer shares on client enumDavid Disseldorp2014-08-081-29/+5
* printing: traverse_read the printer list for share updatesDavid Disseldorp2014-08-085-12/+17
* lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke2014-07-282-5/+3
* smbd: Avoid double-free in get_print_db_bynameVolker Lendecke2014-07-081-2/+2
* printing: fix purge of all print jobsDavid Disseldorp2014-05-211-4/+19
* printing_cups: Call the msg_ctx destructor on exitVolker Lendecke2014-04-231-0/+1
* s3-spoolssd: Don't register spoolssd if epmd is not running.Andreas Schneider2014-02-271-17/+22
* s3-printing: Fix obvious memory leak in printer_list_get_printer().Jeremy Allison2014-02-251-0/+1
* s3:printing: Fix a possible NULL dereference.Poornima Gurusiddaiah2014-02-241-1/+1
* spoolssd: Use only one messaging_context per processVolker Lendecke2014-02-191-1/+1
* s3: printing: Fix problem with server taking too long to respond to a MSG_PRI...Jeremy Allison2014-02-182-2/+33
* param: rename lp function and variable from "minprintspace" to "min_print_space"Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "queueresumecommand" to "queueres...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "queuepausecommand" to "queuepaus...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "printcommand" to "print_command"Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "max_reported_jobs" to "max_repor...Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "lprmcommand" to "lprm_command"Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "lpresumecommand" to "lpresume_co...Garming Sam2014-02-071-1/+1