pidl/ws: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
[samba.git] / lib / krb5_wrap /
2016-06-18 Andreas Schneiderkrb5_wrap: Add smb_krb5_mk_error()
2016-04-28 Günther Deschnerlib:krb5_wrap:krb5_samba: increase debug level for...
2016-04-25 Ralph Boehmekrb5_wrap: fix keep_old_entries logic in smb_krb5_kt_se...
2016-04-25 Ralph Boehmekrb5_wrap: add enctype arg to smb_krb5_kt_seek_and_dele...
2016-03-17 Volker Lendeckelib: Fix CID 1356315 Dereference before null check
2016-03-17 Andreas Schneiderkrb5-wrap: Use the principal returned by the KDC to...
2016-03-10 Andreas Schneiderkrb5_wrap: Add smb_krb5_open_keytab_relative() function
2016-03-10 Andreas Schneiderkrb5_wrap: Move smb_krb5_kt_add_entry() to krb5_wrap
2016-03-10 Andreas Schneiders3-libads: Pass down the salt principal in smb_krb5_kt_...
2016-03-07 Andreas Schneiderkrb5_wrap: Do not use deprecated KRB5 functions
2015-11-23 Andreas Schneiderkrb5_wrap: Fix picky const compiler warnings
2015-11-06 Mathieu ParentFix various spelling errors
2015-07-30 Andreas Schneiderkrb5-wrap: Use the principal returned by the KDC to...
2015-07-14 Günther Deschnerlib/krb5: add new KRB5_ERROR_CODE() abstraction macro.
2015-03-27 Günther Deschnerkrb5_wrap: fix documentation for smb_krb5_principal_get...
2015-03-27 Günther Deschnerkrb5_wrap: add smb_krb5_principal_set_type().
2015-03-27 Günther Deschnerlib/krb5_wrap: use krb5_const_principal in smb_krb5_get...
2015-03-27 Günther Deschnerlib/krb5_wrap: use krb5_const_principal in smb_krb5_cre...
2014-09-25 Jeremy Allisonlib: util: asn1 fixes - check all returns.
2014-09-01 Simo SorceRemove custom password change code in libads
2014-08-08 Andreas Schneiderkrb5_wrap: Use com_err in krb5_warnx.
2014-08-08 Günther Deschnerlib/krb5_wrap: make sure smb_krb5_principal_get_realm...
2014-08-08 Günther Deschnerlib/krb5_wrap: provide krb5_warnx() replacement.
2014-08-08 Günther Deschnerlib/krb5_wrap: use krb5_copy_data_contents in smb_krb5_...
2014-08-08 Günther Deschnerlib/krb5_wrap: provide CKSUMTYPE_HMAC_MD5 type matching...
2014-08-08 Günther Deschnerlib/krb5_wrap: define KRB5_PW_SALT if it is not already...
2014-08-08 Günther Deschnerlib/krb5_wrap: add smb_krb5_principal_get_type().
2014-08-08 Günther Deschnerlib/krb5_wrap: add smb_krb5_principal_set_realm().
2014-08-08 Günther Deschnerlib/krb5_wrap: use const principal in smb_krb5_principa...
2014-08-08 Günther Deschnerlib/krb5_wrap: add krb5_copy_data_contents.
2014-08-08 Günther Deschnerlib/krb5_wrap: add smb_krb5_principal_get_comp_string().
2014-08-08 Günther Deschnerlib/krb5_wrap: move krb5_princ_size replacement code...
2014-08-08 Günther Deschnerlib/krb5_wrap: add smb_krb5_get_allowed_weak_crypto().
2014-08-08 Günther Deschnerlib/krb5_wrap: remove unused create_kerberos_key_from_s...
2014-08-08 Günther Deschnerlib/krb5_wrap: add smb_krb5_create_key_from_string().
2014-08-08 Günther Deschnerlib/krb5_wrap: add smb_krb5_get_pw_salt().
2013-12-06 Andreas Schneiderkrb5_wrap: Move function declaration outside the function.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-06-12 Andreas Schneiderkrb5wrap: Move mask to the right position.
2013-03-06 Andreas SchneiderMake sure to set umask() before calling mkstemp().
2013-03-05 Andreas Schneiderkrb5_wrap: Make sure we don't dereference a NULL pointer.
2012-12-21 Andreas Schneiderkrb5_wrap: Remove dead code in smb_krb5_renew_ticket().
2012-11-01 Stefan Metzmacherlib/krb5_wrap: request enc_types in the correct order...
2012-10-02 Günther Deschners3-krb5: use and request AES keys in kerberos operations.
2012-09-12 Alexander Bokovoylib/krb5_wrap: when deleting default realm, pass char...
2012-08-29 Andrew Bartlettlib/krb4_wrap: Add const to kt_copy_one_principal
2012-08-29 Andreas Schneiderlibkrb5: Fix build with MIT Kerberos.
2012-08-27 Andrew Bartlettlib/krb5_wrap: Move enctype conversion functions into...
2012-08-27 Andrew Bartlettlib/krb5_wrap: Move kerberos_enctype_to_bitmap() into...
2012-08-27 Andrew Bartlettlib/krb5_wrap: Bring list of all enc types into krb5_wrap
2012-06-03 Andrew Bartlettlib/krb5_wrap: Remove unused smb_krb5_get_creds
2012-06-01 Alexander Bokovoywaf: check for krb5_create_checksum and krb5_creds...
2012-05-30 Andrew Bartlettlib/krb5_wrap: Move krb5_princ_size helper to source4...
2012-05-23 Andreas Schneiderkrb5samba: Add smb_gss_oid_equal wrapper.
2012-05-23 Alexander BokovoyIntroduce system MIT krb5 build with --with-system...
2012-05-23 Alexander Bokovoylib/krb5_wrap: implement krb5_cc_get_lifetime for MIT...
2012-05-23 Simo Sorcegensec_gssapi: Make it possible to build with MIT krb5
2012-05-08 Andreas Schneiderkrb5samba: Add smb_krb5_make_pac_checksum.
2012-05-08 Simo Sorcekrb5samba: Add krb5_free_checksum_contents wrapper
2012-05-04 Andreas Schneiderkrb5samba: Add a smb_krb5_cc_get_lifetime() function.
2012-05-04 Simo Sorcekrb5samba: Add compat function for krb5_kt_compare
2012-05-04 Simo Sorcekrb5samba: Add compat krb5_make_principal for MIT build
2012-05-04 Simo Sorcekrb5samba: Add compat code to initialize keyblock contents
2012-05-04 Simo SorceMove keytab_copy to krb5samba lib
2012-05-04 Simo SorceSplit normal kinit from s4u2 flavored kinit
2012-05-04 Simo SorceMove kerberos_kinit_password_cc to krb5samba lib
2012-05-04 Simo SorceMove kerberos_kinit_keyblock_cc to krb5samba lib
2012-05-04 Simo Sorcekrb5samba: Remove unnecessary include file
2012-05-04 Simo SorceFix krb5_samba.c build
2012-04-24 Alexander Bokovoylib/replace: split out GSSAPI from lib/replace/system...
2012-04-24 Volker Lendeckes3: Attempt to fix the build without kerberos
2012-04-23 Simo SorceAvoid warning about KRB5_DEPRECATE with MIT libs
2012-04-23 Simo Sorcekrb5_samba: Add support for krb5_princ_size when using...
2012-04-23 Simo SorceMake krb5 wrapper library common so they can be used...