Updates from Samba HEAD:
authorAndrew Bartlett <abartlet@samba.org>
Tue, 1 Oct 2002 13:10:57 +0000 (13:10 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 1 Oct 2002 13:10:57 +0000 (13:10 +0000)
commitad8a22e570c8970247dc76defc9be2b768bd102d
treee672142a6c857da134cc893e5ebe7cef08791d19
parent8147df0b6b4674670e70b45c603e8323e5c61c33
Updates from Samba HEAD:

 - Fix segfaults in the 'net ads' commands when no password is provided
 - Readd --with-ldapsam for 2.2 compatability.  This conditionally compiles the
   old options, but the actual code is available on all ldap systems.
 - Fix shadow passwords (as per work with vl)
 - Fix sending plaintext passwords to unicode servers (again vl)
 - Add a bit of const to secrets.c functions
 - Fix some spelling and grammer by vance.
 - Document the -r option in smbgroupedit.

There are more changes in HEAD, I'm only merging the changes I've been involved
with.

Andrew Bartlett
(This used to be commit 83973c389355a5cc9ca74af467dfd8b5dabd2c8f)
15 files changed:
source3/Makefile.in
source3/acconfig.h
source3/auth/pass_check.c
source3/configure
source3/configure.in
source3/include/config.h.in
source3/lib/util_str.c
source3/libads/kerberos.c
source3/libsmb/cliconnect.c
source3/param/loadparm.c
source3/passdb/pdb_ldap.c
source3/passdb/secrets.c
source3/utils/net.c
source3/utils/net_rpc.c
source3/utils/smbgroupedit.c