summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
...
* (initialize_realms): Remove rather pointless use of krb5.conf to findTheodore Tso1996-11-072-344/+323
* Added magic number to initializer of nolrentryTheodore Tso1996-10-192-1/+5
* remove ".so man1/header.doc" and extra args to .THTom Yu1996-09-102-2/+5
* Tweak to manpage from CygnusJeff Bigler1996-08-291-4/+4
* Treat 0 time as unexpired for krb4 principalsSam Hartman1996-08-232-1/+6
* * Better support for Athena Kerberos if installedSam Hartman1996-08-053-6/+15
* Add -ldyn as kadm5 shared library depends upon itEzra Peisach1996-08-012-0/+6
* Makefile.in: Build logger.o from the libkadm5 directory. ThisTheodore Tso1996-07-243-2/+34
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-222-1/+5
* * configure.in: remove ref to ET_RULESTom Yu1996-06-142-1/+5
* cvsignore hackeryTom Yu1996-06-101-1/+0
* * main.c (finish_realm): Do not invoke krb5_finish_key ifEzra Peisach1996-06-102-1/+7
* Mark's changes for ticket validationKen Raeburn1996-05-072-2/+19
* Fixed the abstraction violation, where the code knew the details about theRichard Basch1996-05-062-12/+15
* add SAM preauth extensible snk4 supportMark Eichin1996-04-092-1/+436
* Add kdc_preauth.cEzra Peisach1996-03-201-0/+1
* Move com_err.h after k5-int.h include so that autoconf.h is includedEzra Peisach1996-02-282-1/+5
* *main.c:Richard Basch1996-02-273-19/+31
* * main.c (initialize_realms): missing indirection for conf_val inMark Eichin1996-02-252-2/+7
* Sat Feb 3 22:37:55 1996 Mark Eichin <eichin@cygnus.com>Mark Eichin1996-02-242-3/+10
* one step closer to *really* only depending on krb5.conf. (I don't knowMark Eichin1996-02-242-1/+26
* kerberos_v4.c: Better DES key validation.Richard Basch1996-02-221-0/+8
* * kerberos_v4.cRichard Basch1996-02-222-6/+33
* kerberos_v4.c (kerberos_v4): Use strong random number generatorTheodore Tso1996-02-213-2/+11
* * network.c (setup_network): strtol is good enough for portMark Eichin1996-01-272-2/+10
* If there is no DES key with a V4 salttype, simply return any DES key.Richard Basch1996-01-221-1/+8
* Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARYRichard Basch1996-01-221-17/+1
* Set the enctype to ENCTYPE_UNKNOWN when the enctype should be determined fromRichard Basch1996-01-111-1/+3
* * kerberos_v4.c : Remove mkvno for krb5_db_entryChris Provenzano1995-12-132-1/+8
* * 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-124-14/+50
* * main.c: Use the master key enctype from the stash file if noneRichard Basch1995-12-121-10/+12
* * kdc_preauth.c return_padata(): Initialize local variable "size"Chris Provenzano1995-12-112-1/+6
* * kdc_preauth.c: #@&^(!! Ultrix cc sucks. Typedef to functionTom Yu1995-12-012-9/+27
* Removed extra eblock argument from call to krb5_encode_kdc_repTheodore Tso1995-11-292-6/+8
* Removed extra eblock argument from call to krb5_encode_kdc_repTheodore Tso1995-11-182-1/+6
* * kdc_util.h: Added new prototypes for return_padata() and check_padata()Theodore Tso1995-11-144-110/+214
* * kdc_preauth.c (get_etype_info): Added function to return theTheodore Tso1995-11-096-18/+171
* * kdc_util.c (): Added new helper functionsTheodore Tso1995-11-087-195/+467
* remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1995-11-032-5/+3
* Missing 'break' statement during option parsing;Richard Basch1995-10-301-0/+1
* kdc_preauth.c (get_preauth_hint_list): Fix missing indirection inTheodore Tso1995-10-114-14/+11
* do_tgs_req.c (process_tgs_req): Use a slightly more compressed loggingTheodore Tso1995-10-064-118/+116
* network.c (setup_network):Theodore Tso1995-10-069-375/+145
* * main.c (init_realm): strdup KRB5_KDB_M_NAME if we use it, toMark Eichin1995-09-182-1/+6
* Stop after finding the first TGS key which matches an entry in theTheodore Tso1995-09-152-6/+12
* When checking for master in tthe list of valid encryption types, do notEzra Peisach1995-09-102-1/+6
* * do_as_req.c, do_tgs_req.c, kdc_util.c, kerberos_v4.c, main.c :Chris Provenzano1995-09-066-68/+72
* * do_as_req.c, do_tgs_req.c, kerberos_v4.c, main.c: Remove krb5_enctypeChris Provenzano1995-09-065-77/+61
* Add const declarations to make remove warnings about convertingEzra Peisach1995-09-046-10/+16