1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/lib/util
Jelmer Vernooij ede79ae482 Remove more uses of global_loadparm.
(This used to be commit 58a5b1de2b)
2008-02-21 15:38:35 +01:00
..
tests r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const. 2007-12-26 11:57:05 -06:00
asn1.c util: Move asn1 to lib/util to trim down the number of subsystems. 2008-01-15 01:04:38 +01:00
asn1.h util: Move asn1 to lib/util to trim down the number of subsystems. 2008-01-15 01:04:38 +01:00
attr.h Fix use of some modules (needed _PUBLIC_). 2008-02-20 04:33:43 +01:00
become_daemon.c r24667: Finally merge the registry improvements that Wilco Baan Hofman and I have 2007-10-10 15:02:34 -05:00
byteorder.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
capability.c r24710: Use standard boolean type for easier use by external users. 2007-10-10 15:02:53 -05:00
capability.m4 r15000: Move some more autoconf tests out of build/m4/rewrite.m4 2007-10-10 14:04:00 -05:00
config.mk build: Remove support for DESCRIPTION setting that is now unused. 2008-01-22 18:49:51 +01:00
data_blob.c r25027: Fix more warnings. 2007-10-10 15:05:41 -05:00
data_blob.h r25193: Update headers to easy use by external apps. 2007-10-10 15:06:50 -05:00
debug.c r26386: We need to test in more than just 'interactive' mode... 2007-12-21 05:49:20 +01:00
debug.h Samba4 poor mans debug_ctx() 2008-02-01 18:09:49 +01:00
dlinklist.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
Doxyfile r14108: Make the Doxyfiles a bit shorter... 2007-10-10 13:56:51 -05:00
dprintf.c r26434: Remove display charset from iconv convenience context. 2007-12-21 05:50:04 +01:00
fault.c Fix typo. 2008-02-11 12:39:47 +01:00
fault.m4 r25566: Use -lexecinfo for backtraces on FreeBSD. Patch by Timur I. Bakeyev <timur@com.bat.ru> 2007-10-10 15:07:57 -05:00
fsusage.c r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
fsusage.m4 r15257: Look for headers before trying to use them in any tests. This 2007-10-10 14:04:27 -05:00
genrand.c r25661: We don't actually need to know with DEBUG(0, ... every time we ask for 2007-12-21 05:43:03 +01:00
idtree.c r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
mainpage.dox r13849: More improvements to the libutil docs. 2007-10-10 13:52:15 -05:00
ms_fnmatch.c Remove more uses of global_loadparm. 2008-02-21 15:38:35 +01:00
mutex.c r24710: Use standard boolean type for easier use by external users. 2007-10-10 15:02:53 -05:00
mutex.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
safe_string.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
signal.c r24710: Use standard boolean type for easier use by external users. 2007-10-10 15:02:53 -05:00
signal.m4 r15572: Trim build/m4/rewrite.m4 a bit more, remove unused tests. 2007-10-10 14:05:58 -05:00
system.c r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network.h because we stripped down includes. 2007-12-21 05:43:00 +01:00
time.c Move nt_time_equal() to libutil. 2008-02-09 14:24:24 +01:00
time.h Move nt_time_equal() to libutil. 2008-02-09 14:24:24 +01:00
time.m4 r15002: More cleanups in build/m4/rewrite.m4 2007-10-10 14:04:00 -05:00
unix_privs.c r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
util_file.c r24710: Use standard boolean type for easier use by external users. 2007-10-10 15:02:53 -05:00
util_getent.c r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
util_ldb.c util_ldb: Add a missing \n to debug string, fix trailing whitespaces. 2008-02-14 12:32:29 +01:00
util_pw.c r25047: Fix more warnings. 2007-10-10 15:05:49 -05:00
util_str.c r25307: add string_sub_talloc. 2007-10-10 15:07:12 -05:00
util_strlist.c r26417: Make str_list_copy(mem_ctx, NULL) return NULL rather than an empty list. 2007-12-21 05:49:47 +01:00
util_tdb.c r26457: Janitorial: Don't use pstring in tdb_unpack 2007-12-21 05:50:25 +01:00
util.c r25802: fix the build on solaris, void functions doesn't return values 2007-12-21 05:44:05 +01:00
util.h Fix use of some modules (needed _PUBLIC_). 2008-02-20 04:33:43 +01:00
util.m4 r15572: Trim build/m4/rewrite.m4 a bit more, remove unused tests. 2007-10-10 14:05:58 -05:00
wrap_xattr.c r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
xattr.m4 r16052: Add .m4 file for XATTR detection (from ntvfs/posix/config.m4) 2007-10-10 14:08:53 -05:00
xfile.c r25027: Fix more warnings. 2007-10-10 15:05:41 -05:00
xfile.h r24780: More work allowing libutil to be used by external users. 2007-10-10 15:03:10 -05:00