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