CVS update: samba/source/smbd
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/smbd
In directory dp.samba.org:/tmp/cvs-serv18656/smbd
Modified Files:
dir.c password.c sesssetup.c statcache.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:
dir.c 1.78 => 1.79
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/dir.c?r1=1.78&r2=1.79
password.c 1.264 => 1.265
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/password.c?r1=1.264&r2=1.265
sesssetup.c 1.86 => 1.87
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/sesssetup.c?r1=1.86&r2=1.87
statcache.c 1.13 => 1.14
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/statcache.c?r1=1.13&r2=1.14
More information about the samba-cvs
mailing list