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)
commit83973c389355a5cc9ca74af467dfd8b5dabd2c8f
treebe71e8fe529dbe83e457a0951e141e2d8922643b
parentd8d351eb01ea7c84828dbc96224d7b13d643b558
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
15 files changed:
source/Makefile.in
source/acconfig.h
source/auth/pass_check.c
source/configure
source/configure.in
source/include/config.h.in
source/lib/util_str.c
source/libads/kerberos.c
source/libsmb/cliconnect.c
source/param/loadparm.c
source/passdb/pdb_ldap.c
source/passdb/secrets.c
source/utils/net.c
source/utils/net_rpc.c
source/utils/smbgroupedit.c