summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* RFC draft protocol changes and related cleanupsJohn Kohl1990-12-1473-614/+1046
* *** empty log message ***John Kohl1990-12-146-0/+251
* 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
* 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
* 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
* Added declaration of krb5_cc_file_opsKen Raeburn1990-11-281-0/+1
* Added ccdefops.cKen Raeburn1990-11-281-2/+4
* Rearranged use of krb5_cc_dfl_ops to deal with it now being aKen Raeburn1990-11-281-2/+6
* Added `stdio' subdirectoryKen Raeburn1990-11-281-1/+1
* Added prototypes from scc_maybe.cKen Raeburn1990-11-281-0/+4
* krb5_cc_dfl_ops is now a pointerKen Raeburn1990-11-281-1/+1
* Changed structure name to unique (fcc-specific) nameKen Raeburn1990-11-281-1/+1
* Renamed structure to unique nameKen Raeburn1990-11-281-1/+1
* Reordered functions for potentially better optimization (with gcc);Ken Raeburn1990-11-281-32/+68
* Added declarations of authdata i/o routinesKen Raeburn1990-11-281-0/+4
* Zero out credentials structure correctly; handle reading of authdataKen Raeburn1990-11-281-1/+13
* Replace bzero with memsetKen Raeburn1990-11-281-1/+1
* ifdef some names that might not be availableKen Raeburn1990-11-281-0/+4