summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3374: Couple of bug fixesJelmer Vernooij2-23/+44
2007-10-10r3373: added better error reporting in pvfs_openAndrew Tridgell1-6/+6
2007-10-10r3372: fixed the initial directory permissions for pvfs_mkdir()Andrew Tridgell1-3/+3
2007-10-10r3371: fixed endpoint for browser.idlAndrew Tridgell1-1/+1
2007-10-10r3370: Initial work on Add Key/Delete Key/Add Value/Mod Value/Del Value suppo...Jelmer Vernooij2-37/+236
2007-10-10r3369: More registry updatesJelmer Vernooij3-7/+137
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 Vernooij4-5/+51
2007-10-10r3366: updates from the junkcode version of talloc.Andrew Tridgell1-5/+7
2007-10-10r3365: Fill in the user and primary group SIDs into the 'server info' beforeAndrew Bartlett1-8/+11
2007-10-10r3364: Add parameter to fix the compile.Andrew Bartlett1-0/+1
2007-10-10r3363: added basic support for SA_RIGHT_FILE_EXECUTE, needed for opening .dll...Andrew Tridgell4-26/+33
2007-10-10r3362: Change netlogon.idl so we can parse the 'info3' seperate from it's sur...Andrew Bartlett1-2/+2
2007-10-10r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to useAndrew Bartlett6-23/+188
2007-10-10r3360: improved the deletion of tmp files. smbd now puts all tmp files in var...Andrew Tridgell7-35/+66
2007-10-10r3359: Add magic auto-initialisation hooks here, to match the rest ofAndrew Bartlett1-0/+8
2007-10-10r3358: Try to put all the basic struct dom_sid manipulation functions in oneAndrew Bartlett2-57/+57
2007-10-10r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4.Andrew Tridgell6-21/+46
2007-10-10r3356: in the standard process model we need to make sure we close allAndrew Tridgell3-2/+50
2007-10-10r3355: fixed the old style search code in smb_server to correctly handleAndrew Tridgell1-4/+8
2007-10-10r3354: honor "max xmit" and "max mux" from smb.conf in our client code. ThisAndrew Tridgell4-8/+13
2007-10-10r3353: don't reference dos.attrib unless its initialisedAndrew Tridgell1-1/+1
2007-10-10r3352: make smbcli_read() and smbcli_write() work with very small negotiated ...Andrew Tridgell1-3/+2
2007-10-10r3351: handle far more operations on open directory handles. pvfs was failingAndrew Tridgell3-2/+18
2007-10-10r3350: fixed a bug with sending multiple replies for the one request, asAndrew Tridgell4-58/+107
2007-10-10r3349: fixed more uninitialised variable problems with the nbench moduleAndrew Tridgell1-6/+15
2007-10-10r3348: More registry fixes and additions. The following functions work right ...Jelmer Vernooij5-14/+67
2007-10-10r3347: fixed an uninitialised variable bug. Surprisingly hard to track down,Andrew Tridgell1-2/+8
2007-10-10r3346: - simplified vfs_nbench.c a bit, by using req->async_state->ntvfs insideAndrew Tridgell1-74/+51
2007-10-10r3341: - don't zero the async structure (makes valgrind more useful)Andrew Tridgell3-6/+2
2007-10-10r3340: Various fixes in the registry code. Implement the EnumKey callJelmer Vernooij5-4/+30
2007-10-10r3338: More work on the winreg RPC server. Opening hives is now supported, mo...Jelmer Vernooij2-66/+70
2007-10-10r3337: remove debug code and reanable the reall logging:-)Stefan Metzmacher1-7/+3
2007-10-10r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher14-423/+687
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-10r3332: Check result codes in some more places...Jelmer Vernooij1-1/+11
2007-10-10r3331: Add string descriptions for a couple more WERROR'sJelmer Vernooij1-0/+10
2007-10-10r3330: Use IPv6 for RPC client connections if we canJelmer Vernooij1-1/+9
2007-10-10r3329: Add support for IPv6Jelmer Vernooij4-0/+373
2007-10-10r3327: fixed another warningAndrew Tridgell1-3/+3
2007-10-10r3325: missed one of the torture changes ...Andrew Tridgell1-1/+1
2007-10-10r3324: made the smbtorture code completely warning freeAndrew Tridgell64-119/+127
2007-10-10r3323: more warning reductionsAndrew Tridgell16-105/+73
2007-10-10r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell11-17/+22
2007-10-10r3321: make the test_echo.sh test suite test non-blocking on all rpc transportsAndrew Tridgell1-0/+1
2007-10-10r3320: fixed bugs in the rpc_server code in handling partial packet receives ...Andrew Tridgell2-5/+3
2007-10-10r3319: fixed a bug in the client library found by the new non-block testing codeAndrew Tridgell1-10/+0
2007-10-10r3318: generate random STATUS_MORE_ENTRIES errors (1 in 10 packets) as wellAndrew Tridgell1-2/+10