Commit Graph

  • 81997ac2c8 correct weak keys and update comment Assar Westerlund 2001-02-16 15:26:37 +00:00
  • 347ad39acd correct conditional Assar Westerlund 2001-02-15 06:46:28 +00:00
  • ed12e225b2 *** empty log message *** Assar Westerlund 2001-02-15 06:41:44 +00:00
  • 57286bc935 use krb5_generate_random_block for the confounders Assar Westerlund 2001-02-15 06:41:32 +00:00
  • 55aac718a3 *** empty log message *** Assar Westerlund 2001-02-15 04:41:22 +00:00
  • 7eb8627661 (_warnerr): add printf attributes Assar Westerlund 2001-02-15 04:36:00 +00:00
  • 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
  • df55b44a5d (default_proc): add printf attributes Assar Westerlund 2001-02-15 04:31:52 +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
  • 13ade23201 *** empty log message *** Assar Westerlund 2001-02-15 04:17:22 +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
  • f34e4b60f8 *** empty log message *** Assar Westerlund 2001-02-13 04:07:48 +00:00
  • e0a9474c07 add more functions to rename Assar Westerlund 2001-02-13 04:05:38 +00:00
  • 6de2ec79bd *** empty log message *** Assar Westerlund 2001-02-12 22:02:00 +00:00
  • 972fab9eeb roken rename dns functions used in libkafs Assar Westerlund 2001-02-12 22:01:27 +00:00
  • 28160c99b9 printf format fixes Assar Westerlund 2001-02-12 17:13:13 +00:00
  • f06ba3d962 *** empty log message *** Assar Westerlund 2001-02-12 13:55:28 +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
  • 8a73d26b99 fix @itemize markup Assar Westerlund 2001-02-11 17:10:34 +00:00
  • 22dc328f83 *** empty log message *** Assar Westerlund 2001-02-10 18:31:29 +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
  • c6be2d0aad *** empty log message *** Assar Westerlund 2001-02-09 14:45:51 +00:00
  • ecdd5eff7c (doit): call inet_ntop with correct af, noted by Ake Sandgren <ake@cs.umu.se> Assar Westerlund 2001-02-09 14:45:30 +00:00
  • aa5a20e4ed *** empty log message *** Assar Westerlund 2001-02-08 19:05:34 +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
  • e303d1ef7f *** empty log message *** Assar Westerlund 2001-02-08 16:09:41 +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
  • 1de4122ebd update prototypes Assar Westerlund 2001-02-08 16:05:13 +00:00
  • ecc382a9da *** empty log message *** Assar Westerlund 2001-02-07 22:45:45 +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
  • 99fa1b08a6 *** empty log message *** Assar Westerlund 2001-02-07 19:57:02 +00:00
  • b56e55eb69 (sec_end): only clean app_data if there is any (*): do realloc consistently Assar Westerlund 2001-02-07 10:49:43 +00:00
  • 179dcca14b *** empty log message *** Assar Westerlund 2001-02-07 06:29:53 +00:00
  • 16732f1b66 add -F for forwarding ticket, from Ake Sandgren <ake@cs.umu.se> Assar Westerlund 2001-02-07 06:28:54 +00:00
  • c24ab2bbcc aix dce: fix misquotes, from Ake Sandgren <ake@cs.umu.se> Assar Westerlund 2001-02-07 06:26:22 +00:00
  • fcc6634b36 *** empty log message *** Assar Westerlund 2001-02-07 06:22:43 +00:00
  • 054dfd29b7 *** empty log message *** Assar Westerlund 2001-02-07 06:18:13 +00:00
  • be565f75c2 (dpagaix_LDFLAGS): try to add export file Assar Westerlund 2001-02-07 06:17:37 +00:00
  • ac08169b8c add config.h Assar Westerlund 2001-02-07 06:14:46 +00:00
  • cce4961dfa (LIB_kdfs): set. use it. from Ake Sandgren <ake@cs.umu.se> Assar Westerlund 2001-02-07 06:14:17 +00:00
  • 102f79dd23 add LIB_kdfs Assar Westerlund 2001-02-07 06:12:02 +00:00
  • 7934299eb9 add --keytab / -K Assar Westerlund 2001-02-07 05:59:00 +00:00
  • b35114cad6 add --keytab / _K, from Leif Johansson <leifj@it.su.se> Assar Westerlund 2001-02-07 05:51:40 +00:00
  • b68ceea83e add login_access Assar Westerlund 2001-02-07 05:09:06 +00:00
  • 0397d42c21 (login_access): add prototype (syslog_and_die, fatal): add printf attributes (*): AIX -> _AIX (doit): use login_access based on patches from Ake Sandgren <ake@cs.umu.se> Assar Westerlund 2001-02-07 05:05:58 +00:00
  • 94e0e02022 add krb5_keytab.3, from <lha@stacken.kth.se> Assar Westerlund 2001-02-05 18:17:46 +00:00
  • 55ca4a0213 *** empty log message *** Assar Westerlund 2001-02-05 10:53:20 +00:00
  • 25e75cf958 more bumping Assar Westerlund 2001-02-05 10:51:15 +00:00
  • 569922a3ea (AM_INIT_AUTOMAKE): bump version to 0.3f-pre Assar Westerlund 2001-02-05 10:50:40 +00:00
  • 8aac280e14 update to new db_fetch4 Assar Westerlund 2001-02-05 10:49:43 +00:00
  • a256fd3086 fix typo Assar Westerlund 2001-02-05 07:51:51 +00:00
  • 79ca411a2a Release 0.3e Assar Westerlund 2001-02-05 07:44:42 +00:00
  • f15f22e03e *** empty log message *** Assar Westerlund 2001-02-05 07:44:06 +00:00
  • e7579270b0 (ftpd_popen): avoid overwriting the bounds of argv and gargv Assar Westerlund 2001-02-05 07:40:28 +00:00
  • e30d910363 *** empty log message *** Assar Westerlund 2001-02-05 03:41:37 +00:00
  • 9451280638 (v4_get_masterkey): check kdb_verify_master_key properly (kdb_prop): decrypt key properly Assar Westerlund 2001-02-05 03:40:00 +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
  • 4664d050e6 *** empty log message *** Assar Westerlund 2001-01-31 03:51:03 +00:00
  • 9650033f1b remove -static turning this into a convenience library Assar Westerlund 2001-01-31 03:50:48 +00:00
  • 12cc29d39e update Assar Westerlund 2001-01-30 22:51:32 +00:00
  • 71a4b877eb indent Assar Westerlund 2001-01-30 22:49:56 +00:00
  • 9fdacbf4b0 *** empty log message *** Assar Westerlund 2001-01-30 17:11:24 +00:00
  • 5761d220bb (decrypt_internal_derived): check that there's enough data Assar Westerlund 2001-01-30 17:10:55 +00:00
  • 74fd83ce59 include file name in error messages Assar Westerlund 2001-01-30 17:08:35 +00:00
  • 57de673572 fix a typo and check some more return values Assar Westerlund 2001-01-30 17:07:39 +00:00
  • ce7c5c923a add another example on running hprop | hpropd Assar Westerlund 2001-01-30 17:07:03 +00:00
  • eeb71956be (LDAP__lookup_princ): call ldap_search_s correctly. From Jacques Vidrine <n@nectar.com> Assar Westerlund 2001-01-30 16:59:08 +00:00
  • 5e2632d9dc spelling Assar Westerlund 2001-01-30 04:18:41 +00:00
  • 91be6656d6 (main): check for file being specified Assar Westerlund 2001-01-30 04:15:50 +00:00
  • 4f287022ce (db_fetch): return better error code Assar Westerlund 2001-01-30 03:54:21 +00:00
  • ddb37f32c6 (db_fetch): HDB_ERR_NOENTRY makes more sense than ENOENT Assar Westerlund 2001-01-30 03:27:09 +00:00
  • 3512a2495e *** empty log message *** Assar Westerlund 2001-01-30 03:05:40 +00:00
  • b30665b3bf (print_version): add 2001 Assar Westerlund 2001-01-30 03:05:29 +00:00
  • e799e7ee8b *** empty log message *** Assar Westerlund 2001-01-30 02:00:05 +00:00
  • 2163320f83 *** empty log message *** Assar Westerlund 2001-01-30 01:59:27 +00:00
  • 358a791865 + richard nyberg, frank van der linden Assar Westerlund 2001-01-30 01:57:31 +00:00
  • 21634eee12 bump versions Assar Westerlund 2001-01-30 01:56:00 +00:00
  • 4c873c9a1a (libotp_la_LDFLAGS): bump version to 1:2:1 Assar Westerlund 2001-01-30 01:54:48 +00:00
  • 5000fc1057 (libroken_la_LDFLAGS): bump versoin to 11:1:2 Assar Westerlund 2001-01-30 01:53:30 +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
  • fa7eecfdae *** empty log message *** Assar Westerlund 2001-01-30 01:28:20 +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