summaryrefslogtreecommitdiff
path: root/source/auth/credentials/credentials_krb5.c
Commit message (Expand)AuthorAgeFilesLines
* credentials: gss_set_cred_option() doesn't like GSS_C_NO_BUFFERStefan Metzmacher2008-06-271-1/+4
* credentials: gss_set_cred_option() needs gss_cred_id_t * argument, not gss_cr...Michael Adam2008-06-271-1/+1
* credentials: set GSS_KRB5_CRED_NO_CI_FLAGS_X to avoid GSS_C_CONF_FLAG and GSS...Stefan Metzmacher2008-06-191-6/+21
* Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-13/+22
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-13/+14
* Don't require users of credentials.h to have krb5.h and gssapi.hAndrew Bartlett2008-03-171-4/+4
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-14/+22
* r26320: Clean up properly after error.Jelmer Vernooij2007-12-211-0/+1
* r26274: Some syntax fixes, remove more global_loadparm instances.Jelmer Vernooij2007-12-211-2/+4
* r26271: Remove some more uses of global_loadparm.Jelmer Vernooij2007-12-211-3/+6
* r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij2007-12-211-7/+9
* r26231: Spell check: credentails -> credentials.Jelmer Vernooij2007-12-211-1/+1
* r25703: Use less entropy by using the pointer value as a process-unique token.Andrew Bartlett2007-12-211-10/+2
* r24282: Try to fix the occasional Samba4 crash in BASE-BENCH-READWRITE, asAndrew Bartlett2007-10-101-4/+6
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23132: Resolve an issue where we would use the ccache after we free()ed it.Andrew Bartlett2007-10-101-27/+34
* r23063: Make sure to invalidate the ccache when we set aAndrew Bartlett2007-10-101-6/+49
* r23034: Thanks to metze for providing some vital clues in the 'kerberos ccacheAndrew Bartlett2007-10-101-2/+6
* r22969: fix some more places where we could end up with more than one eventAndrew Tridgell2007-10-101-1/+2
* r22558: Move to a static list of enctypes to put into our keytab. In future,Andrew Bartlett2007-10-101-4/+34
* r22187: Test kerberos logins in the smbclient blackbox tests, including with aAndrew Bartlett2007-10-101-0/+4
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-3/+5
* r15853: started the process of removing the warnings now thatAndrew Tridgell2007-10-101-8/+6
* r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in ourAndrew Bartlett2007-10-101-0/+14
* r12411: Add 'net samdump keytab <keytab>'.Andrew Bartlett2007-10-101-20/+7
* r11995: A big kerberos-related update.Andrew Bartlett2007-10-101-13/+198
* r11452: Update Heimdal to current lorikeet, including removing the ccache sideAndrew Bartlett2007-10-101-3/+110
* r11220: Add the ability to handle the salt prinicpal as part of theAndrew Bartlett2007-10-101-0/+9
* r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5Andrew Bartlett2007-10-101-4/+57
* r10596: Move the credentials code into it's own subsystem, and push it under ...Andrew Bartlett2007-10-101-0/+248