summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-2/+2
2011-06-20tdb_compat: use tdb_errorstr_compat()Rusty Russell1-6/+6
2011-06-20tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere.Rusty Russell1-3/+3
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell1-2/+2
2011-06-20tdb_store: check returns for 0, not -1.Rusty Russell1-1/+1
2011-06-20tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell1-1/+1
2011-05-30s3: fix some -Wunused-but-set-variable build warnings.Günther Deschner1-4/+0
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-07-31s3-build: avoid to globally include printing and spoolss headers.Günther Deschner1-1/+1
2010-07-27s3-printing: Move all tdb upgrade functions to a separate file.Andreas Schneider1-0/+460