mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
b5616adc8a
This better reflects what this structure is Andrew Bartlett |
||
---|---|---|
.. | ||
charset | ||
tests | ||
asn1.c | ||
asn1.h | ||
attr.h | ||
become_daemon.c | ||
binsearch.h | ||
blocking.c | ||
byteorder.h | ||
capability.c | ||
data_blob.c | ||
data_blob.h | ||
debug_s3.c | ||
debug_s3.h | ||
debug.c | ||
debug.h | ||
dlinklist.h | ||
Doxyfile | ||
dprintf.c | ||
fault.c | ||
fsusage.c | ||
genrand.c | ||
idtree.c | ||
mainpage.dox | ||
memory.h | ||
ms_fnmatch.c | ||
params.c | ||
parmlist.c | ||
parmlist.h | ||
rbtree.c | ||
rbtree.h | ||
README | ||
rfc1738.c | ||
safe_string.h | ||
samba-util.pc.in | ||
select.c | ||
select.h | ||
signal.c | ||
smb_threads_internal.h | ||
smb_threads.c | ||
smb_threads.h | ||
string_wrappers.h | ||
substitute.c | ||
system.c | ||
talloc_stack.c | ||
talloc_stack.h | ||
tevent_ntstatus.c | ||
tevent_ntstatus.h | ||
tevent_unix.c | ||
tevent_unix.h | ||
tevent_werror.c | ||
tevent_werror.h | ||
time.c | ||
time.h | ||
tsort.h | ||
unix_privs.c | ||
util_file.c | ||
util_getent.c | ||
util_id.c | ||
util_ldb.c | ||
util_ldb.h | ||
util_net.c | ||
util_net.h | ||
util_pw.c | ||
util_runcmd.c | ||
util_str.c | ||
util_strlist.c | ||
util_tdb.c | ||
util_tdb.h | ||
util.c | ||
util.h | ||
wrap_xattr.c | ||
wrap_xattr.h | ||
wscript_build | ||
wscript_configure | ||
xfile.c | ||
xfile.h |
This directory contains libutil (until we can think of a better name) The idea is that this library contains simple but useful data structures and support functions that are generally useful; not just for Samba but for other projects as well. Functions here should not depend on any external libraries, just on libc (perhaps partially provided by libreplace).