summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * kdb_cpw.c (add_key_pwd): For KRB5_KDB_SALTTYPE_AFS3, the saltEzra Peisach1997-10-281-0/+5
* * t_kdb.c (do_testing): Add krb5_free_contextEzra Peisach1997-10-131-0/+4
* * keytab.c: (krb5_ktkdb_get_entry): Incoming principal is constEzra Peisach1997-09-151-0/+16
* * kdb_db2.c (krb5_db2_db_delete_principal): Fix switch statementEzra Peisach1997-07-311-0/+5
* * kdb_db2.c (krb5_db2_db_set_hashfirst): Don't cast aTom Yu1997-07-291-0/+5
* * kdb_db2.c: Fix typo; also, tweak page size in attempt to speedTom Yu1997-07-261-0/+5
* * t_kdb.c: Reflect changes in the API, mostly db_createTom Yu1997-07-251-0/+14
* t_kdb.c (do_testing): Clean up error handling for krb5_init_contextTheodore Tso1997-03-241-0/+7
* * keytab.c: Don't assume dbm_db_get_mkey() and dbe_find_enctypeTom Yu1997-03-171-0/+6
* * Make shared libs work on AIXSam Hartman1997-02-221-0/+4
* Merge of libhack_branchTom Yu1997-02-091-0/+9
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-131-0/+4
* * kdb_dbm.c: Ditch DB_OPENCLOSE conditionals, and fix the realMark Eichin1996-11-131-0/+19
* * kdb_cpw.c (add_key_pwd): set length to -1 so krb5_string_to_keyMark Eichin1996-11-121-0/+6
* * kdb_cpw.c (cleanup_key_data): fix memory leak [krb5-kdc/163]Barry Jaspan1996-11-111-0/+5
* * t_krb5.conf: Dummy krb5.conf file from the krb5 libraryEzra Peisach1996-11-091-0/+8
* * Makefile.in (t_kdb): Link with $(TOPLIBD)/libdb.aEzra Peisach1996-10-311-0/+4
* * Makefile.in (t_kdb): Fix up dependencies of t_kdb so it willTom Yu1996-09-041-0/+6
* Fix Makefile so that t_kdb is linked correctly with the appropriateTheodore Tso1996-08-231-0/+5
* kdb_dbm.c: Remove vestigal code which was using BERK_DB_DBM define.Theodore Tso1996-08-221-0/+8
* * kdb_dbm.c (krb5_dbm_db_rename): rename should not insist thatBarry Jaspan1996-08-121-0/+5
* Don't dump core when principal doesn't existSam Hartman1996-08-101-1/+7
* Change shared:: to shared: in the creation of the shared subdir.Ezra Peisach1996-08-091-0/+5
* * Makefile.in (shared): Always mkdir shared; test -d shared ||Tom Yu1996-08-091-0/+5
* * AIX shared library fix: get -ldb not dbmSam Hartman1996-08-051-0/+9
* * Makefile.in: libkdb5.so needs to be built withEzra Peisach1996-07-231-0/+8
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-0/+40
* * keytab.c (krb5_ktkdb_close): Free memory allocated byEzra Peisach1996-06-111-0/+5
* Remove vestigal ODBM supportTheodore Tso1996-05-201-0/+4
* * kdb_dbm.c: Do not provide prototypes for dbm_error orEzra Peisach1996-05-181-0/+5
* Handle compiling with BERK_DB without dbm available. (Linux whenEzra Peisach1996-05-071-0/+5
* bullet-proofing the code -- if the data contents are NULL, it would coredumpRichard Basch1996-03-221-0/+5
* * configure.in: Add KRB5_RUN_FLAGSEzra Peisach1996-03-191-0/+6
* * configure.in: Change WITH_KDB_DB to USE_KDB5_LIBRARIES and addEzra Peisach1996-03-181-0/+8
* configure.in: Change WITH_DB to WITH_KDB_DBEzra Peisach1996-03-031-0/+4
* * keytab.c (krb5_ktkdb_close): new function, non-optional.Mark Eichin1996-02-241-0/+6
* * kdb_dbm.c (krb5_dbm_db_rename): Initialize pointer before useEzra Peisach1996-02-141-0/+5
* * kdb_dbm.c (krb5_dbm_db_rename): O_EXCL is meaningless withoutMark Eichin1996-01-301-0/+5
* * t_kdb.c: wrap db_dbm decls and berkely_dispatch in ifdefsMark Eichin1996-01-271-0/+8
* * keytab.c (krb5_ktkdb_resolve): Fix castingEzra Peisach1995-12-181-0/+5
* * Makefile.in, keytab.c : Move db keytab routines hereChris Provenzano1995-12-131-0/+5
* * kdb_xdr.c : Remove mkvno for krb5_db_entryChris Provenzano1995-12-131-0/+3
* * kdb_dbm.c : Move the krb5_db_context to include/krb5/kdb_dbc.h.Chris Provenzano1995-12-121-0/+10
* * fetch_mkey.c, kdb_cpw.c, t_kdb.c :Chris Provenzano1995-11-091-0/+5
* * kdb_xdr.c (krb5_dbe_search_enctype): Make a more general versionTheodore Tso1995-11-071-0/+7
* * decrypt_key.c (krb5_dbekd_decrypt_key_data()) : If key salt lengthChris Provenzano1995-11-031-0/+28
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-251-0/+5
* Fix memory leaks and lint flamesTheodore Tso1995-09-131-0/+3
* fetch_mkey.c (krb5_db_fetch_mkey): This routine now sets the masterTheodore Tso1995-09-131-0/+10
* Set the encryption type before decryptingEzra Peisach1995-09-091-0/+5