summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Don't include <sys/types.h> mechglue.h will take care of this byTheodore Tso1996-03-272-1/+6
* Add #define of HAVE_STDLIB_H, since Macintoshes have it!Theodore Tso1996-03-272-0/+6
* Added imap service to the conversion list (it is used by some off-the-shelfRichard Basch1996-03-262-0/+7
* * default.exp (start_kerberos_daemons): New methodology forEzra Peisach1996-03-262-3/+45
* Add a couple missing log entries for stuff Mark checked inKen Raeburn1996-03-251-1/+9
* krshd.c: use the library routines to do v4 to v5 principal translationRichard Basch1996-03-252-9/+14
* Backed out the patch for const pointer reassignments; it was legal ANSIRichard Basch1996-03-251-9/+7
* Changes to help streams work correctly on AIX 4.1.4 and HPUX 9.Sam Hartman1996-03-256-29/+93
* Implement _getpty handling for the SGISam Hartman1996-03-244-24/+42
* * krshd no longer does non-blocking IO. It never really needed itSam Hartman1996-03-243-7/+12
* * Apply patch from Ken Raeburn to get telnetd compiling on the SGISam Hartman1996-03-246-160/+57
* Fix multiple enctype bug: the enctype for the eblock used to encryptSam Hartman1996-03-242-2/+9
* do not bother building the old kadmin server (kadmin.old)Richard Basch1996-03-222-1/+5
* krb5_get_in_tkt_with_keytab(): only request keytypes that have correspondingRichard Basch1996-03-222-5/+57
* all des enctypes are equivalent (interim checkin until I create a functionRichard Basch1996-03-222-2/+27
* bullet-proofing the code -- if the data contents are NULL, it would coredumpRichard Basch1996-03-222-12/+19
* new principals were being created with two keys, one of which theRichard Basch1996-03-222-9/+12
* use the library routines to do the v4 to v5 principal translationRichard Basch1996-03-222-8/+13
* g_imp_sec_context.c (gss_import_sec_context):Theodore Tso1996-03-218-5/+23
* Don't compile this procedure, since it's not used. The mechanism glueTheodore Tso1996-03-212-0/+10
* walk_rtree.c (krb5_walk_realm_tree): Fix 16bit vs. 32bit error.Theodore Tso1996-03-214-7/+18
* Change type of pa_type field in krb5_pa_data to be krb5_preauthtype,Theodore Tso1996-03-213-2/+12
* Decode pa_type in the krb5_pa_data structure as a krb5_int32, since itTheodore Tso1996-03-212-2/+7
* Added prototype of krb5_scc_skip_header to fix Windows lint flamesTheodore Tso1996-03-212-0/+7
* Added prototype of krb5_fcc_skip_header to fix Windows lint flamesTheodore Tso1996-03-212-0/+7
* Fix 16 bit vs. 32bit error in the encoded timestamp structureTheodore Tso1996-03-212-1/+6
* Fix Windows lint flames. (16bit vs. 32bit issues)Theodore Tso1996-03-213-8/+13
* Comment out #ident line. This causes the Macintosh C compilerTheodore Tso1996-03-212-2/+9
* mechglue.h: Don't include <sys/types.h>; it's included if necessary inTheodore Tso1996-03-2130-35/+50
* Fix SRCS definition so that it doesn't fool the Macintosh macfiles.shTheodore Tso1996-03-202-2/+9
* macfiles.sh: Improved matching of the SRCS declaration. It must notTheodore Tso1996-03-203-4/+12
* Add kdc_preauth.cEzra Peisach1996-03-201-0/+1
* Remove no longer relevant ksu.1Ezra Peisach1996-03-201-1/+0
* * des_crc.c (mit_des_crc_decrypt_func): Add const to pointerEzra Peisach1996-03-203-1/+9
* * new_rn_key.c (mit_des_generate_random_block): Add const keywrodEzra Peisach1996-03-203-2/+15
* ustime.c was renamed to c_ustime.cEzra Peisach1996-03-201-1/+1
* Add keytab.cEzra Peisach1996-03-201-0/+1
* Add new .Sanitize fileEzra Peisach1996-03-201-0/+71
* Synchronize .Sanitize with current realityEzra Peisach1996-03-203-5/+3
* * kcmd.c (ruserok): declare the function as taking const char *Richard Basch1996-03-202-2/+7
* * conv_creds.c (krb524_convert_creds_plain):Richard Basch1996-03-202-1/+10
* * kadm_funcs.c: changed all references of des-cbc-md5 to des-cbc-crcRichard Basch1996-03-202-14/+21
* * ktutil_funcs.c (ktutil_write_srvtab): use any type of des keyRichard Basch1996-03-202-28/+37
* * kdb5_edit.c (extract_v4_srvtab): do not test to make sure weRichard Basch1996-03-203-86/+47
* * tf_util.c (tf_get_cred): Issue date is written out as a long,Ezra Peisach1996-03-192-1/+8
* Put back in the encrypted telnet testsEzra Peisach1996-03-192-62/+66
* * configure.in: Add KRB5_RUN_FLAGSEzra Peisach1996-03-1918-28/+76
* * aclocal.m4 (KRB5_RUN_FLAGS): Allows for setting of proper pathsEzra Peisach1996-03-193-3/+57
* Makefile.in: Added flags which turn on the encryption optionTheodore Tso1996-03-193-3/+51
* Makefile.in: Added flags to turn on the encryption optionTheodore Tso1996-03-197-10/+102