| Commit message (Expand) | Author | Age | Files | Lines |
* | De-conditionalize Camellia code | Greg Hudson | 2012-10-09 | 26 | -164/+6 |
* | Untabify preauth_sam2.c | Greg Hudson | 2012-10-08 | 1 | -17/+17 |
* | krb5_db_delete_principal() can fail to unlock ulog | Nicolas Williams | 2012-10-08 | 1 | -1/+3 |
* | Fix a minor race in kdb5_util load | Nicolas Williams | 2012-10-05 | 1 | -36/+63 |
* | Make kadmind iprop never return UPDATE_BUSY | Nicolas Williams | 2012-10-05 | 1 | -11/+1 |
* | Remove MAX_ULOGENTRIES | Nicolas Williams | 2012-10-05 | 1 | -3/+1 |
* | Use a single global dump for iprop full syncs | Nicolas Williams | 2012-10-05 | 2 | -1/+2 |
* | Improve kpropd behavior in iprop mode | Nicolas Williams | 2012-10-05 | 2 | -0/+6 |
* | GENC should always export composite names | Luke Howard | 2012-10-03 | 2 | -10/+12 |
* | Add SPI calls to import objects by mech oid | Simo Sorce | 2012-10-02 | 6 | -17/+85 |
* | Use interposer mechanisms in mechglue functions | Simo Sorce | 2012-10-02 | 14 | -112/+183 |
* | Add primitives for using interposed mechanisms | Simo Sorce | 2012-10-02 | 2 | -4/+152 |
* | Add support for loading interposer modules | Simo Sorce | 2012-10-02 | 2 | -24/+247 |
* | Fix typo | Ben Kaduk | 2012-09-24 | 1 | -2/+2 |
* | Export more krb5_rc symbols on Windows | Greg Hudson | 2012-09-21 | 1 | -0/+3 |
* | Export krb5_rc_recover_or_initialize on Windows | Greg Hudson | 2012-09-21 | 1 | -0/+1 |
* | Keep verifier cred locked in accept_sec_context | Greg Hudson | 2012-09-21 | 1 | -15/+15 |
* | Resolve verifier cred in accept_sec_context | Greg Hudson | 2012-09-21 | 1 | -2/+3 |
* | Refactor gss mech config parser | Greg Hudson | 2012-09-17 | 1 | -85/+53 |
* | Delete unused internal mechglue functions | Greg Hudson | 2012-09-17 | 2 | -125/+0 |
* | Simplify gss_inquire_mechs_for_name | Greg Hudson | 2012-09-17 | 1 | -68/+45 |
* | Avoid leaks on gss_accept_sec_context errors | Simo Sorce | 2012-09-16 | 1 | -4/+5 |
* | Unregister error message key on library unload | Ben Kaduk | 2012-09-12 | 1 | -0/+1 |
* | make depend | Greg Hudson | 2012-09-12 | 3 | -0/+59 |
* | Do not retrieve zero-length creds | Ben Kaduk | 2012-09-11 | 1 | -2/+4 |
* | Add SPNEGO support for GSS cred export and import | Greg Hudson | 2012-09-11 | 2 | -1/+51 |
* | Add krb5 support for GSS cred export and import | Greg Hudson | 2012-09-11 | 5 | -0/+1117 |
* | Introduce gss_export_cred and gss_import_cred | Greg Hudson | 2012-09-11 | 7 | -0/+316 |
* | Add responder feature for initial cred exchanges | Nathaniel McCallum | 2012-09-11 | 10 | -5/+479 |
* | Add cred store functions to gssapi32.def | Greg Hudson | 2012-09-10 | 1 | -0/+4 |
* | Avoid libdl dependencies in bundled libverto | Greg Hudson | 2012-09-04 | 2 | -10/+1 |
* | Add support for GSS_C_NT_COMPOSITE_EXPORT | Luke Howard | 2012-08-31 | 7 | -62/+78 |
* | Support kdc_timesync offsets in memory ccache | Nate Rosenblum | 2012-08-31 | 1 | -0/+22 |
* | Fix memory leak in gss_add_cred | Greg Hudson | 2012-08-30 | 1 | -0/+3 |
* | Improve error translation for CCAPIv3 routines | Ben Kaduk | 2012-08-29 | 1 | -8/+9 |
* | Set fCachesTicket=TRUE when no credentials | Kevin Wasserman | 2012-08-24 | 1 | -1/+2 |
* | Do not be over-restrictive in the presence of UAC | Kevin Wasserman | 2012-08-24 | 1 | -39/+4 |
* | Fix portability, printf bugs in preauth_otp.c | Greg Hudson | 2012-08-24 | 1 | -3/+1 |
* | Remove unused struct and switch_to stubs | Kevin Wasserman | 2012-08-23 | 1 | -11/+1 |
* | Run "make depend" | Tom Yu | 2012-08-23 | 3 | -10/+64 |
* | Fix minor Makefile.in typos for make depend | Tom Yu | 2012-08-23 | 1 | -0/+1 |
* | Add otp client preauth plugin | Nathaniel McCallum | 2012-08-23 | 5 | -0/+581 |
* | Add ASN.1 support for OTP | Greg Hudson | 2012-08-23 | 4 | -17/+190 |
* | Clean up k5buf_to_gss helper | Greg Hudson | 2012-08-23 | 2 | -5/+3 |
* | Fix apply_keysalt_policy bug | Greg Hudson | 2012-08-15 | 1 | -1/+1 |
* | Remove obsolete function krb5_secure_config_files | Zhanna Tsitkov | 2012-08-14 | 3 | -27/+0 |
* | Use gssalloc in krb5_gss_export_name | Greg Hudson | 2012-08-11 | 1 | -1/+1 |
* | Stop misusing gss_release_buffer in libgssrpc | Greg Hudson | 2012-08-11 | 3 | -15/+11 |
* | Use gssalloc in more parts of GSSAPI | Greg Hudson | 2012-08-11 | 5 | -11/+13 |
* | Add debug mode to gssapi_alloc.h | Greg Hudson | 2012-08-11 | 3 | -23/+79 |