Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6463: Move NTLM2 and NTLM (v1) specific variables into a union for DCE/RPC. | Andrew Bartlett | 3 | -69/+74 |
2007-10-10 | r6462: Move the arcfour sbox state into it's own structure, and allocate it | Andrew Bartlett | 8 | -79/+59 |
2007-10-10 | r6460: Push the client credentials into NTLMSSP, allowing logins of the form | Andrew Bartlett | 5 | -103/+93 |
2007-10-10 | r6458: Split up NTLMSSP into a new directory, and into seperate files for the | Andrew Bartlett | 12 | -1620/+1670 |
2007-10-10 | r6457: Simply the RPC server code for the choice of GENSEC mech - it's just | Andrew Bartlett | 1 | -46/+14 |
2007-10-10 | r6456: The RPC-SCHANNEL test is an important test that passes against Win2k3 ... | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r6455: Remove wrapper functions, and ntlmssp_end (which is well handed by tal... | Andrew Bartlett | 1 | -41/+5 |
2007-10-10 | r6454: Start to migrate NTLMSSP away from it's own API to just use GENSEC. | Andrew Bartlett | 10 | -576/+530 |
2007-10-10 | r6453: Move verbose errors for the schannel 'not in the DB, or DB corrupt' er... | Andrew Bartlett | 1 | -2/+4 |
2007-10-10 | r6452: This particular credentials feature needs to be NULL by default. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r6451: Ensure we correctly initialise the credentials structure in the schann... | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r6442: Add mechanism for configuring ldb independantly of the rest of | Jelmer Vernooij | 3 | -22/+25 |
2007-10-10 | r6440: Adding libcli composite functions dependency, as we need to locate | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r6439: Clarify the comment. | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r6432: Restorin previous construction of conditions after a little discussion | Rafal Szczesniak | 2 | -3/+9 |
2007-10-10 | r6430: Delete existing test account if, for some reason, it hasn't been | Rafal Szczesniak | 1 | -3/+19 |
2007-10-10 | r6426: DCE/RPC bind string parsing is not needed anymore, as we use | Rafal Szczesniak | 2 | -33/+4 |
2007-10-10 | r6425: Yet another comment. | Rafal Szczesniak | 1 | -0/+9 |
2007-10-10 | r6424: More comments and fixes to existing ones. | Rafal Szczesniak | 1 | -4/+39 |
2007-10-10 | r6420: Close user account handle before calling tested function to better | Rafal Szczesniak | 1 | -7/+19 |
2007-10-10 | r6419: Fix strange behaviour of NET-USERDEL where account doesn't actually | Rafal Szczesniak | 1 | -1/+3 |
2007-10-10 | r6415: Added NET-USERDEL torture test which proves something's wrong | Rafal Szczesniak | 2 | -0/+105 |
2007-10-10 | r6414: Added composite user del function. Slightly broken still, but I don't | Rafal Szczesniak | 3 | -1/+198 |
2007-10-10 | r6406: Include new NET-USERADD test in torture suite. | Rafal Szczesniak | 2 | -1/+3 |
2007-10-10 | r6405: Complete NET-USERADD torture test for user add composite function. | Rafal Szczesniak | 1 | -0/+60 |
2007-10-10 | r6390: A couple of changes in useradd function regarding pointers. | Rafal Szczesniak | 1 | -5/+7 |
2007-10-10 | r6389: Incomplete test of composite useradd function. | Rafal Szczesniak | 1 | -0/+148 |
2007-10-10 | r6384: Formatting fixes. | Rafal Szczesniak | 1 | -8/+7 |
2007-10-10 | r6383: Add user management file to build. | Rafal Szczesniak | 1 | -1/+2 |
2007-10-10 | r6382: New structure for useradd call. | Rafal Szczesniak | 1 | -0/+1 |
2007-10-10 | r6381: Started working on user account management functions. | Rafal Szczesniak | 2 | -0/+189 |
2007-10-10 | r6361: Update howto and provisioning script with the moves made in r6207. | Tim Potter | 2 | -23/+32 |
2007-10-10 | r6360: Quieten unused variable warning. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r6359: Fix compiler warning with struct sockaddr. I'm sure I fixed this a few | Tim Potter | 1 | -0/+1 |
2007-10-10 | r6353: we need the english output from the svn commands | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r6352: Two new composite calls: | Alexander Bokovoy | 7 | -4/+817 |
2007-10-10 | r6350: Add a newline to make things look prettier. | Tim Potter | 1 | -0/+1 |
2007-10-10 | r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machines | Andrew Tridgell | 7 | -19/+17 |
2007-10-10 | r6341: fixed the schannel idl to handle dotted names correctly | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r6340: - added an easy to use function to initialise a temporary ldb with som... | Andrew Tridgell | 3 | -0/+33 |
2007-10-10 | r6339: set the NBT_SERVER_LDAP and NBT_SERVER_KDC bits based on config | Andrew Tridgell | 1 | -3/+13 |
2007-10-10 | r6338: ADS style GETDC response now works well enough that WinXP can join | Andrew Tridgell | 4 | -10/+114 |
2007-10-10 | r6335: at debug level 10, save netlogon and ntlogon packets that fail to parse | Andrew Tridgell | 2 | -6/+6 |
2007-10-10 | r6333: removed an extraneous line (pointed out by metze) | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r6331: added IDL and test suite for the ADS style response to a datagram netl... | Andrew Tridgell | 4 | -84/+237 |
2007-10-10 | r6329: Write tests for newly implemented alias functions. | Tim Potter | 1 | -119/+52 |
2007-10-10 | r6328: Fix bug in OpenAlias. | Tim Potter | 1 | -9/+66 |
2007-10-10 | r6327: Add LSA objects to dcerpc swig library. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r6326: Add %array_functions for struct lsa_SidPtr. | Tim Potter | 1 | -0/+3 |
2007-10-10 | r6325: Rename aliasname -> alias_name in CreateDomAlias function. | Tim Potter | 3 | -16/+16 |