aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/gic_pwd.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-08-08get_init_creds_password: DNS SRV off causes bogus REALM_UNKNOWNTom Yu1-1/+2
2003-05-27Avoid memory leak of server and client principal inSam Hartman1-1/+9
2003-05-22krb5int_populate_gic_opt should return voidSam Hartman1-1/+1
2003-05-21Set length correctly in krb5_get_in_tkt_with_password if password isTom Yu1-4/+6
2003-05-20Implement krb5_get_in_tkt_with_password andSam Hartman1-1/+97
2003-05-12* IMplement etype_info in KDC. If the request contains any newSam Hartman1-1/+3
2003-02-25Handle NULL result_string->data returned from error inTom Yu1-2/+3
2002-10-24Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein1-1/+2
2002-10-24No support for negative password expiration last-req hintKen Hornstein1-1/+2
2002-10-23gic_pwd doesn't support password expiration notification via last_req hintKen Hornstein1-1/+40
2002-09-03protoizeKen Raeburn1-11/+1
2001-10-11 * gic_pwd.c (krb5_get_as_key_password),Danilo Almeida1-10/+9
2001-10-04Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn1-1/+1
2000-10-17 * bld_pr_ext.c, bld_princ.c (krb5_build_principal_ext,Ezra Peisach1-3/+3
2000-06-30 * t_walk_rtree.c (main): Declare as returning intEzra Peisach1-4/+4
2000-04-282000-04-28 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood1-0/+5
2000-04-072000-04-07 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman1-2/+4
2000-03-24jaltman@columbia.edu Mar 24, 2000:Jeffrey Altman1-8/+8
2000-03-16Add krb5_get_prompt_types() functionalityDanilo Almeida1-1/+17