Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-08 | krb5samba: Add krb5_free_checksum_contents wrapper | Simo Sorce | 2 | -0/+14 | |
2012-05-04 | krb5samba: Add a smb_krb5_cc_get_lifetime() function. | Andreas Schneider | 2 | -0/+59 | |
Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2012-05-04 | krb5samba: Add compat function for krb5_kt_compare | Simo Sorce | 2 | -0/+39 | |
2012-05-04 | krb5samba: Add compat krb5_make_principal for MIT build | Simo Sorce | 2 | -0/+45 | |
2012-05-04 | krb5samba: Add compat code to initialize keyblock contents | Simo Sorce | 2 | -0/+27 | |
2012-05-04 | Move keytab_copy to krb5samba lib | Simo Sorce | 3 | -1/+241 | |
This is a helper fucntion that uses purely krb5 code, so it belongs to krb5samba which is the krb5 wrapper for samba. | |||||
2012-05-04 | Split normal kinit from s4u2 flavored kinit | Simo Sorce | 2 | -31/+71 | |
This makes it simpler to slowly integrate MIT support and also amkes it somewhat clearer what operation is really requested. The 24u2 part is really only used by the cifs proxy code so we can temporarily disable it in the MIT build w/o major consequences. | |||||
2012-05-04 | Move kerberos_kinit_password_cc to krb5samba lib | Simo Sorce | 2 | -0/+405 | |
2012-05-04 | Move kerberos_kinit_keyblock_cc to krb5samba lib | Simo Sorce | 2 | -0/+98 | |
Make it also work with MIT where krb5_get_in_tkt_with_keyblock is not available. | |||||
2012-05-04 | krb5samba: Remove unnecessary include file | Simo Sorce | 1 | -1/+0 | |
2012-05-04 | Fix krb5_samba.c build | Simo Sorce | 1 | -0/+4 | |
2012-04-25 | lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into ↵ | Alexander Bokovoy | 1 | -0/+1 | |
lib/replace/system/gssapi.h With waf build include directories are defined by dependencies specified to subsystems. Without proper dependency <gssapi/gssapi.h> cannot be found for embedded Heimdal builds when there are no system-wide gssapi/gssapi.h available. Split out GSSAPI header includes in a separate replacement header and use that explicitly where needed. Autobuild-User: Alexander Bokovoy <ab@samba.org> Autobuild-Date: Wed Apr 25 00:18:33 CEST 2012 on sn-devel-104 | |||||
2012-04-24 | s3: Attempt to fix the build without kerberos | Volker Lendecke | 1 | -7/+6 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Tue Apr 24 15:04:14 CEST 2012 on sn-devel-104 | |||||
2012-04-23 | Avoid warning about KRB5_DEPRECATE with MIT libs | Simo Sorce | 1 | -0/+4 | |
2012-04-23 | krb5_samba: Add support for krb5_princ_size when using Heimdal | Simo Sorce | 1 | -0/+8 | |
2012-04-23 | Make krb5 wrapper library common so they can be used all over | Simo Sorce | 3 | -0/+1976 | |