CVS update: samba/source/lib

Luke Leighton lkcl at samba.anu.edu.au
Thu Nov 4 06:58:47 EST 1999


Date:	Thursday November 4, 1999 @ 6:58
Author:	lkcl

Update of /data/cvs/samba/source/lib
In directory samba:/tmp/cvs-serv18159/lib

Modified Files:
	util.c 
Log Message:
three types of array-creation / array-deletion functions:

char*
UNISTR2*
SID*

decided to create a higher-order function set, add_item_to_array()
free_item_array().

higher-order support routines needed to add a new type:

type* item_dup(const type*)
void item_free(type*)

of course, strdup() and free() are perfect, pre-existing examples
of such functions, used in the implementation of add_chars_to_array()
and free_char_array().

sid_dup() and free() work for the add_sids_to_array() and free_sid_array()
implementations.

use unistr2_dup() and created unistr2_free() because the functionality
behind these may change into something horrible, like [horror] dynamic
memory allocation of the UNISTR2 character array.  argh!!!!

jean-francois, this function set implements what we talked about over...
a year ago, now :-)



More information about the samba-cvs mailing list