Some cleanups:
authorAndrew Bartlett <abartlet@samba.org>
Mon, 10 Feb 2003 09:16:05 +0000 (09:16 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 10 Feb 2003 09:16:05 +0000 (09:16 +0000)
commitec7a1994b0b937f95379a32bb135e816d407d843
tree30af0a81755286192b014e5d137b4fbf45a9ecf8
parent868d169a4084c24924a419adc46a54f721aa2efd
Some cleanups:

- Don't use pstrcpy into an allocated string - use safe_strcpy() directly
instead.

- Keep a copy of the 'server_info' attached to the vuid.  In future use this
for things like the session key, homedir and full name instead of current
copies.

- Try to avoid memory leak/segfault on Realloc failure

- clear up #endif comments

Andrew Bartlett
(This used to be commit 162477bb086827950b6cb71afa9bef62c2753c2e)
source3/auth/auth_ntlmssp.c
source3/auth/auth_unix.c
source3/auth/auth_util.c
source3/auth/pass_check.c
source3/include/smb.h
source3/smbd/dir.c
source3/smbd/password.c
source3/smbd/sesssetup.c
source3/smbd/statcache.c