1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source/passdb
Michael Adam 6ced4a7f88 Let get_trust_pw() determine the machine_account_name to use.
Up to now each caller used its own logic.

This eliminates code paths where there was a special treatment
of the following situation: the domain given is not our workgroup
(i.e. our own domain) and we are not a DC (i.e. it is not a typical
trusted domain situation). In situation the given domain name was
previously used as the machine account name, resulting in an account
name of DOMAIN\\DOMAIN$, which does not seem very reasonable to me.
get_trust_pw would not have obtained a password in this situation
anyways.

I hope I have not missed an important point here!

Michael
2007-12-13 10:15:17 +01:00
..
login_cache.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
lookup_sid.c Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames. 2007-12-13 10:15:13 +01:00
machine_sid.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
passdb.c Let get_trust_pw() determine the machine_account_name to use. 2007-12-13 10:15:17 +01:00
pdb_compat.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
pdb_get_set.c More pstring elimination. 2007-11-20 17:18:16 -08:00
pdb_interface.c More pstring elimination. 2007-11-20 17:18:16 -08:00
pdb_ldap.c Remove next_token - all uses must now be next_token_talloc. 2007-12-07 17:32:32 -08:00
pdb_nds.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
pdb_smbpasswd.c More pstring elimination. 2007-11-20 17:18:16 -08:00
pdb_tdb.c Remove the char[1024] strings from dynconfig. Replace 2007-12-10 11:30:37 -08:00
secrets.c Remove two unneeded functions. 2007-12-13 10:15:13 +01: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 RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
util_wellknown.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00