1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/lib/util
Andrew Bartlett b5616adc8a lib/util/charset rename iconv_convenience to iconv_handle
This better reflects what this structure is

Andrew Bartlett
2011-03-25 04:37:06 +01:00
..
charset lib/util/charset rename iconv_convenience to iconv_handle 2011-03-25 04:37:06 +01:00
tests lib/util: add tests for anonymous_shared_allocate/free() 2011-01-20 06:25:03 +01:00
asn1.c lib/util/asn1.c - remove the "const" specifier from OID 2010-12-21 15:10:37 +11:00
asn1.h lib/util/asn1.c - remove the "const" specifier from OID 2010-12-21 15:10:37 +11:00
attr.h Add attribute macros for Heimdal to use 2010-11-15 01:25:06 +00:00
become_daemon.c
binsearch.h util: added BINARY_ARRAY_SEARCH_V() 2010-09-29 16:36:22 -07:00
blocking.c
byteorder.h s3: Fix a ton of type-punned warnings 2010-08-17 08:53:33 +02:00
capability.c
data_blob.c
data_blob.h
debug_s3.c lib/util: new merged debug system 2011-03-01 04:32:12 +01:00
debug_s3.h lib/util: new merged debug system 2011-03-01 04:32:12 +01:00
debug.c debug: fixed a valgrind error 2011-03-04 03:09:52 +01:00
debug.h lib/util: new merged debug system 2011-03-01 04:32:12 +01:00
dlinklist.h
Doxyfile
dprintf.c
fault.c fault: get fault.c ready for use by s4 2011-03-23 11:03:57 +11:00
fsusage.c
genrand.c
idtree.c idtree: fix overflow for v. large ids on allocation and removal 2010-12-06 05:02:22 +01:00
mainpage.dox
memory.h lib/util: remove implicit discard_const_p() from SAFE_FREE() 2010-08-28 08:41:00 +02:00
ms_fnmatch.c
params.c Fix bug #3185 - testparm exits 0 if it can read the config file regardless of errors 2010-12-04 02:30:00 +01:00
parmlist.c
parmlist.h
rbtree.c
rbtree.h
README
rfc1738.c
safe_string.h
samba-util.pc.in s4-pkgconfig: add @LIB_RPATH@ to our link flags 2010-12-08 12:46:00 +01:00
select.c Remove sys_select[_intr] 2011-02-28 16:40:20 +01:00
select.h Remove sys_select[_intr] 2011-02-28 16:40:20 +01:00
signal.c
smb_threads_internal.h
smb_threads.c
smb_threads.h
string_wrappers.h lib: remove unused pieces of string_wrappers.h 2011-03-25 04:37:06 +01:00
substitute.c
system.c
talloc_stack.c
talloc_stack.h talloc: use <talloc.h> not "talloc.h" 2011-03-15 12:22:19 +11:00
tevent_ntstatus.c lib: Protect against tevent nterror mismatches 2010-12-20 00:12:02 +01:00
tevent_ntstatus.h lib/util: change tevent_req_nterror() to a macro 2010-09-27 03:18:14 +00:00
tevent_unix.c tevent: include libreplace heade before tevent header 2010-09-21 19:11:58 -07:00
tevent_unix.h Use <tevent.h> so the system tevent gets included, if enabled. 2011-02-28 21:11:21 +01:00
tevent_werror.c lib/util: Add tevent WERROR wrappers 2010-10-23 07:35:28 +00:00
tevent_werror.h lib/util: Add tevent WERROR wrappers 2010-10-23 07:35:28 +00:00
time.c lib/util/time: Merge time functions from source3/lib/time.c 2011-03-01 02:13:22 +01:00
time.h lib/util/time: Merge time functions from source3/lib/time.c 2011-03-01 02:13:22 +01:00
tsort.h
unix_privs.c
util_file.c s3: Don't use talloc_autofree_context in map_file 2010-10-20 18:09:19 +02:00
util_getent.c
util_id.c s3:auth: change num_groups to from size_t to uint32_t 2011-02-22 16:20:11 +11:00
util_ldb.c ldb: use #include <ldb.h> for ldb 2011-02-10 06:51:07 +01:00
util_ldb.h Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb/common/util.c"" 2010-10-17 13:37:16 +00:00
util_net.c s3: Make is_zero_addr take a sockaddr_storage 2011-02-27 11:02:53 +01:00
util_net.h
util_pw.c
util_runcmd.c tdb: Use <tdb.h> to include tdb so system headers are found when building against system tdb. 2011-02-28 21:11:21 +01:00
util_str.c s4-util: removed the valgrind_strlen() routine 2011-02-18 15:09:47 +11:00
util_strlist.c
util_tdb.c tdb: Use <tdb.h> to include tdb so system headers are found when building against system tdb. 2011-02-28 21:11:21 +01:00
util_tdb.h
util.c lib/util: add anonymous_shared_free() 2011-01-20 05:31:45 +01:00
util.h fault: fixed smb_panic() prototypes 2011-03-23 01:51:44 +01:00
wrap_xattr.c
wrap_xattr.h
wscript_build fault: moved fault.c into common library 2011-03-23 11:03:58 +11:00
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).