]> git.ipfire.org Git - thirdparty/krb5.git/shortlog
thirdparty/krb5.git
2001-04-14  Ken Raeburnk5-int.h: Always include stdlib.h and string.h; don...
2001-04-14  Ken RaeburnAllow des-mdX keys as well as des-crc (patch from assar).
2001-04-13  Danilo Almeida* memcache.h: Don't use macro PROTOTYPE
2001-04-12  Danilo Almeida* cksum.c (des_cbc_cksum): Gee, a consistent calling...
2001-04-12  Ezra Peisach * f_tables.h: Do not define const to nothing on platfo...
2001-04-11  Ezra Peisach * aclocal.m4 (WITH_CC): Reorganize test: Do not use...
2001-04-10  Ken Raeburnsome stuff to be fixed in des code
2001-04-10  Ken Raeburnmore casting cleanup
2001-04-10  Ken Raeburnfix/add casts as needed
2001-04-10  Ken Raeburnmore cleanup - add const, reduce casting
2001-04-10  Ken Raeburnstuff to still address
2001-04-10  Ken Raeburnremove some outdated comments
2001-04-10  Ken Raeburnuse const for some des inputs and reduce unnecessary...
2001-04-10  Ken Raeburn* krb.h: Don't use "index" as argument name
2001-04-10  Ken Raeburnuse const for some inputs (when practical) without...
2001-04-10  Ken Raeburn* cr_err_repl.c (req_act_vno): Delete commented-out...
2001-04-10  Ken Raeburnmake prototypes unconditional
2001-04-10  Ken Raeburn* do_as_req.c, do_tgs_req.c, kdc_preauth.c, kdc_util...
2001-04-10  Ken Raeburn* kparse.c, send_to_kdc.c: Don't use macro PROTOTYPE
2001-04-10  Ken Raeburn* kparse.h: Don't use PROTOTYPE macro
2001-04-10  Ken Raeburnfix pathname in comment
2001-04-10  Ken Raeburn* des.h (des_cblock, des_key_schedule): Separate defini...
2001-04-10  Ken Raeburn* des_int.h: Don't use PROTOTYPE macro.
2001-04-10  Ken Raeburnafsstring2key.c, destest.c: Don't use PROTOTYPE macro
2001-04-10  Ken Raeburncleanup
2001-04-10  Ken Raeburn* des.h: Include stdio.h.
2001-04-10  Ken Raeburnnew test case for pcbc encryption
2001-04-10  Ken Raeburn* pcbc_encrypt.c (des_pcbc_encrypt): Initialize plainl...
2001-04-10  Ken Raeburn* des425.h: Deleted to avoid confusion with the other...
2001-04-10  Ken Raeburnrename des.h -> des425.h
2001-04-10  Ken Raeburn* quad_cksum.c (des_quad_cksum): Add comments. Force...
2001-04-07  Ken Raeburnadd quad_cksum test case
2001-04-06  Tom Yu * mkrel: When generating multiple tarballs, also gener...
2001-04-05  Danilo Almeida* kinit.c (k4_kinit): Use ANSI C-style string continuation
2001-04-05  Tom Yu * mk_safe.c (krb5_mk_safe): Only use safe_cksumtype...
2001-04-04  Tom Yu * krb5.conf.M: Update description of safe_checksum_typ...
2001-04-04  Tom Yu * setenv.c: Add conditionals for compilation of setenv...
2001-04-04  Tom Yu * configure.in: Add checks for unsetenv and getenv...
2001-04-04  Tom Yu * configure.in: Check for setenv, unsetenv, and getenv...
2001-04-03  Tom Yu * login.M: Don't include "= 0" as part of the "accept_...
2001-03-31  Ken Raeburn* t_gifconf.c: New file
2001-03-31  Ken Raeburn* init_ctx.c (DEFAULT_ETYPE_LIST): New macro. Old...
2001-03-31  Ken Raeburnreindent for readability
2001-03-21  Miro JurisicI didn't intend to commit that on the trunk (oops)...
2001-03-21  Miro Jurisicmacsock.h: Updated Utilities.h and sockets includes
2001-03-15  Ken Raeburnupdate comments
2001-03-15  Ken Raeburnt_nfold.c: run n-fold test vector from kerberos-revisio...
2001-03-15  Ken Raeburnminor cleanup + audit issues
2001-03-15  Ken Raeburnaudit issues
2001-03-15  Ken Raeburn* shs.h: Stop using KRB5_PROTOTYPE
2001-03-15  Ken Raeburnminor cleanup + audit issues
2001-03-15  Ken Raeburn* crc-32.h: Stop using PROTOTYPE macro
2001-03-13  Ken Raeburn* Makefile.in (STLIBOBJS): Undo last change
2001-03-12  Ezra Peisach * defines.h: Add prototypes for rcmd_stream_init_normal(),
2001-03-12  Ezra Peisach * krb524d.c: Provide prototypes for local functions
2001-03-12  Ezra Peisach * com_err.h: For struct error_table, change...
2001-03-11  Ezra Peisach * def_realm.c: Move prototype for krb5_try_realm...
2001-03-11  Ezra Peisach * init_ctx.c: Provide a full prototype for...
2001-03-11  Ezra Peisach * oid_ops.c: Avoid the use of a variable named index
2001-03-11  Ezra Peisach * make_random_key.c, old_api_glue.c: Do not...
2001-03-11  Ezra Peisachstr_conv.c: Include adm_proto.h for prototypes
2001-03-10  Ezra Peisach * kdb_xdr.c: Change the variable index to idx...
2001-03-09  Ken Raeburnuse prototype-style function defs. meant to attach...
2001-03-09  Ken RaeburnMakefile.in (STLIBOBJS): Nothing uses des_stringtokey...
2001-03-09  Ken RaeburnUse krb5int_ prefix for internal "provider" structures
2001-03-08  Ezra PeisachUpdate ChangeLog for last checkin..
2001-03-08  Ezra Peisach * kdc_util.h: Add prototype for process_v4_mode()...
2001-03-08  Ezra Peisach * krb5.hin: Add prototypes for krb5_auth_con_setpermet...
2001-03-08  Ken Raeburn* test_et.c (main): Only use sys_nerr tests if HAVE_SYS...
2001-03-08  Ken Raeburnprefer strerror() over sys_errlist[], for sparcv9-solar...
2001-03-08  Ken Raeburnfix last change, it was very broken
2001-03-08  Ken Raeburnuse strerror when available, for sparcv9-solaris2.8
2001-03-06  Ken Raeburnkrb5_const -> const
2001-03-06  Ken Raeburnprng.c: use des3 now
2001-03-05  Ken Raeburn* localaddr.c (krb5_os_localaddr): Don't look for ...
2001-03-05  Ken Raeburn* gmt_mktime.c (gmt_mktime): Handle years earlier than...
2001-03-05  Sam Hartman2001-03-05 Sam Hartman <hartmans@mit.edu>
2001-03-05  Tom Yu * init_os_ctx.c: Get sys/ioctl.h for Solaris to get...
2001-03-05  Tom Yu * configure.in: Check for sys/filio.h for FIONBIO
2001-03-03  Ken Raeburnonly call ioctl on /dev/random if open succeeded
2001-03-03  Ken Raeburninit_os_ctx.c: On UNIX, seed PRNG with data from /dev...
2001-03-03  Ken Raeburn* preauth2.c (pa_sam): Return an error if no prompter...
2001-02-26  Ezra Peisach *adm_conn.c, adm_rw.c, kadm5_defs.h, kpasswd.c, main.c,
2001-02-26  Ezra Peisach * loadv4.c, ovload.c, kdb5_util.h, kdb5_util.c, kadm5_...
2001-02-26  Ezra Peisach * ktutil.c, ktutil_funcs.c: Do not shadow system ...
2001-02-26  Ezra Peisach * ss_wrapper.c: Include kadmin.h
2001-02-26  Ezra Peisach* adm_proto.h (krb5_adm_connect): Declare prompt string...
2001-02-26  Ezra Peisach * kpasswd.c, tty_kpasswd.c, xm_kpasswd.c: Compiler...
2001-02-19  Ken Raeburnnote that file is unused
2001-02-18  Ezra Peisach * kadm_rpc_svc.c, server_stubs.c: Rename all server...
2001-02-18  Ezra Peisach * server_internal.h: Add prototype for
2001-02-18  Ezra Peisach * adb_openclose.c, adb_policy.c, server_acl.c, server_...
2001-02-18  Ezra Peisach * client_rpc.c: Insure pointer argument type is same...
2001-02-18  Ezra Peisach * xdr.h: Flush out prototypes for xdrmem_create(),
2001-02-18  Ezra Peisach * trval.c: Add prototypes for trval() and trval2()
2001-02-16  Ezra Peisach* Makefile.in: Add $(datadir) to INSTALLMKDIRS for...
2001-02-16  Ezra Peisach * t_deltat.c (main): Test of overflow and underflow...
2001-02-09  Tom Yu * loadv4.c: Remove references to KRB_NEVERDATE
2001-02-09  Tom Yu * kerberos_v4.c (kerberos_v4): Remove references to
2001-02-06  Tom Yu * kdb5_util.M: Fix some formatting nits and document...
next