summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
...
* kerberos_v4.c: Add prototypes for compat_decrypt_key,Ezra Peisach1995-07-105-2/+68
* Also log L_KRB_PERR error messages, so we know when there are protocolTheodore Tso1995-07-082-0/+5
* Describe previous changesPaul Park1995-07-071-0/+6
* Reorganize library logic and use LDFLAGS from configurePaul Park1995-07-072-14/+6
* Use checksum verifier routinePaul Park1995-07-071-27/+10
* Add ability to switch between Berkeley and DBM for KDC databasePaul Park1995-06-302-0/+19
* * kerberos_v4.c (check_princ): delete master_key_version check,Mark Eichin1995-06-292-283/+29
* Compiler warning cleanupPaul Park1995-06-273-5/+12
* Document changes to KDCPaul Park1995-06-231-5/+42
* Multiple realm support and remove KDB_CONVERT_KEY_OUTOF_DBPaul Park1995-06-232-7/+64
* Multiple realm supportPaul Park1995-06-237-320/+727
* Remove usage of KDB_CONVERT_KEY_OUTOF_DBPaul Park1995-06-231-4/+7
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-153-9/+20
* Instead of special casing _AIX in network.c, look forSam Hartman1995-06-133-1/+9
* (kdc_process_tgs_req): Set the auth_context rcache to null beforeEzra Peisach1995-06-132-0/+8
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-112-1/+5
* dispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_COMPAT instead ofTheodore Tso1995-06-0911-125/+147
* Update kadmind5 to use new logging routinesPaul Park1995-06-088-91/+47
* krb5kdc depends on libkdb5.aPaul Park1995-05-262-0/+5
* Port to OSF/1. (deal with the longs that should be 4 bytes)Ezra Peisach1995-05-212-29/+36
* kdc_util.c (kdc_process_tgs_req): Make sure apreq->ticket getsTheodore Tso1995-04-294-2/+17
* * Makefile.in (KLIB): put KRB4_LIB inside KLIBMark Eichin1995-04-282-2/+6
* * Makefile.in (krb5kdc): use KRB4_LIB directly.Mark Eichin1995-04-273-11/+7
* * configure.in: need HAS_ANSI_VOLATILE for signal_requests_exitMark Eichin1995-04-262-0/+5
* Don't rely on krb5_kdc_portname and krb5_kdc_sec_portname anymore.Theodore Tso1995-04-222-9/+10
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-141-0/+57
* Make sure the context is initialized before it is usedTheodore Tso1995-03-312-0/+6
* * kdc_util.c Use new calling conventions for krb5_rd_req_decoded()Chris Provenzano1995-03-274-166/+128
* replay.c: The KDC replay cache needs to store the databaseTheodore Tso1995-03-243-27/+43
* * kerberos_v4.c: Replace STDARG_PROTOTYPES with HAVE_STDARG_HJohn Gilmore1995-03-192-3/+7
* configure.in, Makefile.in: Use the libdes425 library so that the DESTheodore Tso1995-03-175-6/+31
* Remove reference to $(ISODELIB)Theodore Tso1995-03-022-2/+5
* Remove ISODE_INCLUDE and ISODE_DEFS, replace check for -lsocket andTheodore Tso1995-03-012-4/+6
* * *.[ch]: Avoid <krb5/...> and <com_err.h> includesJohn Gilmore1995-02-2815-94/+20
* krb5_use_keytype() was being called when the argument was a encryptionTheodore Tso1995-02-102-1/+8
* Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1995-02-031-0/+1
* * kdc_util.c (kdc_rdreq_keyproc()) Add krb5_keytype() argChris Provenzano1995-02-022-1/+6
* Allow the primary port that the KDC listens on be configurable on theTheodore Tso1995-01-265-15/+34
* * Removed all narrow types and references to wide.h and narrow.hChris Provenzano1995-01-252-3/+4
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-1310-218/+227
* do_tgs_req.c (prepare_error_tgs): Don't free the passed in ticket; itTheodore Tso1994-12-136-20/+43
* Add appropriate help text for --with-krb4 optionTheodore Tso1994-11-302-1/+7
* Use the list of encryption types passed as part of the KDC request toTheodore Tso1994-11-213-17/+77
* Use published interface to call krb5_random_keyTheodore Tso1994-11-083-2/+11
* Don't define functions manually, but pull in the appropriate includeTheodore Tso1994-11-082-7/+8
* Fix lineage check so that we don't fail if we're cross-authenticatingTheodore Tso1994-11-082-1/+7
* Use published interface to call krb5_random_key()Theodore Tso1994-11-082-2/+11
* Conversion of autoconfigury to Autoconf V2Mark Eichin1994-10-261-6/+6
* Select the cryptosystem to be used using krb5_use_cstype() instead ofTheodore Tso1994-10-142-6/+18
* Don't assume that the request server's realm name is null terminated.Theodore Tso1994-10-142-3/+18