A few changes:
authorAndrew Bartlett <abartlet@samba.org>
Wed, 22 Aug 2001 19:11:55 +0000 (19:11 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 22 Aug 2001 19:11:55 +0000 (19:11 +0000)
commitb068ad300527c44673bbee0aede7849199c89de7
tree3af1d65b08beefd14392f5f5a66e004e6c4578e0
parent3e60636f2b7003ea1e915bc7c2d2e8dec5667bbd
A few changes:
drop paramaters:
 status
 utmp hostname

change session code to always record each vuid current on the server.  The sessionid struct is no longer packed, as I couldn't get that to work ;-)

change smbstatus to show this info and less of the connections.tdb info (its not actualy that accurate).

I'll get swat doing some of this shortly.
source/include/includes.h
source/include/session.h [new file with mode: 0644]
source/param/loadparm.c
source/smbd/reply.c
source/smbd/server.c
source/smbd/session.c
source/utils/status.c
source/web/statuspage.c