summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* r7270: A big revamp to the way we handle kerberos errors in Samba4. We nowAndrew Bartlett2007-10-106-89/+159
* r7269: talloc_steal() is preferred where possible, as it can't fail and doesAndrew Bartlett2007-10-101-2/+2
* r7258: Fix the final linking error with libkdc - we need to link libhdb as well.Andrew Bartlett2007-10-101-0/+1
* r7257: Ensure the error message can never be uninitialised.Andrew Bartlett2007-10-101-0/+1
* r7242: typoSimo Sorce2007-10-101-1/+1
* r7241: The KDC almost links...Andrew Bartlett2007-10-101-0/+5
* r7240: Don't call our fancy error message routines on a null context.Andrew Bartlett2007-10-101-2/+1
* r7233: what about filling that new element ?Simo Sorce2007-10-101-0/+3
* r7232: add some more auth stuffSimo Sorce2007-10-103-80/+442
* r7224: add some more usefull data to the auth_usersupplied_info structSimo Sorce2007-10-102-5/+14
* r7219: Don't allow 'binding' to be used uninitilaised.Andrew Bartlett2007-10-101-0/+2
* r7218: Don't use an uninitialised variable in an error message.Andrew Bartlett2007-10-101-2/+1
* r6939: Get rid of SUBSYSTEM::NDR since all it did was require NDR_RAW.Tim Potter2007-10-101-2/+2
* r6883: Move to what simo assures me is the 'correct' way to find the NetBIOSAndrew Bartlett2007-10-101-12/+35
* r6882: Put in configure tests and #ifdef to keep Samba building on older Heim...Andrew Bartlett2007-10-102-1/+4
* r6839: Add support for building subsystems as shared libraries. This can beJelmer Vernooij2007-10-101-2/+2
* r6838: Remove unnecessary calls to gensec_gsskrb5Jelmer Vernooij2007-10-101-4/+0
* r6819: More notes on krb5 requirementsAndrew Bartlett2007-10-101-18/+66
* r6810: Rename auth/{ntlmssp,gensec,kerberos} mk and m4 files to be calledTim Potter2007-10-105-0/+5
* r6805: Remove two remaining references to gensec_gsskrb5Jelmer Vernooij2007-10-102-5/+0
* r6803: Try to bring in the correct GSSAPI headers for the krb5 mech. ThisAndrew Bartlett2007-10-103-32/+11
* r6801: It appears that krb5_make_principal, while convenient, is not portable.Andrew Bartlett2007-10-101-4/+13
* 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