summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* cache name was not being properly null-terminatedTheodore Tso1994-09-292-0/+4
* Add support for KRB5_KDCREP_SKEW error codeTheodore Tso1994-09-292-0/+6
* Added new error codes (from suggested changes from Openvision)Theodore Tso1994-09-292-0/+9
* 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
* Always fill in a NULL for a zero-length char string or octet string inTheodore Tso1994-09-292-3/+20
* Return the most recent key (with the greatest kvno) instead of theTheodore Tso1994-09-292-7/+25
* = should have been == in commented out codeTheodore Tso1994-09-282-2/+7
* Fix to reflect fact that krb5_rc_dfl_close() now frees the rcache structureTheodore Tso1994-09-282-2/+6
* Change the interface of krb5_ktfile_read_entry andTheodore Tso1994-09-236-46/+45
* xfree() should have been krb5_xfree()Theodore Tso1994-09-232-6/+6
* Oops. One more free needed to be insertedTheodore Tso1994-09-231-0/+1
* Fix memory leak caused by not freeing top-level structureTheodore Tso1994-09-232-0/+6
* Make sure memory associated the credentials cache is freed after theTheodore Tso1994-09-234-10/+32
* Fix silly spelling typoTheodore Tso1994-09-232-2/+2
* Fix typo in comment. (Silly spelling mistake)Theodore Tso1994-09-231-1/+1
* Fix order of autoconf macros so that the tests can find CC properly.Theodore Tso1994-09-232-3/+8
* Applied Cybersafe's changes to do transited realm path checkingTheodore Tso1994-09-226-2/+170
* Fix memory leak in decode timestamp returnTheodore Tso1994-09-213-1/+15
* Use krb5_rd_req instead of krb5_rd_req_decode, to eliminate some codeTheodore Tso1994-09-152-19/+7
* Fixed bug reported by Bill Sommerfeld where a missing byte-swap on aTheodore Tso1994-09-152-3/+15
* Two global variables didn't need to be global; changed to be staticTheodore Tso1994-09-092-2/+7
* Fix pointer aliasing problem between newkey and authent->subkeyTheodore Tso1994-08-202-0/+13
* Fix wrong OID's!Theodore Tso1994-08-202-12/+16
* Fix bug of trying to use freed memoryTheodore Tso1994-08-202-1/+10
* stamp out rcs keywordsMark Eichin1994-08-18400-2222/+350
* Fix to srvmatch so that when comparing the server, we ignore the realm forTheodore Tso1994-08-184-2/+30
* Make krb5_encode_kdc_rep pass in the correct msg_type to the ASN.1Theodore Tso1994-08-172-1/+27
* 1) Stop checking the msg_type field unless KRB5_MSGTYPE_STRICT is definedTheodore Tso1994-08-175-55/+86
* Fixed GSSAPI Object Identifier. (Transcription error between MIT andTheodore Tso1994-08-172-4/+9
* fix time includesMark Eichin1994-08-174-6/+17
* ctype.hMark Eichin1994-08-143-0/+5
* unused labelMark Eichin1994-08-141-1/+0
* stdlib.hMark Eichin1994-08-142-1/+7
* index to strchrMark Eichin1994-08-142-2/+1
* punt unused varsMark Eichin1994-08-141-1/+0
* use ctype.hMark Eichin1994-08-141-0/+1
* unused varsMark Eichin1994-08-141-1/+0
* time.hMark Eichin1994-08-141-0/+5
* gcc -Wall: clean up trash following #endifs..Mark Eichin1994-08-121-1/+1
* Changes to prevent krb5_encode.c from writing to constant structures.Theodore Tso1994-08-114-62/+36
* stamp..Mark Eichin1994-08-097-466/+0
* Stamp Out Imake in Our Lifetimes..Mark Eichin1994-08-0919-1283/+0
* Changed preauthentication names to match those which Cliff and I agreed uponTheodore Tso1994-08-092-46/+12
* * asn1_decode_k.c (asn1_decode_sequence_of_enctype): fix typoTom Yu1994-08-042-1/+5
* oops forgot to look for install programTom Yu1994-08-0412-0/+18
* make install fixesTom Yu1994-08-0414-22/+34
* * asn1_decode_k.c (asn1_decode_sequence_of_enctype): more fixingTom Yu1994-08-022-1/+9
* * scc_maybe.c (krb5_scc_open_file): changed an #ifdef fromTom Yu1994-08-022-1/+6
* * asn1buf.h: include ext-proto.h now to avoid type warningsTom Yu1994-07-232-0/+5