summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Mon Mar 18 20:56:37 1996 Theodore Y. Ts'o <tytso@dcl>Theodore Tso1996-03-197-113/+246
* Use AC_HEADER_STDARG and use that test to set STDARG.Ezra Peisach1996-03-199-5/+21
* Back out last change and use a cast to avoid warnings.Ezra Peisach1996-03-192-4/+6
* * sn2princ.c (krb5_sname_to_principal): Do not assign a const char *Ezra Peisach1996-03-182-2/+7
* Do not try to reassign "const" variablesRichard Basch1996-03-182-11/+14
* detect kadmin failures that are *really* kdc failuresMark Eichin1996-03-182-1/+56
* changelogs entries from cygnus changesMark Eichin1996-03-184-2/+14
* malloc the new length, not the old, esp. since we just check that theMark Eichin1996-03-181-1/+1
* fixes ticket-forwarding crashes on linux..Mark Eichin1996-03-183-3/+13
* * configure.in: Change WITH_KDB_DB to USE_KDB5_LIBRARIES and addEzra Peisach1996-03-183-11/+14
* configure.in: Add USE_ANAME and KRB5_LIBRARIESEzra Peisach1996-03-183-11/+14
* configure.in: Add USE_ANAME and add proper aclocal.m4 functions to properlyEzra Peisach1996-03-183-12/+20
* Add USE_ANAME for aname conversion dbEzra Peisach1996-03-182-0/+5
* Add USE_ANAME for proper DBEzra Peisach1996-03-183-0/+7
* Remove declaration of krb5_kdc_default_optionsEzra Peisach1996-03-162-2/+3
* CLEANLIBS - cleanup libkrb5util.a and libgssapi.aEzra Peisach1996-03-152-1/+5
* Add new tests for GSS-API ftp programsEzra Peisach1996-03-153-0/+345
* Corrected several memory leaks and unreferenced memory access conditionsRichard Basch1996-03-152-7/+15
* Close the keytab if we opened it, not if the caller opened itRichard Basch1996-03-152-1/+6
* * ftpd.c (auth_data): Do not fail if last gss_service is notEzra Peisach1996-03-152-2/+13