*** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7504 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
24
ChangeLog
24
ChangeLog
@@ -1,3 +1,27 @@
|
||||
1999-12-04 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* appl/test/uu_client.c: use client_doit
|
||||
* appl/test/test_locl.h (client_doit): add prototype
|
||||
* appl/test/tcp_client.c: use client_doit
|
||||
* appl/test/nt_gss_client.c: use client_doit
|
||||
* appl/test/gssapi_client.c: use client_doit
|
||||
* appl/test/common.c (client_doit): move identical code here and
|
||||
start using getaddrinfo
|
||||
|
||||
* appl/kf/kf.c (doit): rewrite to use getaddrinfo
|
||||
* kdc/hprop.c: re-write to use getaddrinfo
|
||||
* lib/krb5/principal.c (krb5_sname_to_principal): use getaddrinfo
|
||||
* lib/krb5/expand_hostname.c (krb5_expand_hostname): use
|
||||
getaddrinfo
|
||||
* lib/krb5/changepw.c: re-write to use getaddrinfo
|
||||
* lib/krb5/addr_families.c (krb5_parse_address): use getaddrinfo
|
||||
|
||||
1999-12-03 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* configure.in (BROKEN): check for freeaddrinfo, getaddrinfo,
|
||||
getnameinfo, gai_strerror
|
||||
(socklen_t): check for
|
||||
|
||||
1999-11-23 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* lib/krb5/crypto.c (ARCFOUR_string_to_key): change order of bytes
|
||||
|
@@ -1,3 +1,8 @@
|
||||
1999-12-04 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* ftp/ruserpass.c (guess_domain): re-write to use getaddrinfo
|
||||
* ftp/ftp.c (hookup): re-write to use getaddrinfo
|
||||
|
||||
1999-11-30 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* ftpd/ftpd.c (getdatasock): make sure to keep the port-number of
|
||||
|
@@ -1,3 +1,9 @@
|
||||
1999-12-04 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* kx.c (connect_host): use getaddrinfo
|
||||
* common.c (find_auth_cookie, match_local_auth): re-write to use
|
||||
getaddrinfo
|
||||
|
||||
1999-11-27 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* kxd.c (recv_conn): better errors when getting unrecognized data
|
||||
|
@@ -1,3 +1,9 @@
|
||||
1999-12-04 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* telnetd/telnetd.c: use getnameinfo
|
||||
* telnet/commands.c: re-write to using getaddrinfo. disable
|
||||
source-routing for the moment, it doesn't seem to be used anyways.
|
||||
|
||||
1999-09-16 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* telnet/commands.c: revert 1.54, get_default_username should DTRT
|
||||
|
@@ -2,6 +2,11 @@
|
||||
|
||||
* fcrypt.c (crypt_md5): add trailing $
|
||||
|
||||
1999-11-13 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* Makefile.am (include_HEADERS): add rc4.h
|
||||
(libdes_la_SOURCES): add rc4_skey.c
|
||||
|
||||
1999-10-28 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* md5crypt_test.c: change the test case. apparently we should not
|
||||
|
@@ -1,3 +1,8 @@
|
||||
1999-12-04 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* init_c.c: re-write to use getaddrinfo
|
||||
* Makefile.am (install-build-headers): add dependency
|
||||
|
||||
1999-11-25 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* modify_s.c (kadm5_s_modify_principal): support key_data
|
||||
|
Reference in New Issue
Block a user