(merge from HEAD)
authorAndrew Bartlett <abartlet@samba.org>
Sat, 22 Mar 2003 13:47:42 +0000 (13:47 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 22 Mar 2003 13:47:42 +0000 (13:47 +0000)
commitc91e76bddbe1244ddc8d12b092eba875834029ac
tree6ea6c1079c453969265bbb55ada3fb5900eb9ed5
parent5e20868fadc4e01ea09639bc57c51d1eb687f78c
(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
source/Makefile.in
source/include/safe_string.h
source/include/srvstr.h
source/lib/gencache.c
source/lib/util.c
source/libsmb/clistr.c
source/param/loadparm.c
source/smbd/connection.c
source/smbd/process.c
source/smbd/srvstr.c [new file with mode: 0644]