From c8f395477f9d7d341a6ed8cce064b9ba7fa7076c Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 6 Mar 1998 00:49:38 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4549 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4f4478703..885db5aee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ Fri Mar 6 00:41:30 1998 Johan Danielsson + * lib/krb5/send_to_kdc.c (krb5_sendto_kdc, send_and_recv_http): + Add support for using proxy. + + * lib/krb5/context.c: Initialize `http_proxy' from + `libdefaults/http_proxy'. + + * lib/krb5/krb5.h: Add `http_proxy' to context. + * lib/krb5/send_to_kdc.c: Recognize `http/' and `udp/' as protocol specifications.