Age | Commit message (Expand) | Author | Files | Lines |
2009-07-16 | More conversions of NULL -> talloc_autofree_context() | Jeremy Allison | 1 | -2/+2 |
2009-06-04 | clikrb5: Prefer krb5_free_keytab_entry_contents to krb5_kt_free_entry. | Jelmer Vernooij | 1 | -3/+8 |
2009-04-07 | s3:kerberos Rework smb_krb5_unparse_name() to take a talloc context | Andrew Bartlett | 1 | -11/+12 |
2009-03-20 | s3-krb5: Fix Coverity #722 (RESOURCE_LEAK). | Günther Deschner | 1 | -12/+18 |
2009-02-17 | Don't miss an absolute pathname as a kerberos keytab path. From Glenn Machin ... | Jeremy Allison | 1 | -0/+5 |
2009-01-21 | Memory leaks and other fixes found by Coverity | todd stecher | 1 | -5/+5 |
2008-10-22 | s3-asn1: make all of s3 asn1 code do a proper asn1_init() first. | Günther Deschner | 1 | -26/+36 |
2008-10-22 | s3: use shared asn1 code. | Günther Deschner | 1 | -2/+2 |
2008-10-11 | Cope with changed signature of http_timestring(). | Jelmer Vernooij | 1 | -2/+2 |
2008-09-10 | Fix blocker bug 5745 kerberos authentication with (lib)smbclient is broken. | Jeremy Allison | 1 | -2/+14 |
2008-08-31 | Remove a duplicate retval check | Volker Lendecke | 1 | -8/+2 |
2008-08-29 | kerberos: use KRB5_KT_KEY macro where appropriate. | Günther Deschner | 1 | -15/+5 |
2008-08-29 | kerberos: move the KRB5_KEY* macros to header file. | Günther Deschner | 1 | -12/+0 |
2008-08-18 | Fix length error in wrapping spnego blob | Igor Mammedov | 1 | -1/+1 |
2008-08-11 | fix build warning. | Günther Deschner | 1 | -1/+1 |
2008-08-08 | One more build fix. Ensure we have KRB5_AUTH_CONTEXT_USE_SUBKEY defined befor... | Jeremy Allison | 1 | -3/+3 |
2008-08-08 | Try and fix the build for systems that don't have krb5_auth_con_set_req_cksum... | Jeremy Allison | 1 | -3/+3 |
2008-08-08 | Add Derrick Schommer's <dschommer@F5.com> kerberos delegation patch. Some | Jeremy Allison | 1 | -2/+184 |
2008-08-04 | clikrb5: don't use krb5_keyblock_init() when no salt is specified | Stefan Metzmacher | 1 | -35/+30 |
2008-06-26 | Fix return of uninitialized variable. | Jeremy Allison | 1 | -1/+1 |
2008-06-24 | kerberos: add smb_krb5_keytab_name(). | Günther Deschner | 1 | -0/+22 |
2008-06-24 | kerberos: make smb_krb5_kt_add_entry public, allow to pass keys without salti... | Günther Deschner | 1 | -18/+38 |
2008-06-17 | clikrb5: remove unrequired create_kerberos_key_from_string_direct() prototype. | Günther Deschner | 1 | -10/+10 |
2008-05-20 | Cleanup size_t return values in callers of convert_string_allocate | Tim Prouty | 1 | -3/+6 |
2008-02-17 | Use new IDL based PAC structures in clikrb5.c | Günther Deschner | 1 | -7/+7 |
2007-12-12 | Make heimdal and MIT happy when iterating through auth data. | Günther Deschner | 1 | -3/+3 |
2007-12-12 | Vista SP1-rc1 appears to break against Samba-3.0.27a | Guenther Deschner | 1 | -3/+3 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 1 | -9/+8 |
2007-10-29 | Fix the setup_kaddr() call to cope with IPv6. | Jeremy Allison | 1 | -8/+34 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -2/+2 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -14/+14 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23651: Always, always, always compile before commit... | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r23650: Fix remaining callers of krb5_kt_default(). | Günther Deschner | 1 | -3/+3 |
2007-10-10 | r23649: Fix the build (by moving smb_krb5_open_keytab() to clikrb5.c). | Günther Deschner | 1 | -1/+137 |
2007-10-10 | r23609: Removing more redundant codepaths out of smb_krb5_renew_ticket(). | Günther Deschner | 1 | -38/+26 |
2007-10-10 | r23588: Some more cleanups and error checks in the krb5 renew function. | Günther Deschner | 1 | -6/+12 |
2007-10-10 | r23587: Cleanup redundant code in the krb5 renew function. | Günther Deschner | 1 | -23/+16 |
2007-10-10 | r23586: Fix heimdal path in the krb5 renew routine when we need to compose th... | Günther Deschner | 1 | -1/+5 |
2007-10-10 | r23582: Fix event based krb5 ticket refreshing in winbindd. | Günther Deschner | 1 | -5/+5 |
2007-10-10 | r22747: Fix some C++ warnings | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22664: When we have krb5_get_init_creds_opt_get_error() then try to get the ... | Günther Deschner | 1 | -0/+39 |
2007-10-10 | r22479: Add "net ads keytab list". | Günther Deschner | 1 | -6/+41 |
2007-10-10 | r22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_locate_kdc | Jeremy Allison | 1 | -5/+13 |
2007-10-10 | r21846: Try and fix the Darwin build which seems to have a strange krb5. | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r21845: Refactor the sessionsetupX code a little to allow us | Jeremy Allison | 1 | -0/+33 |
2007-10-10 | r21778: Wrap calls to krb5_get_init_creds_opt_free to handle the different | James Peach | 1 | -6/+23 |
2007-10-10 | r21240: Fix longstanding Bug #4009. | Günther Deschner | 1 | -5/+15 |
2007-10-10 | r21110: Fix kinit with Heimdal (Bug #4226). | Günther Deschner | 1 | -0/+26 |