summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb
Commit message (Expand)AuthorAgeFilesLines
* * kdb_cpw.c (add_key_pwd): set length to -1 so krb5_string_to_keyMark Eichin1996-11-122-1/+11
* * kdb_cpw.c (cleanup_key_data): fix memory leak [krb5-kdc/163]Barry Jaspan1996-11-112-2/+15
* * t_krb5.conf: Dummy krb5.conf file from the krb5 libraryEzra Peisach1996-11-094-6/+51
* * Makefile.in (t_kdb): Link with $(TOPLIBD)/libdb.aEzra Peisach1996-10-312-1/+5
* update rename comment to agree with code and previous comment inBarry Jaspan1996-10-181-1/+1
* * Makefile.in (t_kdb): Fix up dependencies of t_kdb so it willTom Yu1996-09-042-2/+8
* Fix Makefile so that t_kdb is linked correctly with the appropriateTheodore Tso1996-08-233-3/+7
* kdb_dbm.c: Remove vestigal code which was using BERK_DB_DBM define.Theodore Tso1996-08-225-250/+95
* * kdb_dbm.c (krb5_dbm_db_rename): rename should not insist thatBarry Jaspan1996-08-122-1/+6
* Don't dump core when principal doesn't existSam Hartman1996-08-102-1/+12
* Change shared:: to shared: in the creation of the shared subdir.Ezra Peisach1996-08-092-1/+7
* * Makefile.in (shared): Always mkdir shared; test -d shared ||Tom Yu1996-08-092-1/+6
* * AIX shared library fix: get -ldb not dbmSam Hartman1996-08-053-1/+20
* Remove references to unused non-portable symbolsSam Hartman1996-08-021-20/+0
* Fix up shared library handling and $(STEXT) usageSam Hartman1996-07-282-6/+2
* * Makefile.in: libkdb5.so needs to be built withEzra Peisach1996-07-233-0/+23
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-226-177/+368
* * keytab.c (krb5_ktkdb_close): Free memory allocated byEzra Peisach1996-06-112-1/+17
* cvsignore hackeryTom Yu1996-06-101-1/+0
* Remove vestigal ODBM supportTheodore Tso1996-05-202-32/+4
* * kdb_dbm.c: Do not provide prototypes for dbm_error orEzra Peisach1996-05-182-2/+7
* Handle compiling with BERK_DB without dbm available. (Linux whenEzra Peisach1996-05-072-0/+13
* add afs3 salt supportMark Eichin1996-04-091-0/+11
* bullet-proofing the code -- if the data contents are NULL, it would coredumpRichard Basch1996-03-222-12/+19
* Add keytab.cEzra Peisach1996-03-201-0/+1
* * configure.in: Add KRB5_RUN_FLAGSEzra Peisach1996-03-193-1/+9
* * configure.in: Change WITH_KDB_DB to USE_KDB5_LIBRARIES and addEzra Peisach1996-03-183-11/+14
* configure.in: Change WITH_DB to WITH_KDB_DBEzra Peisach1996-03-032-1/+5
* * keytab.c (krb5_ktkdb_close): new function, non-optional.Mark Eichin1996-02-242-10/+27
* * kdb_dbm.c (krb5_dbm_db_rename): Initialize pointer before useEzra Peisach1996-02-142-1/+7
* Several changes to the db rename feature.Richard Basch1996-01-311-19/+25
* * kdb_dbm.c (krb5_dbm_db_rename): O_EXCL is meaningless withoutMark Eichin1996-01-302-1/+6
* * t_kdb.c: wrap db_dbm decls and berkely_dispatch in ifdefsMark Eichin1996-01-273-2/+18
* Fixed three problems in the database rename function:Richard Basch1996-01-221-9/+13
* Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARYRichard Basch1996-01-222-50/+2
* * keytab.c (krb5_ktkdb_resolve): Fix castingEzra Peisach1995-12-183-13/+16
* * Makefile.in, keytab.c : Move db keytab routines hereChris Provenzano1995-12-133-0/+124
* * kdb_xdr.c : Remove mkvno for krb5_db_entryChris Provenzano1995-12-132-10/+5
* * fetch_mkey: Changed krb5_db_fetch_mkey() such that it will only tryRichard Basch1995-12-121-1/+1
* * kdb_dbm.c : Move the krb5_db_context to include/krb5/kdb_dbc.h.Chris Provenzano1995-12-122-79/+113
* * fetch_mkey.c: If the keyblock is initialized with an enctype ofRichard Basch1995-12-121-1/+3
* * fetch_mkey.c, kdb_cpw.c, t_kdb.c :Chris Provenzano1995-11-094-12/+11
* * kdb_xdr.c (krb5_dbe_search_enctype): Make a more general versionTheodore Tso1995-11-072-9/+38
* * decrypt_key.c (krb5_dbekd_decrypt_key_data()) : If key salt lengthChris Provenzano1995-11-034-40/+205
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-252-2/+6
* Fix memory leaks and lint flamesTheodore Tso1995-09-132-25/+39
* fetch_mkey.c (krb5_db_fetch_mkey): This routine now sets the masterTheodore Tso1995-09-133-3/+13
* Set the encryption type before decryptingEzra Peisach1995-09-092-0/+7
* decrypt_key.c: Upon error, after freeing contents field, set toEzra Peisach1995-09-082-0/+9
* * decrypt_key.c, encrypt_key.c, fetch_mkey.c, kdb_compat.c,Chris Provenzano1995-09-069-25/+30