index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcli
/
auth
/
schannel_state_tdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-12
libcli/auth: let schannel_check_creds_state() take an access_check callback
Stefan Metzmacher
1
-3
/
+18
2024-12-05
schannel.idl: change netlogon_creds_CredentialState layout for 4.22
Stefan Metzmacher
1
-9
/
+0
2024-10-30
libcli/auth: pass auth_{type,level} to netlogon_creds_server_step_check()
Stefan Metzmacher
1
-1
/
+3
2024-10-30
libcli/auth: pass auth_{type,level} to schannel_check_creds_state()
Stefan Metzmacher
1
-0
/
+2
2024-10-30
libcli/auth: remove unused creds->sid
Stefan Metzmacher
1
-6
/
+0
2024-10-30
libcli/auth: split out netlogon_creds_CredentialState_extra_info
Stefan Metzmacher
1
-0
/
+15
2023-08-08
libcli/auth: Add missing newline to logging message
Joseph Sutton
1
-1
/
+1
2023-04-27
libcli:auth: Fix code spelling
Andreas Schneider
1
-2
/
+2
2019-11-14
lib: Fix an error path memleak in schannel_get_creds_state()
Volker Lendecke
1
-0
/
+1
2018-04-24
dbwrap: Remove calls to loadparm
Volker Lendecke
1
-1
/
+0
2018-04-24
libcli: Call dbwrap_local_open with the correct tdb_flags
Volker Lendecke
1
-2
/
+3
2018-04-24
libcli: Call dbwrap_local_open with the correct hash size
Volker Lendecke
1
-4
/
+13
2017-07-31
lib: Fix an error path memleak
Volker Lendecke
1
-1
/
+3
2017-07-31
lib: Fix a typo
Volker Lendecke
1
-1
/
+1
2016-12-14
rpc_server:netlogon Move from memcache to a tdb cache
Douglas Bagnall
1
-0
/
+261
2014-02-07
libcli: use DBWRAP_LOCK_ORDER_NONE when opening schannel_store.tdb
Michael Adam
1
-1
/
+2
2014-02-07
dbwrap: add dbwrap_flags argument to dbwrap_local_open()
Michael Adam
1
-1
/
+1
2014-01-22
libcli/auth: reject computer_name longer than 15 chars
Stefan Metzmacher
1
-0
/
+8
2013-07-31
schannel: Fix an unused variable
Volker Lendecke
1
-1
/
+0
2013-04-12
schannel_store.tdb: make it schannel_store.ntdb if 'use ntdb'.
Rusty Russell
1
-1
/
+1
2013-04-12
libcli/auth: convert to dbwrap.
Rusty Russell
1
-36
/
+34
2013-03-28
libcli/auth: avoid using transactions a chainlock is enough
Stefan Metzmacher
1
-10
/
+26
2012-12-21
libcli: Check schannel state return value of tdb_transaction_commit().
Andreas Schneider
1
-1
/
+5
2012-06-19
libcli: use tdb directly, not tdb_compat.
Rusty Russell
1
-2
/
+2
2012-03-10
tdb_wrap: Move to specific directory.
Jelmer Vernooij
1
-1
/
+1
2011-10-13
lib/util: Add back control of mmap and hash size in tdb for top level build
Andrew Bartlett
1
-1
/
+1
2011-10-13
libcli/auth: Provide a struct loadparm_context to schannel calls
Andrew Bartlett
1
-8
/
+9
2011-06-20
tdb_compat: use tdb_errorstr_compat()
Rusty Russell
1
-1
/
+1
2011-06-20
tdb_compat.h: divert every tdb build and includes to tdb_compat
Rusty Russell
1
-1
/
+1
2011-05-06
lib/util Move source3 tdb_wrap_open() into the common code.
Andrew Bartlett
1
-3
/
+1
2010-09-11
libcli/auth/schannel_state_tdb.c - fix includes
Matthias Dieter Wallnöfer
1
-3
/
+1
2010-09-11
libcli/auth Failure to find the cached session key for SCHANNEL isn't level 0
Andrew Bartlett
1
-1
/
+1
2010-06-30
libcli: Fixed a build warning for a missing prototype.
Andreas Schneider
1
-0
/
+1
2010-06-25
schannel Change to TDB_CLEAR_IF_FIRST to reduce fsync()
Andrew Bartlett
1
-32
/
+1
2010-06-25
libcli/auth make open_schannel_session_store() public
Andrew Bartlett
1
-7
/
+4
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-11
/
+6
2010-04-11
libcli/auth: Fix an uninitialized variable
Volker Lendecke
1
-2
/
+1
2010-03-16
libcli/auth/schannel_state_tdb.c - fix a memory leak
Matthias Dieter Wallnöfer
1
-0
/
+1
2010-03-09
libcli/auth/schannel_state_tdb.c - fix an obviously wrong error handling
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-02-26
libcli/auth: print the error in the debug message
Stefan Metzmacher
1
-1
/
+2
2010-02-23
schannel_tdb: make code compilable in both trees
Simo Sorce
1
-51
/
+92
2010-02-23
s3:schannel streamline interface
Simo Sorce
1
-28
/
+168
2010-02-23
s3:schannel fix memory hierarchy
Simo Sorce
1
-1
/
+1
2010-02-23
s3:schannel more readable check logic
Simo Sorce
1
-15
/
+0
2009-08-27
libcli/auth: add tdb backend for schannel state.
Günther Deschner
1
-0
/
+222