summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* * daemon.c: <fcntl.h>, not <sys/fcntl.h>Tom Yu1994-07-162-1/+5
* * krb5_err.et: missing space between comma and doublequoteTom Yu1994-07-162-1/+5
* * asn1_encode_k.c (asn1_encode_transited_encoding): whoops don'tTom Yu1994-07-163-2/+13
* Add BSD daemon library routineTheodore Tso1994-07-162-1/+95
* Updated protocol error messages to be in line with latest officialTheodore Tso1994-07-151-3/+3
* Use POSIX utime() instead of non-posix utimes()Theodore Tso1994-07-152-10/+12
* Added MIT Copyright noticesTheodore Tso1994-07-1419-0/+419
* * asn1_encode_k.c (asn1_encode_pa_data): oops still check NULL ifTom Yu1994-07-142-1/+7
* * Makefile.in: remove spurious mkdirTom Yu1994-07-142-3/+4
* * asn1_encode_k.c (asn1_encode_pa_data): the contents field of aTom Yu1994-07-092-1/+8
* * asn1_decode_k.c: yet another instance of the SunOS realloc bugTom Yu1994-07-093-9/+26
* * an1buf.c: Harry saves vs. Unix again. Making sure that anythingTom Yu1994-07-072-2/+7
* Get rid of strftime (since it breaks when used this way, at least underMark Eichin1994-07-063-27/+18