1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

more commit logs

(This used to be commit dc51a4c1f9)
This commit is contained in:
Gerald Carter 2004-01-06 19:05:23 +00:00
parent bc17b416ff
commit 47da7a1c7a

View File

@ -88,8 +88,9 @@ o Guenther Deschner <gd@suse.com>
* Install smbwrapper.so should be put into the $(libdir) * Install smbwrapper.so should be put into the $(libdir)
and not $(bindir). and not $(bindir).
* Add the capability to specify the new user password * Add the capability to specify the new user password
for 'net ads password' on the command line. for "net ads password" on the command line.
* Correctly detect AFS headers on SuSE * Correctly detect AFS headers on SuSE.
o James Flemer <jflemer@uvm.edu> o James Flemer <jflemer@uvm.edu>
* Fix AIX compile bug by linking HAVE_ATTR_LIST to HAVE_SYS_ATTRIBUTES_H. * Fix AIX compile bug by linking HAVE_ATTR_LIST to HAVE_SYS_ATTRIBUTES_H.
@ -116,6 +117,11 @@ o Stefan Metzmacher <metze@metzemix.de>
* Revert to 2.2 quota code because of so many broken quota files * Revert to 2.2 quota code because of so many broken quota files
out there. out there.
o <ndb@theghet.to>
* Allow an existing LDAP machine account to be re-used when
joining an AD domain.
o James Peach <jpeach@sgi.com> o James Peach <jpeach@sgi.com>
* BUG 889: Change smbd to use pread/pwrite on platforms that * BUG 889: Change smbd to use pread/pwrite on platforms that
support these calls. Can lead to a significant speed increase. support these calls. Can lead to a significant speed increase.