summaryrefslogtreecommitdiff
path: root/source3/libsmb/clikrb5.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-10Fix blocker bug 5745 kerberos authentication with (lib)smbclient is broken.Jeremy Allison1-2/+14
2008-08-31Remove a duplicate retval checkVolker Lendecke1-8/+2
2008-08-29kerberos: use KRB5_KT_KEY macro where appropriate.Günther Deschner1-15/+5
2008-08-29kerberos: move the KRB5_KEY* macros to header file.Günther Deschner1-12/+0
2008-08-18Fix length error in wrapping spnego blobIgor Mammedov1-1/+1
2008-08-11fix build warning.Günther Deschner1-1/+1
2008-08-08One more build fix. Ensure we have KRB5_AUTH_CONTEXT_USE_SUBKEY defined befor...Jeremy Allison1-3/+3
2008-08-08Try and fix the build for systems that don't have krb5_auth_con_set_req_cksum...Jeremy Allison1-3/+3
2008-08-08Add Derrick Schommer's <dschommer@F5.com> kerberos delegation patch. SomeJeremy Allison1-2/+184
2008-08-04clikrb5: don't use krb5_keyblock_init() when no salt is specifiedStefan Metzmacher1-35/+30
2008-06-26Fix return of uninitialized variable.Jeremy Allison1-1/+1
2008-06-24kerberos: add smb_krb5_keytab_name().Günther Deschner1-0/+22
2008-06-24kerberos: make smb_krb5_kt_add_entry public, allow to pass keys without salti...Günther Deschner1-18/+38
2008-06-17clikrb5: remove unrequired create_kerberos_key_from_string_direct() prototype.Günther Deschner1-10/+10
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-3/+6
2008-02-17Use new IDL based PAC structures in clikrb5.cGünther Deschner1-7/+7
2007-12-12Make heimdal and MIT happy when iterating through auth data.Günther Deschner1-3/+3
2007-12-12Vista SP1-rc1 appears to break against Samba-3.0.27aGuenther Deschner1-3/+3
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-9/+8
2007-10-29Fix the setup_kaddr() call to cope with IPv6.Jeremy Allison1-8/+34
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-14/+14
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23651: Always, always, always compile before commit...Günther Deschner1-1/+1
2007-10-10r23650: Fix remaining callers of krb5_kt_default().Günther Deschner1-3/+3
2007-10-10r23649: Fix the build (by moving smb_krb5_open_keytab() to clikrb5.c).Günther Deschner1-1/+137
2007-10-10r23609: Removing more redundant codepaths out of smb_krb5_renew_ticket().Günther Deschner1-38/+26
2007-10-10r23588: Some more cleanups and error checks in the krb5 renew function.Günther Deschner1-6/+12
2007-10-10r23587: Cleanup redundant code in the krb5 renew function.Günther Deschner1-23/+16
2007-10-10r23586: Fix heimdal path in the krb5 renew routine when we need to compose th...Günther Deschner1-1/+5
2007-10-10r23582: Fix event based krb5 ticket refreshing in winbindd.Günther Deschner1-5/+5
2007-10-10r22747: Fix some C++ warningsVolker Lendecke1-1/+1
2007-10-10r22664: When we have krb5_get_init_creds_opt_get_error() then try to get the ...Günther Deschner1-0/+39
2007-10-10r22479: Add "net ads keytab list".Günther Deschner1-6/+41
2007-10-10r22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_locate_kdcJeremy Allison1-5/+13
2007-10-10r21846: Try and fix the Darwin build which seems to have a strange krb5.Jeremy Allison1-0/+6
2007-10-10r21845: Refactor the sessionsetupX code a little to allow usJeremy Allison1-0/+33
2007-10-10r21778: Wrap calls to krb5_get_init_creds_opt_free to handle the differentJames Peach1-6/+23
2007-10-10r21240: Fix longstanding Bug #4009.Günther Deschner1-5/+15
2007-10-10r21110: Fix kinit with Heimdal (Bug #4226).Günther Deschner1-0/+26
2007-10-10r21046: Backing out svn r20403 (Andrew's krb5 ticket cleanupGerald Carter1-0/+42
2007-10-10r20403: Cleaning out my Samba 3.0 tree:Andrew Bartlett1-42/+0
2007-10-10r19939: ,fix compile warning about unused functions when not using heimdalGerald Carter1-0/+2
2007-10-10r19416: Fix some c++ warnings.Günther Deschner1-2/+2
2007-10-10r19374: fix the build with heimdalStefan Metzmacher1-1/+1
2007-10-10r19291: this should fix the build on heimdal systemsStefan Metzmacher1-1/+0
2007-10-10r19270: Stop depending on internal MIT symbols. These are private on MacOSJames Peach1-47/+56
2007-10-10r19237: fix typoStefan Metzmacher1-1/+1
2007-10-10r17162: Fix typo small typos noticed by Paul Green.Gerald Carter1-1/+1