aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2001-04-07add quad_cksum test caseKen Raeburn3-1/+112
2001-04-06 * mkrel: When generating multiple tarballs, also generate aTom Yu2-14/+26
2001-04-05* kinit.c (k4_kinit): Use ANSI C-style string continuationDanilo Almeida2-1/+5
2001-04-05 * mk_safe.c (krb5_mk_safe): Only use safe_cksumtype from theTom Yu2-1/+33
2001-04-04 * krb5.conf.M: Update description of safe_checksum_type for recentTom Yu2-5/+13
2001-04-04 * setenv.c: Add conditionals for compilation of setenv, unsetenv,Tom Yu2-2/+13
2001-04-04 * configure.in: Add checks for unsetenv and getenv. CompileTom Yu2-2/+9
2001-04-04 * configure.in: Check for setenv, unsetenv, and getenv. CompileTom Yu3-2/+22
2001-04-03 * login.M: Don't include "= 0" as part of the "accept_passwd"Tom Yu2-1/+6
2001-03-31* t_gifconf.c: New fileKen Raeburn2-0/+131
2001-03-31* init_ctx.c (DEFAULT_ETYPE_LIST): New macro. Old etype list, plus des-md4,Ken Raeburn2-3/+17
2001-03-31reindent for readabilityKen Raeburn2-277/+277
2001-03-21I didn't intend to commit that on the trunk (oops). UndoingMiro Jurisic1-15/+0
2001-03-21macsock.h: Updated Utilities.h and sockets includesMiro Jurisic1-0/+15
2001-03-15update commentsKen Raeburn1-3/+13
2001-03-15t_nfold.c: run n-fold test vector from kerberos-revisions draftKen Raeburn2-1/+68
2001-03-15minor cleanup + audit issuesKen Raeburn4-81/+79
2001-03-15audit issuesKen Raeburn1-0/+7
2001-03-15* shs.h: Stop using KRB5_PROTOTYPEKen Raeburn2-9/+9
2001-03-15minor cleanup + audit issuesKen Raeburn4-22/+18
2001-03-15* crc-32.h: Stop using PROTOTYPE macroKen Raeburn2-2/+5
2001-03-13* Makefile.in (STLIBOBJS): Undo last changeKen Raeburn2-1/+5
2001-03-12 * defines.h: Add prototypes for rcmd_stream_init_normal(),Ezra Peisach10-93/+173
2001-03-12 * krb524d.c: Provide prototypes for local functionsEzra Peisach3-5/+28
2001-03-12 * com_err.h: For struct error_table, change the base from anEzra Peisach2-1/+6
2001-03-11 * def_realm.c: Move prototype for krb5_try_realm_txt_rr() toEzra Peisach6-11/+30
2001-03-11 * init_ctx.c: Provide a full prototype for init_common()Ezra Peisach7-12/+27
2001-03-11 * oid_ops.c: Avoid the use of a variable named indexEzra Peisach2-6/+10
2001-03-11 * make_random_key.c, old_api_glue.c: Do not use a variable namedEzra Peisach3-9/+14
2001-03-11str_conv.c: Include adm_proto.h for prototypesEzra Peisach2-0/+5
2001-03-10 * kdb_xdr.c: Change the variable index to idx to prevent functionEzra Peisach2-4/+9
2001-03-09use prototype-style function defs. meant to attach this log with last checkin...Ken Raeburn1-0/+5
2001-03-09Makefile.in (STLIBOBJS): Nothing uses des_stringtokey.o, drop itKen Raeburn5-28/+25
2001-03-09Use krb5int_ prefix for internal "provider" structuresKen Raeburn20-43/+65
2001-03-08Update ChangeLog for last checkin..Ezra Peisach1-0/+3
2001-03-08 * kdc_util.h: Add prototype for process_v4_mode() for main.c to useEzra Peisach6-6/+18
2001-03-08 * krb5.hin: Add prototypes for krb5_auth_con_setpermetypes() andEzra Peisach2-0/+15
2001-03-08* test_et.c (main): Only use sys_nerr tests if HAVE_SYS_ERRLISTKen Raeburn3-1/+9
2001-03-08prefer strerror() over sys_errlist[], for sparcv9-solaris2.8Ken Raeburn8-5/+28
2001-03-08fix last change, it was very brokenKen Raeburn2-15/+14
2001-03-08use strerror when available, for sparcv9-solaris2.8Ken Raeburn3-4/+21
2001-03-06krb5_const -> constKen Raeburn41-208/+245
2001-03-06prng.c: use des3 nowKen Raeburn2-14/+19
2001-03-05* localaddr.c (krb5_os_localaddr): Don't look for -1 return value fromKen Raeburn2-1/+8
2001-03-05* gmt_mktime.c (gmt_mktime): Handle years earlier than 1970.Ken Raeburn3-3/+58
2001-03-052001-03-05 Sam Hartman <hartmans@mit.edu>Sam Hartman2-1/+8
2001-03-05 * init_os_ctx.c: Get sys/ioctl.h for Solaris to get FIONBIOTom Yu2-0/+7
2001-03-05 * configure.in: Check for sys/filio.h for FIONBIOTom Yu2-1/+5
2001-03-03only call ioctl on /dev/random if open succeededKen Raeburn1-1/+3
2001-03-03init_os_ctx.c: On UNIX, seed PRNG with data from /dev/[u]random if availableKen Raeburn2-0/+48