summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* Added missing osconf.h includeTheodore Tso1993-02-261-0/+1
* Change DEFAULT_DBM_FILE -> DEFAULT_KDB_FILE (latter is defined in osconf.h)Theodore Tso1993-02-261-1/+1
* Fixed prototypes for massive change in kdc_util.c, policy.c, andTheodore Tso1992-09-301-4/+6
* Massive changes to do_as_req.c, do_tgs_req.c, kdc_util.c, and policy.cTheodore Tso1992-09-304-188/+730
* Added include of sys/types.hTheodore Tso1992-09-291-1/+0
* Added support for alternate key/salt; attempt to use a V4 salttype ifTheodore Tso1992-09-291-3/+18
* Changes to use the new krb5_425_conv_principal function to map a V5 principalTheodore Tso1992-09-011-17/+14
* Modifications so that whether something came in on the secondary orTheodore Tso1992-09-011-1/+5
* Added error code for a write error whle sending a response packetTheodore Tso1992-09-011-0/+1
* Modifications so that whether something came in on the secondary orTheodore Tso1992-09-013-12/+38
* Improve error handling for replay cache errorsTheodore Tso1992-09-011-11/+23
* Changes so that the KDC will listen on two ports (i.e., port 88 and Theodore Tso1992-09-011-46/+127
* Principal type changesJohn Carr1992-08-213-27/+32
* Changed what was logged and what wasn'tTheodore Tso1992-07-301-9/+18
* Checked in jfc's changes to track new principal structureTheodore Tso1992-06-181-11/+20
* krb5_princ_realm -> krb5_princ_set_realmJohn Carr1992-06-091-2/+2
* krb5_principal type changesJohn Carr1992-06-091-2/+4
* Support alternate source directoryJohn Carr1992-03-251-11/+11
* Make sure the ticket in the TGS request is for the ticket granting service.John Carr1992-03-121-7/+17
* #include <krb5/sysincl.h>John Carr1992-02-231-0/+1
* add copyright noticeJohn Kohl1991-06-072-0/+53
* Update copyright noticeJohn Kohl1991-06-0616-32/+256
* max and min are declared in kdc_util.hJohn Carr1991-06-031-4/+0
* Use stdarg if STDARG_PROTOTYPES is defined.John Carr1991-05-291-7/+7
* use krb5_checksum_size macroJohn Kohl1991-05-011-1/+1
* don't need <krb5/copyright.h>John Kohl1991-04-301-2/+0
* add kdc_get_server_keyJohn Kohl1991-04-291-0/+3
* remove spurious ;John Kohl1991-04-291-1/+1
* boil code down into common kdc_get_server_keyJohn Kohl1991-04-291-67/+78
* change to use kdc_get_server_key functionJohn Kohl1991-04-291-3/+25
* a) set the INITIAL flag on all AS_ ticketsJohn Kohl1991-04-291-5/+6
* updates for install stuffJohn Kohl1991-04-251-0/+1
* fix STDC incompatibilityJohn Kohl1991-04-231-0/+4
* changes to use authenticator's subkey if necessaryJohn Kohl1991-04-221-6/+17
* changes to make authenticator visible to callerJohn Kohl1991-04-222-31/+38
* remove XXX commentJohn Kohl1991-04-191-1/+2
* clean up some XXX codeJohn Kohl1991-04-191-18/+5
* XXX not appropriateJohn Kohl1991-04-191-1/+1
* Second argument to process_v4 should be constJohn Carr1991-04-032-4/+4
* add an imposter firewallJohn Kohl1991-03-251-0/+28
* use KRB5_LRQ_NONE #defineJohn Kohl1991-03-252-2/+2
* log what server wasn't foundJohn Kohl1991-03-251-0/+9
* clean up some error reporting to not cause upper-level barfsJohn Kohl1991-03-221-22/+44
* need to put something in the last_req field, it's not optionalJohn Kohl1991-03-141-1/+2
* need to put something in last_req field (it's not optional)John Kohl1991-03-141-5/+8
* libos-proto.h -> los-proto.hJohn Kohl1991-03-145-5/+5
* fix copyrightsJohn Kohl1991-03-041-1/+2
* whoops, don't have a krb5_data in realm..John Kohl1991-02-281-2/+2
* fix extra &'s in bzero/bcopyJohn Kohl1991-02-281-8/+8
* use memcmp in kdc_util.cJohn Kohl1991-02-271-5/+7