summaryrefslogtreecommitdiff
path: root/source3/lib/sessionid_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09s3-lib: fix segf while reading incomplete session info (bug #10003)Björn Baumbach1-5/+10
2012-10-19s3:lib: remove unused sessionid_*() functionsGregor Beck1-83/+0
2012-10-19s3:lib: implement sessionid_traverse_read with smb2srv_session_traverse_readGregor Beck1-25/+33
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-1/+2
2011-10-11s3:sessionid: convert to using dbwrap wrapper functions onlyMichael Adam1-9/+18
2011-10-11s3:sessionid: use dbwrap_travers_read() in sessionid_travers_read()Michael Adam1-6/+9
2011-10-11s3:sessionid: use dbwrap_travers() in sessionid_traverse()Michael Adam1-6/+8
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-0/+1
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
2011-03-02s3-sessionid: avoid global include of sessionid.hGünther Deschner1-0/+1
2010-09-27Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison1-1/+1
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner1-0/+1
2010-03-01s3: Abstract access to sessionid.tdb, similar to conn_tdb.cVolker Lendecke1-0/+138