summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing_ads.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-10s3-rpc_server: move services into individual directories.Günther Deschner1-1/+1
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 10 22:13:17 CET 2011 on sn-devel-104
2010-10-03s3: Attempt to fix the non-ads buildVolker Lendecke1-1/+1
2010-09-30s3-spoolss: Fix servername/printername handling which turns out to be very ↵Günther Deschner1-3/+3
important to get right. Guenther
2010-09-20s3-libads call common GUID_from_ndr_blob()Andrew Bartlett1-2/+5
This does a length-limited check, and so avoids reading beyond the allocated memory if the server sends less than 16 bytes. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
2010-09-10s3-printing: fix non-ads build after prototype changes.Günther Deschner1-1/+1
Guenther
2010-09-09s3-printing: Make missing auth_serversupplied_info const.Andreas Schneider1-3/+3
2010-08-26s3-build: only include krb5 environment variables where required.Günther Deschner1-0/+1
Guenther
2010-08-08s3: Fix the build without ADSVolker Lendecke1-1/+3
2010-08-08s3: Lift the smbd_messaging_context from is_printer_publishedVolker Lendecke1-4/+4
2010-08-08s3: Lift the smbd_messaging_context from check_published_printersVolker Lendecke1-6/+5
2010-08-08s3: Lift the smbd_messaging_context from nt_printer_publishVolker Lendecke1-4/+3
2010-08-08s3: Lift the smbd_messaging_context from nt_printer_publish_adsVolker Lendecke1-4/+7
2010-08-08s3: Lift the smbd_messaging_context from store_printer_guidVolker Lendecke1-4/+4
2010-08-08s3: Lift the smbd_messaging_context from winreg_get_printer_dataexVolker Lendecke1-1/+2
2010-08-08s3: Lift the smbd_messaging_context from winreg_set_printer_dataexVolker Lendecke1-1/+3
2010-08-08s3: Lift the smbd_messaging_context from winreg_get_printerVolker Lendecke1-1/+3
2010-08-08s3: Lift the smbd_messaging_context from winreg_update_printerVolker Lendecke1-0/+1
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
Guenther
2010-08-05s3-printing: move AD related printing components to an own file.Günther Deschner1-0/+466
Guenther