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
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
2008-04-01
passdb/secrets: add secrets_db_ctx() to get the db_context
Stefan Metzmacher
1
-0
/
+9
2008-03-27
passdb/secrets: use db_open_trans()
Stefan Metzmacher
1
-1
/
+2
2008-03-27
passdb/secrets: it's enough to use traverse_read() in secrets_trusted_domains()
Stefan Metzmacher
1
-1
/
+1
2008-03-11
Convert secrets.c to use dbwrap
Volker Lendecke
1
-128
/
+93
2008-03-10
Use a separate tdb for mutexes
Volker Lendecke
1
-31
/
+0
2008-03-10
Convert secrets_lock_trust_account_password to talloc
Volker Lendecke
1
-8
/
+24
2008-03-10
Make use of talloc_asprintf_strupper_m in secrets.c
Volker Lendecke
1
-37
/
+21
2008-03-10
Avoid some pointless checks
Volker Lendecke
1
-12
/
+0
2008-03-10
Use talloc_tos() in secrets_init
Volker Lendecke
1
-12
/
+5
2008-02-09
More paranoid checks for secrets_init() success.
Günther Deschner
1
-13
/
+35
2008-01-07
Add secrets_shutdown().
Günther Deschner
1
-0
/
+13
2007-12-19
Add and use some keystr functions using talloc_tos() in secrets api.
Günther Deschner
1
-44
/
+123
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
1
-1
/
+1
2007-12-13
Refactor the lagacy part of secrets_fetch_trust_account_password() out
Michael Adam
1
-13
/
+31
2007-12-13
Remove two unneeded functions.
Michael Adam
1
-23
/
+0
2007-12-12
Fix logic and prevent segfaults in secrets trustdom tdb pack code.
Michael Adam
1
-14
/
+14
2007-12-12
Fix secrets_store_trusted_domain_password() after pstring removal.
Michael Adam
1
-1
/
+1
2007-12-03
Change tdb_unpack "P" to return a malloc'ed string rather
Jeremy Allison
1
-1
/
+6
2007-11-20
More pstring elimination.
Jeremy Allison
1
-18
/
+76
2007-11-05
static pstring removal
Volker Lendecke
1
-5
/
+9
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-29
/
+29
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-51
/
+36
2007-10-10
r24991: Kill all those lots of trailing whitespaces from secrets.c.
Michael Adam
1
-72
/
+72
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22125: Fix a warning
Volker Lendecke
1
-1
/
+1
2007-10-10
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
1
-13
/
+13
[next]