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