r17317: - add a composite_create() function that allocates and initialize
commita16180f20246844d05996d385fcb71893e08f589
authorStefan Metzmacher <metze@samba.org>
Sun, 30 Jul 2006 16:48:41 +0000 (30 16:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:15:10 +0000 (10 14:15 -0500)
tree650ae313f1bba4bea9de5983895e2796b89d4a3e
parentcee012c5702da225c81f82d90193b500e3707613
r17317: - add a composite_create() function that allocates and initialize
  the composite_context structue, we should try to convert all code
  to use this because there're a lot of places where the we have
  bugs with this task...
- add a composite_continue_smb2() helper

We should try to hide the internals of the composite code from the users
to avoid errors (and I found a lot of them... and will fix then step by step)

metze
source/libcli/composite/composite.c
source/libcli/composite/composite.h