summaryrefslogtreecommitdiffstats
path: root/src/kdc/main.c
Commit message (Expand)AuthorAgeFilesLines
* * configure.in (withval): Conditinalize ATHENA_DES3_KLUDGE onTom Yu1999-01-051-1/+18
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-54/+30
* * configure.in: Add CHECK_SIGNALS so that POSIX_SIGNALS getsTom Yu1998-07-151-5/+1
* Added a call to signal() in request_hup() so that the signal handlerGeoffrey King1998-07-111-0/+4
* These additions cause the KDC to react to SIGHUP by closing andGeoffrey King1998-07-081-1/+32
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-061-1/+1
* * main.c (main): Initialize kdc error table withEzra Peisach1997-10-091-0/+3
* Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replaceTom Yu1997-09-261-1/+1
* * kerberos_v4.c (check_princ): Add checks for V5 kdc flagsEzra Peisach1997-09-231-3/+24
* * kdc_util.h: Added prototype for setup_server_realm(). This functionEzra Peisach1997-08-181-112/+0
* * kdc_util.c:Tom Yu1997-07-301-0/+2
* * main.c (init_realm): Fix to use new ktkdbTom Yu1997-07-251-6/+4
* Replace krb5_xfree with appropriate free routineRichard Basch1997-02-181-1/+1
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-131-1/+3
* kdc_preauth.c (check_padata): Fixed error handling; in order forTheodore Tso1996-11-071-2/+5
* (initialize_realms): Remove rather pointless use of krb5.conf to findTheodore Tso1996-11-071-344/+314
* * main.c (finish_realm): Do not invoke krb5_finish_key ifEzra Peisach1996-06-101-1/+2
* Fixed the abstraction violation, where the code knew the details about theRichard Basch1996-05-061-12/+10
* Move com_err.h after k5-int.h include so that autoconf.h is includedEzra Peisach1996-02-281-1/+1
* *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