Luke, I am moving the code back into passdb/passdb.c, this the correct
authorJeremy Allison <jra@samba.org>
Fri, 9 Jun 2000 18:45:31 +0000 (18:45 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 9 Jun 2000 18:45:31 +0000 (18:45 +0000)
commit03e0164270ffd7ceeb8df6f3cc3917c111dc05f8
tree1a12467cace2c98d4fc037e6acbed783bceb24c8
parente58682eb077a79b5c54a0cea485b7d134a01f853
Luke, I am moving the code back into passdb/passdb.c, this the correct
place to do this, not in smbd/passwd.c

Please don't change this without asking first, I have run this past
Andrew so talk to him (I'm on vacation next week).

I also removed the g_newXXX macros. There are essentially a private C extension,
not used anywhere else in the code, and add no functionality over malloc(XX)
and make the code harder to understand (everyone knows what malloc does).

Jeremy.
(This used to be commit e1b1b6fb6794ba02e1fea510a981fa0ce0d12b58)
source3/include/proto.h
source3/include/smb.h
source3/include/smb_macros.h
source3/passdb/passdb.c
source3/rpc_parse/parse_net.c
source3/smbd/password.c
source3/smbd/reply.c