summaryrefslogtreecommitdiff
path: root/source3/smbd/server_reload.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-03Fix bug 9900: is_printer_published GUID retrievalDavid Disseldorp1-1/+1
2012-08-28s3-smbd: Fix flooding the logs with records we don't find in pcap.Andreas Schneider1-1/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-3/+5
2012-05-31Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8...Jeremy Allison1-0/+1
2012-05-05s3:smbd: comment the lp_load call in reload_services()Michael Adam1-1/+5
2012-03-14s3-printing: Check for browseable too.Andreas Schneider1-1/+6
2012-02-09s3-printing: Add new printers to registry.Björn Baumbach1-11/+33
2011-12-15s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...Stefan Metzmacher1-11/+9
2011-09-05s3-smbd: Rename reload_printers() and add documentation.Andreas Schneider1-5/+16
2011-08-02s3:smbd - Move printing queue stuffSimo Sorce1-9/+0
2011-07-20s3-auth Use the common auth_session_infoAndrew Bartlett1-1/+1
2011-07-20s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett1-1/+1
2011-06-29param: Merge param headers into lib/param/loadparm.hAndrew Bartlett1-0/+1
2011-05-31s3-smbd provide struct smbd_server_connection * to conn_snum_usedAndrew Bartlett1-1/+5
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30s3-auth: smbd needs auth.hGünther Deschner1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-02-22s3-printing: only include printing where really needed.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-8/+8
2011-01-07s3-printing: Initiate pcap reload from parent smbdDavid Disseldorp1-2/+9
2011-01-07s3-printing: reload shares after pcap cache fillDavid Disseldorp1-5/+8
2010-08-18s3: Lift smbd_server_fd from reload_services()Volker Lendecke1-5/+6
2010-08-13s3-smbd: Publish nt printers.Andreas Schneider1-1/+1
2010-08-08s3: Remove the smbd_messaging_context from load_printersVolker Lendecke1-1/+1
2010-08-08s3: Remove the smbd_messaging_context from pcap_cache_reloadVolker Lendecke1-1/+1
2010-08-08s3: Lift the smbd_messaging_context from reload_servicesVolker Lendecke1-3/+3
2010-08-08s3: Lift the smbd_messaging_context from reload_printersVolker Lendecke1-6/+6
2010-08-08s3: Lift the smbd_messaging_context from is_printer_publishedVolker Lendecke1-0/+1
2010-08-08s3: Lift the smbd_messaging_context from nt_printer_publishVolker Lendecke1-1/+3
2010-08-08s3: Lift the smbd_messaging_context from nt_printer_removeVolker Lendecke1-1/+2
2010-07-31s3-build: avoid to globally include printing and spoolss headers.Günther Deschner1-0/+1
2010-07-27s3-spoolss: Use winreg_delete_printer_key to delete printers.Simo Sorce1-1/+1
2010-07-27s3-printing: Converted printer publishing functions.Simo Sorce1-3/+24
2010-05-28s3:smbd split reload services/printers functions from server.cAndrew Bartlett1-0/+109