1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/passdb
Jeremy Allison d942d248d6 Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb correctly. For the clustering case.
Clustered setups should have only ever used
the unsigned version of TDB_DATA in the
first place so they can't be in this mess :-).
Just do the normal upgrade in the clustered case.
Jeremy.
2009-03-27 12:13:13 -07: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 Fix bug 6097 2009-03-24 11:59:42 +01:00
machine_sid.c Use common util_file code. 2008-10-12 17:34:43 +02:00
passdb.c s3: Added new parameter "map untrusted to domain" 2009-02-12 13:55:44 -08:00
pdb_compat.c
pdb_get_set.c Fix some nonempty blank lines 2009-02-08 13:53:49 +01:00
pdb_interface.c Shape up pdb_search a bit by making it a talloc ctx with a destructor 2009-03-07 17:51:21 +01:00
pdb_ldap.c Shape up pdb_search a bit by making it a talloc ctx with a destructor 2009-03-07 17:51:21 +01:00
pdb_nds.c
pdb_smbpasswd.c Shape up pdb_search a bit by making it a talloc ctx with a destructor 2009-03-07 17:51:21 +01:00
pdb_tdb.c Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb correctly. For the clustering case. 2009-03-27 12:13:13 -07:00
pdb_wbc_sam.c s3 pdb_wbc_sam: LookupRids should return sAMAccountName, not NT4 names 2009-03-12 13:00:47 -07:00
secrets.c Use libutil genrand. 2008-10-23 18:46:35 +02:00
util_builtin.c
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