Various post AuthRewrite cleanups, fixups and tidyups.
authorAndrew Bartlett <abartlet@samba.org>
Thu, 1 Nov 2001 05:02:41 +0000 (05:02 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 1 Nov 2001 05:02:41 +0000 (05:02 +0000)
commitacb81fe408f0e674088f0952aaba442ddb494b0c
tree484380d71c128f11eb1f7ffae2471fccecd0d16d
parentec09a3e0c7fd20b78cccd32c9e351de2c6e62fb8
Various post AuthRewrite cleanups, fixups and tidyups.

Zero out some of the plaintext passwords for paranoia

Fix up some of the other passdb backends with the change to *uid_t rather than
uid_t.

Make some of the code in srv_netlog_nt.c clearer, is passing an array around,
so pass its lenght in is definition, not as a seperate paramater.

Use sizeof() rather than magic numbers, it makes things easier to read.

Cope with a PAM authenticated user who is not in /etc/passwd - currently by
saying NO_SUCH_USER, but this can change in future.

Andrew Bartlett
(This used to be commit 514c91b16baca639bb04638042bf9894d881172a)
source3/auth/auth_unix.c
source3/auth/auth_util.c
source3/passdb/pdb_ldap.c
source3/passdb/pdb_nisplus.c
source3/passdb/pdb_tdb.c
source3/rpc_parse/parse_net.c
source3/rpc_server/srv_netlog_nt.c
source3/smbd/auth_unix.c
source3/smbd/auth_util.c
source3/smbd/reply.c
source3/smbd/sesssetup.c