summaryrefslogtreecommitdiffstats
path: root/lib/krb5_wrap
Commit message (Expand)AuthorAgeFilesLines
* krb5_wrap: Move function declaration outside the function.Andreas Schneider2013-12-061-8/+9
* krb5wrap: Move mask to the right position.Andreas Schneider2013-06-121-1/+1
* Make sure to set umask() before calling mkstemp().Andreas Schneider2013-03-061-0/+4
* krb5_wrap: Make sure we don't dereference a NULL pointer.Andreas Schneider2013-03-051-1/+3
* krb5_wrap: Remove dead code in smb_krb5_renew_ticket().Andreas Schneider2012-12-211-7/+2
* lib/krb5_wrap: request enc_types in the correct order (bug #9272)Stefan Metzmacher2012-11-011-6/+6
* s3-krb5: use and request AES keys in kerberos operations.Günther Deschner2012-10-021-0/+6
* lib/krb5_wrap: when deleting default realm, pass char*, not char**Alexander Bokovoy2012-09-121-1/+1
* lib/krb4_wrap: Add const to kt_copy_one_principalAndrew Bartlett2012-08-292-2/+2
* libkrb5: Fix build with MIT Kerberos.Andreas Schneider2012-08-291-6/+6
* lib/krb5_wrap: Move enctype conversion functions into a simple helper fileAndrew Bartlett2012-08-284-36/+109
* lib/krb5_wrap: Move kerberos_enctype_to_bitmap() into krb5_wrapAndrew Bartlett2012-08-282-0/+23
* lib/krb5_wrap: Bring list of all enc types into krb5_wrapAndrew Bartlett2012-08-282-0/+16
* lib/krb5_wrap: Remove unused smb_krb5_get_credsAndrew Bartlett2012-06-032-125/+0
* waf: check for krb5_create_checksum and krb5_creds.flags for some Heimdal ver...Alexander Bokovoy2012-06-011-0/+4
* lib/krb5_wrap: Move krb5_princ_size helper to source4 as it is only used thereAndrew Bartlett2012-05-301-8/+0
* krb5samba: Add smb_gss_oid_equal wrapper.Andreas Schneider2012-05-233-2/+89
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-3/+7
* lib/krb5_wrap: implement krb5_cc_get_lifetime for MIT KerberosAlexander Bokovoy2012-05-231-19/+22
* gensec_gssapi: Make it possible to build with MIT krb5Simo Sorce2012-05-231-0/+3
* krb5samba: Add smb_krb5_make_pac_checksum.Andreas Schneider2012-05-082-0/+83
* krb5samba: Add krb5_free_checksum_contents wrapperSimo Sorce2012-05-082-0/+14
* krb5samba: Add a smb_krb5_cc_get_lifetime() function.Andreas Schneider2012-05-042-0/+59
* krb5samba: Add compat function for krb5_kt_compareSimo Sorce2012-05-042-0/+39
* krb5samba: Add compat krb5_make_principal for MIT buildSimo Sorce2012-05-042-0/+45
* krb5samba: Add compat code to initialize keyblock contentsSimo Sorce2012-05-042-0/+27
* Move keytab_copy to krb5samba libSimo Sorce2012-05-043-1/+241
* Split normal kinit from s4u2 flavored kinitSimo Sorce2012-05-042-31/+71
* Move kerberos_kinit_password_cc to krb5samba libSimo Sorce2012-05-042-0/+405
* Move kerberos_kinit_keyblock_cc to krb5samba libSimo Sorce2012-05-042-0/+98
* krb5samba: Remove unnecessary include fileSimo Sorce2012-05-041-1/+0
* Fix krb5_samba.c buildSimo Sorce2012-05-041-0/+4
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-251-0/+1
* s3: Attempt to fix the build without kerberosVolker Lendecke2012-04-241-7/+6
* Avoid warning about KRB5_DEPRECATE with MIT libsSimo Sorce2012-04-231-0/+4
* krb5_samba: Add support for krb5_princ_size when using HeimdalSimo Sorce2012-04-231-0/+8
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-233-0/+1976