| Commit message (Expand) | Author | Age | Files | Lines |
* | On make clean, remove built programs | Ezra Peisach | 1996-11-13 | 2 | -0/+7 |
* | * ktdefname.c (krb5_kt_default_name): Fix a few memory-leak type | Tom Yu | 1996-11-13 | 2 | -5/+11 |
* | * dump.c (load_db): lock the database directly (having fixed the | Mark Eichin | 1996-11-13 | 2 | -0/+25 |
* | * kdb_dbm.c: Ditch DB_OPENCLOSE conditionals, and fix the real | Mark Eichin | 1996-11-13 | 2 | -69/+27 |
* | * osconfig.c: Remove krb5_defkeyname to catch other things that | Tom Yu | 1996-11-13 | 2 | -2/+3 |
* | * init_ctx.c (krb5_init_context): Oops. Initialize kt_default_name | Tom Yu | 1996-11-13 | 2 | -0/+4 |
* | * ktdefname.c (krb5_kt_default_name): Change logic to no longer | Tom Yu | 1996-11-13 | 2 | -30/+54 |
* | * init_ctx.c (krb5_free_context): Free kt_default_name if it's | Tom Yu | 1996-11-13 | 2 | -0/+7 |
* | * ovsec_kadmd.c (main): Use krb5_kt_set_default_name() rather than | Tom Yu | 1996-11-13 | 2 | -8/+19 |
* | * keytab.c (process_keytab): Retrieve *keytab_str using | Tom Yu | 1996-11-13 | 3 | -6/+36 |
* | * osconf.h: Change DEFAULT_KEYTAB_NAME to /etc/krb5.keytab under | Tom Yu | 1996-11-13 | 2 | -1/+6 |
* | * krb5.hin: Add definition for krb5_kt_set_default_name() | Tom Yu | 1996-11-13 | 3 | -0/+11 |
* | * send-pr/send-pr.sh (MAIL_AGENT): change "[-x" to "[ -x" | Barry Jaspan | 1996-11-12 | 2 | -1/+5 |
* | * 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 |
* | * init_db, save_files.sh, start_servers, start_servers_local, | Tom Yu | 1996-11-12 | 7 | -12/+36 |
* | * ftpd.c (ftpd_userok): Don't undconditionally return -1 | Tom Yu | 1996-11-12 | 2 | -1/+6 |
* | * krshd "plumbing" fixes | Mark Eichin | 1996-11-12 | 2 | -66/+112 |
* | same typo | Mark Eichin | 1996-11-12 | 1 | -0/+1 |
* | fix typo | Mark Eichin | 1996-11-12 | 1 | -1/+1 |
* | * init_db, save_files.sh, start_servers_local, stop_servers, | Tom Yu | 1996-11-12 | 6 | -8/+18 |
* | missed some ChangeLogs | Tom Yu | 1996-11-12 | 3 | -0/+14 |
* | + dejagnu: set env(TERM) dumb, find ktutil, drain for gss, rlogin tests | Mark Eichin | 1996-11-12 | 6 | -5/+59 |
* | * 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 | 5 | -2/+10 |
* | * 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 |
* | * db2: overflow_page fixes, __P redef | Mark Eichin | 1996-11-11 | 6 | -2/+360 |
* | * kadmin/dbutil dumpv4 expiration ("never") fixes | Mark Eichin | 1996-11-11 | 8 | -9/+205 |
* | * krb524d.c (do_connection): only free v4/v5 keyblock contents and | Mark Eichin | 1996-11-11 | 2 | -3/+6 |
* | * Makefile.in, configure.in, krshd.c, v4rcp.M, v4rcp.c: added | Mark Eichin | 1996-11-11 | 6 | -17/+1237 |
* | * Makefile.in (client.o, server.o): client.o and server.o, not | Tom Yu | 1996-11-11 | 2 | -4/+6 |
* | * start_servers, start_servers_local, init_db: Use ${FOO+bar} and | Tom Yu | 1996-11-11 | 4 | -6/+12 |
* | * install.texinfo (kdc.conf): remove admin_database_name and | Barry Jaspan | 1996-11-11 | 2 | -2/+5 |
* | Several doc fixes, including those for [37]; see ChangeLog for details | Sam Hartman | 1996-11-11 | 4 | -43/+56 |
* | Commit jhawk's patch to print IP status. | Sam Hartman | 1996-11-11 | 2 | -2/+6 |
* | Fail completely if there is no srvtab | Sam Hartman | 1996-11-11 | 2 | -1/+6 |
* | Call gethostbyaddr over what we connect to to get the Kerberos principal to | Sam Hartman | 1996-11-10 | 2 | -0/+12 |
* | (setup_wrapper): Set KRB5_CONFIG in wrapper scripts | Ezra Peisach | 1996-11-10 | 2 | -0/+6 |
* | Test for tcl, Perl, and runtest and only run tests if all are present | Ezra Peisach | 1996-11-10 | 3 | -1/+21 |
* | * login.c (k_init): Set up KRBTKFILE if converting krb5 tickets to | Tom Yu | 1996-11-10 | 2 | -1/+6 |
* | This commit was generated by cvs2svn to compensate for changes in r9357, | Sam Hartman | 1996-11-10 | 1 | -3/+3 |
* | This commit was generated by cvs2svn to compensate for changes in r9354, | Sam Hartman | 1996-11-10 | 2 | -2/+8 |
* | * 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 |
* | Fix so login.c compiles with krb4 support. | Sam Hartman | 1996-11-09 | 2 | -2/+7 |
* | Build and install send-pr | Sam Hartman | 1996-11-09 | 2 | -1/+5 |