- don't use env variables for passwords and usernames (yeah!)
authorAndrew Tridgell <tridge@samba.org>
Mon, 19 Oct 1998 01:03:00 +0000 (01:03 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 19 Oct 1998 01:03:00 +0000 (01:03 +0000)
commitf08565a83429df92e42935dc9977436f59b03845
treefec569c3487deb5884e0c87d9ba534d73b88eed8
parentf52b898a63e8474c360dd2061447c11cbbe34831
- don't use env variables for passwords and usernames (yeah!)
- added a shared variable area based on a unlinked open file, and
  implement a general get/set interface to it
- cache hostname lookups and master ip lookups in shared variable area
(This used to be commit 279cbe69efd75450113d2da0da5e67b29f3702b1)
source3/smbwrapper/shared.c [new file with mode: 0644]
source3/smbwrapper/smbsh.c
source3/smbwrapper/smbw.c
source3/smbwrapper/smbw.h