summaryrefslogtreecommitdiffstats
path: root/source/auth
Commit message (Expand)AuthorAgeFilesLines
* r6939: Get rid of SUBSYSTEM::NDR since all it did was require NDR_RAW.Tim Potter2005-05-231-2/+2
* r6883: Move to what simo assures me is the 'correct' way to find the NetBIOSAndrew Bartlett2005-05-181-12/+35
* r6882: Put in configure tests and #ifdef to keep Samba building on older Heim...Andrew Bartlett2005-05-182-1/+4
* r6839: Add support for building subsystems as shared libraries. This can be Jelmer Vernooij2005-05-171-2/+2
* r6838: Remove unnecessary calls to gensec_gsskrb5Jelmer Vernooij2005-05-171-4/+0
* r6819: More notes on krb5 requirementsAndrew Bartlett2005-05-161-18/+66
* r6810: Rename auth/{ntlmssp,gensec,kerberos} mk and m4 files to be calledTim Potter2005-05-165-0/+5
* r6805: Remove two remaining references to gensec_gsskrb5Jelmer Vernooij2005-05-162-5/+0
* r6803: Try to bring in the correct GSSAPI headers for the krb5 mech. ThisAndrew Bartlett2005-05-163-32/+11
* r6801: It appears that krb5_make_principal, while convenient, is not portable.Andrew Bartlett2005-05-161-4/+13
* r6800: A big GENSEC update:Andrew Bartlett2005-05-1510-335/+557
* r6799: Remove a rudundent variable from the context structure - we can figureAndrew Bartlett2005-05-153-6/+4
* r6797: Typo fix.Rafal Szczesniak2005-05-151-1/+1
* r6796: Remove the gensec_gsskrb5 module, which had had all of it's specialAndrew Bartlett2005-05-152-594/+0
* r6795: Make some functions static and remove some unused ones.Jelmer Vernooij2005-05-151-1/+1
* r6794: spellfixSimo Sorce2005-05-151-3/+3
* r6793: Move auth_sam to use the dnsDomain rather than theAndrew Bartlett2005-05-151-1/+1
* r6792: Allow a mech to fail on the first pass at the packet, and still fallAndrew Bartlett2005-05-151-0/+2
* r6791: My early notes on the particular things I have discovered as I learnAndrew Bartlett2005-05-151-0/+176
* r6767: Fix compiler warning.Tim Potter2005-05-131-0/+1
* r6740: make gensec_gssapi.c compile againAndrew Tridgell2005-05-121-1/+1
* r6738: My version of the patch by metze that I just reverted (-r 6734). Andrew Bartlett2005-05-113-56/+83
* r6737: Explain these error returns a bit better.Andrew Bartlett2005-05-111-2/+5
* r6736: Revert metze's -r 6734, as metze and I made the same changes at theAndrew Bartlett2005-05-113-51/+51
* r6734: most compiler don't like struct elements without a name...Stefan Metzmacher2005-05-113-51/+51
* r6733: GSS_C_DCE_STYLE is not available for most buildsStefan Metzmacher2005-05-111-0/+5
* r6730: register gensec_krb5 also with the drcrpc auth typeStefan Metzmacher2005-05-111-0/+1
* r6729: Fix silly copy-paste bug spotted by metze.Andrew Bartlett2005-05-111-1/+1
* r6728: Microsoft relies very strongly on getting the OIDs it expects, so weAndrew Bartlett2005-05-111-1/+31
* r6727: One more step down the long march to the 'Kerberos domain join'.Andrew Bartlett2005-05-113-8/+350
* r6711: Clarify that we are dealing with a salting principal in the kerberosAndrew Bartlett2005-05-101-40/+60
* r6705: let the gensec module decide if messages can be signed and sealed in a...Stefan Metzmacher2005-05-102-0/+6
* r6704: fix compiler warningStefan Metzmacher2005-05-101-1/+1
* r6703: fix the buildStefan Metzmacher2005-05-101-1/+1
* r6701: Updates to our server-side ticket verification code, we now use theAndrew Bartlett2005-05-101-57/+44
* r6700: Upper case realms in kerberos-specific parts of the code, as this isAndrew Bartlett2005-05-101-1/+6
* r6620: the type 23 schannel bind uses a workstation name, not an account nameAndrew Tridgell2005-05-051-3/+6
* r6610: Fix a const warning in the gensec spnego implementation. (A make protoTim Potter2005-05-042-2/+2
* r6565: Cludge, cludge, cludge...Andrew Bartlett2005-05-012-9/+5
* r6544: Use common structures between SAMR, NETLGON and the Krb5 PAC.Andrew Bartlett2005-05-011-5/+5
* r6522: I have no idea why this change was made, but it not only breaksAndrew Bartlett2005-04-301-2/+1
* r6521: Include system/network.h to fix compiler warning.Tim Potter2005-04-301-0/+1
* r6498: Add comments in line with those I already added to 3.0.Andrew Bartlett2005-04-271-0/+7
* r6484: fix NTLMSSP client against w2k and w2k3Stefan Metzmacher2005-04-261-0/+4
* r6466: Spelling.Tim Potter2005-04-251-1/+1
* r6465: Use talloc_zero for the gensec_ntlmssp_state structure, as the historyAndrew Bartlett2005-04-252-41/+6
* r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundentAndrew Bartlett2005-04-255-470/+419
* r6463: Move NTLM2 and NTLM (v1) specific variables into a union for DCE/RPC.Andrew Bartlett2005-04-253-69/+74
* r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett2005-04-255-53/+29
* r6460: Push the client credentials into NTLMSSP, allowing logins of the formAndrew Bartlett2005-04-254-102/+92