summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3374: Couple of bug fixesJelmer Vernooij1-1/+1
2007-10-10r3370: Initial work on Add Key/Delete Key/Add Value/Mod Value/Del Value suppo...Jelmer Vernooij1-4/+4
2007-10-10r3369: More registry updatesJelmer Vernooij1-3/+73
2007-10-10r3368: Default to rpc backend with binding "ncalrpc:" if no backend was speci...Jelmer Vernooij6-13/+24
2007-10-10r3367: More registry updates.Jelmer Vernooij3-3/+44
2007-10-10r3366: updates from the junkcode version of talloc.Andrew Tridgell1-5/+7
2007-10-10r3360: improved the deletion of tmp files. smbd now puts all tmp files in var...Andrew Tridgell2-3/+26
2007-10-10r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4.Andrew Tridgell1-6/+9
2007-10-10r3356: in the standard process model we need to make sure we close allAndrew Tridgell1-0/+22
2007-10-10r3348: More registry fixes and additions. The following functions work right ...Jelmer Vernooij3-7/+50
2007-10-10r3340: Various fixes in the registry code. Implement the EnumKey callJelmer Vernooij3-3/+9
2007-10-10r3335: better configure support for ipv6 - thanks to a quick tutorial from metzeAndrew Tridgell1-1/+7
2007-10-10r3334: Allow disabling IPv6 support using socket:noipv6Jelmer Vernooij1-0/+4
2007-10-10r3333: added configure tests for ipv6 supportAndrew Tridgell2-1/+8
2007-10-10r3329: Add support for IPv6Jelmer Vernooij4-0/+373
2007-10-10r3323: more warning reductionsAndrew Tridgell7-46/+27
2007-10-10r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell1-5/+5
2007-10-10r3318: generate random STATUS_MORE_ENTRIES errors (1 in 10 packets) as wellAndrew Tridgell1-2/+10
2007-10-10r3314: added a option "socket:testnonblock" to the generic socket code. IfAndrew Tridgell5-14/+31
2007-10-10r3313: in socket_accept() make the new socket non-blocking unless SOCKET_FLAG...Andrew Tridgell2-0/+16
2007-10-10r3304: changed the API to lib/socket/ a little.Andrew Tridgell5-81/+41
2007-10-10r3300: initialise *sendlen on failure, to allow for callers to check only forAndrew Tridgell1-0/+2
2007-10-10r3279: Removed MSG_DONTWAIT flags as many platform don't have it.Andrew Tridgell2-19/+1
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell7-125/+54
2007-10-10r3271: use "struct messaging_context *" instead of "void *" in messaging APIAndrew Tridgell1-22/+19
2007-10-10r3267: make LIBTDB depend on LIBREPLACE. This is needed for building the tdb ...Andrew Tridgell1-0/+2
2007-10-10r3261: added seek to RAW-SEARCH testAndrew Tridgell1-10/+19
2007-10-10r3238: rename null_mtime() to the more accurate name "null_time()", andAndrew Tridgell1-7/+7
2007-10-10r3223: continue the effort on LIBREPLACE to try to get the ldb tools toAndrew Tridgell3-34/+35
2007-10-10r3210: split lib/replace.o into a separate build subsystem LIBREPLACE, andAndrew Tridgell5-35/+44
2007-10-10r3184: don't setup socket options on unix domain sockets (our smb.conf socket...Andrew Tridgell1-1/+0
2007-10-10r3183: moved the unlink of the messaging unixdom socket to the messaging dest...Andrew Tridgell2-9/+1
2007-10-10r3169: unlink() is called on the listening unix socket every time a child pro...Jelmer Vernooij1-0/+4
2007-10-10r3164: Look up ncalrpc identifiers using the EPMAPPER. ncalrpc now works nice...Jelmer Vernooij1-1/+6
2007-10-10r3130: - added a LOCAL-IDTREE test suiteAndrew Tridgell1-31/+37
2007-10-10r3102: typoStefan Metzmacher1-1/+1
2007-10-10r3101: some minor fixesStefan Metzmacher1-8/+9
2007-10-10r3100: support 'bin/smbclient //w2k3-101/c$ -U \\administrator@w2k3.vmnet1.vm...Stefan Metzmacher2-2/+7
2007-10-10r3095: - fix a free'ing of msg.dnStefan Metzmacher3-8/+8
2007-10-10r3093: - implment ldb_rename() and ldbrenameStefan Metzmacher9-13/+271
2007-10-10r3092: prepare for build inside sambaStefan Metzmacher1-4/+4
2007-10-10r3091: link only the needed stuffStefan Metzmacher1-2/+2
2007-10-10r3089: fix memleakStefan Metzmacher1-0/+1
2007-10-10r3073: Fix bug in the handling of null-terminated ASCII strings in RPC.Andrew Bartlett1-0/+18
2007-10-10r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...Andrew Tridgell1-2/+2
2007-10-10r3063: our default dos charset is CP850, but some systems don't have that, soAndrew Tridgell1-0/+14
2007-10-10r3061: change a debug to help track down a charset problemAndrew Tridgell1-1/+2
2007-10-10r3058: we don't use the bitmap code any more, delete itAndrew Tridgell2-164/+0
2007-10-10r3057: - moved the idtree.c code into lib/Andrew Tridgell2-1/+362
2007-10-10r3052: added talloc_zero_p() and talloc_zero_array_p() calls, for allocating ...Andrew Tridgell1-2/+13