summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* In the krb5_kuserok implementation, fix an unintentional type changeGreg Hudson2010-10-021-2/+2
* Add an error to be returned by a preauth mechanism indicating that the KDC sh...Sam Hartman2010-10-011-1/+1
* Enable sam_challenge_2 encodersSam Hartman2010-10-012-4/+3
* Remove support for the old pa-sam-challenge and pa-sam-responseSam Hartman2010-10-011-295/+46
* Implement k5login_directory and k5login_authoritative optionsGreg Hudson2010-10-011-85/+118
* Add a simple test harness for kuserok. Build it during make check butGreg Hudson2010-10-012-2/+66
* A cleaner impleentation of r24399 which adds two new auth context APIsGreg Hudson2010-10-012-0/+22
* Whitespace and minor style changesGreg Hudson2010-09-301-8/+9
* Follow-on to r24258: initialize the new k5e1 error table where weGreg Hudson2010-09-293-0/+4
* kadm5_hook: new plugin interfaceSam Hartman2010-09-291-1/+2
* kpasswd: if a credential cache is present, use FASTSam Hartman2010-09-272-0/+24
* Add gss_krb5_import_credGreg Hudson2010-09-271-0/+1
* In krb5_sname_to_principal, correctly handle failures fromGreg Hudson2010-09-151-2/+2
* Make dependGreg Hudson2010-09-089-476/+625
* Merge the camellia-ccm branch to trunk. Since there are no IANAGreg Hudson2010-09-072-0/+13
* Password quality pluggable interfaceGreg Hudson2010-09-012-1/+2
* Make relative plugin module paths be interpreted as relative toGreg Hudson2010-08-301-2/+35
* Add plugin.o to T_ETYPES_OBJS because init_ctx.o needs it nowTom Yu2010-08-271-1/+1
* New plugin infrastructureGreg Hudson2010-08-275-0/+381
* Add an expansion error table for libkrb5, since krb5_err.et is fullGreg Hudson2010-08-262-5/+43
* rd_req_decoded: clarify behavior in commentSam Hartman2010-08-251-1/+8
* Add GIC option for password/account expiration callbackGreg Hudson2010-08-126-24/+227
* Move the password expiry warning code out ofGreg Hudson2010-08-101-84/+92
* DAL improvementsGreg Hudson2010-07-021-0/+1
* Make OFFLINE!=no work againTom Yu2010-06-211-6/+9
* only test t_locate_kdc if known-good DNS name is presentTom Yu2010-06-181-6/+20
* Remove the code for krb5_append_addresses(), which was never used andGreg Hudson2010-06-111-58/+0
* Eliminate actx_copy_addr in auth_con.c; use krb5_copy_addr insteadGreg Hudson2010-06-111-23/+6
* Fix a couple of minor defects in trace.cGreg Hudson2010-06-101-3/+2
* make dependGreg Hudson2010-06-078-803/+871
* Trace loggingGreg Hudson2010-06-0720-88/+568
* In krb5_cc_set_config, don't call krb5_cc_remove_cred; it's redundantGreg Hudson2010-05-281-4/+0
* make dependGreg Hudson2010-05-281-0/+12
* From Luke: make copies of S4U2Proxy authdata modules work when thereGreg Hudson2010-05-281-1/+1
* Remove the get_masters logic in locate_srv_conf_1 which was orphanedGreg Hudson2010-05-272-63/+11
* Get t_ser to build again after the S4U authdata branch mergeGreg Hudson2010-05-271-2/+2
* FAST negotiation could erroneously succeedGreg Hudson2010-05-251-0/+1
* Fix long lines and other formatting issues in fast.hGreg Hudson2010-05-241-25/+36
* Fix long lines and other formatting issues in fast.cGreg Hudson2010-05-241-56/+81
* Make signedpath authdata visible via GSS naming extsGreg Hudson2010-05-235-2/+615
* When parsing a KDC or admin server string, allow the name or addressGreg Hudson2010-05-181-33/+23
* Update dependenciesKen Raeburn2010-05-161-22/+12
* Stop exporting some profile symbols that aren't either published inKen Raeburn2010-05-161-27/+0
* Negative enctypes improperly read from ccachesGreg Hudson2010-05-131-1/+2
* Error handling bug in krb5_init_creds_init()Greg Hudson2010-05-131-4/+5
* Negative enctypes improperly read from keytabsGreg Hudson2010-05-131-3/+2
* Reimplement krb5_get_in_tkt_with_skey in terms of krb5_get_init_creds,Greg Hudson2010-05-125-1142/+53
* Fix some bugs in the IAKERB code discovered by Coverity. Also trimGreg Hudson2010-05-011-0/+2
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-307-2/+129
* Fix a backwards check in get_cached_tgt() in the TGS codeGreg Hudson2010-04-271-3/+3