summaryrefslogtreecommitdiff
path: root/source3/smbd/server_reload.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: remove useless set_current_service(NULL,0,True) from reload_services()Stefan Metzmacher2018-06-181-3/+0
* printing: remove unused arguments from delete_and_reload_printers()Stefan Metzmacher2018-06-141-6/+1
* printing: remove unused arguments from load_printers()Stefan Metzmacher2018-06-141-2/+2
* smbd: Flush dfree memcache on service reloadChristof Schmitt2018-05-251-0/+1
* s3:smbd: use lp_load_with_shares() in reload_services().Michael Adam2015-04-221-5/+1
* s3:smbd: use sconn->client->connections in reload_services()Stefan Metzmacher2014-09-191-5/+4
* smbd: split printer reload processingDavid Disseldorp2014-08-081-44/+7
* server: remove duplicate snum_is_shared_printer()David Disseldorp2014-08-081-1/+1
* smbd: only reprocess printer_list.tdb if it changedDavid Disseldorp2014-08-081-0/+21
* s3:smbd: move sconn->sock to xconn->transport.sockStefan Metzmacher2014-08-061-3/+8
* param: No longer have a special case for lp_configfileAndrew Bartlett2014-02-121-1/+1
* loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docsMichael Adam2014-02-031-1/+1
* Fix bug 9900: is_printer_published GUID retrievalDavid Disseldorp2013-06-031-1/+1
* s3-smbd: Fix flooding the logs with records we don't find in pcap.Andreas Schneider2012-08-281-1/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-3/+5
* Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8...Jeremy Allison2012-05-311-0/+1
* s3:smbd: comment the lp_load call in reload_services()Michael Adam2012-05-051-1/+5
* s3-printing: Check for browseable too.Andreas Schneider2012-03-141-1/+6
* s3-printing: Add new printers to registry.Björn Baumbach2012-02-091-11/+33
* s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...Stefan Metzmacher2011-12-151-11/+9
* s3-smbd: Rename reload_printers() and add documentation.Andreas Schneider2011-09-051-5/+16
* s3:smbd - Move printing queue stuffSimo Sorce2011-08-021-9/+0
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-1/+1
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-291-0/+1
* s3-smbd provide struct smbd_server_connection * to conn_snum_usedAndrew Bartlett2011-05-311-1/+5
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-printing: only include printing where really needed.Günther Deschner2011-02-221-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-8/+8
* s3-printing: Initiate pcap reload from parent smbdDavid Disseldorp2011-01-071-2/+9
* s3-printing: reload shares after pcap cache fillDavid Disseldorp2011-01-071-5/+8
* s3: Lift smbd_server_fd from reload_services()Volker Lendecke2010-08-181-5/+6
* s3-smbd: Publish nt printers.Andreas Schneider2010-08-131-1/+1
* s3: Remove the smbd_messaging_context from load_printersVolker Lendecke2010-08-081-1/+1
* s3: Remove the smbd_messaging_context from pcap_cache_reloadVolker Lendecke2010-08-081-1/+1
* s3: Lift the smbd_messaging_context from reload_servicesVolker Lendecke2010-08-081-3/+3
* s3: Lift the smbd_messaging_context from reload_printersVolker Lendecke2010-08-081-6/+6
* s3: Lift the smbd_messaging_context from is_printer_publishedVolker Lendecke2010-08-081-0/+1
* s3: Lift the smbd_messaging_context from nt_printer_publishVolker Lendecke2010-08-081-1/+3
* s3: Lift the smbd_messaging_context from nt_printer_removeVolker Lendecke2010-08-081-1/+2
* s3-build: avoid to globally include printing and spoolss headers.Günther Deschner2010-07-311-0/+1
* s3-spoolss: Use winreg_delete_printer_key to delete printers.Simo Sorce2010-07-271-1/+1
* s3-printing: Converted printer publishing functions.Simo Sorce2010-07-271-3/+24
* s3:smbd split reload services/printers functions from server.cAndrew Bartlett2010-05-281-0/+109