summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup; removed vestigal codeTheodore Tso1993-10-301-53/+39
* Change usage of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-155-14/+14
* Don't check file descriptor for secondary port if it is not definedTheodore Tso1993-09-211-1/+1
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-0118-36/+36
* Remove debugging syslogsTheodore Tso1993-08-171-7/+0
* Improved logging of TGS and AS error casesTheodore Tso1993-08-174-39/+138
* Rename sendto to krb4_sendto, to avoid conflict with libc versionTheodore Tso1993-07-291-4/+4
* Initial revisionTheodore Tso1993-06-033-0/+100
* Fixes to improve logging and cleanup deallocation strategyTheodore Tso1993-06-031-205/+132
* Pass in actual packet to process_tgs_req so that two different checksummingTheodore Tso1993-06-031-5/+1
* Fixed #ifdef 0 --> #if 0Theodore Tso1993-06-031-1/+1
* Changed function delcaration to support doing two ways of checksummingTheodore Tso1993-06-031-1/+2
* Changed deallocation strategy to be cleanerTheodore Tso1993-06-031-47/+66
* Fixed bug where a freed structure was being derefencedTheodore Tso1993-06-031-1/+3
* Improve error message loggingTheodore Tso1993-06-031-3/+17
* Added fixes for doing ASN.1 breakdown to find KDC-REQ-BODY for checksumingTheodore Tso1993-03-151-2/+3
* Added changes from HP to checksum actual asn.1 KDC-REQ-BODY structure,Theodore Tso1993-03-151-26/+185
* Fixed bug in TGS validation logic which prevented you from getting a Theodore Tso1993-03-121-28/+7
* 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