summaryrefslogtreecommitdiffstats
path: root/src/kdc/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* *main.c:Richard Basch1996-02-271-19/+17
* * main.c (initialize_realms): missing indirection for conf_val inMark Eichin1996-02-251-2/+2
* one step closer to *really* only depending on krb5.conf. (I don't knowMark Eichin1996-02-241-1/+20
* * kerberos_v4.cRichard Basch1996-02-221-3/+25
* kerberos_v4.c (kerberos_v4): Use strong random number generatorTheodore Tso1996-02-211-0/+3
* Set the enctype to ENCTYPE_UNKNOWN when the enctype should be determined fromRichard Basch1996-01-111-1/+3
* * main.c: Changed krb5_db_fetch_mkey() such that it will only tryRichard Basch1995-12-121-4/+4
* * extern.h: Added a krb5_keytab to the realm context. The keytabChris Provenzano1995-12-121-0/+18
* * main.c: Use the master key enctype from the stash file if noneRichard Basch1995-12-121-10/+12
* * kdc_preauth.c (get_etype_info): Added function to return theTheodore Tso1995-11-091-2/+1
* * kdc_util.c (): Added new helper functionsTheodore Tso1995-11-081-2/+14
* Missing 'break' statement during option parsing;Richard Basch1995-10-301-0/+1
* network.c (setup_network):Theodore Tso1995-10-061-110/+31
* * main.c (init_realm): strdup KRB5_KDB_M_NAME if we use it, toMark Eichin1995-09-181-1/+1
* Stop after finding the first TGS key which matches an entry in theTheodore Tso1995-09-151-6/+6
* When checking for master in tthe list of valid encryption types, do notEzra Peisach1995-09-101-1/+1
* * do_as_req.c, do_tgs_req.c, kdc_util.c, kerberos_v4.c, main.c :Chris Provenzano1995-09-061-29/+29
* * do_as_req.c, do_tgs_req.c, kerberos_v4.c, main.c: Remove krb5_enctypeChris Provenzano1995-09-061-37/+18
* Use libkadm string handling routinesPaul Park1995-08-211-2/+4
* Generate/use per-realm key/salt list. Fix gcc -Wall complaintsPaul Park1995-08-151-52/+120
* Use new kdb formatChris Provenzano1995-07-271-37/+24
* git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6306 dc483132-0cff-0310-8789-dd5...Paul Park1995-07-171-186/+74
* Include netinet/in.hSam Hartman1995-07-141-0/+3
* Reorganize KDC profile and network port handlingPaul Park1995-07-121-16/+257
* kerberos_v4.c: Add prototypes for compat_decrypt_key,Ezra Peisach1995-07-101-0/+14
* Compiler warning cleanupPaul Park1995-06-271-2/+3
* Multiple realm supportPaul Park1995-06-231-242/+586
* dispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_COMPAT instead ofTheodore Tso1995-06-091-29/+32
* Update kadmind5 to use new logging routinesPaul Park1995-06-081-63/+6
* Make sure the context is initialized before it is usedTheodore Tso1995-03-311-0/+2
* replay.c: The KDC replay cache needs to store the databaseTheodore Tso1995-03-241-21/+17
* configure.in, Makefile.in: Use the libdes425 library so that the DESTheodore Tso1995-03-171-2/+12
* * *.[ch]: Avoid <krb5/...> and <com_err.h> includesJohn Gilmore1995-02-281-14/+2
* Allow the primary port that the KDC listens on be configurable on theTheodore Tso1995-01-261-2/+5
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-43/+47
* do_tgs_req.c (prepare_error_tgs): Don't free the passed in ticket; itTheodore Tso1994-12-131-1/+1
* Select the cryptosystem to be used using krb5_use_cstype() instead ofTheodore Tso1994-10-141-6/+11
* Fix bug in V4 emulation where it was always assuming the master keyTheodore Tso1994-09-151-0/+23
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* folding in Harry's changesTom Yu1994-06-291-4/+1
* Fix return from a signal handler, depending on POSIX_SIGTYPETheodore Tso1994-03-111-0/+4
* Don't reference mit_des_cryptosystem_entry directlyTheodore Tso1994-01-141-1/+1
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Improve error handling for replay cache errorsTheodore Tso1992-09-011-11/+23
* krb5_princ_realm -> krb5_princ_set_realmJohn Carr1992-06-091-2/+2
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* don't need <krb5/copyright.h>John Kohl1991-04-301-2/+0
* libos-proto.h -> los-proto.hJohn Kohl1991-03-141-1/+1
* varargs only if STDC and com_err.h used..John Kohl1991-02-181-1/+4
* stdarg/varargs is included by com_err.hJohn Kohl1991-02-171-5/+1