summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing_tdb.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-30s3: fix some -Wunused-but-set-variable build warnings.Günther Deschner1-4/+0
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon May 30 17:41:18 CEST 2011 on sn-devel-104
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
Guenther
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
Guenther
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104
2010-07-31s3-build: avoid to globally include printing and spoolss headers.Günther Deschner1-1/+1
This shrinks precompiled headers by 3MB and will slightly speed up any build. Guenther
2010-07-27s3-printing: Move all tdb upgrade functions to a separate file.Andreas Schneider1-0/+460
Signed-off-by: Jim McDonough <jmcd@samba.org>