Mimir has been busy with patches again, and sent in the following
authorAndrew Bartlett <abartlet@samba.org>
Fri, 26 Jul 2002 13:05:29 +0000 (13:05 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 26 Jul 2002 13:05:29 +0000 (13:05 +0000)
commita56490007479b3f23f5159bfb7545136c40dd1fd
tree754f4f497786ee52ce56d9ba44589b7148989733
parentf9558e5819f80734910f5830145cc263628eb779
Mimir has been busy with patches again, and sent in the following
patches:

Andrew Bartlett

From his e-mail:

Below I attach the following patches as a result of my work
on trusted domains support:
 1) srv_samr_nt.c.diff
    This fixes a bug which caused to return null string as
    the first entry of enumerated accounts list (no matter what
    entry, it was always null string and rid) and possibly
    spoiled further names, depeding on their length.
    I found that while testing my 'net rpc trustdom list'
    against nt servers and samba server.
 2) libsmb.diff
    Now, fallback to anonymous connection works correctly.
 3) smbpasswd.c.diff
    Just a little fix which actually allows one to create
    a trusting domain account using smbpasswd
 4) typos.diff
    As the name suggests, it's just a few typos fix :)
(This used to be commit 888d595fab4f6b28318b743f47378cb7ca35d479)
source3/libsmb/cliconnect.c
source3/passdb/pdb_tdb.c
source3/rpc_server/srv_samr_nt.c
source3/smbd/process.c
source3/utils/smbpasswd.c