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