summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb
Commit message (Expand)AuthorAgeFilesLines
* Conversion of autoconfigury to Autoconf V2Mark Eichin1994-10-261-1/+1
* Added missing continue so that we don't copy both the unprintableTheodore Tso1994-10-262-0/+7
* If KRB4 is defined, define KRB5_KRB4_COMPAT for compat_recv.cTheodore Tso1994-10-242-0/+8
* Add ISODE_DEFSTheodore Tso1994-10-151-0/+4
* Add widen.h and narrow.h around declaration so that argument types areTheodore Tso1994-10-043-0/+11
* Add magic number placeholder to statically initialized structuresTheodore Tso1994-10-012-0/+6
* cache name was not being properly null-terminatedTheodore Tso1994-09-292-0/+4
* Return new error codes KRB5_IN_TKT_REALM_MISTCH and KRB5_KDCREP_SKEWTheodore Tso1994-09-293-7/+28
* Added realm compare functionTheodore Tso1994-09-292-3/+19
* Applied Cybersafe's changes to do transited realm path checkingTheodore Tso1994-09-224-1/+165
* Use krb5_rd_req instead of krb5_rd_req_decode, to eliminate some codeTheodore Tso1994-09-152-19/+7
* Fix pointer aliasing problem between newkey and authent->subkeyTheodore Tso1994-08-202-0/+13
* stamp out rcs keywordsMark Eichin1994-08-1859-342/+57
* Make krb5_encode_kdc_rep pass in the correct msg_type to the ASN.1Theodore Tso1994-08-172-1/+27
* ctype.hMark Eichin1994-08-143-0/+5
* Stamp Out Imake in Our Lifetimes..Mark Eichin1994-08-091-147/+0
* Changed preauthentication names to match those which Cliff and I agreed uponTheodore Tso1994-08-092-46/+12
* Reduced Makefile.in, using pre/postMark Eichin1994-07-021-19/+0
* folding in Harry's changesTom Yu1994-06-295-1/+17
* * configure.in (in all relevant subdirs): move invokations ofTom Yu1994-06-271-1/+1
* missed some clean rulesMark Eichin1994-06-231-0/+2
* Tue Jun 21 17:46:53 1994 Mark Eichin (eichin at cygnus.com)Mark Eichin1994-06-211-0/+1
* support to allow --with-ccopts=Tom Yu1994-06-212-0/+2
* Fri Jun 17 19:54:00 1994 Mark Eichin (eichin at cygnus.com)Mark Eichin1994-06-181-1/+1
* support to calculate BUILDTOP in makeaclocalsTom Yu1994-06-172-1/+2
* Fixed inter-realm handling; from OCSG/Cliff NeumannTheodore Tso1994-06-102-174/+347
* Fix bugs I introduced into srv_rcache. The rcache name wasn't beingTheodore Tso1994-06-101-6/+13
* Fix type of fetchfrom --- it refers to a keytab name, so it shouldTheodore Tso1994-06-102-2/+2
* Clean up memory handling, and improve the randomness of the sequence numberTheodore Tso1994-06-101-30/+20
* autoconf enhancements for kerberosMark Eichin1994-06-092-0/+148
* using get_realm_domain() now instead of rconv cruftTom Yu1994-06-091-14/+11
* Don't allow two @ signs in a principal..Theodore Tso1994-06-021-2/+3
* Switch around client and server so the routine is more understandableTheodore Tso1994-06-021-4/+4
* Do appropriate quoting if the server name contains non-ascii charactersTheodore Tso1994-06-021-22/+54
* Always check the sender and receiver addresses. If the receiver is nullTheodore Tso1994-06-022-40/+47
* rd_req_sim was using the wrong component of the server name to generateTheodore Tso1994-06-021-8/+13
* Also clear out the authorization data to avoid data aliasing problemsTheodore Tso1994-06-021-1/+2
* Realkey shouldn't have been freed in one placeTheodore Tso1994-06-021-1/+0
* Remember to free the addresses if necessary; cred_cleanup fixed to do allTheodore Tso1994-06-021-3/+3
* Make sure the old contents of the creds structure are freed out beforeTheodore Tso1994-06-021-2/+6
* removed spurious argumentsTom Yu1994-03-261-2/+0
* Add krb5_principal_to_salt_norealm()Theodore Tso1994-03-241-6/+27
* Fixed memory allocation strategy in get_in_tkt.c, so that all memory is freedTheodore Tso1994-03-121-102/+89
* Look in the right place for krb.hTheodore Tso1994-01-191-1/+1
* Add safety check to get_credentialsTheodore Tso1994-01-171-0/+3
* Conditionalize on KRB5_KRB4_COMPATTheodore Tso1994-01-141-10/+4
* Fixed memory deallocation/cleanup on error returnsTheodore Tso1994-01-137-108/+118
* krb5_close_rcache() now frees rcacheTheodore Tso1993-12-241-1/+0
* Fix credentials cache handling..Theodore Tso1993-12-241-10/+24
* Free memory on errorTheodore Tso1993-12-241-4/+6