summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduced Makefile.in, using pre/postMark Eichin1994-07-021-34/+0
* folding in Harry's changesTom Yu1994-06-295-5/+14
* * configure.in (in all relevant subdirs): move invokations ofTom Yu1994-06-271-1/+1
* changes to fix make installTom Yu1994-06-252-2/+19
* improve clean rulesMark Eichin1994-06-231-0/+3
* Tue Jun 21 17:46:53 1994 Mark Eichin (eichin at cygnus.com)Mark Eichin1994-06-211-0/+1
* support to allow --with-ccopts=Tom Yu1994-06-212-0/+2
* Fri Jun 17 19:54:00 1994 Mark Eichin (eichin at cygnus.com)Mark Eichin1994-06-181-1/+1
* support to calculate BUILDTOP in makeaclocalsTom Yu1994-06-172-1/+2
* get USE_SYS_TIME_H from config.h insteadMark Eichin1994-06-172-2/+1
* use local static krb4_stime instead of unlikely stimeMark Eichin1994-06-162-1/+32