auth/auth_util.c:
commit494781f628683d6e68e8ba21ae54f738727e8c21
authorAndrew Bartlett <abartlet@samba.org>
Wed, 31 Dec 2003 00:31:43 +0000 (31 00:31 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 31 Dec 2003 00:31:43 +0000 (31 00:31 +0000)
treea556662b529d99e7a9bf2c8ae2a319b1af4f3698
parent3225f262b18bdcf326d3bfd031dac169bd9347c9
auth/auth_util.c:
 - Fill in the 'backup' idea of a domain, if the DC didn't supply one.  This
   doesn't seem to occour in reality, hence why we missed the typo.

lib/charcnv.c:
lib/smbldap.c:
libads/ldap.c:
libsmb/libsmbclient.c:
printing/nt_printing.c:
 - all the callers to pull_utf8_allocate() pass a char ** as the first
   parammeter, so don't make them all cast it to a void **

nsswitch/winbind_util.c:
 - Allow for a more 'correct' view of when usernames should be qualified
   in winbindd.  If we are a PDC, or have 'winbind trusted domains only',
   then for the authentication returns stip the domain portion.
 - Fix valgrind warning about use of free()ed name when looking up our
   local domain.  lp_workgroup() is maniplated inside a procedure that
   uses it's former value.  Instead, use the fact that our local domain is
   always the first in the list.

Andrew Bartlett
source/auth/auth_util.c
source/lib/charcnv.c
source/lib/smbldap.c
source/libads/ldap.c
source/libsmb/libsmbclient.c
source/nsswitch/winbindd_util.c
source/printing/nt_printing.c