1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/util
Karolin Seeger 2ed035b5a0 fault.c: Fix typo in comment.
redundent -> redundant

Signed-off-by: Karolin Seeger <kseeger@samba.org>
2013-02-18 22:07:39 +11:00
..
charset lib/util/charset: We do not use fucntions from wchar.h any more 2012-09-26 02:13:10 +02:00
tests lib/util: improve check_password_quality() to handle utf8 2013-02-04 17:14:22 +01:00
asn1.c lib/util: Allocate enough space to reference blob->data[len] 2012-07-13 08:12:17 +02:00
asn1.h lib/util/asn1.c - remove the "const" specifier from OID 2010-12-21 15:10:37 +11:00
attr.h lib/util/attr: add _UNUSED_ marco 2011-07-14 20:11:22 +02:00
base64.c lib: added base64_decode_data_blob_talloc() 2011-09-08 03:35:27 +02:00
become_daemon.c build: Remove sys_open wrapper 2012-04-05 02:39:08 +02:00
binsearch.h
bitmap.c lib/util: Simplify bitmap.c a bit 2012-11-07 15:32:24 +01:00
bitmap.h lib/util: Make "struct bitmap" abstract 2012-11-07 15:32:24 +01:00
blocking.c s3: Fix the clustering build 2011-12-17 18:41:39 +01:00
byteorder.h lib/util: add RBVAL, RBVALS, RSBVAL and RSRBVALS macros 2011-04-24 09:48:51 +02:00
capability.c
data_blob.c
data_blob.h s3:utils change data_blob_dup_talloc() to take a DATA_BLOB by value 2011-10-12 22:45:53 +02:00
debug_s3.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
debug_s3.h Fix warning messages on Freebsd 4.6.2. 2011-06-02 10:10:39 -07:00
debug.c Fix bug #9471 - SEGV when using second vfs module. 2012-12-07 17:51:50 +01:00
debug.h Fix bug #8877 - Syslog broken owing to mistyping of debug_settings.syslog. 2012-04-20 00:06:12 +02:00
dlinklist.h
Doxyfile
dprintf.c lib/util/charset: Remove 'display charset' 2011-06-23 13:47:27 +02:00
fault.c fault.c: Fix typo in comment. 2013-02-18 22:07:39 +11:00
fsusage.c build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any more 2012-04-05 02:39:08 +02:00
genrand.c lib/util: improve check_password_quality() to handle utf8 2013-02-04 17:14:22 +01:00
getpass.c util: Add a UNIX platform independent samba_getpass(). 2012-12-03 14:35:08 +01:00
idtree.c
mainpage.dox
memory.h
modules.c lib/util/modules.c: fix stackframe leak. 2012-07-18 05:02:31 +09:30
ms_fnmatch.c libcli/smb move enum protocol_types to a common header 2011-07-06 05:32:51 +02:00
params.c loadparm: fix a load of uninitialized memory errors found by valgrind. 2012-02-03 11:10:29 +01:00
parmlist.c lib/util: allow parmlist.c to compile under s3 includes.h 2011-06-21 09:36:22 +10:00
parmlist.h s3-param use common struct parmlist_entry to hold parametric options 2011-07-08 11:23:23 +02:00
pidfile.c util: Don't use the pid ret value uninitialized. 2012-12-12 09:42:33 +01:00
pidfile.h Add debugs to functions. Add pidfile_unlink(). 2012-07-19 16:08:16 -07:00
rbtree.c
rbtree.h
README
rfc1738.c build: avoid util.h as a public header name due to conflict with MacOS 2011-09-23 09:24:03 +02:00
safe_string.h
samba_modules.h lib/util: Add smb_load_module that returns DEBUG(0) errors on failure 2012-04-03 14:25:12 +10:00
samba_util.h util: Add a strict directory_create_or_exist function. 2013-01-09 09:11:20 +01:00
samba-util.pc.in
select.c lib/util: Remove sys_poll as it is no longer needed 2012-02-16 15:49:21 -08:00
select.h lib/util: Remove sys_poll as it is no longer needed 2012-02-16 15:49:21 -08:00
server_id.c lib/util: add server_id_set_disconnected() and server_id_is_disconnected() 2012-08-17 20:07:07 +02:00
setid.c Ensure we select the correct syscall numbers on a 32-bit Linux system. 2012-07-02 18:38:14 -07:00
setid.h Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls. 2012-06-28 17:15:16 -07:00
signal.c
smb_threads_internal.h
smb_threads.c
smb_threads.h
string_wrappers.h lib/util: fix use of a non-existent word (existant) in a comment 2012-06-12 07:21:41 +02:00
substitute.c lib/util Re-merge the string_sub() and all_string_sub() from source3 2011-04-29 16:38:15 +10:00
system.c lib/util: Remove obsolete sys_getpid() and sys_fork(). 2012-03-24 21:55:40 +01:00
talloc_stack.c talloc_stack: abort in developer me if no stackframe on talloc_tos() 2012-07-18 15:07:27 +09:30
talloc_stack.h talloc_stack: abort in developer me if no stackframe on talloc_tos() 2012-07-18 15:07:27 +09:30
tevent_ntstatus.c lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.c 2012-05-14 15:12:34 +02:00
tevent_ntstatus.h lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.c 2012-05-14 15:12:34 +02:00
tevent_unix.c
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: add tevent_req_poll_werror 2012-05-30 00:37:56 +02:00
tevent_werror.h lib: add tevent_req_poll_werror 2012-05-30 00:37:56 +02:00
time.c lib/util: Map 0x7fffffffffffffffLL as 0x7fffffffffffffffLL in time conversion 2012-05-08 06:41:43 +02:00
time.h util/time: Remove unnecessary _PUBLIC_ - that's implicit for things in header files. 2011-11-03 14:34:08 +01:00
tsort.h
unix_privs.c Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls. 2012-06-28 17:15:16 -07:00
util_file.c lib/util: remove the "includes.h" dependeny from util_file.c 2011-10-22 09:28:26 +02:00
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 lib/util/util_ldb.h: fix licence/copyright 2011-06-10 15:11:26 +02:00
util_net.c util: remove accidently committed hunk 2012-10-31 19:25:30 +01:00
util_net.h net: Don't register link local addresses with DNS 2011-09-24 21:46:06 -07:00
util_ntdb.c util: util_ntdb ntdb_fetch_int32/ntdb_store_int32 and ntdb_add_int32_atomic 2012-06-22 07:35:17 +02:00
util_ntdb.h util: util_ntdb ntdb_fetch_int32/ntdb_store_int32 and ntdb_add_int32_atomic 2012-06-22 07:35:17 +02:00
util_paths.c lib/util use modules_path(), data_path() and shlib_ext() from source3 2011-06-06 17:37:51 +10:00
util_pw.c lib/util: Remove dummy wrapper for getgrgid(). 2012-03-24 15:26:36 +01:00
util_pw.h lib/util: Remove dummy wrapper for getgrgid(). 2012-03-24 15:26:36 +01:00
util_runcmd.c util: Remove unused fde_stdin in samba_runcmd. 2012-12-12 23:14:44 +01:00
util_str_common.c First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems 2011-07-19 13:19:29 -07:00
util_str.c lib/util: Remove unused str_format_nbt_domain() 2012-02-10 16:45:13 +11:00
util_strlist.c lib/util Move simple string routines into common code. 2011-04-13 14:47:07 +10:00
util_tdb.c util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.c 2012-06-22 07:35:17 +02:00
util_tdb.h util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.c 2012-06-22 07:35:17 +02:00
util.c util: Add a strict directory_create_or_exist function. 2013-01-09 09:11:20 +01:00
wscript util: Add --disable-fault-handling. 2012-03-15 05:55:03 +01:00
wscript_build util: Add a UNIX platform independent samba_getpass(). 2012-12-03 14:35:08 +01:00
wscript_configure waf: add check for BSD_STYLE_STATVFS 2012-09-07 14:15:56 +02:00
xfile.c lib/util: remove the "includes.h" dependeny from xfile.c 2011-10-22 09:28:27 +02:00
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).