summaryrefslogtreecommitdiff
path: root/source3/lib/sessionid_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-23s3:lib: let sessionid_traverse_read() report if the session was authenticatedStefan Metzmacher1-0/+8
2024-03-12smbd: Give smbXsrv_session.c its own header fileVolker Lendecke1-0/+1
2024-01-09s3:sessionid: export smbXsrv_session_global via sessionid->globalStefan Metzmacher1-0/+1
2021-07-15s3:smbstatus: pretty print the use of new signing/encryption algorithmsStefan Metzmacher1-0/+1
2016-01-22smbstatus: show signing state of sessions and tconsRalph Boehme1-0/+1
2016-01-22smbstatus: show encrpytion state of sessionsRalph Boehme1-0/+3
2016-01-22smbstatus: rework connection dialect printingRalph Boehme1-34/+1
2015-08-29s3: add suport for SMB3_10 and SMB3_11 protocols in smbstatusRalph Wuerthner1-0/+6
2014-05-22Add protocol version to smbstatus outputMathias Dietz1-0/+28
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