]> git.ipfire.org Git - thirdparty/krb5.git/shortlog
thirdparty/krb5.git
2000-05-22  Tom Yupullups from 1.2 krb5-1.0
2000-02-09  Ken Raeburnksu fixes from trunk
2000-02-03  Ken Raeburntime parsing/formatting updates from trunk
2000-02-03  Ken RaeburnY2K fixes for some test cases
1999-12-06  no authorThis commit was manufactured by cvs2svn to create branc...
1999-05-02  Tom Yu * kdc_util.c (kdc_process_tgs_req): If not using the...
1999-04-30  Tom Yu * configure.in: Fix to define HAVE_SETUPTERM instead of
1999-04-27  Tom Yu * configure.in: Check for setupterm() in libncurses...
1999-04-24  Tom Yu * update_utmp.c (pty_update_utmp): utx.ut_pid is a...
1999-04-24  Tom Yu * svc.c: Fix to reference the correct xprt because...
1999-04-23  Tom Yu * update_wtmp.c: Don't use updwtmpx() even if it exist...
1999-04-23  Theodore Tsowrap_size_limit.c (krb5_gss_wrap_size_limit): Fix wrap_...
1999-04-22  Tom Yu * t_imp_name.c: Initialize display_file variable in...
1999-04-22  Tom Yu * svc.c (svc_getreq, svc_getreqset): Avoid using inter...
1999-04-21  Tom Yu * configure.in: Check for setupterm() in libncurses...
1999-04-21  Tom Yu * configure.in: Check to see if we need to pull in...
1999-04-16  Tom Yu * g_cnffile.c (krb__get_srvtabname): Fix to actually...
1999-03-31  Tom Yu * cleanup.c (pty_cleanup): Temporary hack to not call...
1999-03-31  Tom Yu * sys_term.c (getptyslave): Under AIX, ignore I_PUSH...
1999-03-31  Tom Yu * termios-tn.c: Include termio.h under AIX due to...
1999-03-31  Tom Yu * Makefile.in (KLIB): -lcom_err, not $(COMERRLIB)
1999-03-29  Tom Yu * login.c (dolastlog): BSD 4.4 systems don't have...
1999-03-28  Tom Yu * update_wtmp.c: Define WTMPX_FILE to be _PATH_WTMPX...
1999-03-28  Tom Yu * update_utmp.c (pty_update_utmp): If the ut_exit...
1999-03-27  Theodore Tso[ Pullup to 1.0 branch]
1999-03-27  Theodore Tso[ Pullup from mainline ]
1999-03-26  Tom Yu * ftpd.c (login): Check that the luid is not the uid...
1999-03-25  Tom Yu * promptusr.c (krb5_os_get_tty_uio): getchar() returns...
1999-03-25  Tom Yu * t_ref_kerb.out: Fix test case for zephyr principal...
1999-03-25  Tom Yu * gssftp.exp: Replace "else if" with "elseif" as expec...
1999-03-24  Tom Yu * configure.in: Check for sys/sockio.h
1999-03-24  Tom Yu * ftpcmd.y (urgsafe_getc): New function; like getc...
1999-03-22  Tom Yufix previous
1999-03-22  Tom Yu * g_cnffile.c: Use krb5__krb4_context instead of init...
1999-03-13  Tom Yu * Makefile.in (kshd): Add $(LOGINLIBS).
1999-03-12  Tom Yu * main.c (main): Fix cleanup code for setluid() failure.
1999-03-12  Tom Yu * mkrel: Update from trunk
1999-03-11  Tom Yu * Makefile.in (SHLIB_LIBS): Remove -ldb to avoid HP...
1999-03-10  Tom Yu * aclocal.m4 (enable_shared): Fix quoting bug that...
1999-03-09  Tom Yu * ftpd.M: Resync with reality
1999-03-09  Tom Yuadd PR number to log
1999-03-09  Tom Yu * sendauth.c (krb5_sendauth): Set credspout to NULL...
1999-03-09  Tom Yu * kshd.M: Resync manpage
1999-03-05  Tom Yu * replay.c (kdc_check_lookaside):
1999-03-05  Tom Yu * kdc_util.c:
1999-03-05  Tom Yu * krshd.c (doit): Apply ghudson's patch so that rshd...
1999-03-05  Tom Yu * krb5.tex (krb5_mk_safe): Fix reference to a non...
1999-03-04  Tom Yu * heuristic.c (get_authorized_princ_names): Fix to...
1999-03-02  Tom Yu * ovsec_kadmd.c (log_badverf): Actually make a real...
1999-02-26  Tom Yu * ftpd.c (reply): Don't call secure_gss_error() or...
1999-02-26  Tom Yu * secure.c (secure_putbuf): Revert Sam's last change; if
1999-02-25  Tom Yu * tf_util.c (tf_init): Add call to getuid() to initial...
1999-02-25  Tom Yu * telnetd.8: Resync manpage
1999-02-25  Tom Yu * klogind.M: Resync manpage
1999-02-23  Tom Yu * kcmd.c (kcmd): Fix up to not call sname_to_principal...
1999-02-23  Tom Yu * configure.in: Actually AC_SUBST(KSU_LIBS)
1999-02-22  Tom Yu * telnetd.8: Document hostname logging changes
1999-02-20  Tom Yu * wrap_size_limit.c (krb5_gss_wrap_size_limit): Fix...
1999-02-20  Tom Yu * ftpcmd.y (cmd): Don't allow the PORT command to...
1999-02-20  Tom Yu * cmds.c (getit): Fix Y2K bug in the parsing of the...
1999-02-19  Tom Yu * Makefile.in (ksu): Add $(KSU_LIBS)
1999-02-19  Tom Yu * configure.in: Add check for setluid() in libsecurity
1999-02-19  Tom Yu * ftpd.c (login): Add call to setluid() if necessary
1999-02-18  Tom Yu * sane_hostname.c (pty_make_sane_hostname): Remove...
1999-02-18  Tom Yu * klogind.M: Document things a little better, includin...
1999-02-13  Tom Yu * ftpd.c: strcat -> strncat
1999-02-12  Theodore TsoFix so that it uses passed-in filename instead of the...
1999-02-12  Tom Yu * sane_hostname.c: Force maxlen to be 16 if it's less...
1999-02-12  Tom Yu * Makefile.in: Add sane_hostname.{o,c}
1999-02-12  no authorThis commit was manufactured by cvs2svn to create branc...
1999-02-07  Tom Yu * conv_princ.c: Add additional commonly seen Kerberos...
1999-02-04  Theodore Tsoauth.c (auth_send): Increase size of buf so we can...
1999-02-04  Theodore Tsostate.c: Increase size of subbufer so that we don't...
1999-02-04  Theodore Tsokerberos5.c: Increase size of str_data so that we can...
1999-02-02  Tom Yu * recvauth.c (krb5_recvauth): Add some bookkeeping...
1999-01-21  Tom Yu * login.c (main): Call setluid()
1998-12-04  Tom Yu * asn1_k_decode.c (asn1_decode_krb5_flags): Fix previo...
1998-12-04  Tom Yu * asn1_k_decode.c (asn1_decode_krb5_flags): Modify...
1998-12-02  Tom Yu * ftp.c (login): Unconditionally send password as...
1998-12-02  Tom Yu * asn1buf.c (asn1buf_sync): interoperation testing...
1998-11-07  Theodore TsoFix file descriptor leak by adding missing close()...
1998-09-11  Tom Yuback out some bogus pullups
1998-09-11  Tom Yu * prof_tree.c (profile_delete_node_relation): Fix...
1998-09-11  Tom Yu * ftp.c (getreply): Restore proper setting of safe...
1998-09-11  Tom Yu * krcp.c (error): Don't call rcmd_stream_write if...
1998-09-10  Tom Yu * chk_trans.c: Fix up previous fix; short-circuit...
1998-05-16  Tom Yu * str_conv.c (krb5_timestamp_to_sfstring): Make sure...
1998-05-10  Tom Yu * str_conv.c (krb5_string_to_timestamp, strptime)...
1998-05-10  Tom Yu * stime.c (krb_stime):
1998-05-10  Tom Yu * kadm_server.c (krb_log): Print the year using 4...
1998-05-10  Tom Yu * kerberos_v4.c (krb4_stime): Print 4 digit years...
1998-05-10  Tom Yu * ftpcmd.y (cmd): Fix Y2K problem in the MDTM command
1998-05-04  Tom Yu * get_in_tkt.c: Add prototype for make_preauth_list
1998-04-22  Tom Yu * asn1_encode.c (asn1_encode_generaltime): Sanity...
1998-04-22  Tom Yu * asn1_err.et (ASN1_BAD_GMTIME): Add code for case...
1998-04-22  Tom Yu * glob.c (ftpglob): Always allocate new storage, even...
1998-04-22  Tom Yu * configure.in: Add CHECK_SIGNALS and CHECK_SETJMP...
1998-04-22  Tom Yu * secure.c (secure_putbyte): Set nout = 0 *before...
1998-04-07  Tom Yu * update_utmp.c (pty_update_utmp): Don't record LOGIN_...
1998-04-06  Tom Yu * update_utmp.c (pty_update_utmp): Fix bogus entry of
next