summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6474: - added a simple talloc web page at http://talloc.samba.org/Andrew Tridgell5-16/+81
2007-10-10r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce20-118/+33
2007-10-10r6469: Add CreateDomainGroup, GetAliasMembership.Tim Potter1-4/+26
2007-10-10r6468: Fix LOCAL-NTLMSSP test with new NTLMSSP structure.Andrew Bartlett1-15/+12
2007-10-10r6467: keep the compiler quiet with another entry in structs.hAndrew Bartlett1-0/+2
2007-10-10r6466: Spelling.Tim Potter1-1/+1
2007-10-10r6465: Use talloc_zero for the gensec_ntlmssp_state structure, as the historyAndrew Bartlett2-41/+6
2007-10-10r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundentAndrew Bartlett5-470/+419
2007-10-10r6463: Move NTLM2 and NTLM (v1) specific variables into a union for DCE/RPC.Andrew Bartlett3-69/+74
2007-10-10r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett8-79/+59
2007-10-10r6460: Push the client credentials into NTLMSSP, allowing logins of the formAndrew Bartlett5-103/+93
2007-10-10r6458: Split up NTLMSSP into a new directory, and into seperate files for theAndrew Bartlett12-1620/+1670
2007-10-10r6457: Simply the RPC server code for the choice of GENSEC mech - it's justAndrew Bartlett1-46/+14
2007-10-10r6456: The RPC-SCHANNEL test is an important test that passes against Win2k3 ...Andrew Bartlett1-2/+2
2007-10-10r6455: Remove wrapper functions, and ntlmssp_end (which is well handed by tal...Andrew Bartlett1-41/+5
2007-10-10r6454: Start to migrate NTLMSSP away from it's own API to just use GENSEC.Andrew Bartlett10-576/+530
2007-10-10r6453: Move verbose errors for the schannel 'not in the DB, or DB corrupt' er...Andrew Bartlett1-2/+4
2007-10-10r6452: This particular credentials feature needs to be NULL by default.Andrew Bartlett1-0/+1
2007-10-10r6451: Ensure we correctly initialise the credentials structure in the schann...Andrew Bartlett1-2/+3
2007-10-10r6442: Add mechanism for configuring ldb independantly of the rest ofJelmer Vernooij3-22/+25
2007-10-10r6440: Adding libcli composite functions dependency, as we need to locateRafal Szczesniak1-1/+1
2007-10-10r6439: Clarify the comment.Rafal Szczesniak1-1/+1
2007-10-10r6432: Restorin previous construction of conditions after a little discussionRafal Szczesniak2-3/+9
2007-10-10r6430: Delete existing test account if, for some reason, it hasn't beenRafal Szczesniak1-3/+19
2007-10-10r6426: DCE/RPC bind string parsing is not needed anymore, as we useRafal Szczesniak2-33/+4
2007-10-10r6425: Yet another comment.Rafal Szczesniak1-0/+9
2007-10-10r6424: More comments and fixes to existing ones.Rafal Szczesniak1-4/+39
2007-10-10r6420: Close user account handle before calling tested function to betterRafal Szczesniak1-7/+19
2007-10-10r6419: Fix strange behaviour of NET-USERDEL where account doesn't actuallyRafal Szczesniak1-1/+3
2007-10-10r6415: Added NET-USERDEL torture test which proves something's wrongRafal Szczesniak2-0/+105
2007-10-10r6414: Added composite user del function. Slightly broken still, but I don'tRafal Szczesniak3-1/+198
2007-10-10r6406: Include new NET-USERADD test in torture suite.Rafal Szczesniak2-1/+3
2007-10-10r6405: Complete NET-USERADD torture test for user add composite function.Rafal Szczesniak1-0/+60
2007-10-10r6390: A couple of changes in useradd function regarding pointers.Rafal Szczesniak1-5/+7
2007-10-10r6389: Incomplete test of composite useradd function.Rafal Szczesniak1-0/+148
2007-10-10r6384: Formatting fixes.Rafal Szczesniak1-8/+7
2007-10-10r6383: Add user management file to build.Rafal Szczesniak1-1/+2
2007-10-10r6382: New structure for useradd call.Rafal Szczesniak1-0/+1
2007-10-10r6381: Started working on user account management functions.Rafal Szczesniak2-0/+189
2007-10-10r6361: Update howto and provisioning script with the moves made in r6207.Tim Potter1-5/+5
2007-10-10r6360: Quieten unused variable warning.Tim Potter1-1/+1
2007-10-10r6359: Fix compiler warning with struct sockaddr. I'm sure I fixed this a fewTim Potter1-0/+1
2007-10-10r6353: we need the english output from the svn commandsStefan Metzmacher1-0/+3
2007-10-10r6352: Two new composite calls:Alexander Bokovoy7-4/+817
2007-10-10r6350: Add a newline to make things look prettier.Tim Potter1-0/+1
2007-10-10r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machinesAndrew Tridgell7-19/+17
2007-10-10r6341: fixed the schannel idl to handle dotted names correctlyAndrew Tridgell1-2/+2
2007-10-10r6340: - added an easy to use function to initialise a temporary ldb with som...Andrew Tridgell3-0/+33
2007-10-10r6339: set the NBT_SERVER_LDAP and NBT_SERVER_KDC bits based on configAndrew Tridgell1-3/+13
2007-10-10r6338: ADS style GETDC response now works well enough that WinXP can joinAndrew Tridgell4-10/+114