summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add widen.h and narrow.h around declaration so that argument types areTheodore Tso1994-10-042-0/+7
* Use $(srcdir) to find manual page for make installTheodore Tso1994-10-032-1/+3
* krb5kdc now removed with make cleanTheodore Tso1994-10-032-1/+5
* Add magic number placeholder to statically initialized structuresTheodore Tso1994-10-012-3/+7
* Relink executable when library changesTheodore Tso1994-09-292-0/+5
* Applied Cybersafe's changes to do transited realm path checkingTheodore Tso1994-09-224-133/+199
* Fix bug in V4 emulation where it was always assuming the master keyTheodore Tso1994-09-152-1/+25
* Fix broken $(KRB4)/lib/libdes.a inclusion in the Makefile --- should haveTheodore Tso1994-08-183-2/+8
* stamp out rcs keywordsMark Eichin1994-08-1815-76/+14
* fix time includesMark Eichin1994-08-171-1/+4
* unused varsMark Eichin1994-08-142-14/+9
* Stamp Out Imake in Our Lifetimes..Mark Eichin1994-08-091-77/+0
* add V4 libdesMark Eichin1994-08-081-1/+1
* * configure.in:Tom Yu1994-08-043-0/+9
* more make install fixesTom Yu1994-07-202-2/+3
* * configure.in: hopefully make dbm libs dtrtTom Yu1994-07-162-0/+6
* Fix error return codes for sanity's sakeTheodore Tso1994-07-163-46/+60
* * configure.in:Tom Yu1994-07-083-4/+7
* fixes to suck in -lndbm or -ldbm as neededTom Yu1994-07-073-1/+9