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