summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/gic_pwd.c
Commit message (Expand)AuthorAgeFilesLines
* Use preauth options when changing passwordGreg Hudson2014-03-031-12/+51
* Make empty passwords work via init_creds APIsGreg Hudson2013-05-271-55/+52
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-30/+28
* Save extended messages across fallback to masterGreg Hudson2012-12-191-16/+15
* Use an empty challenge for the password questionGreg Hudson2012-12-131-1/+1
* Add responder support to get_as_key()Nathaniel McCallum2012-10-121-2/+27
* Remove orphaned KfM codeGreg Hudson2012-06-211-5/+0
* Constify get_init_creds string input paramsGreg Hudson2012-05-091-2/+2
* Add API to interpret changepw result stringsGreg Hudson2012-05-091-6/+9
* Stop using SALT_TYPE_AFS_LENGTHGreg Hudson2012-04-271-1/+1
* Fix spurious password expiry warningGreg Hudson2012-03-051-0/+4
* Mark up strings for translationGreg Hudson2011-06-101-11/+13
* Resolve a few miscellaneous warningsGreg Hudson2011-03-141-1/+1
* Update krb5_gic_opt_private and related code to reflect the change ofTom Yu2010-11-231-1/+1
* Add GIC option for password/account expiration callbackGreg Hudson2010-08-121-24/+49
* Move the password expiry warning code out ofGreg Hudson2010-08-101-84/+92
* Trace loggingGreg Hudson2010-06-071-0/+4
* When checking for KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT, don'tGreg Hudson2010-03-171-1/+1
* Code modularity related updatesZhanna Tsitkov2009-12-231-48/+0
* Remove krb5_ prefix from some static func namesZhanna Tsitkov2009-12-221-10/+9
* libkrb5 support for non-blocking AS requestsGreg Hudson2009-11-261-2/+27
* Defer the conversion of the gic options structure to the extended formGreg Hudson2009-11-251-44/+30
* In lib/krb5/krb, ensure all function definition headers are in ANSIGreg Hudson2009-10-311-4/+6
* make mark-cstyleTom Yu2009-10-311-405/+405
* Remove some unnecessary null checks in krb5_get_in_tkt_with_passwordGreg Hudson2009-05-051-4/+2
* Check the return value of krb5_timeofday in krb5int_populate_gic_opt.Greg Hudson2009-04-101-1/+7
* When getting initial credentials with a password, try the master ifGreg Hudson2009-04-081-2/+1
* Kill an odd (but harmless) use of strncpy inGreg Hudson2009-02-231-7/+4
* In krb5_get_in_tkt_with_password, free opte before returning the errorGreg Hudson2009-02-121-1/+1
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-5/+5
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-5/+6
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-231-4/+1
* Finished KLL to KIM shim.Alexandra Ellwood2008-10-011-1/+1
* lean client changesZhanna Tsitkov2008-08-201-1/+0
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-22/+26
* get_init_creds_opt extensibilityTom Yu2007-01-301-20/+57
* krb5_get_init_creds_opt_set_change_password_promptJeffrey Altman2006-12-141-1/+9
* krb5_get_init_creds_password:Jeffrey Altman2006-11-171-8/+0
* reset use_master flag when master_kdc cannot be found Jeffrey Altman2006-11-171-1/+11
* krb5_get_init_creds_password does not consistently prompt for password changingJeffrey Altman2006-11-061-6/+4
* * gic_pwd.c (krb5_get_init_creds_password): Fix so empty passwordTom Yu2005-02-101-1/+1
* krb5_get_in_tkt ignores lifetimeSam Hartman2004-04-161-4/+9
* Fix memory leak when not sending to master KDC inSam Hartman2004-04-151-0/+4
* * gic_pwd.c (krb5_get_in_tkt_with_password): Fix a case Jeff missedKen Raeburn2004-02-281-1/+2
* As discussed on the krbdev mailing list, krb5_get_init_creds_password()Jeffrey Altman2004-02-271-4/+4
* get_init_creds_password: DNS SRV off causes bogus REALM_UNKNOWNTom Yu2003-08-081-1/+2
* Avoid memory leak of server and client principal inSam Hartman2003-05-271-1/+9
* krb5int_populate_gic_opt should return voidSam Hartman2003-05-221-1/+1
* Set length correctly in krb5_get_in_tkt_with_password if password isTom Yu2003-05-211-4/+6
* Implement krb5_get_in_tkt_with_password andSam Hartman2003-05-201-1/+97