summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6736: Revert metze's -r 6734, as metze and I made the same changes at theAndrew Bartlett3-51/+51
2007-10-10r6734: most compiler don't like struct elements without a name...Stefan Metzmacher3-51/+51
2007-10-10r6733: GSS_C_DCE_STYLE is not available for most buildsStefan Metzmacher1-0/+5
2007-10-10r6730: register gensec_krb5 also with the drcrpc auth typeStefan Metzmacher1-0/+1
2007-10-10r6729: Fix silly copy-paste bug spotted by metze.Andrew Bartlett1-1/+1
2007-10-10r6728: Microsoft relies very strongly on getting the OIDs it expects, so weAndrew Bartlett1-1/+31
2007-10-10r6727: One more step down the long march to the 'Kerberos domain join'.Andrew Bartlett3-8/+350
2007-10-10r6711: Clarify that we are dealing with a salting principal in the kerberosAndrew Bartlett1-40/+60
2007-10-10r6705: let the gensec module decide if messages can be signed and sealed in a...Stefan Metzmacher2-0/+6
2007-10-10r6704: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r6703: fix the buildStefan Metzmacher1-1/+1
2007-10-10r6701: Updates to our server-side ticket verification code, we now use theAndrew Bartlett1-57/+44
2007-10-10r6700: Upper case realms in kerberos-specific parts of the code, as this isAndrew Bartlett1-1/+6
2007-10-10r6620: the type 23 schannel bind uses a workstation name, not an account nameAndrew Tridgell1-3/+6
2007-10-10r6610: Fix a const warning in the gensec spnego implementation. (A make protoTim Potter2-2/+2
2007-10-10r6565: Cludge, cludge, cludge...Andrew Bartlett2-9/+5
2007-10-10r6544: Use common structures between SAMR, NETLGON and the Krb5 PAC.Andrew Bartlett1-5/+5
2007-10-10r6522: I have no idea why this change was made, but it not only breaksAndrew Bartlett1-2/+1
2007-10-10r6521: Include system/network.h to fix compiler warning.Tim Potter1-0/+1
2007-10-10r6498: Add comments in line with those I already added to 3.0.Andrew Bartlett1-0/+7
2007-10-10r6484: fix NTLMSSP client against w2k and w2k3Stefan Metzmacher1-0/+4
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 Bartlett5-53/+29
2007-10-10r6460: Push the client credentials into NTLMSSP, allowing logins of the formAndrew Bartlett4-102/+92
2007-10-10r6458: Split up NTLMSSP into a new directory, and into seperate files for theAndrew Bartlett10-1620/+1668
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 Bartlett9-569/+492
2007-10-10r6453: Move verbose errors for the schannel 'not in the DB, or DB corrupt' er...Andrew Bartlett1-2/+4
2007-10-10r6359: Fix compiler warning with struct sockaddr. I'm sure I fixed this a fewTim Potter1-0/+1
2007-10-10r6340: - added an easy to use function to initialise a temporary ldb with som...Andrew Tridgell1-0/+11
2007-10-10r6322: Fix compile warning for struct sockaddr.Tim Potter1-0/+1
2007-10-10r6128: fix the buildStefan Metzmacher1-2/+2
2007-10-10r6113: Move GENSEC and the kerberos code out of libcli/auth, and intoAndrew Bartlett27-3/+9962
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett1-1/+9
2007-10-10r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett2-56/+7
2007-10-10r5985: Actually adding auth_domain.c in -r 5983 would probably have been aAndrew Bartlett1-0/+199
2007-10-10r5983: Start support for being a domain member in Samba4.Andrew Bartlett1-0/+12
2007-10-10r5895: Remove old auth_domain code - to be replaced with entirely new impleme...Andrew Bartlett1-552/+0
2007-10-10r5668: Add tests to RPC-SAMLOGON to test for user@REALM style logins. TheseAndrew Bartlett1-4/+23
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell3-0/+3
2007-10-10r5137: fix typesStefan Metzmacher2-4/+4
2007-10-10r4955: fixed a couple of minor memory leaks in the auth_sam codeAndrew Tridgell1-1/+11
2007-10-10r4758: - added async support to the session request codeAndrew Tridgell1-1/+1
2007-10-10r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher9-1361/+1038
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell1-1/+1
2007-10-10r4566: Fix Samba4 to pass it's own RPC-SAMLOGON torture test.Andrew Bartlett1-26/+141
2007-10-10r4499: Almost make our Samba4 server pass the RPC-SAMLOGON torture test.Andrew Bartlett1-42/+63