Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-18 | s3: Lift smbd_server_fd from reload_services() | Volker Lendecke | 1 | -5/+6 | |
2010-08-13 | s3-smbd: Publish nt printers. | Andreas Schneider | 1 | -1/+1 | |
Reloading of the printers requires rpc services up and running! The first call in reload_services will be skipped. Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-08-08 | s3: Remove the smbd_messaging_context from load_printers | Volker Lendecke | 1 | -1/+1 | |
2010-08-08 | s3: Remove the smbd_messaging_context from pcap_cache_reload | Volker Lendecke | 1 | -1/+1 | |
2010-08-08 | s3: Lift the smbd_messaging_context from reload_services | Volker Lendecke | 1 | -3/+3 | |
2010-08-08 | s3: Lift the smbd_messaging_context from reload_printers | Volker Lendecke | 1 | -6/+6 | |
2010-08-08 | s3: Lift the smbd_messaging_context from is_printer_published | Volker Lendecke | 1 | -0/+1 | |
2010-08-08 | s3: Lift the smbd_messaging_context from nt_printer_publish | Volker Lendecke | 1 | -1/+3 | |
2010-08-08 | s3: Lift the smbd_messaging_context from nt_printer_remove | Volker Lendecke | 1 | -1/+2 | |
2010-07-31 | s3-build: avoid to globally include printing and spoolss headers. | Günther Deschner | 1 | -0/+1 | |
This shrinks precompiled headers by 3MB and will slightly speed up any build. Guenther | |||||
2010-07-27 | s3-spoolss: Use winreg_delete_printer_key to delete printers. | Simo Sorce | 1 | -1/+1 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Converted printer publishing functions. | Simo Sorce | 1 | -3/+24 | |
Use spoolss_PrintInfo2 and winreg calls. Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-05-28 | s3:smbd split reload services/printers functions from server.c | Andrew Bartlett | 1 | -0/+109 | |
This helps vfstest, as it previously had duplicate copies of these functions. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> |