summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed an unused variableTheodore Tso1990-12-181-1/+0
* Fixed typoTheodore Tso1990-12-181-2/+2
* Added function prototypes for copy_checksum() and copy_authenticator()Theodore Tso1990-12-181-0/+6
* Initial revisionTheodore Tso1990-12-181-0/+45
* change BADSEQ to BADORDERJohn Kohl1990-12-182-2/+2
* Changed krb5_keyblock to krb5_encrypted_keyblock in the appropriateTheodore Tso1990-12-171-16/+32
* add comment on variant of data types used for PA-DATAJohn Kohl1990-12-171-0/+8
* need kdb.h for encrypted_keyblockJohn Kohl1990-12-152-0/+2
* need to declare krb5_encrypted_keyblock *before* db_entryJohn Kohl1990-12-151-10/+10
* move krb5_encrypted_keyblock to kdb.hJohn Kohl1990-12-142-6/+10
* RFC draft protocol changes and related cleanupsJohn Kohl1990-12-1473-614/+1046
* *** empty log message ***John Kohl1990-12-146-0/+251
* change krb5_ms_timeofday to krb5_us_timeofdayJohn Kohl1990-12-142-6/+6
* add generic error, move field too long, add inapp_cksumJohn Kohl1990-12-141-5/+4
* Add KRB5KRB_AP_ERR_BADSEQ, some 2-tgt errorsJohn Carr1990-12-141-5/+7
* Changed encrypted keyblocks to use krb5_encrypted_keyblock insteadTheodore Tso1990-12-135-24/+16
* Changed usage of krb5_keyblock to krb5_encrypted_keyblockTheodore Tso1990-12-131-1/+1
* add ISODE_50_LOCAL_ERR_BADCOMBOJohn Kohl1990-12-131-0/+1
* Changed input type to krb5_encrypted_keyblockTheodore Tso1990-12-131-1/+1
* Changed output type to krb5_encrypted_keyblockTheodore Tso1990-12-131-1/+1
* Arg1 to kdb5_decode_kdc_rep() is no longer constJohn Carr1990-12-131-1/+1
* enc_rep is no longer constJohn Carr1990-12-131-2/+2
* Fix typo in previous changeJohn Carr1990-12-131-1/+1
* update info on krb5_rd_reqJohn Kohl1990-12-121-0/+3
* allow a NULL server argument to mean "take anything"John Kohl1990-12-121-2/+5
* Moved mit_des_encrypt_f to krb_glue.hTheodore Tso1990-12-121-163/+0
* need to assure room for the checksums in the key to be encryptedJohn Kohl1990-12-121-6/+21
* make more code conditional on BACKWARD_COMPATJohn Carr1990-12-121-1/+3
* Replace exit(n) with return n in main; this allows main()John Carr1990-12-121-6/+3
* decode_krb5_as_rep needs to modify its argument..John Kohl1990-12-111-1/+1
* Documented extra argument to mk_req_extendedTheodore Tso1990-12-111-1/+8
* Initial revisionTheodore Tso1990-12-101-0/+213
* no longer use narrowed prototypes, so we can inter-link between John Kohl1990-12-051-1/+1
* need to widen a prototypeJohn Kohl1990-12-051-0/+4
* u_shorts promote to intsJohn Kohl1990-12-051-5/+6
* <krb5/ext-proto.h> depends on <krb5/config.h>John Carr1990-12-032-0/+2
* Add $(TOP)/include/stdc-incl to include pathJohn Carr1990-12-032-1/+3
* Changed arguments to SaberProgramTarget so that the libraries will be loaded.Theodore Tso1990-12-031-1/+1
* Make it backquote tabs and backslashes in the realm nameTheodore Tso1990-12-031-0/+2
* use proper polynomial for this CRC tableJohn Kohl1990-12-031-65/+114
* Delete unused variableJohn Carr1990-12-031-1/+0
* Delete unused variable; cast argument 1 to fwrite()John Carr1990-12-031-3/+2
* readin_string must be declared volatile, since it may be accessedJohn Carr1990-12-031-14/+17
* incorporates v4 kdc+glue code in kerberos_v4.c Donald Davis1990-11-301-4/+4
* Initial revisionDonald Davis1990-11-301-0/+1134
* Added extract version 4 srvtab functionTheodore Tso1990-11-292-0/+107
* add crctest stuffJohn Kohl1990-11-291-1/+6
* *** empty log message ***John Kohl1990-11-292-0/+144
* add KRB5KRB_AP_ERR_METHODJohn Kohl1990-11-281-2/+2
* Added declaration of krb5_scc_opsKen Raeburn1990-11-281-0/+1