| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -3633/+0 |
| * | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 1 | -116/+0 |
| * | make depend | Ken Raeburn | 2006-04-04 | 1 | -2/+2 |
| * | include autoconf.h in a few more places | Ken Raeburn | 2006-04-03 | 2 | -0/+3 |
| * | * Makefile.in (DEFS): Make empty | Ken Raeburn | 2006-04-02 | 2 | -1/+5 |
| * | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 1 | -656/+658 |
| * | make depend | Ken Raeburn | 2006-03-27 | 1 | -209/+274 |
| * | Initial enhanced error message support, similar to what I sent to | Ken Raeburn | 2006-03-26 | 4 | -1/+87 |
| * | * Makefile.in (check-unix): Use RUN_SETUP for t_deltat | Ken Raeburn | 2006-03-13 | 2 | -1/+5 |
| * | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -263/+263 |
| * | make depend | Ken Raeburn | 2006-03-08 | 1 | -88/+176 |
| * | Include the support library when linking various test programs, because on | Ken Raeburn | 2006-01-18 | 2 | -2/+6 |
| * | * gc_frm_kdc.c: Rewrite to modularize significantly. (~400-line | Tom Yu | 2005-12-30 | 2 | -381/+752 |
| * | * gc_frm_kdc.c (krb5_get_cred_from_kdc_opt): Cause free_tgt and | Tom Yu | 2005-12-28 | 2 | -12/+19 |
| * | make depend | Tom Yu | 2005-11-29 | 1 | -270/+180 |
| * | * Makefile.in (t_ser): Add dl library and thread link options, since kdb5 | Ken Raeburn | 2005-10-19 | 2 | -1/+6 |
| * | fix krb5_mk_rep subkey leaks | Tom Yu | 2005-09-22 | 2 | -0/+11 |
| * | fix more executable permissions | Tom Yu | 2005-08-25 | 1 | -0/+0 |
| * | Delete .cvsignore files; contents have already been | Sam Hartman | 2005-08-24 | 1 | -5/+0 |
| * | * t_ser.c (ser_kcontext_test): Remove statement declaring an | Ezra Peisach | 2005-08-23 | 2 | -1/+5 |
| * | * get_in_tkt.c (krb5_get_init_creds): Free tempstr on non-error | Tom Yu | 2005-08-16 | 2 | -4/+11 |
| * | fix MITKRB5-SA-2005-003 krb5_recvauth double-free | Tom Yu | 2005-07-12 | 2 | -2/+4 |
| * | fix MITKRB5-SA-2005-002 KDC double-free and heap overflow | Tom Yu | 2005-07-12 | 2 | -0/+9 |
| * | * t_ser.c (ser_data): Don't initialize db serialization code that doesn't exist | Ken Raeburn | 2005-06-30 | 2 | -13/+7 |
| * | Update dependencies | Ken Raeburn | 2005-06-21 | 1 | -180/+270 |
| * | Implement RFC 3961 PRF | Sam Hartman | 2005-05-20 | 4 | -46/+35 |
| * | the purpose of the krb5_get_credentials call is to | Jeffrey Altman | 2005-04-25 | 2 | -2/+19 |
| * | * Makefile.in (BISONFLAGS): Drop -v. | Ken Raeburn | 2005-04-13 | 3 | -23/+27 |
| * | Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IO | Ken Raeburn | 2005-04-13 | 4 | -3/+6 |
| * | * x-deltat.y (wsnum): Add missing semicolon following YYERROR, | Tom Yu | 2005-03-23 | 2 | -1/+5 |
| * | * gic_keytab.c (krb5_get_init_creds_keytab): When calling | Tom Yu | 2005-03-22 | 2 | -1/+11 |
| * | The current wconfig.c does not treat @MAINT@ as a comment. Until we | Jeffrey Altman | 2005-03-15 | 2 | -1/+9 |
| * | time-delta parser doesn't work on HP-UX 10 | Ken Raeburn | 2005-03-03 | 4 | -703/+1035 |
| * | * init_ctx.c (init_common): Delete redundant library initialization call that | Ken Raeburn | 2005-02-16 | 2 | -4/+22 |
| * | * gic_pwd.c (krb5_get_init_creds_password): Fix so empty password | Tom Yu | 2005-02-10 | 2 | -1/+7 |
| * | * t_walk_rtree.c (main): Free context at end to allow searching | Ezra Peisach | 2005-01-28 | 2 | -0/+6 |
| * | krb5_unparse_name(), krb5_unparse_name_ext(): | Jeffrey Altman | 2005-01-17 | 2 | -14/+20 |
| * | * gc_frm_kdc.c (krb5_get_cred_from_kdc_opt): More memory leaks | Ezra Peisach | 2005-01-17 | 2 | -30/+54 |
| * | subject; krb5_do_preauth could attempt to free NULL pointer | Ezra Peisach | 2005-01-17 | 2 | -1/+8 |
| * | * cp_key_cnt.c, copy_princ.c: | Jeffrey Altman | 2005-01-15 | 3 | -19/+34 |
| * | * gc_frm_kdc.c (krb5_get_cred_from_kdc_opt): Free credentials retrieved from | Ken Raeburn | 2005-01-12 | 2 | -276/+331 |
| * | krb5_parse_name not thread-safe, not responsive to environment changes | Ken Raeburn | 2005-01-03 | 2 | -2/+9 |
| * | run "make depend" | Ken Raeburn | 2004-12-30 | 1 | -523/+553 |
| * | oops, bad update | Ken Raeburn | 2004-11-16 | 1 | -2/+2 |
| * | make depend | Ken Raeburn | 2004-11-16 | 1 | -2/+2 |
| * | * mk_req_ext.c (krb5_mk_req_extended): Free keyblock before | Tom Yu | 2004-10-26 | 2 | -0/+10 |
| * | make depend | Ken Raeburn | 2004-10-19 | 1 | -2/+3 |
| * | * t_deltat.c (main): Unadorned integer no longer fails now that we | Tom Yu | 2004-10-14 | 2 | -1/+6 |
| * | krb5_string_to_deltat should default to seconds if no unit is provided. If t... | Alexandra Ellwood | 2004-10-13 | 3 | -721/+534 |
| * | Make patchlevel.h be the master version file | Tom Yu | 2004-09-25 | 3 | -8/+71 |