r24000: Add message_push_blob() and message_push_string().
authorVolker Lendecke <vlendec@samba.org>
Mon, 23 Jul 2007 10:52:39 +0000 (10:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:28:54 +0000 (12:28 -0500)
commit944fe69d03f1fcd6ab680fcb672d06036f89f251
tree9160931b1fc8b1a391bad7d39f3bdb05e33d7ee3
parent9e40557047b32dae012b0b5a3450c2c23b7895e5
r24000: Add message_push_blob() and message_push_string().

The proposed new API convention is to start with a 0 bcc length and then
push things step by step. These routines reallocate the outbuf and
adjust the length and bcc fields as necessary.
(This used to be commit 624f1fe4f6e022d73e78fa8c9646f6f64035f3ee)
source3/lib/util.c
source3/smbd/srvstr.c