| Commit message (Expand) | Author | Age | Files | Lines |
| * | * kdb5_util.c: Add flag indicating that policy db is to be closed. | Ezra Peisach | 1997-11-04 | 4 | -4/+29 |
| * | * kadm_server.h: Declare kadm_context as extern so it will not be | Ezra Peisach | 1997-10-23 | 2 | -1/+6 |
| * | Include either tcl.h or tcl/tcl.h. On debian linux, the tcl development headers | Ezra Peisach | 1997-10-22 | 7 | -0/+29 |
| * | * server_stubs.c (CHANGEPW_SERVICE): Modify to free allocated | Ezra Peisach | 1997-10-15 | 3 | -3/+46 |
| * | * kadmin.c (quit): Call krb5_free_context | Ezra Peisach | 1997-10-07 | 2 | -0/+5 |
| * | Punt HAS_STDLIB_H, NO_STDLIB_H, POSIX_TYPES; see individual ChangeLogs | Tom Yu | 1997-10-02 | 2 | -1/+5 |
| * | Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replace | Tom Yu | 1997-09-26 | 3 | -6/+14 |
| * | remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABS | Tom Yu | 1997-09-19 | 4 | -4/+12 |
| * | * Makefile.in: Add support for compiling with Hesiod | Tom Yu | 1997-08-07 | 2 | -2/+8 |
| * | * kadm_funcs.c: Remove mention of dbm for now. It should probably | Tom Yu | 1997-07-25 | 2 | -1/+10 |
| * | * loadv4.c: | Tom Yu | 1997-07-25 | 5 | -16/+36 |
| * | * dump.c: Update to new kdb API | Tom Yu | 1997-07-25 | 2 | -3/+12 |
| * | * dump.c (process_k5beta_record): Change variables from char to | Ezra Peisach | 1997-07-17 | 3 | -6/+15 |
| * | * kadm_funcs.c, kadm_server.c, kadm_ser_wrap.c: Reenable mod and | Tom Yu | 1997-07-01 | 4 | -177/+115 |
| * | * kadm_funcs.c, kadm_server.c, kadm_ser_wrap.c: Reenable get and | Tom Yu | 1997-07-01 | 4 | -308/+253 |
| * | * kadm_rpc_svc.c, server_stubs.c: Add support for setv4key | Tom Yu | 1997-07-01 | 3 | -0/+68 |
| * | * keytab.c (add_principal): Don't call kadm5_free_key_data; that's | Tom Yu | 1997-06-27 | 2 | -1/+10 |
| * | * kadm_funcs.c (kadm_chg_srvtab): Remove extraneous macros that | Tom Yu | 1997-06-18 | 2 | -35/+46 |
| * | * keytab.c (add_principal): use kadm5_free_key_data | Barry Jaspan | 1997-05-28 | 2 | -5/+5 |
| * | * Makefile.in (OBJS): Build kadm_funcs.c again | Tom Yu | 1997-05-27 | 5 | -137/+186 |
| * | * Makefile.in: | Tom Yu | 1997-05-14 | 5 | -77/+86 |
| * | add kadm5_setkey_principal | Barry Jaspan | 1997-04-23 | 8 | -5/+86 |
| * | Check to see if the global_param's stash file is non-NULL before | Theodore Tso | 1997-03-12 | 2 | -1/+7 |
| * | * configure.in: Do not run test suite unless Athena compatibility | Ezra Peisach | 1997-02-22 | 3 | -1/+30 |
| * | Removed unneeded call to krb5_init_ets | Richard Basch | 1997-02-20 | 1 | -7/+12 |
| * | Call krb5_db_fini to cleanup the db_context | Richard Basch | 1997-02-20 | 1 | -0/+1 |
| * | kpasswd.c: Removed unneeded call to krb5_init_ets and unused #define | Richard Basch | 1997-02-20 | 2 | -6/+2 |
| * | dump.c kdb5_destroy.c kdb5_stash.c kdb5_util.c: | Richard Basch | 1997-02-20 | 5 | -12/+27 |
| * | Removed unneeded call to krb5_init_ets | Richard Basch | 1997-02-20 | 2 | -2/+0 |
| * | Renamed getst() to getstr() to avoid conflicts with krb4.h definition | Richard Basch | 1997-02-19 | 1 | -6/+6 |
| * | krb5_xfree cleanup | Richard Basch | 1997-02-19 | 4 | -17/+14 |
| * | * acl_files.c: Do not declare malloc() or calloc() if stdlib.h exists | Ezra Peisach | 1997-02-18 | 2 | -0/+7 |
| * | Merge of libhack_branch | Tom Yu | 1997-02-09 | 27 | -101/+132 |
| * | adm_conn.c adm_rw.c: Replace INTERFACE keyword with KRB5_CALLCONV | Richard Basch | 1997-02-06 | 3 | -5/+10 |
| * | Do not compare an int to NULL. Under Linux, warning about a pointer to int | Ezra Peisach | 1996-12-17 | 2 | -1/+5 |
| * | Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not* | Theodore Tso | 1996-12-13 | 17 | -26/+100 |
| * | * ovsec_kadmd.c (main): fix duplicated error strings | Barry Jaspan | 1996-12-04 | 2 | -6/+13 |
| * | * kdb5_util.c: fix multiply defined globals [krb5-admin/260] | Barry Jaspan | 1996-12-03 | 2 | -3/+7 |
| * | * kadmin.c (kadmin_addprinc): print warning/notice about no policy | Barry Jaspan | 1996-12-03 | 2 | -8/+27 |
| * | * init_db: be verbose when $SRVTCL doesn't exist, instead of just | Barry Jaspan | 1996-12-03 | 2 | -0/+16 |
| * | * env-setup.shin, init_db, save_files.sh, start_servers, | Barry Jaspan | 1996-11-14 | 8 | -49/+19 |
| * | make clean was missing some things; see ChangeLogs for details | Tom Yu | 1996-11-14 | 8 | -0/+21 |
| * | * env-setup.shin: Explicitly set KRB5CCNAME so the user's ccache | Tom Yu | 1996-11-13 | 2 | -0/+6 |
| * | revert kt_default_name changes; see ChangeLogs for details | Tom Yu | 1996-11-13 | 5 | -41/+37 |
| * | On make clean, remove built programs | Ezra Peisach | 1996-11-13 | 2 | -0/+7 |
| * | * dump.c (load_db): lock the database directly (having fixed the | Mark Eichin | 1996-11-13 | 2 | -0/+25 |
| * | * 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 |
| * | * init_db, save_files.sh, start_servers, start_servers_local, | Tom Yu | 1996-11-12 | 7 | -12/+36 |
| * | * init_db, save_files.sh, start_servers_local, stop_servers, | Tom Yu | 1996-11-12 | 6 | -8/+18 |