Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6740: make gensec_gssapi.c compile again | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r6738: My version of the patch by metze that I just reverted (-r 6734). | Andrew Bartlett | 3 | -56/+83 |
2007-10-10 | r6737: Explain these error returns a bit better. | Andrew Bartlett | 1 | -2/+5 |
2007-10-10 | r6736: Revert metze's -r 6734, as metze and I made the same changes at the | Andrew Bartlett | 3 | -51/+51 |
2007-10-10 | r6734: most compiler don't like struct elements without a name... | Stefan Metzmacher | 3 | -51/+51 |
2007-10-10 | r6733: GSS_C_DCE_STYLE is not available for most builds | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r6730: register gensec_krb5 also with the drcrpc auth type | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r6729: Fix silly copy-paste bug spotted by metze. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r6728: Microsoft relies very strongly on getting the OIDs it expects, so we | Andrew Bartlett | 1 | -1/+31 |
2007-10-10 | r6727: One more step down the long march to the 'Kerberos domain join'. | Andrew Bartlett | 3 | -8/+350 |
2007-10-10 | r6711: Clarify that we are dealing with a salting principal in the kerberos | Andrew Bartlett | 1 | -40/+60 |
2007-10-10 | r6705: let the gensec module decide if messages can be signed and sealed in a... | Stefan Metzmacher | 2 | -0/+6 |
2007-10-10 | r6704: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r6703: fix the build | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r6701: Updates to our server-side ticket verification code, we now use the | Andrew Bartlett | 1 | -57/+44 |
2007-10-10 | r6700: Upper case realms in kerberos-specific parts of the code, as this is | Andrew Bartlett | 1 | -1/+6 |
2007-10-10 | r6620: the type 23 schannel bind uses a workstation name, not an account name | Andrew Tridgell | 1 | -3/+6 |
2007-10-10 | r6610: Fix a const warning in the gensec spnego implementation. (A make proto | Tim Potter | 2 | -2/+2 |
2007-10-10 | r6565: Cludge, cludge, cludge... | Andrew Bartlett | 2 | -9/+5 |
2007-10-10 | r6544: Use common structures between SAMR, NETLGON and the Krb5 PAC. | Andrew Bartlett | 1 | -5/+5 |
2007-10-10 | r6522: I have no idea why this change was made, but it not only breaks | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r6521: Include system/network.h to fix compiler warning. | Tim Potter | 1 | -0/+1 |
2007-10-10 | r6498: Add comments in line with those I already added to 3.0. | Andrew Bartlett | 1 | -0/+7 |
2007-10-10 | r6484: fix NTLMSSP client against w2k and w2k3 | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r6466: Spelling. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r6465: Use talloc_zero for the gensec_ntlmssp_state structure, as the history | Andrew Bartlett | 2 | -41/+6 |
2007-10-10 | r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundent | Andrew Bartlett | 5 | -470/+419 |
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 | 5 | -53/+29 |
2007-10-10 | r6460: Push the client credentials into NTLMSSP, allowing logins of the form | Andrew Bartlett | 4 | -102/+92 |
2007-10-10 | r6458: Split up NTLMSSP into a new directory, and into seperate files for the | Andrew Bartlett | 10 | -1620/+1668 |
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 | 9 | -569/+492 |
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 | r6359: Fix compiler warning with struct sockaddr. I'm sure I fixed this a few | Tim Potter | 1 | -0/+1 |
2007-10-10 | r6340: - added an easy to use function to initialise a temporary ldb with som... | Andrew Tridgell | 1 | -0/+11 |
2007-10-10 | r6322: Fix compile warning for struct sockaddr. | Tim Potter | 1 | -0/+1 |
2007-10-10 | r6128: fix the build | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r6113: Move GENSEC and the kerberos code out of libcli/auth, and into | Andrew Bartlett | 27 | -3/+9962 |
2007-10-10 | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 1 | -1/+9 |
2007-10-10 | r5988: Fix the -P option (use machine account credentials) to use the Samba4 | Andrew Bartlett | 2 | -56/+7 |
2007-10-10 | r5985: Actually adding auth_domain.c in -r 5983 would probably have been a | Andrew Bartlett | 1 | -0/+199 |
2007-10-10 | r5983: Start support for being a domain member in Samba4. | Andrew Bartlett | 1 | -0/+12 |
2007-10-10 | r5895: Remove old auth_domain code - to be replaced with entirely new impleme... | Andrew Bartlett | 1 | -552/+0 |
2007-10-10 | r5668: Add tests to RPC-SAMLOGON to test for user@REALM style logins. These | Andrew Bartlett | 1 | -4/+23 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 3 | -0/+3 |
2007-10-10 | r5137: fix types | Stefan Metzmacher | 2 | -4/+4 |
2007-10-10 | r4955: fixed a couple of minor memory leaks in the auth_sam code | Andrew Tridgell | 1 | -1/+11 |
2007-10-10 | r4758: - added async support to the session request code | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4620: - add interface functions to the auth subsystem so that callers doesn'... | Stefan Metzmacher | 9 | -1361/+1038 |