summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r3370: Initial work on Add Key/Delete Key/Add Value/Mod Value/Del Value suppo...Jelmer Vernooij2007-10-102-37/+236
* r3369: More registry updatesJelmer Vernooij2007-10-103-7/+137
* r3368: Default to rpc backend with binding "ncalrpc:" if no backend was speci...Jelmer Vernooij2007-10-106-13/+24
* r3367: More registry updates.Jelmer Vernooij2007-10-104-5/+51
* r3366: updates from the junkcode version of talloc.Andrew Tridgell2007-10-101-5/+7
* r3365: Fill in the user and primary group SIDs into the 'server info' beforeAndrew Bartlett2007-10-101-8/+11
* r3364: Add parameter to fix the compile.Andrew Bartlett2007-10-101-0/+1
* r3363: added basic support for SA_RIGHT_FILE_EXECUTE, needed for opening .dll...Andrew Tridgell2007-10-104-26/+33
* r3362: Change netlogon.idl so we can parse the 'info3' seperate from it's sur...Andrew Bartlett2007-10-101-2/+2
* r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to useAndrew Bartlett2007-10-106-23/+188
* r3360: improved the deletion of tmp files. smbd now puts all tmp files in var...Andrew Tridgell2007-10-107-35/+66
* r3359: Add magic auto-initialisation hooks here, to match the rest ofAndrew Bartlett2007-10-101-0/+8
* r3358: Try to put all the basic struct dom_sid manipulation functions in oneAndrew Bartlett2007-10-102-57/+57
* r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4.Andrew Tridgell2007-10-106-21/+46
* r3356: in the standard process model we need to make sure we close allAndrew Tridgell2007-10-103-2/+50
* r3355: fixed the old style search code in smb_server to correctly handleAndrew Tridgell2007-10-101-4/+8
* r3354: honor "max xmit" and "max mux" from smb.conf in our client code. ThisAndrew Tridgell2007-10-104-8/+13
* r3353: don't reference dos.attrib unless its initialisedAndrew Tridgell2007-10-101-1/+1
* r3352: make smbcli_read() and smbcli_write() work with very small negotiated ...Andrew Tridgell2007-10-101-3/+2
* r3351: handle far more operations on open directory handles. pvfs was failingAndrew Tridgell2007-10-103-2/+18
* r3350: fixed a bug with sending multiple replies for the one request, asAndrew Tridgell2007-10-104-58/+107
* r3349: fixed more uninitialised variable problems with the nbench moduleAndrew Tridgell2007-10-101-6/+15
* r3348: More registry fixes and additions. The following functions work right ...Jelmer Vernooij2007-10-105-14/+67
* r3347: fixed an uninitialised variable bug. Surprisingly hard to track down,Andrew Tridgell2007-10-101-2/+8
* r3346: - simplified vfs_nbench.c a bit, by using req->async_state->ntvfs insideAndrew Tridgell2007-10-101-74/+51
* r3341: - don't zero the async structure (makes valgrind more useful)Andrew Tridgell2007-10-103-6/+2
* r3340: Various fixes in the registry code. Implement the EnumKey callJelmer Vernooij2007-10-105-4/+30
* r3338: More work on the winreg RPC server. Opening hives is now supported, mo...Jelmer Vernooij2007-10-102-66/+70
* r3337: remove debug code and reanable the reall logging:-)Stefan Metzmacher2007-10-101-7/+3
* r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher2007-10-1014-423/+687
* r3335: better configure support for ipv6 - thanks to a quick tutorial from metzeAndrew Tridgell2007-10-101-1/+7
* r3334: Allow disabling IPv6 support using socket:noipv6Jelmer Vernooij2007-10-101-0/+4
* r3333: added configure tests for ipv6 supportAndrew Tridgell2007-10-102-1/+8
* r3332: Check result codes in some more places...Jelmer Vernooij2007-10-101-1/+11
* r3331: Add string descriptions for a couple more WERROR'sJelmer Vernooij2007-10-101-0/+10
* r3330: Use IPv6 for RPC client connections if we canJelmer Vernooij2007-10-101-1/+9
* r3329: Add support for IPv6Jelmer Vernooij2007-10-104-0/+373
* r3327: fixed another warningAndrew Tridgell2007-10-101-3/+3
* r3325: missed one of the torture changes ...Andrew Tridgell2007-10-101-1/+1
* r3324: made the smbtorture code completely warning freeAndrew Tridgell2007-10-1064-119/+127
* r3323: more warning reductionsAndrew Tridgell2007-10-1016-105/+73
* r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell2007-10-1011-17/+22
* r3321: make the test_echo.sh test suite test non-blocking on all rpc transportsAndrew Tridgell2007-10-101-0/+1
* r3320: fixed bugs in the rpc_server code in handling partial packet receives ...Andrew Tridgell2007-10-102-5/+3
* r3319: fixed a bug in the client library found by the new non-block testing codeAndrew Tridgell2007-10-101-10/+0
* r3318: generate random STATUS_MORE_ENTRIES errors (1 in 10 packets) as wellAndrew Tridgell2007-10-101-2/+10
* r3317: Fix the buildVolker Lendecke2007-10-101-2/+2
* r3316: give the LDAP server a chance of operating correctly non-blocking (itAndrew Tridgell2007-10-101-2/+2
* r3315: converted the libcli/raw/ code to use the generic socket library. ThisAndrew Tridgell2007-10-103-42/+50
* r3314: added a option "socket:testnonblock" to the generic socket code. IfAndrew Tridgell2007-10-108-17/+34