1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/passdb
Stefan Metzmacher 9801ec5f1a s3:secrets_schannel: revert to using version 1
It doesn't really matter if the entries
have invalid context in it. Older versions of samba
refuse to open the file if the version doesn't match.

If we can't parse individual records, we'll fail schannel binds,
but the clients are supposed to reestablish the netlogon secure channel
by doing ServerReqChallenge/ServerAuthenticate* again. This
will just overwrite the old record.

metze
2009-09-21 06:33:25 +02:00
..
login_cache.c s3:passdb: put login_cache.tdb into cache_dir, not lock_dir. 2009-01-16 01:02:22 +01:00
lookup_sid.c Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSS 2009-07-31 23:19:05 +02:00
machine_sid.c Use common util_file code. 2008-10-12 17:34:43 +02:00
passdb.c s3-account_policy: add pdb_policy_type enum. 2009-07-14 12:12:18 +02:00
pdb_ads.c s3-account_policy: add pdb_policy_type enum. 2009-07-14 12:12:18 +02:00
pdb_compat.c Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00
pdb_get_set.c s3-account_policy: add pdb_policy_type enum. 2009-07-14 12:12:18 +02:00
pdb_interface.c s3-account_policy: add pdb_policy_type enum. 2009-07-14 12:12:18 +02:00
pdb_ldap.c s3-pdb_ldap: Fix bug #4296: Clean up group membership while deleting a user. 2009-09-02 12:40:47 +02:00
pdb_nds.c s3-ldap: fix more callers of smbldap_dn_talloc() that were passing a NULL context. 2009-05-05 21:22:28 +02:00
pdb_smbpasswd.c Turn the pdb_rid_algorithm into a capabilities call that returns flags 2009-06-28 22:13:50 +02:00
pdb_tdb.c s3:passdb: use transaction_wrapped write in tdbsam_new_rid() 2009-07-29 16:26:30 +02:00
pdb_wbc_sam.c Fix Coverity CIDs 887, 888. Don't pass NULL's to functions 2009-07-17 21:50:33 -07:00
secrets_schannel.c s3-schannel: add simple wrappers to fetch and store schannel auth info. 2009-08-27 15:55:19 +02:00
secrets.c s3:secrets_schannel: revert to using version 1 2009-09-21 06:33:25 +02:00
util_builtin.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
util_unixsids.c Make us clean under valgrind --leak-check=full by using talloc_autofree_context() instead of NULL. 2008-11-06 20:48:13 -08:00
util_wellknown.c Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00