Commit Graph

  • 232c6d2d30 convert DES3 keys to des3-cbc-sha1, and des3-cbc-md5 Johan Danielsson 1999-02-20 16:57:36 +00:00
  • 766ee2929e x Johan Danielsson 1999-02-20 16:30:25 +00:00
  • 8f5094b857 (DES3_string_to_key): make this actually do what the draft said it should Johan Danielsson 1999-02-20 16:30:11 +00:00
  • a4637a1462 add copyright and rcsid Johan Danielsson 1999-02-20 15:57:17 +00:00
  • 557b2e4beb x Johan Danielsson 1999-02-20 15:47:18 +00:00
  • 5ee2667389 little program for database conversion Johan Danielsson 1999-02-20 15:45:31 +00:00
  • 0b5e5caf89 (DB_open): try to open database w/o .db extension Johan Danielsson 1999-02-20 15:40:16 +00:00
  • 0f9fe88e23 convert_db Johan Danielsson 1999-02-20 15:12:34 +00:00
  • 523ded820a (NDBM_open): add test for database format Johan Danielsson 1999-02-20 15:11:54 +00:00
  • 20c97f7f5e (DB_open): add test for database format Johan Danielsson 1999-02-20 15:11:27 +00:00
  • 28cb367252 (generate_2int): don't depend on flags being unsigned Johan Danielsson 1999-02-20 15:08:53 +00:00
  • fdce59c712 hdb_set_master_key -> hdb_set_master_keyfile Johan Danielsson 1999-02-20 15:07:52 +00:00
  • 5b473763a4 prototype for `hdb_set_master_keyfile' Johan Danielsson 1999-02-20 15:07:00 +00:00
  • e890eb7603 change hdb_set_master_key' to take an EncryptionKey, and add a new function hdb_set_master_keyfile' to do what `hdb_set_master_key' used to do Johan Danielsson 1999-02-20 15:06:22 +00:00
  • f908310db8 update year Johan Danielsson 1999-02-20 14:48:43 +00:00
  • 634a963513 add `--convert-file' option to change keytype of existing master key file Johan Danielsson 1999-02-20 14:47:49 +00:00
  • e2d90c1133 Release 0.1a Assar Westerlund 1999-02-19 06:04:15 +00:00
  • e8f7a579e5 *** empty log message *** Assar Westerlund 1999-02-19 05:50:42 +00:00
  • 30ad2aa4e1 0.1a Assar Westerlund 1999-02-19 05:41:52 +00:00
  • e611178ee4 *** empty log message *** Assar Westerlund 1999-02-19 05:32:37 +00:00
  • 701a03022a *** empty log message *** Assar Westerlund 1999-02-19 05:17:59 +00:00
  • 7f8b81d6f1 remove unused variables, add braces. Assar Westerlund 1999-02-19 05:17:11 +00:00
  • d469bf58ff *** empty log message *** Assar Westerlund 1999-02-19 02:54:24 +00:00
  • fd01ac846d (SOURCES): add fnmatch Assar Westerlund 1999-02-19 02:54:05 +00:00
  • 0068c0e1f3 (krb5_mk_safe): sizeof(buf) -> buf_size, buf is now a `u_char *' Assar Westerlund 1999-02-16 23:36:43 +00:00
  • 273f1e032c mention /dev/null. From: Simon Josefsson <jas@pdc.kth.se> Assar Westerlund 1999-02-16 20:14:08 +00:00
  • beaef7e102 (add): on second thought, remove abs. there's already a standard function in ANSI of that name and I prefer functions to macros and we depend on it existing in a number of places. Assar Westerlund 1999-02-16 00:55:18 +00:00
  • 1aaafb524f (abs): add Assar Westerlund 1999-02-16 00:52:59 +00:00
  • 3d536e3a81 build and install pfrom Assar Westerlund 1999-02-15 21:34:36 +00:00
  • 5a0b5a082c (pfrom): use libexecdir Assar Westerlund 1999-02-15 21:34:26 +00:00
  • 0db57f0f7a *** empty log message *** Assar Westerlund 1999-02-15 21:24:04 +00:00
  • 31b022919d (do_connect): init `s' (pop_state): spell-check enums Assar Westerlund 1999-02-15 21:22:06 +00:00
  • 5e96affae6 *** empty log message *** Assar Westerlund 1999-02-15 21:07:33 +00:00
  • 2103edc60b *** empty log message *** Assar Westerlund 1999-02-15 21:06:42 +00:00
  • 58319e9d27 (mkstemp, gethostname): also includes prototypes if they are needed. Assar Westerlund 1999-02-15 21:05:17 +00:00
  • ef4e99052c (krb5_init_etype): etypes are now `int' Assar Westerlund 1999-02-15 21:04:46 +00:00
  • 03cc0239a0 (krb5_get_host_realm): constize orig_host Assar Westerlund 1999-02-15 21:04:07 +00:00
  • ad82c58082 (krb5_salttype_to_string): new function (RSA_MD5_DES_verify, RSA_MD5_DES3_verify): initialize ret Assar Westerlund 1999-02-15 21:03:38 +00:00
  • 30250940c5 (init_auth): remove unnecessary gssapi_krb5_init. ask for KEYTYPE_DES credentials Assar Westerlund 1999-02-15 21:02:39 +00:00
  • 0b54ed61fe (print_entry_long): print the keytypes and salts available for the principal Assar Westerlund 1999-02-15 21:01:42 +00:00
  • 79aadea133 update with configure.in Assar Westerlund 1999-02-15 21:00:13 +00:00
  • 4d0ab930b2 (WFLAGS): add `-O' to catch unitialized variables and such (gethostname, mkstemp, getusershell, inet_aton): more tests Assar Westerlund 1999-02-15 20:59:54 +00:00
  • 07b396914c update prototypes Assar Westerlund 1999-02-13 17:50:53 +00:00
  • 8f96576576 (match): remove #ifdef HAVE_FNMATCH. We have a fnmatch implementation in roken and therefore always have it. Assar Westerlund 1999-02-13 17:48:29 +00:00
  • b06923755b homogenize broken detection with krb4 Assar Westerlund 1999-02-13 17:47:32 +00:00
  • 662fdcd1c1 add <unistd.h> Assar Westerlund 1999-02-13 17:25:47 +00:00
  • 5898f3d36e more people Assar Westerlund 1999-02-13 16:48:05 +00:00
  • 840215d2ba *** empty log message *** Assar Westerlund 1999-02-13 16:23:49 +00:00
  • 9724d68217 (kadm5_c_init_with_context): remove unused `error' Assar Westerlund 1999-02-13 16:20:55 +00:00
  • 83168b064c (copy_stream): initialize `werr' Assar Westerlund 1999-02-13 16:19:33 +00:00
  • cb60e93e4d new file Assar Westerlund 1999-02-13 16:16:29 +00:00
  • cec1e90a22 (check_der): add Assar Westerlund 1999-02-13 16:16:12 +00:00
  • 10db56db14 (define_type): map ASN1 Integer to int' instead of unsigned' Assar Westerlund 1999-02-13 16:15:53 +00:00
  • bd157c7efd (length_unsigned): new function (length_int): handle signed integers Assar Westerlund 1999-02-13 16:15:18 +00:00
  • 65ffbd5e29 (der_put_unsigned): new function (der_put_int): handle signed integers Assar Westerlund 1999-02-13 16:14:53 +00:00
  • 90737baeff (der_get_unsigned): new function (der_get_int): handle signed integers Assar Westerlund 1999-02-13 16:14:27 +00:00
  • f0ee2b69be all integer functions take int' instead of unsigned' Assar Westerlund 1999-02-13 16:14:03 +00:00
  • 9894665a1e (filename): unused. remove. Assar Westerlund 1999-02-13 16:13:24 +00:00
  • d88d76118c (estrdup): add Assar Westerlund 1999-02-13 05:13:39 +00:00
  • 1d2827c36c new file Assar Westerlund 1999-02-13 05:13:06 +00:00
  • 96eb99e4ec (estrdup): add prototype Assar Westerlund 1999-02-13 05:12:39 +00:00
  • a86c64e2d8 roken.h Assar Westerlund 1999-02-13 05:10:04 +00:00
  • 7b6fbd07a3 (emalloc, erealloc): add Assar Westerlund 1999-02-13 04:34:11 +00:00
  • 50933b67a3 (libroken_la_SOURCES): add emalloc and erealloc Assar Westerlund 1999-02-13 04:32:01 +00:00
  • 3355af9a14 (SOURCES, OBJECTS): add emalloc, erealloc, resolve Assar Westerlund 1999-02-13 04:31:15 +00:00
  • b99b2811cd new files Assar Westerlund 1999-02-13 04:30:54 +00:00
  • 01fdb05207 remove appl/su/Makefile Johan Danielsson 1999-02-12 17:45:51 +00:00
  • fc922822a8 x Johan Danielsson 1999-02-11 22:05:25 +00:00
  • 3ec8e88e26 x Johan Danielsson 1999-02-11 21:57:43 +00:00
  • cd6de7690f set AIX_SRC also if !AIX Johan Danielsson 1999-02-11 21:57:26 +00:00
  • aaae186ab9 merge new-crypto branch Johan Danielsson 1999-02-11 21:03:59 +00:00
  • 0a6c3f7fde x Johan Danielsson 1999-02-09 22:45:40 +00:00
  • c8076e01ca add snprintf.o to make_cmds Johan Danielsson 1999-02-09 22:45:32 +00:00
  • 7a87ac5479 print out what telnet program we are running. From <nissej@pdc.kth.se> Assar Westerlund 1999-02-04 21:19:50 +00:00
  • 25f02b87bd add --version, [-h | --help], -v Assar Westerlund 1999-02-04 09:29:59 +00:00
  • efaa811c98 (rxterm, rxtelnet, telnetxr): substitute VERSION and PACKAGE Assar Westerlund 1999-02-04 09:28:47 +00:00
  • 4b1707102f update usage string Assar Westerlund 1999-02-03 21:01:38 +00:00
  • 5ac696a38f *** empty log message *** Assar Westerlund 1999-02-01 03:14:28 +00:00
  • cadde46b56 (get_kdc_address): only call gethostbyname2 with AF_INET6 if we actually have IPv6. From "Brandon S. Allbery KF8NH" <allbery@kf8nh.apk.net> Assar Westerlund 1999-02-01 03:12:06 +00:00
  • cd97d42863 (krb5_get_forwarded_creds): only call gethostbyname2 with AF_INET6 if we actually have IPv6. From "Brandon S. Allbery KF8NH" <allbery@kf8nh.apk.net> Assar Westerlund 1999-02-01 03:10:36 +00:00
  • 2872ceb0f7 (krb5_sendto_kdc): only call gethostbyname2 with AF_INET6 if we actually have IPv6. From "Brandon S. Allbery KF8NH" <allbery@kf8nh.apk.net> Assar Westerlund 1999-02-01 03:09:02 +00:00
  • 7c9d03a4ee (tn): only call gethostbyname2 with AF_INET6 if we actually have IPv6. From "Brandon S. Allbery KF8NH" <allbery@kf8nh.apk.net> Assar Westerlund 1999-02-01 03:08:27 +00:00
  • 6e78d0353d *** empty log message *** Assar Westerlund 1999-01-31 05:50:45 +00:00
  • 936ed46ba7 more magic for different v6 implementations. From Jun-ichiro itojun Hagino <itojun@kame.net> Assar Westerlund 1999-01-31 05:50:29 +00:00
  • 5edb3c3759 (parse_prots): always bind to AF_INET, there are v6-implementations without support for `mapped V4 addresses'. From Jun-ichiro itojun Hagino <itojun@kame.net> Assar Westerlund 1999-01-31 05:26:29 +00:00
  • e94157b5cb *** empty log message *** Assar Westerlund 1999-01-30 21:53:48 +00:00
  • 4d341b71c1 Release 0.0u Assar Westerlund 1999-01-30 21:38:29 +00:00
  • 5119c9121a *** empty log message *** Assar Westerlund 1999-01-30 19:41:14 +00:00
  • 359d82458c explicit rules for *.et files Assar Westerlund 1999-01-30 19:40:46 +00:00
  • cb09ff0795 (get_kadm_ticket): only remove creds if krb5_get_credentials was succesful. (get_new_cache): return better error codes and return earlier. (get_cred_cache): only delete default_client if it's different from client (kadm5_c_init_with_context): return a more descriptive error. Assar Westerlund 1999-01-30 19:39:59 +00:00
  • 34ea75f10f (check_flags): handle NULL client or server Assar Westerlund 1999-01-30 19:35:53 +00:00
  • e38da30adb update Assar Westerlund 1999-01-30 18:37:35 +00:00
  • efbc469e2b environ: add declaration for Assar Westerlund 1999-01-30 18:32:59 +00:00
  • fe80314a07 (krb5_sendauth): return the error in `ret_error' iff != NULL Assar Westerlund 1999-01-30 18:30:40 +00:00
  • 45dcf1b865 (krb5_free_error, krb5_free_error_contents): new functions Assar Westerlund 1999-01-30 18:29:58 +00:00
  • 7ad34e19fc (krb5_mk_req_extended): more type-correctness Assar Westerlund 1999-01-30 18:29:36 +00:00
  • 6b1f4d05e4 (krb5_error): typedef to KRB_ERROR Assar Westerlund 1999-01-30 18:29:11 +00:00
  • 039540695f KRB5_TGS_NAME: use Assar Westerlund 1999-01-30 18:28:46 +00:00
  • ecfe760ceb (afslog_uid_int): update to changes Assar Westerlund 1999-01-30 18:26:51 +00:00
  • 2cc078c4f1 (kadm5_s_rename_principal): call remove instead of rename, but shouldn't this just call rename? Assar Westerlund 1999-01-30 18:26:16 +00:00