| Commit message (Expand) | Author | Age | Files | Lines |
| * | * auth_gssapi.c (auth_gssapi_create): handle channel bindings | Barry Jaspan | 1996-11-12 | 2 | -2/+13 |
| * | * lib/helpers.exp, client.c, server.c, config/unix.exp, | Barry Jaspan | 1996-11-12 | 6 | -22/+79 |
| * | * rpc_test_setup.sh: Fix test of $VERBOSE_TEST so that $VERBOSE | Tom Yu | 1996-11-12 | 2 | -2/+10 |
| * | missed some ChangeLogs | Tom Yu | 1996-11-12 | 1 | -0/+4 |
| * | * rpc_test_setup.sh: Use a temp file rather than a here document | Tom Yu | 1996-11-12 | 2 | -3/+8 |
| * | Changes to support AC_CANONICAL_HOST for runtest flags; see | Tom Yu | 1996-11-12 | 3 | -1/+7 |
| * | * kdb_cpw.c (add_key_pwd): set length to -1 so krb5_string_to_key | Mark Eichin | 1996-11-12 | 2 | -1/+11 |
| * | * kdb_cpw.c (cleanup_key_data): fix memory leak [krb5-kdc/163] | Barry Jaspan | 1996-11-11 | 2 | -2/+15 |
| * | * kadm_rpc_xdr.c: fix memory leak handling key_data and tl_data | Barry Jaspan | 1996-11-11 | 2 | -2/+35 |
| * | * svr_principal.c (kadm5_modify_principal): fix memory leak | Barry Jaspan | 1996-11-11 | 2 | -8/+22 |
| * | * Makefile.in (client.o, server.o): client.o and server.o, not | Tom Yu | 1996-11-11 | 2 | -4/+6 |
| * | * t_krb5.conf: Dummy krb5.conf file from the krb5 library | Ezra Peisach | 1996-11-09 | 4 | -6/+51 |
| * | * Makefile.in (check-unix): Invoking t_ser requires that | Ezra Peisach | 1996-11-09 | 3 | -1/+13 |
| * | Remove erroneous changelog entry that should have been entered in | Theodore Tso | 1996-11-08 | 1 | -6/+0 |
| * | Check to see if the -lgen library exists; if so, add it to the | Theodore Tso | 1996-11-08 | 3 | -1/+10 |
| * | Remove calls to macros that are a part of CONFIG_RULES; | Tom Yu | 1996-11-08 | 4 | -4/+6 |
| * | * svr_iters.c (glob_to_regexp): a principal glob with no @ | Barry Jaspan | 1996-11-07 | 2 | -5/+8 |
| * | * Makefile.in (server.o): Fix typo in previous checkin | Tom Yu | 1996-11-07 | 2 | -1/+5 |
| * | * api.2/init-v2.exp: update tests for new init error codes and | Barry Jaspan | 1996-11-07 | 2 | -2/+24 |
| * | lib.t moved to lib/lib.t | Barry Jaspan | 1996-11-07 | 1 | -367/+0 |
| * | Make the KRB5_CONFIG_CANTOPEN and | Theodore Tso | 1996-11-07 | 2 | -2/+8 |
| * | * api.2/mod-principal-v2.exp: provide finer-grained test numbers | Barry Jaspan | 1996-11-07 | 2 | -15/+25 |
| * | Fixed mangled copyright notice | Theodore Tso | 1996-11-07 | 3 | -2/+7 |
| * | New error codes for KADM5_MISSING_CONF_PARAMS and | Theodore Tso | 1996-11-07 | 2 | -0/+7 |
| * | client_init.c (_kadm5_init_any): Use a more fined grained error code, | Theodore Tso | 1996-11-07 | 2 | -2/+10 |
| * | server_init.c (kadm5_init): Use a more fined grained error code, | Theodore Tso | 1996-11-07 | 2 | -1/+7 |
| * | alt_prof.c (krb5_aprof_init): If the user specifies the config file | Theodore Tso | 1996-11-07 | 2 | -9/+24 |
| * | Eliminate extra files not needed for Macintosh and Windows. (This | Theodore Tso | 1996-11-07 | 2 | -11/+23 |
| * | * client_principal.c (kadm5_get_principal, | Ezra Peisach | 1996-11-07 | 2 | -2/+19 |
| * | * kadm_rpc_xdr.c (xdr_krb5_principal): handle a NULL principal | Barry Jaspan | 1996-11-06 | 2 | -8/+20 |
| * | * lib/lib.t: global $test everywhere it is used | Barry Jaspan | 1996-11-06 | 3 | -18/+24 |
| * | Don't ignore errors found from parsing the config file. Currently, we | Theodore Tso | 1996-11-06 | 2 | -4/+27 |
| * | * svr_principal.c (kadm5_modify_principal): don't free the | Barry Jaspan | 1996-11-06 | 2 | -2/+12 |
| * | * Makefile.in: Add dependencies on $(srcdir)/foo.c so that some | Tom Yu | 1996-11-06 | 2 | -0/+7 |
| * | Initialize the error tables, so applications don't need to call | Theodore Tso | 1996-11-06 | 2 | -0/+8 |
| * | We don't need the special case for linux anymore, since we're | Theodore Tso | 1996-11-06 | 2 | -11/+6 |
| * | * Makefile.in (HDRS): Changes so that $(OBJS) will not get | Tom Yu | 1996-11-06 | 3 | -8/+10 |
| * | * configure.in: Revert removal of CopySrcHeader, etc., for now | Tom Yu | 1996-11-05 | 3 | -33/+25 |
| * | * serialize.c (krb5_register_serializer): Do not free a NULL pointer | Ezra Peisach | 1996-11-05 | 2 | -1/+5 |
| * | * kadm_err.et: update for new tl_data semantics [krb5-admin/140] | Barry Jaspan | 1996-11-01 | 2 | -0/+5 |
| * | * svr_principal.c (kadm5_modify_principal): update for new tl_data | Barry Jaspan | 1996-11-01 | 2 | -20/+22 |
| * | * api.2/get-principal-v2.exp, api.2/mod-principal-v2.exp: update | Barry Jaspan | 1996-11-01 | 3 | -12/+40 |
| * | Make it more obvious that default ticket lifetimes is not yet | Theodore Tso | 1996-10-31 | 2 | -2/+9 |
| * | Use $(LD) instead of $(CC) at link stage - this allows one to use | Ezra Peisach | 1996-10-31 | 2 | -2/+7 |
| * | * Makefile.in (t_kdb): Link with $(TOPLIBD)/libdb.a | Ezra Peisach | 1996-10-31 | 2 | -1/+5 |
| * | Fix typo in last | Ezra Peisach | 1996-10-31 | 1 | -1/+1 |
| * | * Makefile.in: Only run tests if required programs, libraries | Ezra Peisach | 1996-10-31 | 3 | -1/+26 |
| * | * Makefile.in (check): Only run tests is Perl, tcl, runtest | Ezra Peisach | 1996-10-31 | 3 | -8/+17 |
| * | nuke leftover conflict marker | Mark Eichin | 1996-10-31 | 1 | -1/+0 |
| * | * xdr_stdio.c: Remove the #ifndef mc68000 cruft. I'm not sure | Barry Jaspan | 1996-10-30 | 2 | -5/+12 |