1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/lib
Jelmer Vernooij d8d745a09e r13067: Don't install ldbtest
(This used to be commit cc35a4bc0e)
2007-10-10 13:51:21 -05:00
..
appweb r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using 2007-10-10 13:47:45 -05:00
charset r12694: Move some headers to the directory of the subsystem they belong to. 2007-10-10 13:49:39 -05:00
cmdline r12608: Remove some unused #include lines. 2007-10-10 13:49:03 -05:00
com r12622: Move table.c prototypes to seperate header to prevent circular dependencies 2007-10-10 13:49:06 -05:00
compression r6129: - add our own MSZIP decompression implementation 2007-10-10 13:11:20 -05:00
crypto r11634: - make crc table static 2007-10-10 13:46:03 -05:00
events r12844: don't include system headers directly 2007-10-10 13:50:05 -05:00
ldb r13067: Don't install ldbtest 2007-10-10 13:51:21 -05:00
messaging r12804: This patch reworks the Samba4 sockets layer to use a socket_address 2007-10-10 13:49:57 -05:00
netif r12785: make the iface_*() functions return strings which do not get 2007-10-10 13:49:55 -05:00
popt r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using 2007-10-10 13:47:45 -05:00
registry r12670: Make a couple of dependencies stricter 2007-10-10 13:49:35 -05:00
replace r12814: we need this here too, as we'll include replace.h for building heimdal/* 2007-10-10 13:49:59 -05:00
samba3 r12825: Add \n 2007-10-10 13:50:02 -05:00
socket r12959: hopefully fix bug #3365 this time 2007-10-10 13:51:12 -05:00
socket_wrapper r12710: Fix socket_wrapper: Make sure to fill in the socket family on the 2007-10-10 13:49:44 -05:00
stream r12694: Move some headers to the directory of the subsystem they belong to. 2007-10-10 13:49:39 -05:00
talloc r12633: expose talloc_vasprintf_append() 2007-10-10 13:49:10 -05:00
tdb r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using 2007-10-10 13:47:45 -05:00
tdr r12801: Some more include/ cleanups (remove unused macros + move files 2007-10-10 13:49:57 -05:00
tls r12608: Remove some unused #include lines. 2007-10-10 13:49:03 -05:00
basic.mk r12670: Make a couple of dependencies stricter 2007-10-10 13:49:35 -05:00
capability.c r3471: split out capabilities code from lib/system.c - should fix IRIX 6.5 build 2007-10-10 13:05:18 -05:00
data_blob.c r11593: added a data_blob_realloc() function 2007-10-10 13:45:55 -05:00
db_wrap.c r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldb 2007-10-10 13:47:22 -05:00
db_wrap.h r12694: Move some headers to the directory of the subsystem they belong to. 2007-10-10 13:49:39 -05:00
debug.c r12799: print out function and location too 2007-10-10 13:49:57 -05:00
dprintf.c r7265: fixed d_printf() so it works again. 2007-10-10 13:17:33 -05:00
fault.c r8685: an alpha in the build farm is dying with a floating point 2007-10-10 13:29:54 -05:00
fsusage.c r3447: more include/system/XXX.h include files 2007-10-10 13:05:12 -05:00
gencache.c r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like to 2007-10-10 13:33:27 -05:00
gendb.c r12433: Add comment describing this function. 2007-10-10 13:47:38 -05:00
genrand.c r10366: More scons fixes. Building et, asn1, lex and yacc files sort-of works now 2007-10-10 13:38:32 -05:00
idtree.c r6687: added a idr helper function for creating random IDs 2007-10-10 13:16:34 -05:00
module.c r12494: Support loading modules from .so files for most subsystems. 2007-10-10 13:47:45 -05:00
ms_fnmatch.c r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking 2007-10-10 13:35:01 -05:00
mutex.c r5306: removed all the unused mutex functions from mutex.c. When (if?) we 2007-10-10 13:09:40 -05:00
pidfile.c r10535: fixed the pidfile code (it didn't survive the recent pstring changes) 2007-10-10 13:39:03 -05:00
select.c r9591: - Remove empty file 2007-10-10 13:34:33 -05:00
signal.c r10438: Move portability functions to lib/replace/; replace now simply ensures 2007-10-10 13:38:45 -05:00
substitute.c r9591: - Remove empty file 2007-10-10 13:34:33 -05:00
system.c r12641: - remove some unused functions 2007-10-10 13:49:33 -05:00
time.c r12774: - fix the build on OpenBSD 2007-10-10 13:49:53 -05:00
unix_privs.c r12608: Remove some unused #include lines. 2007-10-10 13:49:03 -05:00
util_file.c r10593: Add printf attribute 2007-10-10 13:39:08 -05:00
util_getent.c r4055: fixed more places to use type safe allocation macros 2007-10-10 13:06:20 -05:00
util_pw.c r4058: added a type safe version of smb_xmalloc() 2007-10-10 13:06:20 -05:00
util_sock.c r10579: str_list_make() can return NULL 2007-10-10 13:39:07 -05:00
util_str.c r13000: fix compiler warnings 2007-10-10 13:51:16 -05:00
util_strlist.c r10516: Add seperator argument to str_list_{make,join}_shell() 2007-10-10 13:38:59 -05:00
util_unistr.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
util.c r12608: Remove some unused #include lines. 2007-10-10 13:49:03 -05:00
version.c r5871: Remove file with unused function (that uses fstring) 2007-10-10 13:11:06 -05:00
xfile.c r4055: fixed more places to use type safe allocation macros 2007-10-10 13:06:20 -05:00
xfile.h r12801: Some more include/ cleanups (remove unused macros + move files 2007-10-10 13:49:57 -05:00