summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in TGS validation logic which prevented you from getting a Theodore Tso1993-03-121-28/+7
* *** empty log message ***Theodore Tso1993-03-101-0/+2
* Initial VersionTheodore Tso1993-03-0983-0/+33700
* Initial revisionTheodore Tso1993-03-092-0/+64
* Take out VPATH; take out special cases Krb5Root for RS/6000 and decmipsTheodore Tso1993-03-091-5/+5
* Added configuration controls for Kdb5Dir (where to put the KerberosTheodore Tso1993-03-091-1/+5
* Merged in sandia's new secuireid codeTheodore Tso1993-02-261-51/+103
* Fixed secureid declarationsTheodore Tso1993-02-261-4/+7
* 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 read_password.c -> read_passwd.c, and string_to_key.c toTheodore Tso1993-02-261-4/+4
* Renamed copy_checksum.c to copy_cksum.c, to avoid 14 char length problemsTheodore Tso1993-02-261-2/+2
* Added include for <errno.h>Theodore Tso1993-02-261-0/+7
* Fixed locking #includesTheodore Tso1993-02-261-14/+55
* Added missing osconf.h includeTheodore Tso1993-02-261-0/+1
* Change DEFAULT_DBM_FILE -> DEFAULT_KDB_FILE (latter is defined in osconf.h)Theodore Tso1993-02-261-1/+1
* 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
* Remove silly call to V4 string_to_key. get_in_tkt does the rightTheodore Tso1993-02-201-137/+3
* Remove dependency on V4 kerberos library --- shouldn't need itTheodore Tso1993-02-201-7/+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 silly bug in kpasswd that caused it to report "out of memory" Theodore Tso1993-01-111-1/+1
* Added declaration for gen_newTheodore Tso1993-01-111-0/+1
* 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
* Add missing SRCS definition necessary for make depend to workTheodore Tso1992-12-126-0/+6
* Declare environ to be an extern variableTheodore Tso1992-11-101-1/+1
* Change to reflect Beta 2 distributionTheodore Tso1992-09-301-2/+2
* KRB5_PADATA_ENC_RANDOM --> KRB5_PADATA_ENC_TIMESTAMPTheodore Tso1992-09-302-3/+5
* KRB5_PADATA_ENC_RANDOM --> KRB5_PADATA_ENC_TIMESTAMPTheodore Tso1992-09-301-1/+1
* New dump version that includes the alternate key, alternate salt,Theodore Tso1992-09-301-52/+137
* *** empty log message ***Theodore Tso1992-09-302-0/+62
* Changes to support VAX9000 cross compilingTheodore Tso1992-09-301-2/+17
* Fixed name of acl file, removed unecessary defineTheodore Tso1992-09-301-4/+1
* Added make depend targetTheodore Tso1992-09-301-0/+3
* Change to use default principal from the cache if it exists.Theodore Tso1992-09-301-17/+61