summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* r3261: added seek to RAW-SEARCH testAndrew Tridgell2007-10-101-10/+19
* r3238: rename null_mtime() to the more accurate name "null_time()", andAndrew Tridgell2007-10-101-7/+7
* r3223: continue the effort on LIBREPLACE to try to get the ldb tools toAndrew Tridgell2007-10-103-34/+35
* r3210: split lib/replace.o into a separate build subsystem LIBREPLACE, andAndrew Tridgell2007-10-105-35/+44
* r3184: don't setup socket options on unix domain sockets (our smb.conf socket...Andrew Tridgell2007-10-101-1/+0
* r3183: moved the unlink of the messaging unixdom socket to the messaging dest...Andrew Tridgell2007-10-102-9/+1
* r3169: unlink() is called on the listening unix socket every time a child pro...Jelmer Vernooij2007-10-101-0/+4
* r3164: Look up ncalrpc identifiers using the EPMAPPER. ncalrpc now works nice...Jelmer Vernooij2007-10-101-1/+6
* r3130: - added a LOCAL-IDTREE test suiteAndrew Tridgell2007-10-101-31/+37
* r3102: typoStefan Metzmacher2007-10-101-1/+1
* r3101: some minor fixesStefan Metzmacher2007-10-101-8/+9
* r3100: support 'bin/smbclient //w2k3-101/c$ -U \\administrator@w2k3.vmnet1.vm...Stefan Metzmacher2007-10-102-2/+7
* r3095: - fix a free'ing of msg.dnStefan Metzmacher2007-10-103-8/+8
* r3093: - implment ldb_rename() and ldbrenameStefan Metzmacher2007-10-109-13/+271
* r3092: prepare for build inside sambaStefan Metzmacher2007-10-101-4/+4
* r3091: link only the needed stuffStefan Metzmacher2007-10-101-2/+2
* r3089: fix memleakStefan Metzmacher2007-10-101-0/+1
* r3073: Fix bug in the handling of null-terminated ASCII strings in RPC.Andrew Bartlett2007-10-101-0/+18
* r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...Andrew Tridgell2007-10-101-2/+2
* r3063: our default dos charset is CP850, but some systems don't have that, soAndrew Tridgell2007-10-101-0/+14
* r3061: change a debug to help track down a charset problemAndrew Tridgell2007-10-101-1/+2
* r3058: we don't use the bitmap code any more, delete itAndrew Tridgell2007-10-102-164/+0
* r3057: - moved the idtree.c code into lib/Andrew Tridgell2007-10-102-1/+362
* r3052: added talloc_zero_p() and talloc_zero_array_p() calls, for allocating ...Andrew Tridgell2007-10-101-2/+13
* r3034: - fixed a bug in message dispatch, when the dispatch function called ...Andrew Tridgell2007-10-101-2/+3
* r3029: implemented byte range lock timeouts.Andrew Tridgell2007-10-101-2/+3
* r3028: use talloc_free() instead of talloc_unlink(), as theAndrew Tridgell2007-10-101-3/+3
* r3026: - added automatic retry to messages when the servers listen queue isAndrew Tridgell2007-10-101-2/+47
* r3023: added immediate send of messages when they are first queued. This make...Andrew Tridgell2007-10-101-0/+2
* r3020: better error handling in socket_unixAndrew Tridgell2007-10-101-50/+43
* r3018: handle STATUS_MORE_ENTRIES from socket_recv() in the messaging codeAndrew Tridgell2007-10-101-0/+2
* r3017: nicer memory handling for event_context_merge()Andrew Tridgell2007-10-101-15/+10
* r3016: - converted the events code to tallocAndrew Tridgell2007-10-105-37/+473
* r3015: fixed typo noticed by abartlettAndrew Tridgell2007-10-101-3/+4
* r3014: got rid of the old intra-smbd messaging system in preparation for the ...Andrew Tridgell2007-10-104-700/+0
* r3013: added support for unix domain sockets in the generic socket library. IAndrew Tridgell2007-10-105-1/+334
* r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that theAndrew Tridgell2007-10-106-81/+208
* r3004: removed some unused functionsAndrew Tridgell2007-10-103-297/+0
* r2985: got rid of the unused tdb_lockkeys() and tdb_unlockkeys() functionsAndrew Tridgell2007-10-102-74/+0
* r2981: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys().Jeremy Allison2007-10-101-3/+3
* r2940: Complain when there is an attempt to register a backend for a subsyste...Jelmer Vernooij2007-10-101-0/+2
* r2932: character expansion in strlower_m or strupper_m is considered fatalAndrew Tridgell2007-10-101-0/+4
* r2914: ... and support enumerating values (data is not handled yet, only the ...Jelmer Vernooij2007-10-101-30/+11
* r2913: - Don't print hive name if it is NULL (regtree)Jelmer Vernooij2007-10-103-12/+9
* r2911: Fix bug in opening relative keysJelmer Vernooij2007-10-101-8/+12
* r2907: auto destroy iconv memory handles on exit, to make valgrind leakAndrew Tridgell2007-10-101-19/+26
* r2903: a considerably more efficient (both in terms of CPU and memory)Andrew Tridgell2007-10-101-17/+17
* r2902: make toupper_w() and tolower_w() slightly faster by putting the most c...Andrew Tridgell2007-10-101-8/+8
* r2901: if we can't load upcase.dat or lowcase.dat then don't waste 256kAndrew Tridgell2007-10-101-27/+8
* r2900: rusty pointed out to me that discard_const() can be done via a macroAndrew Tridgell2007-10-101-22/+0