CVS update: samba/source/auth
abartlet at samba.org
abartlet at samba.org
Mon Feb 10 20:16:05 EST 2003
Date: Mon Feb 10 09:16:05 2003
Author: abartlet
Update of /data/cvs/samba/source/auth
In directory dp.samba.org:/tmp/cvs-serv18656/auth
Modified Files:
auth_ntlmssp.c auth_unix.c auth_util.c pass_check.c
Log Message:
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
Revisions:
auth_ntlmssp.c 1.4 => 1.5
http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_ntlmssp.c?r1=1.4&r2=1.5
auth_unix.c 1.25 => 1.26
http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_unix.c?r1=1.25&r2=1.26
auth_util.c 1.61 => 1.62
http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_util.c?r1=1.61&r2=1.62
pass_check.c 1.35 => 1.36
http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/pass_check.c?r1=1.35&r2=1.36
More information about the samba-cvs
mailing list