summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* Merged in sandia's new secuireid codeTheodore Tso1993-02-261-51/+103
* Fixed so that if the passed in addresses is NULL, default to using localTheodore Tso1993-02-261-1/+4
* Fixed stupid typoTheodore Tso1993-02-261-1/+1
* Work around code where malloc(0) returns 0Theodore Tso1993-02-261-6/+14
* The authdata field of the credential wasn't being copied. FixedTheodore Tso1993-02-261-0/+6
* Do the right thing if the passed auth data is nullTheodore Tso1993-02-261-0/+5
* In krb5_copy_addresses(), do the right thing if the passed address is NULL.Theodore Tso1993-02-261-2/+8
* Renamed copy_checksum.c to copy_cksum.c, to avoid 14 char length problemsTheodore Tso1993-02-261-2/+2
* Added fix to avoid the malloc(0) problemTheodore Tso1993-02-232-20/+25
* Added #define for errno.hTheodore Tso1993-02-231-1/+1
* Added include for errno.hTheodore Tso1993-02-231-1/+1
* Added include for errno.h; check for length = 0 before allocating: forTheodore Tso1993-02-231-5/+17
* Added define for <errno.h>Theodore Tso1993-02-231-0/+1
* Portability changes for unicos and sysvimpTheodore Tso1993-02-231-3/+7
* Added include for errno.h; added support for fchmod()Theodore Tso1993-02-231-1/+5
* Added include for errno.h; added support for systems w/o fchmod()Theodore Tso1993-02-231-2/+6
* Added include for errno.hTheodore Tso1993-02-231-1/+1
* Return sane error message if passwed in argument is NULLTheodore Tso1993-02-191-0/+5
* Sandia bug; return sane error message if passed in argument is NULLTheodore Tso1993-02-191-1/+11
* Sandia bug fix. The client address field is optionalTheodore Tso1993-02-191-4/+5
* Fix logic in fcc_close(); krb5_fcc_close_file() should be called ifTheodore Tso1993-01-061-1/+2
* Fixed initialization of krb5_scc_data's file memberTheodore Tso1993-01-061-8/+15
* Bugs found in fcc_gennew.c:Theodore Tso1993-01-061-6/+20
* *** empty log message ***Theodore Tso1992-09-301-0/+460
* Fixed error message textsTheodore Tso1992-09-291-2/+2
* Fold in ISI changes for asn.1 fixesTheodore Tso1992-09-295-79/+77
* Fold in ISI changes for asn.1 fixesTheodore Tso1992-09-294-42/+114
* Added two new error messages: KRB5KDC_PREAUTH_FAILED and KRB5KDC_SERVER_NOMATCHTheodore Tso1992-09-291-21/+27
* *** empty log message ***Theodore Tso1992-09-291-0/+186
* Added kadmin error tablesTheodore Tso1992-09-291-3/+5
* Added files: f_pwd_data.c and f_pwd_seq.cTheodore Tso1992-09-291-2/+6
* Typo fixupTheodore Tso1992-09-291-1/+1
* #ifdef cleanupTheodore Tso1992-09-291-3/+5
* Added support for secondary KDC portTheodore Tso1992-09-291-0/+5
* Added support for secondary Kerberos portTheodore Tso1992-09-291-3/+30
* Add version number to the ktfile structure.Theodore Tso1992-09-291-0/+16
* Folded in HP's changes to the keytab file format, plus our changes toTheodore Tso1992-09-291-266/+594
* Added support for the ktf_remove functionTheodore Tso1992-09-291-1/+48
* Removed needless break statements (was causing Saber to flame)Theodore Tso1992-09-291-18/+18
* Re-indented to improve readability; fixed error handling situationTheodore Tso1992-09-291-106/+104
* Change to alocate krb5_principal correctly.Theodore Tso1992-09-291-1/+5
* Change to alocate krb5_principal correctlyTheodore Tso1992-09-291-1/+5
* Added check of the receiver's address (if present)Theodore Tso1992-09-292-0/+11
* Changes to support new calling sequence for get_in_tkt (preauthenticationTheodore Tso1992-09-292-11/+18
* Changes to support preauthentication, and return of KDC's reply packetTheodore Tso1992-09-291-8/+68
* Removed some saber lint flamesTheodore Tso1992-09-243-17/+28
* Made the conversion process more flexible by allowing making the realmTheodore Tso1992-09-241-42/+55
* Modified to initialize the krb5 principal type information. Also modifiedTheodore Tso1992-09-241-2/+5
* Added the preauth.c fileTheodore Tso1992-09-241-0/+2
* *** empty log message ***Theodore Tso1992-08-272-0/+89