summaryrefslogtreecommitdiffstats
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
...
* s3-printing: Do not try to force reload.Simo Sorce2011-08-101-1/+5
* s3-spoolss: do not call pcap_cache_reload() directlySimo Sorce2011-08-101-5/+17
* s3-printing: Add child handler to bq processSimo Sorce2011-08-101-4/+32
* s3-spoolss: Fix printers related messagingSimo Sorce2011-08-101-4/+34
* s3-prefork: Fix use of child id.Simo Sorce2011-08-101-10/+9
* s3-printing: make sure to block SIGHUP ...Simo Sorce2011-08-102-4/+39
* s3-spoolss: Use a global variable for the poolSimo Sorce2011-08-101-60/+31
* s3-printing: Allow bq process to have own logfileSimo Sorce2011-08-103-26/+55
* s3-spoolssd: Use the child_id to open log filesSimo Sorce2011-08-101-15/+43
* s3-prefork: Pass the child a child_idSimo Sorce2011-08-101-0/+1
* s3-printing: Force pcap reload when all readySimo Sorce2011-08-102-3/+12
* s3-prefork: Return tsocket_address for client and serverSimo Sorce2011-08-101-7/+5
* s3-prefork: Pass messaging context around tooSimo Sorce2011-08-101-15/+42
* s3-prefork: Set up a SIGCHLD handler by defaultSimo Sorce2011-08-101-39/+14
* s3:spoolssd Start spoolssd from printing_subsystem_initSimo Sorce2011-08-103-19/+62
* s3-printing: Rework how the background process is startedSimo Sorce2011-08-104-21/+39
* s3-prefork: Provide a cleanup functionSimo Sorce2011-08-101-11/+4
* s3-prefork: add support for multiple listning file descriptorsSimo Sorce2011-08-101-5/+11
* s3-spoolssd: propagate SIGHUP to childrenSimo Sorce2011-08-101-11/+34
* s3-spoolssd: expand children pool when necessarySimo Sorce2011-08-101-7/+34
* s3-spoolssd: Use parametric option for prefork parametersSimo Sorce2011-08-101-12/+48
* s3-spoolss: make listening asynchronousSimo Sorce2011-08-101-26/+60
* s3-spoolssd: Use the prefork framework in spoolssdSimo Sorce2011-08-101-3/+425
* s3-printing: No need to register to smbd's children listSimo Sorce2011-08-101-19/+0
* s3-printing: fix some build warnings in queue_process.cGünther Deschner2011-08-031-1/+2
* s3:server Consolidate printing related initializationSimo Sorce2011-08-022-0/+9
* s3:smbd - Move printing queue stuffSimo Sorce2011-08-023-113/+324
* s3-rpc_server: Use binding vector in rpc_ep_try_register().Andreas Schneider2011-08-011-2/+22
* s3-rpc_server: Move the endpoint registration to own file.Andreas Schneider2011-08-011-2/+2
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* s3-spoolss: Use existing handle in printer_driver_files_in_use().Andreas Schneider2011-07-281-11/+1
* s3-spoolss: Use existing handle in printer_driver_in_use().Andreas Schneider2011-07-281-14/+2
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-204-26/+26
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-202-2/+2
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-3/+3
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-202-6/+6
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-204-26/+26
* s3-rpc_server: Fixed segfaults in rpc daemons.Andreas Schneider2011-07-181-1/+1
* s3-printing: remove tdb migration invalid printer name checksDavid Disseldorp2011-07-071-9/+2
* s3-printing: make sure to first migrate the printers then the security descri...Günther Deschner2011-07-071-4/+16
* s3-printing: fill info2_mask in printer migrationDavid Disseldorp2011-07-071-4/+7
* s3-printing: remove spoolss pipe from migration library, only using winreg fi...Günther Deschner2011-07-073-30/+3
* s3-printing: use winreg interface for migration, instead of spoolss.Günther Deschner2011-07-071-181/+38
* s3-printing: safe a ton of roundtrips by reusing existing winreg binding_hand...Günther Deschner2011-07-072-8/+38
* s3-printing: use winreg_internal functions.Günther Deschner2011-07-072-14/+14
* s3-printing: add winreg_internal functions.Günther Deschner2011-07-071-0/+1
* s3-printing: move spoolss_create_default_devmode/secdesc to init_spoolss.hGünther Deschner2011-07-071-172/+0
* s3-printing: move driver_info_ctr_to_info8 to init_spoolss.hGünther Deschner2011-07-071-90/+0
* s3-printing: move os2 related functions to printing/nt_printing_os2.c.Günther Deschner2011-07-073-142/+187