summaryrefslogtreecommitdiffstats
path: root/libcli/auth/schannel_state_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* libcli: use DBWRAP_LOCK_ORDER_NONE when opening schannel_store.tdbMichael Adam2014-02-071-1/+2
* dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam2014-02-071-1/+1
* libcli/auth: reject computer_name longer than 15 charsStefan Metzmacher2014-01-221-0/+8
* schannel: Fix an unused variableVolker Lendecke2013-07-311-1/+0
* schannel_store.tdb: make it schannel_store.ntdb if 'use ntdb'.Rusty Russell2013-04-121-1/+1
* libcli/auth: convert to dbwrap.Rusty Russell2013-04-121-36/+34
* libcli/auth: avoid using transactions a chainlock is enoughStefan Metzmacher2013-03-281-10/+26
* libcli: Check schannel state return value of tdb_transaction_commit().Andreas Schneider2012-12-211-1/+5
* libcli: use tdb directly, not tdb_compat.Rusty Russell2012-06-191-2/+2
* tdb_wrap: Move to specific directory.Jelmer Vernooij2012-03-101-1/+1
* lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett2011-10-131-1/+1
* libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett2011-10-131-8/+9
* tdb_compat: use tdb_errorstr_compat()Rusty Russell2011-06-201-1/+1
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-201-1/+1
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-3/+1
* libcli/auth/schannel_state_tdb.c - fix includesMatthias Dieter Wallnöfer2010-09-111-3/+1
* libcli/auth Failure to find the cached session key for SCHANNEL isn't level 0Andrew Bartlett2010-09-111-1/+1
* libcli: Fixed a build warning for a missing prototype.Andreas Schneider2010-06-301-0/+1
* schannel Change to TDB_CLEAR_IF_FIRST to reduce fsync()Andrew Bartlett2010-06-251-32/+1
* libcli/auth make open_schannel_session_store() publicAndrew Bartlett2010-06-251-7/+4
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-11/+6
* libcli/auth: Fix an uninitialized variableVolker Lendecke2010-04-111-2/+1
* libcli/auth/schannel_state_tdb.c - fix a memory leakMatthias Dieter Wallnöfer2010-03-161-0/+1
* libcli/auth/schannel_state_tdb.c - fix an obviously wrong error handlingMatthias Dieter Wallnöfer2010-03-091-1/+0
* libcli/auth: print the error in the debug messageStefan Metzmacher2010-02-261-1/+2
* schannel_tdb: make code compilable in both treesSimo Sorce2010-02-231-51/+92
* s3:schannel streamline interfaceSimo Sorce2010-02-231-28/+168
* s3:schannel fix memory hierarchySimo Sorce2010-02-231-1/+1
* s3:schannel more readable check logicSimo Sorce2010-02-231-15/+0
* libcli/auth: add tdb backend for schannel state.Günther Deschner2009-08-271-0/+222