Date: Sat Mar 22 13:47:42 2003 Author: abartlet Update of /home/cvs/samba/source/smbd In directory dp.samba.org:/tmp/cvs-serv5680/smbd
Modified Files: Tag: SAMBA_3_0 connection.c process.c Added Files: Tag: SAMBA_3_0 srvstr.c Log Message: (merge from HEAD) Small clenaup patches: - safe_string.h - don't assume that __FUNCTION__ is available - process.c - use new workaround from safe_string.h for the same - util.c - Show how many bytes we smb_panic()ed trying to smb_xmalloc() - gencache.c - Keep valgrind quiet by always null terminating. - clistr.c - Add copyright - srvstr.h - move srvstr_push into a .c file again, as a real function. - srvstr.c - revive, with 'safe' checked srvstr_push - loadparm.c - set a default for the display charset. - connection.c - use safe_strcpy() Andrew Bartlett Revisions: srvstr.c 1.9.2.2 => 1.9.2.3 http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/srvstr.c?r1=1.9.2.2&r2=1.9.2.3 connection.c 1.46.2.3 => 1.46.2.4 http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/connection.c?r1=1.46.2.3&r2=1.46.2.4 process.c 1.92.2.14 => 1.92.2.15 http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/process.c?r1=1.92.2.14&r2=1.92.2.15