index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
passdb
/
secrets.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-20
ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'
Rusty Russell
1
-4
/
+4
2012-08-28
s3-secrets: Use talloc_stackframe() in secrets_init_path()
Andrew Bartlett
1
-3
/
+6
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-1
/
+1
2012-06-15
dbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_change_int32_atomic_by...
Volker Lendecke
1
-2
/
+2
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
1
-1
/
+1
2012-02-18
s3-secrets: Remove unused secrets_delete_generic()
Andrew Bartlett
1
-16
/
+0
2012-01-18
s3: Add a "lock_order" argument to db_open
Volker Lendecke
1
-1
/
+2
2012-01-18
s3-passdb: trying to decouple passdb and secrets a little.
Günther Deschner
1
-99
/
+0
2011-10-11
s3:secrets: convert to use dbwrap wrapper functions only
Michael Adam
1
-6
/
+13
2011-08-13
passdb: Add a function to read secrets db from a specified path
Amitay Isaacs
1
-6
/
+16
2011-07-29
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
1
-1
/
+1
2011-07-29
s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
Michael Adam
1
-0
/
+1
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-1
/
+1
2011-05-06
s3: only include tdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-passdb: add passdb.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-16
s3: Fix Coverity ID 1034, CHECKED_RETURN
Volker Lendecke
1
-3
/
+1
2011-02-06
s3: Fix auth_netlogond to cope with netlogon_creds_CredentialState
Volker Lendecke
1
-25
/
+0
2011-02-06
s3: Fix a potential memleak in secrets_fetch_trusted_domain_password
Volker Lendecke
1
-1
/
+3
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-08-26
s3-build: use dbwrap.h only where needed.
Günther Deschner
1
-0
/
+1
2010-08-05
s3-secrets: only include secrets.h when needed.
Günther Deschner
1
-0
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-2
/
+2
2010-05-18
s3:split secrets.c to put machine account secrets in a new file
Andrew Bartlett
1
-366
/
+0
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-3
/
+3
2010-03-10
s3-passdb: Fix typo in debug message.
Karolin Seeger
1
-1
/
+1
2009-10-29
s3-secrets: use autogenerated code for TRUSTED_DOM_PASS struct parsing from a...
Günther Deschner
1
-220
/
+36
2009-10-28
s3-passdb: move open_schannel_session_store() to passdb/secrets_schannel.c.
Günther Deschner
1
-63
/
+0
2009-10-28
s3-passdb: add secrets_delete_generic().
Günther Deschner
1
-0
/
+16
2009-10-15
Fix valgrind memory leak in bug #6814 - Fixes for problems reported by valgrind
Jeremy Allison
1
-0
/
+1
2009-10-13
s3: use enum netr_SchannelType all over the place.
Günther Deschner
1
-5
/
+6
2009-09-21
s3:secrets_schannel: revert to using version 1
Stefan Metzmacher
1
-3
/
+9
2009-08-27
s3-schannel: remove remaining code that was using "struct dcinfo".
Günther Deschner
1
-167
/
+0
2009-08-27
s3-schannel: upgrade old format schannel_store.tdb.
Günther Deschner
1
-4
/
+9
2009-08-27
s3-schannel: add simple wrappers to fetch and store schannel auth info.
Günther Deschner
1
-0
/
+1
2009-08-27
s3-schannel: make open_schannel_session_store() public.
Günther Deschner
1
-1
/
+1
2009-07-29
s3:secrets: use transaction wrapped store in get rand seed.
Michael Adam
1
-2
/
+2
2009-04-14
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
1
-1
/
+1
2009-04-14
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
1
-4
/
+4
2008-10-23
Use libutil genrand.
Jelmer Vernooij
1
-2
/
+2
2008-10-14
Use GUID_random.
Jelmer Vernooij
1
-1
/
+1
2008-10-06
Store a local schannel key in secrets.tdb
Volker Lendecke
1
-0
/
+25
2008-08-13
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
1
-2
/
+2
2008-06-07
Fix a memleak in secrets_fetch_afs_key
Volker Lendecke
1
-0
/
+2
2008-06-07
Fix a memleak in secrets_fetch_trust_account_password_legacy
Volker Lendecke
1
-0
/
+1
2008-06-07
Fix a memleak in fetch_ldap_pw
Volker Lendecke
1
-1
/
+2
2008-05-20
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
1
-4
/
+5
2008-04-01
Convert dbwrap_trans_delete to NTSTATUS
Volker Lendecke
1
-1
/
+4
2008-04-01
Convert dbwrap_trans_store to NTSTATUS
Volker Lendecke
1
-3
/
+6
[next]