aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/gic_pwd.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-03Use the term "replica KDC" in source and docsGreg Hudson1-1/+1
2017-05-16Make timestamp manipulations y2038-safeGreg Hudson1-2/+2
2016-08-10Fix krb5_get_init_creds_password() pwchange leakGreg Hudson1-0/+2
2016-04-08Don't fall back to master on password read errorGreg Hudson1-3/+2
2014-03-05Improve extended gic option supportGreg Hudson1-33/+20
2014-03-03Use preauth options when changing passwordGreg Hudson1-12/+51
2013-05-27Make empty passwords work via init_creds APIsGreg Hudson1-55/+52
2013-03-24Move a bunch of stuff out of k5-int.hGreg Hudson1-30/+28
2012-12-19Save extended messages across fallback to masterGreg Hudson1-16/+15
2012-12-13Use an empty challenge for the password questionGreg Hudson1-1/+1
2012-10-12Add responder support to get_as_key()Nathaniel McCallum1-2/+27
2012-06-21Remove orphaned KfM codeGreg Hudson1-5/+0
2012-05-09Constify get_init_creds string input paramsGreg Hudson1-2/+2
2012-05-09Add API to interpret changepw result stringsGreg Hudson1-6/+9
2012-04-27Stop using SALT_TYPE_AFS_LENGTHGreg Hudson1-1/+1
2012-03-05Fix spurious password expiry warningGreg Hudson1-0/+4
2011-06-10Mark up strings for translationGreg Hudson1-11/+13
2011-03-14Resolve a few miscellaneous warningsGreg Hudson1-1/+1
2010-11-23Update krb5_gic_opt_private and related code to reflect the change ofTom Yu1-1/+1
2010-08-12Add GIC option for password/account expiration callbackGreg Hudson1-24/+49
2010-08-10Move the password expiry warning code out ofGreg Hudson1-84/+92
2010-06-07Trace loggingGreg Hudson1-0/+4
2010-03-17When checking for KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT, don'tGreg Hudson1-1/+1
2009-12-23Code modularity related updatesZhanna Tsitkov1-48/+0
2009-12-22Remove krb5_ prefix from some static func namesZhanna Tsitkov1-10/+9
2009-11-26libkrb5 support for non-blocking AS requestsGreg Hudson1-2/+27
2009-11-25Defer the conversion of the gic options structure to the extended formGreg Hudson1-44/+30
2009-10-31In lib/krb5/krb, ensure all function definition headers are in ANSIGreg Hudson1-4/+6
2009-10-31make mark-cstyleTom Yu1-405/+405
2009-05-05Remove some unnecessary null checks in krb5_get_in_tkt_with_passwordGreg Hudson1-4/+2
2009-04-10Check the return value of krb5_timeofday in krb5int_populate_gic_opt.Greg Hudson1-1/+7
2009-04-08When getting initial credentials with a password, try the master ifGreg Hudson1-2/+1
2009-02-23Kill an odd (but harmless) use of strncpy inGreg Hudson1-7/+4
2009-02-12In krb5_get_in_tkt_with_password, free opte before returning the errorGreg Hudson1-1/+1
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn1-5/+5
2008-10-24Use strlcpy instead of strcpy in many placesGreg Hudson1-5/+6
2008-10-23Use snprintf instead of strcpy/strcat in many placesGreg Hudson1-4/+1
2008-10-01Finished KLL to KIM shim.Alexandra Ellwood1-1/+1
2008-08-20lean client changesZhanna Tsitkov1-1/+0
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn1-22/+26
2007-01-30get_init_creds_opt extensibilityTom Yu1-20/+57
2006-12-14krb5_get_init_creds_opt_set_change_password_promptJeffrey Altman1-1/+9
2006-11-17 krb5_get_init_creds_password:Jeffrey Altman1-8/+0
2006-11-17reset use_master flag when master_kdc cannot be found Jeffrey Altman1-1/+11
2006-11-06krb5_get_init_creds_password does not consistently prompt for password changingJeffrey Altman1-6/+4
2005-02-10 * gic_pwd.c (krb5_get_init_creds_password): Fix so empty passwordTom Yu1-1/+1
2004-04-16krb5_get_in_tkt ignores lifetimeSam Hartman1-4/+9
2004-04-15Fix memory leak when not sending to master KDC inSam Hartman1-0/+4
2004-02-28* gic_pwd.c (krb5_get_in_tkt_with_password): Fix a case Jeff missedKen Raeburn1-1/+2
2004-02-27As discussed on the krbdev mailing list, krb5_get_init_creds_password()Jeffrey Altman1-4/+4