1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/lib
Andrew Tridgell 251aaafe3a r10522: finally got the locking working on solaris10. This adds a read lock on
the transaction lock in tdb_traverse_read(). This prevents a pattern
of locks which triggers the deadlock detection code in solaris10. I
suspect solaris10 is trying to prevent lock starvation by granting
locks in the order they were requested, which makes it much easier to
produce deadlocks.
(This used to be commit 54203aacd1)
2007-10-10 13:39:00 -05:00
..
appweb r10348: Add scons scripts for remaining subsystems. Most subsystems build now, 2007-10-10 13:38:30 -05:00
charset r10509: Some more sconscript fixes. Now getting to link stage for smbclient 2007-10-10 13:38:58 -05:00
cmdline r10513: Reduce some use of pstring. The main reason some parts of the code still 2007-10-10 13:38:58 -05:00
com r10438: Move portability functions to lib/replace/; replace now simply ensures 2007-10-10 13:38:45 -05:00
compression r6129: - add our own MSZIP decompression implementation 2007-10-10 13:11:20 -05:00
crypto r9421: Move arcfour code into it's own file, in lib/crypto. 2007-10-10 13:33:37 -05:00
events r10348: Add scons scripts for remaining subsystems. Most subsystems build now, 2007-10-10 13:38:30 -05:00
ldb r10500: More progress to getting ldb tools building. Create a list of ldb modules 2007-10-10 13:38:57 -05:00
messaging r10490: - allow deferred irpc replies to set the status 2007-10-10 13:38:54 -05:00
netif r10509: Some more sconscript fixes. Now getting to link stage for smbclient 2007-10-10 13:38:58 -05:00
popt r10377: Save configuration stuff to sconf.cache so it isn't annoyingly run 2007-10-10 13:38:33 -05:00
registry r10456: More SCons fixes: 2007-10-10 13:38:48 -05:00
replace r10521: Also check sys/socket.h for definition of socklen_t (needed for AIX) 2007-10-10 13:39:00 -05:00
samba3 r10517: Get rid of use of next_token() in lib/samba3/ 2007-10-10 13:38:59 -05:00
socket r10509: Some more sconscript fixes. Now getting to link stage for smbclient 2007-10-10 13:38:58 -05:00
socket_wrapper r10374: Add HAVE_* defines (on command-line or in config.h file) for scons + 2007-10-10 13:38:33 -05:00
talloc r10348: Add scons scripts for remaining subsystems. Most subsystems build now, 2007-10-10 13:38:30 -05:00
tdb r10522: finally got the locking working on solaris10. This adds a read lock on 2007-10-10 13:39:00 -05:00
tdr r10030: Add hierarchical memory allocation to TDR's pull functions 2007-10-10 13:36:31 -05:00
tls r10377: Save configuration stuff to sconf.cache so it isn't annoyingly run 2007-10-10 13:38:33 -05:00
basic.mk r10330: Add SConscript to more subsystems. Some of the tdb tools build now. 2007-10-10 13:38:28 -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
credentials.c r10510: Decrease the amount of data included by includes.h a bit 2007-10-10 13:38:58 -05:00
data_blob.c r10479: Apply some const 2007-10-10 13:38:52 -05:00
db_wrap.c r10409: allow smb.conf override of ldb synchronous transactions with "ldb:nosync = yes/no" 2007-10-10 13:38:42 -05:00
debug.c r7525: Unify lp_load(), load_interfaces and logging setup into popt(). 2007-10-10 13:18:06 -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 r9391: Convert all the code to use struct ldb_dn to ohandle ldap like distinguished names 2007-10-10 13:33:32 -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
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 r10513: Reduce some use of pstring. The main reason some parts of the code still 2007-10-10 13:38:58 -05:00
SConscript r10510: Decrease the amount of data included by includes.h a bit 2007-10-10 13:38:58 -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 r10438: Move portability functions to lib/replace/; replace now simply ensures 2007-10-10 13:38:45 -05:00
time.c r10438: Move portability functions to lib/replace/; replace now simply ensures 2007-10-10 13:38:45 -05:00
unix_privs.c r9591: - Remove empty file 2007-10-10 13:34:33 -05:00
util_file.c r10246: Remove unused function 2007-10-10 13:38:11 -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 r5298: - got rid of pstring.h from includes.h. This at least makes it a bit 2007-10-10 13:09:38 -05:00
util_str.c r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking 2007-10-10 13:35:01 -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 r10438: Move portability functions to lib/replace/; replace now simply ensures 2007-10-10 13:38:45 -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