summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed ordering mistake in the protocol error messagesTheodore Tso1990-12-201-1/+11
* Added copy_athctr.c and copy_checksum.c to the list of files thatTheodore Tso1990-12-201-0/+4
* Initial revisionTheodore Tso1990-12-191-0/+64
* copy_checksum shouldn't have been declared static!Theodore Tso1990-12-191-1/+1
* make a distinction between unencrypted and encrypted authorization dataJohn Kohl1990-12-193-5/+5
* Changed to zero out the keyblock before freeing itTheodore Tso1990-12-191-1/+3
* Changed to zero out the session key before freeing the credentials structureTheodore Tso1990-12-191-1/+8
* Added debugging extern so the real Kerberos 5 error code is availableTheodore Tso1990-12-191-30/+35
* fix min to be min (not max)Jon Rochlis1990-12-181-1/+1
* Removed an unused variableTheodore Tso1990-12-181-1/+0
* Fixed typoTheodore Tso1990-12-181-2/+2
* Initial revisionTheodore Tso1990-12-181-0/+45
* change BADSEQ to BADORDERJohn Kohl1990-12-182-2/+2
* 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
* RFC draft protocol changes and related cleanupsJohn Kohl1990-12-1459-509/+756
* *** empty log message ***John Kohl1990-12-145-0/+226
* 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
* 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
* 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
* Initial revisionTheodore Tso1990-12-101-0/+213
* need to widen a prototypeJohn Kohl1990-12-051-0/+4
* <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-031-0/+2
* 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
* readin_string must be declared volatile, since it may be accessedJohn Carr1990-12-031-14/+17
* 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
* 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