summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* step 3: bcopy->memcpy or memmove (chose by hand), twiddle argsMark Eichin1994-06-151-24/+21
* step 1: bzero->memset(,0,)Mark Eichin1994-06-151-20/+17
* punt K4INCLUDE, just use srcdir correctly; put krbONE in kerberos_v4.c for nowMark Eichin1994-06-153-4/+5
* add K4INCLUDE as wellMark Eichin1994-06-152-1/+3
* fixing memory scribbling in find_alternate_tgsTom Yu1994-06-151-6/+6
* make BACKWARD_COMPAT dtrtTom Yu1994-06-142-7/+14
* Nancy L. Gilman's changes for Beta 4Nancy Gilman1994-06-141-3/+0
* use sys/select.h under _AIX tooMark Eichin1994-06-131-1/+1
* Don't return success in check_padata if you can't extract the key!Theodore Tso1994-06-101-5/+7
* Use the KRB5_TGS_NAME macro for "krbtgt"Theodore Tso1994-06-101-2/+3
* Fix inter-realm handling in KDC so that an intermediate realm is returnedTheodore Tso1994-06-101-18/+17
* Don't bomb out if the secondary port cannot be initializedTheodore Tso1994-06-101-6/+4
* autoconf enhancements for kerberosMark Eichin1994-06-092-0/+88
* Silly spelling fixTheodore Tso1994-06-021-1/+1
* Revamp unwind code to make sure all memory is freed appropriatelyTheodore Tso1994-06-021-116/+91
* get local realm from master_princ instead of from krb5_get_default_realm()Tom Yu1994-03-261-12/+7
* KDC wasn't handling postdated tickets requested via an initial ticketTheodore Tso1994-03-121-0/+1
* Fix return from a signal handler, depending on POSIX_SIGTYPETheodore Tso1994-03-111-0/+4
* Include <sys/select> for AIX machinesTheodore Tso1994-03-111-0/+3
* Suppressed extraneous log messageTheodore Tso1994-03-111-1/+1
* Fixed krb5-bugs [0437]:Theodore Tso1994-03-111-1/+2
* Fixed krb5-bugs [0437]:Theodore Tso1994-03-111-2/+0
* Don't reference mit_des_cryptosystem_entry directlyTheodore Tso1994-01-141-1/+1
* Don't declare bcopy and bzero if they are macrosTheodore Tso1994-01-131-1/+7
* 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