Started a cleanup of smbpasswd related stuff. I've created a new file
authorTim Potter <tpot@samba.org>
Thu, 6 Sep 2001 09:10:26 +0000 (09:10 +0000)
committerTim Potter <tpot@samba.org>
Thu, 6 Sep 2001 09:10:26 +0000 (09:10 +0000)
commit65e35d5d4bf2a35fde52d1fb795c84764009acad
treead42f02edccab85e0ccd49ece7e8fba347a0d6e1
parent5661d1c82f03b2254b681e135b20991da334d27f
Started a cleanup of smbpasswd related stuff.  I've created a new file
lib/smbpasswd.c which will contain routines related to manipulating
smbpasswd entries.

 - renamed and moved pdb_{get,set}hexpwd() functions
 - renamed and moved pdb_{decode,encode}acct_ctrl() functions
 - started hiding references to the cruftalicious
   NEW_PW_FORMAT_SPACE_PADDED_LEN constant
 - started gradual rename of references to acct_ctrl to acb_info which is
   the nomenclature used in MSDN and header files

There's still more work to be done.  Currently there are several places
where smbpasswd entries are iterated etc.  Ideally this should all happen
through the passdb system.
(This used to be commit 4a01e240305fb6fead973beef4937a016b15d744)
source3/Makefile.in
source3/lib/smbpasswd.c [new file with mode: 0644]
source3/passdb/ldap.c
source3/passdb/nispass.c
source3/passdb/passdb.c
source3/passdb/pdb_smbpasswd.c
source3/passdb/smbpassfile.c
source3/utils/pdbedit.c