Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6883: Move to what simo assures me is the 'correct' way to find the NetBIOS | Andrew Bartlett | 1 | -12/+35 |
2007-10-10 | r6882: Put in configure tests and #ifdef to keep Samba building on older Heim... | Andrew Bartlett | 2 | -1/+4 |
2007-10-10 | r6839: Add support for building subsystems as shared libraries. This can be | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r6838: Remove unnecessary calls to gensec_gsskrb5 | Jelmer Vernooij | 1 | -4/+0 |
2007-10-10 | r6819: More notes on krb5 requirements | Andrew Bartlett | 1 | -18/+66 |
2007-10-10 | r6810: Rename auth/{ntlmssp,gensec,kerberos} mk and m4 files to be called | Tim Potter | 5 | -0/+5 |
2007-10-10 | r6805: Remove two remaining references to gensec_gsskrb5 | Jelmer Vernooij | 2 | -5/+0 |
2007-10-10 | r6803: Try to bring in the correct GSSAPI headers for the krb5 mech. This | Andrew Bartlett | 3 | -32/+11 |
2007-10-10 | r6801: It appears that krb5_make_principal, while convenient, is not portable. | Andrew Bartlett | 1 | -4/+13 |
2007-10-10 | r6800: A big GENSEC update: | Andrew Bartlett | 10 | -335/+557 |
2007-10-10 | r6799: Remove a rudundent variable from the context structure - we can figure | Andrew Bartlett | 3 | -6/+4 |
2007-10-10 | r6797: Typo fix. | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r6796: Remove the gensec_gsskrb5 module, which had had all of it's special | Andrew Bartlett | 2 | -594/+0 |
2007-10-10 | r6795: Make some functions static and remove some unused ones. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r6794: spellfix | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r6793: Move auth_sam to use the dnsDomain rather than the | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r6792: Allow a mech to fail on the first pass at the packet, and still fall | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r6791: My early notes on the particular things I have discovered as I learn | Andrew Bartlett | 1 | -0/+176 |
2007-10-10 | r6767: Fix compiler warning. | Tim Potter | 1 | -0/+1 |
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 |