- don't use env variables for passwords and usernames (yeah!)
commit279cbe69efd75450113d2da0da5e67b29f3702b1
authorAndrew Tridgell <tridge@samba.org>
Mon, 19 Oct 1998 01:03:00 +0000 (19 01:03 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 19 Oct 1998 01:03:00 +0000 (19 01:03 +0000)
treeb1363d8d50c45ce719f2556f4561922d8a2fe1a6
parentf1672d055716f4b701e22801cbf5cf5573081685
- 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
source/smbwrapper/shared.c [new file with mode: 0644]
source/smbwrapper/smbsh.c
source/smbwrapper/smbw.c
source/smbwrapper/smbw.h