summaryrefslogtreecommitdiffstats
path: root/source4/auth/kerberos
Commit message (Expand)AuthorAgeFilesLines
* r11994: This function no longer needs a special declaration.Andrew Bartlett2007-10-101-4/+0
* r11993: As well as making an in-MEMORY keytab, allow a file-based keytab to b...Andrew Bartlett2007-10-101-98/+321
* r11940: Love has clarified why this code does what it does.Andrew Bartlett2007-10-101-8/+0
* r11928: More Kerberos musings...Andrew Bartlett2007-10-101-20/+64
* r11601: try to fix the build on IRIX 6.5 us4Stefan Metzmacher2007-10-101-0/+3
* r11543: A major upgrade to our KDC and PAC handling.Andrew Bartlett2007-10-102-8/+30
* r11538: More notes on things we need.Andrew Bartlett2007-10-101-0/+3
* r11452: Update Heimdal to current lorikeet, including removing the ccache sideAndrew Bartlett2007-10-101-0/+10
* r11400: fix compiler warningsStefan Metzmacher2007-10-101-5/+5
* r11350: Add some debugs to assist tracking down kerberos issues in future.Andrew Bartlett2007-10-101-2/+26
* r11325: Fix up some kerberos notes.Andrew Bartlett2007-10-101-15/+14
* r11315: Sorry gd, I just removed all of your code that I just merged...Andrew Bartlett2007-10-101-2/+0
* r11314: Use a patch from lha to have the kerberos libs extract the PAC, ratherAndrew Bartlett2007-10-102-120/+6
* r11272: In trying to track down why Win2k3 is again rejecting our PAC, ensureAndrew Bartlett2007-10-101-2/+0
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-7/+7
* r11220: Add the ability to handle the salt prinicpal as part of theAndrew Bartlett2007-10-101-25/+31
* r11218: Always return the mutual authentication reply (needed for kpasswd),Andrew Bartlett2007-10-101-45/+12
* r11216: Upgrade to gd's PAC extraction code from Samba3. While I still wantAndrew Bartlett2007-10-102-16/+101
* r11215: Remove no-op prompter intended to work around bugs in old kerberos libs.Andrew Bartlett2007-10-101-27/+1
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-101-0/+0
* r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5Andrew Bartlett2007-10-103-240/+109
* r11052: bring samba4 uptodate with the samba4-winsrepl branch,Stefan Metzmacher2007-10-101-6/+0
* r11037:Stefan Metzmacher2007-10-101-0/+6
* r10985: To aid in testing, this allows us to easily force kerberos to use UDP...Andrew Bartlett2007-10-101-5/+9
* r10945: Free the salt after we are done with it. May need a merge to similarAndrew Bartlett2007-10-101-2/+4
* r10670: Add notes on things that are TODO in Samba4 kerberos land.Andrew Bartlett2007-10-101-0/+46
* r10561: This patch takes over KDC socket routines in Heimdal, and directs themAndrew Bartlett2007-10-101-2/+351
* r10513: Reduce some use of pstring. The main reason some parts of the code stillJelmer Vernooij2007-10-102-2/+0
* r10509: Some more sconscript fixes. Now getting to link stage for smbclientJelmer Vernooij2007-10-101-6/+0
* r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.Andrew Bartlett2007-10-101-1/+1
* r10398: Don't do DNS lookups on short names (no .).Andrew Bartlett2007-10-101-0/+8
* r10372: Having gone to all the effort to uppercase the realm, actually set theAndrew Bartlett2007-10-101-1/+1
* r10364: Turn gensec:gssapi on by default, except for a login of the formAndrew Bartlett2007-10-101-1/+1
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij2007-10-101-0/+6
* r10337: This grubby little hack is the implementation of a concept discussedAndrew Bartlett2007-10-101-0/+5
* r10286: This patch is ugly and disgusting, but for now it works better than t...Andrew Bartlett2007-10-105-118/+158
* r10174: This patch implements generic PAC verification, without assumptionsAndrew Bartlett2007-10-101-23/+98
* r10155: Add more notes on required gsskrb5 functions.Andrew Bartlett2007-10-101-2/+7
* r10145: Allow a variable length signature, so we can support signing withAndrew Bartlett2007-10-101-17/+7
* r10066: This is the second in my patches to work on Samba4's kerberos support,Andrew Bartlett2007-10-104-222/+149
* r10035: This patch removes the need for the special case hackAndrew Bartlett2007-10-103-34/+65
* r10021: More kerberos notes.Andrew Bartlett2007-10-101-3/+20
* r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij2007-10-101-1/+1
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2007-10-102-50/+18
* r9693: Move the smb_krb5_context setup code to use the new pattern ofAndrew Bartlett2007-10-101-5/+7
* r9681: We don't need the full smb_krb5_context here, so just pass the krb5_co...Andrew Bartlett2007-10-102-7/+7
* r9648: this fixes the krb5 based login with the pac. The key to this whole sa...Andrew Tridgell2007-10-102-1/+8
* r9415: Remove old kerberos code (including salt guessing code) that has onlyAndrew Bartlett2007-10-102-695/+2
* r9196: - add a note about the Canonicalize KDCOPtion flagStefan Metzmacher2007-10-101-0/+15
* r9165: Fix inverted error check in untested code path. (My untested code...)Andrew Bartlett2007-10-101-1/+1