summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
...
* r6800: A big GENSEC update:Andrew Bartlett2007-10-1010-335/+557
* r6799: Remove a rudundent variable from the context structure - we can figureAndrew Bartlett2007-10-103-6/+4
* r6797: Typo fix.Rafal Szczesniak2007-10-101-1/+1
* r6796: Remove the gensec_gsskrb5 module, which had had all of it's specialAndrew Bartlett2007-10-102-594/+0
* r6795: Make some functions static and remove some unused ones.Jelmer Vernooij2007-10-101-1/+1
* r6794: spellfixSimo Sorce2007-10-101-3/+3
* r6793: Move auth_sam to use the dnsDomain rather than theAndrew Bartlett2007-10-101-1/+1
* r6792: Allow a mech to fail on the first pass at the packet, and still fallAndrew Bartlett2007-10-101-0/+2
* r6791: My early notes on the particular things I have discovered as I learnAndrew Bartlett2007-10-101-0/+176
* r6767: Fix compiler warning.Tim Potter2007-10-101-0/+1
* r6740: make gensec_gssapi.c compile againAndrew Tridgell2007-10-101-1/+1
* r6738: My version of the patch by metze that I just reverted (-r 6734).Andrew Bartlett2007-10-103-56/+83
* r6737: Explain these error returns a bit better.Andrew Bartlett2007-10-101-2/+5
* r6736: Revert metze's -r 6734, as metze and I made the same changes at theAndrew Bartlett2007-10-103-51/+51
* r6734: most compiler don't like struct elements without a name...Stefan Metzmacher2007-10-103-51/+51
* r6733: GSS_C_DCE_STYLE is not available for most buildsStefan Metzmacher2007-10-101-0/+5
* r6730: register gensec_krb5 also with the drcrpc auth typeStefan Metzmacher2007-10-101-0/+1
* r6729: Fix silly copy-paste bug spotted by metze.Andrew Bartlett2007-10-101-1/+1
* r6728: Microsoft relies very strongly on getting the OIDs it expects, so weAndrew Bartlett2007-10-101-1/+31
* r6727: One more step down the long march to the 'Kerberos domain join'.Andrew Bartlett2007-10-103-8/+350
* r6711: Clarify that we are dealing with a salting principal in the kerberosAndrew Bartlett2007-10-101-40/+60
* r6705: let the gensec module decide if messages can be signed and sealed in a...Stefan Metzmacher2007-10-102-0/+6
* r6704: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r6703: fix the buildStefan Metzmacher2007-10-101-1/+1
* r6701: Updates to our server-side ticket verification code, we now use theAndrew Bartlett2007-10-101-57/+44
* r6700: Upper case realms in kerberos-specific parts of the code, as this isAndrew Bartlett2007-10-101-1/+6
* r6620: the type 23 schannel bind uses a workstation name, not an account nameAndrew Tridgell2007-10-101-3/+6
* r6610: Fix a const warning in the gensec spnego implementation. (A make protoTim Potter2007-10-102-2/+2
* r6565: Cludge, cludge, cludge...Andrew Bartlett2007-10-102-9/+5
* r6544: Use common structures between SAMR, NETLGON and the Krb5 PAC.Andrew Bartlett2007-10-101-5/+5
* r6522: I have no idea why this change was made, but it not only breaksAndrew Bartlett2007-10-101-2/+1
* r6521: Include system/network.h to fix compiler warning.Tim Potter2007-10-101-0/+1
* r6498: Add comments in line with those I already added to 3.0.Andrew Bartlett2007-10-101-0/+7
* r6484: fix NTLMSSP client against w2k and w2k3Stefan Metzmacher2007-10-101-0/+4
* r6466: Spelling.Tim Potter2007-10-101-1/+1
* r6465: Use talloc_zero for the gensec_ntlmssp_state structure, as the historyAndrew Bartlett2007-10-102-41/+6
* r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundentAndrew Bartlett2007-10-105-470/+419
* r6463: Move NTLM2 and NTLM (v1) specific variables into a union for DCE/RPC.Andrew Bartlett2007-10-103-69/+74
* r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett2007-10-105-53/+29
* r6460: Push the client credentials into NTLMSSP, allowing logins of the formAndrew Bartlett2007-10-104-102/+92
* r6458: Split up NTLMSSP into a new directory, and into seperate files for theAndrew Bartlett2007-10-1010-1620/+1668
* r6455: Remove wrapper functions, and ntlmssp_end (which is well handed by tal...Andrew Bartlett2007-10-101-41/+5
* r6454: Start to migrate NTLMSSP away from it's own API to just use GENSEC.Andrew Bartlett2007-10-109-569/+492
* r6453: Move verbose errors for the schannel 'not in the DB, or DB corrupt' er...Andrew Bartlett2007-10-101-2/+4
* r6359: Fix compiler warning with struct sockaddr. I'm sure I fixed this a fewTim Potter2007-10-101-0/+1
* r6340: - added an easy to use function to initialise a temporary ldb with som...Andrew Tridgell2007-10-101-0/+11
* r6322: Fix compile warning for struct sockaddr.Tim Potter2007-10-101-0/+1
* r6128: fix the buildStefan Metzmacher2007-10-101-2/+2
* r6113: Move GENSEC and the kerberos code out of libcli/auth, and intoAndrew Bartlett2007-10-1027-3/+9962
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-101-1/+9