summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed prototypes for massive change in kdc_util.c, policy.c, andTheodore Tso1992-09-301-4/+6
* Massive changes to do_as_req.c, do_tgs_req.c, kdc_util.c, and policy.cTheodore Tso1992-09-304-188/+730
* *** empty log message ***Theodore Tso1992-09-302-0/+102
* *** empty log message ***Theodore Tso1992-09-305-0/+968
* (Hopefully final) rearrangement of KDC database structureTheodore Tso1992-09-291-7/+11
* Added KRB5_KDB_PWCHANGE_SERVICETheodore Tso1992-09-291-0/+1
* Fixed error message textsTheodore Tso1992-09-291-2/+2
* Added errors KDC_PREAUTH_FAILED and KDC_SERVER_NOMATCHTheodore Tso1992-09-291-1/+3
* *** empty log message ***Theodore Tso1992-09-2948-0/+17289
* New optional argument for specifiying which port to useTheodore Tso1992-09-291-5/+18
* Added support for preauthenticationTheodore Tso1992-09-291-3/+8
* Fixup RM_CMD vs RM Theodore Tso1992-09-291-5/+8
* Redone format of klist outputTheodore Tso1992-09-291-52/+56
* Added include of sys/types.hTheodore Tso1992-09-291-1/+0
* Added support for alternate key/salt; attempt to use a V4 salttype ifTheodore Tso1992-09-291-3/+18