summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* fix pathname in commentKen Raeburn2001-04-101-1/+1
* * des.h (des_cblock, des_key_schedule): Separate definitions into a block withKen Raeburn2001-04-102-2/+23
* * des_int.h: Don't use PROTOTYPE macro.Ken Raeburn2001-04-102-68/+80
* afsstring2key.c, destest.c: Don't use PROTOTYPE macroKen Raeburn2001-04-103-5/+9
* cleanupKen Raeburn2001-04-103-55/+13
* * des.h: Include stdio.h.Ken Raeburn2001-04-103-103/+125
* new test case for pcbc encryptionKen Raeburn2001-04-103-1/+134
* * pcbc_encrypt.c (des_pcbc_encrypt): Initialize plainl and plainr to keepKen Raeburn2001-04-102-3/+12
* * des425.h: Deleted to avoid confusion with the other des.h in the tree. AllKen Raeburn2001-04-1017-164/+94
* rename des.h -> des425.hKen Raeburn2001-04-1018-17/+21
* * quad_cksum.c (des_quad_cksum): Add comments. Force 32-bit arithmetic just ...Ken Raeburn2001-04-102-5/+41
* add quad_cksum test caseKen Raeburn2001-04-073-1/+112
* * mkrel: When generating multiple tarballs, also generate aTom Yu2001-04-062-14/+26
* * kinit.c (k4_kinit): Use ANSI C-style string continuationDanilo Almeida2001-04-052-1/+5
* * mk_safe.c (krb5_mk_safe): Only use safe_cksumtype from theTom Yu2001-04-052-1/+33
* * krb5.conf.M: Update description of safe_checksum_type for recentTom Yu2001-04-042-5/+13
* * setenv.c: Add conditionals for compilation of setenv, unsetenv,Tom Yu2001-04-042-2/+13
* * configure.in: Add checks for unsetenv and getenv. CompileTom Yu2001-04-042-2/+9
* * configure.in: Check for setenv, unsetenv, and getenv. CompileTom Yu2001-04-043-2/+22
* * login.M: Don't include "= 0" as part of the "accept_passwd"Tom Yu2001-04-032-1/+6
* * t_gifconf.c: New fileKen Raeburn2001-03-312-0/+131
* * init_ctx.c (DEFAULT_ETYPE_LIST): New macro. Old etype list, plus des-md4,Ken Raeburn2001-03-312-3/+17
* reindent for readabilityKen Raeburn2001-03-312-277/+277
* I didn't intend to commit that on the trunk (oops). UndoingMiro Jurisic2001-03-211-15/+0
* macsock.h: Updated Utilities.h and sockets includesMiro Jurisic2001-03-211-0/+15
* update commentsKen Raeburn2001-03-151-3/+13
* t_nfold.c: run n-fold test vector from kerberos-revisions draftKen Raeburn2001-03-152-1/+68
* minor cleanup + audit issuesKen Raeburn2001-03-154-81/+79
* audit issuesKen Raeburn2001-03-151-0/+7
* * shs.h: Stop using KRB5_PROTOTYPEKen Raeburn2001-03-152-9/+9
* minor cleanup + audit issuesKen Raeburn2001-03-154-22/+18
* * crc-32.h: Stop using PROTOTYPE macroKen Raeburn2001-03-152-2/+5
* * Makefile.in (STLIBOBJS): Undo last changeKen Raeburn2001-03-132-1/+5
* * defines.h: Add prototypes for rcmd_stream_init_normal(),Ezra Peisach2001-03-1210-93/+173
* * krb524d.c: Provide prototypes for local functionsEzra Peisach2001-03-123-5/+28
* * com_err.h: For struct error_table, change the base from anEzra Peisach2001-03-122-1/+6
* * def_realm.c: Move prototype for krb5_try_realm_txt_rr() toEzra Peisach2001-03-116-11/+30
* * init_ctx.c: Provide a full prototype for init_common()Ezra Peisach2001-03-117-12/+27
* * oid_ops.c: Avoid the use of a variable named indexEzra Peisach2001-03-112-6/+10
* * make_random_key.c, old_api_glue.c: Do not use a variable namedEzra Peisach2001-03-113-9/+14
* str_conv.c: Include adm_proto.h for prototypesEzra Peisach2001-03-112-0/+5
* * kdb_xdr.c: Change the variable index to idx to prevent functionEzra Peisach2001-03-102-4/+9
* use prototype-style function defs. meant to attach this log with last checkin...Ken Raeburn2001-03-091-0/+5
* Makefile.in (STLIBOBJS): Nothing uses des_stringtokey.o, drop itKen Raeburn2001-03-095-28/+25
* Use krb5int_ prefix for internal "provider" structuresKen Raeburn2001-03-0920-43/+65
* Update ChangeLog for last checkin..Ezra Peisach2001-03-081-0/+3
* * kdc_util.h: Add prototype for process_v4_mode() for main.c to useEzra Peisach2001-03-086-6/+18
* * krb5.hin: Add prototypes for krb5_auth_con_setpermetypes() andEzra Peisach2001-03-082-0/+15
* * test_et.c (main): Only use sys_nerr tests if HAVE_SYS_ERRLISTKen Raeburn2001-03-083-1/+9
* prefer strerror() over sys_errlist[], for sparcv9-solaris2.8Ken Raeburn2001-03-088-5/+28