00c631c64b
(krb5_sendto): loop over all address returned by getaddrinfo before trying the next kdc. from thorpej@netbsd.org
Assar Westerlund
2001-02-15 04:35:22 +00:00
59b418d21a
fix default_realm in example
Assar Westerlund
2001-02-15 04:32:58 +00:00
d0c476f2df
(psyslog): do not log to console
Assar Westerlund
2001-02-15 04:30:05 +00:00
594fe33695
fix a few kdc_log format types
Assar Westerlund
2001-02-15 04:29:18 +00:00
887c2b9d5e
(main): use a `struct sockaddr_storage' to be able to store all types of addresses
Assar Westerlund
2001-02-15 04:28:36 +00:00
ffd496571c
try to handle libdes/libcrypto ont requiring -L
Assar Westerlund
2001-02-15 04:24:54 +00:00
2aefcf796c
try to use handle using openssl instead of libdes better. based on patches from GOMBAS Gabor <gombasg@inf.elte.hu> and Brian May <bam@snoopy.apana.org.au>
Assar Westerlund
2001-02-15 04:20:54 +00:00
b3e42a41d3
(setpeer): handle both service names and port numbers for the second optional argument. also make parsing more robust
Assar Westerlund
2001-02-15 04:17:09 +00:00
e7dcc1ea15
(main): fix select-loop to decrement ret correctly. from "Brandon S. Allbery KF8NH" <allbery@ece.cmu.edu>
Assar Westerlund
2001-02-14 23:00:16 +00:00
49b2f7b598
correct the two last weak keys in accordance with FIPS 74. noted by <jhutz@cmu.edu>
Assar Westerlund
2001-02-14 21:25:29 +00:00
daf1381122
(getnameinfo_verified): do the first getnameinfo with NI_NUMERICSERV to avoid the error that bind 8.2.3 reports on not finding the service (ENI_NOSERVNAME). reported by Ake Sandgren <ake@cs.umu.se>
Assar Westerlund
2001-02-12 13:55:07 +00:00
6f980743fb
(generate_type_decode): zero the data at the beginning of the generated function, and add a label `fail' that the code jumps to in case of errors that frees all allocated data
Assar Westerlund
2001-02-10 18:14:38 +00:00
ab0f3be0d5
(getnameinfo_verified): always capture the service from getnameinfo so it can be sent back to getaddrinfo and set socktype to avoid getaddrinfo not returning any addresses
Assar Westerlund
2001-02-08 19:05:15 +00:00
f63c97442d
try to write a useful string as host in utmp, using the same algoritm as telnetd
Assar Westerlund
2001-02-08 16:08:47 +00:00
c0ff298e15
(startslave, start_login): re-write code to keep track both of remote hostname and utmp string to be used
Assar Westerlund
2001-02-08 16:07:28 +00:00
5efe4881d6
(doit, my_telnet): re-write code to keep track both of remote hostname and utmp string to be used
Assar Westerlund
2001-02-08 16:06:27 +00:00
69dadc0db8
(dpagaix): needs to be linked with ld, add an explicit command for it. from Ake Sandgren <ake@cs.umu.se>
Assar Westerlund
2001-02-07 22:45:37 +00:00
d2ae43cdc4
handle building with KRB4 always try to decrypt v4 data with the master key leave it up to the v5 how to encrypt with that master key
Assar Westerlund
2001-02-05 03:05:31 +00:00
2774d4dc88
(libgssapi_la_LDFLAGS): bump version to 3:0:2
Assar Westerlund
2001-01-30 01:51:53 +00:00
f2fb74821c
(libkrb5_la_LDFLAGS): bump version to 15:0:0
Assar Westerlund
2001-01-30 01:50:52 +00:00
24d30fe614
(libhdb_la_LDFLAGS): bump version to 7:0:0
Assar Westerlund
2001-01-30 01:49:16 +00:00
1ddc35c3a3
(libdes_la_LDFLAGS): bump version to 3:0:0
Assar Westerlund
2001-01-30 01:47:41 +00:00
98c80dbfb4
(libasn1_la_LDFLAGS): bump version to 4:0:2
Assar Westerlund
2001-01-30 01:46:53 +00:00
d4263fdf0d
adapt to new db_fetch, and try to print useful error messages when it fails
Assar Westerlund
2001-01-30 01:44:08 +00:00
fbfc71a0b6
not used
Assar Westerlund
2001-01-30 01:43:43 +00:00
03056efa09
(db_fetch): return an error code. change callers to look at this and try to print it in log messages
Assar Westerlund
2001-01-30 01:43:07 +00:00
e6daaae55c
(v5_prop): adapt to new hdb_seal_keys and hdb_unseal_keys
Assar Westerlund
2001-01-30 01:25:19 +00:00
c7c19f07f3
adapt to new hdb_seal_keys and hdb_unseal_keys
Assar Westerlund
2001-01-30 01:24:29 +00:00
0e0d1336bd
(hdb_unseal_keys_mkey, hdb_seal_keys_mkey, hdb_unseal_keys, hdb_seal_keys): check that we have the correct master key and that we manage to decrypt the key properly, returning an error code. fix all callers to check return value.
Assar Westerlund
2001-01-30 01:20:57 +00:00