Commit Graph

  • f0683a224b TESTS += test_addr Love Hörnquist Åstrand 2005-03-28 19:20:16 +00:00
  • d188c2271b simple test for addresses Love Hörnquist Åstrand 2005-03-28 19:18:21 +00:00
  • 90fff550fa make RANGE parse prefixlen style addresses too, fix printing of RANGE addresses, add krb5_address_prefixlen_boundary Love Hörnquist Åstrand 2005-03-28 19:16:43 +00:00
  • c83462ad02 x Love Hörnquist Åstrand 2005-03-28 15:06:39 +00:00
  • 9c4d1ce62a stop memory leak in example, expand on wildcards Love Hörnquist Åstrand 2005-03-28 15:05:43 +00:00
  • 684c1acb7b x Love Hörnquist Åstrand 2005-03-26 11:13:48 +00:00
  • dda06c4682 use defined(TEST_SNPRINTF) like on all other places in the same file Love Hörnquist Åstrand 2005-03-26 11:13:06 +00:00
  • ad6076e436 List of attributes, from James F. Hranicky <jfh@cise.ufl.edu> Love Hörnquist Åstrand 2005-03-26 10:10:56 +00:00
  • 6d819f21b9 spelling, from Tomas Olsson Love Hörnquist Åstrand 2005-03-26 10:04:48 +00:00
  • 52589a0be9 x Love Hörnquist Åstrand 2005-03-23 16:25:06 +00:00
  • 692e21b3e7 remove setting of DES_check_key, all code uses DES_set_key_checked Love Hörnquist Åstrand 2005-03-23 16:22:39 +00:00
  • 07757ea5a2 use DES_set_key_checked Love Hörnquist Åstrand 2005-03-23 16:19:31 +00:00
  • 269f9185cd fix prototype for DES_random_key Love Hörnquist Åstrand 2005-03-23 16:16:51 +00:00
  • cea4587bf4 (c) Love Hörnquist Åstrand 2005-03-23 12:36:27 +00:00
  • 866e877d04 provide c99 types to the built-in libdes functions Love Hörnquist Åstrand 2005-03-23 12:34:36 +00:00
  • 89b6cbfc45 x Love Hörnquist Åstrand 2005-03-23 12:32:20 +00:00
  • 21382af672 provide compatibility function DES_key_sched, same as DES_set_key Love Hörnquist Åstrand 2005-03-23 12:31:13 +00:00
  • efefe92a1c x Love Hörnquist Åstrand 2005-03-21 14:03:08 +00:00
  • e05b80a59d use $(LIB_roken) Love Hörnquist Åstrand 2005-03-21 13:58:27 +00:00
  • 18a62a3ee4 x Love Hörnquist Åstrand 2005-03-21 13:43:58 +00:00
  • 6fbd71cdfb Make editline a non-static library and let libtool decide (same with libel_compat). This way libedit will build shared version is the library that is possible to link with other shared lib if its needed. Also make libed_compat a libtool convenience library. Love Hörnquist Åstrand 2005-03-21 13:39:10 +00:00
  • 20e1990667 check for overflows Love Hörnquist Åstrand 2005-03-21 13:31:33 +00:00
  • 694ff5984b x Love Hörnquist Åstrand 2005-03-20 16:22:10 +00:00
  • 181c13afdc include config.h and protect some headers Love Hörnquist Åstrand 2005-03-20 16:20:31 +00:00
  • 19cd43777f x Love Hörnquist Åstrand 2005-03-20 16:14:02 +00:00
  • ce454647a2 move <des.h> to after include <krb5-types.h> so the C99 integer types exists Love Hörnquist Åstrand 2005-03-20 16:12:19 +00:00
  • 7c6b360f3a (make_ccred_from_cred): addresses is filled in now, remove comment Love Hörnquist Åstrand 2005-03-19 18:01:15 +00:00
  • d87eb9758e add mutex for global variables, clean up returned error codes, implement storing addresses into the ccapi Love Hörnquist Åstrand 2005-03-19 17:41:22 +00:00
  • de0e232d51 free memory, make error strings match Love Hörnquist Åstrand 2005-03-19 04:37:30 +00:00
  • 334bc9635f x Love Hörnquist Åstrand 2005-03-19 03:19:14 +00:00
  • 9276f222b9 use print_gss_name, print server name too Love Hörnquist Åstrand 2005-03-19 03:17:30 +00:00
  • 8e12e63ee3 (print_gss_name): common code for printing gss name Love Hörnquist Åstrand 2005-03-19 03:13:14 +00:00
  • 03c91061ad x Love Hörnquist Åstrand 2005-03-19 02:54:45 +00:00
  • b925aac02c Make constent with rest of the gssapi test programs Love Hörnquist Åstrand 2005-03-19 02:52:26 +00:00
  • 1b28bc69c3 x Love Hörnquist Åstrand 2005-03-18 17:23:57 +00:00
  • 7d0ee53c06 use $Id$, not the mangled netbsd version Love Hörnquist Åstrand 2005-03-18 17:01:29 +00:00
  • fc71467948 use RCSID instead of __RCSID Love Hörnquist Åstrand 2005-03-18 16:59:04 +00:00
  • a93fe0ed4d (hex_encode): wrap SIZE_T_MAX Love Hörnquist Åstrand 2005-03-17 13:25:35 +00:00
  • e502ee6379 AES is enabled by default, remove ifdefs Love Hörnquist Åstrand 2005-03-17 00:42:05 +00:00
  • fdb02ca44d use hex encoder from roken AES is enabled by default, remove ifdefs Love Hörnquist Åstrand 2005-03-17 00:34:12 +00:00
  • 38ed3f09f9 AES is enabled by default, remove ifdefs Love Hörnquist Åstrand 2005-03-17 00:28:48 +00:00
  • fb1f6f159b make example better Love Hörnquist Åstrand 2005-03-16 13:36:31 +00:00
  • a550bdf307 x Love Hörnquist Åstrand 2005-03-16 13:19:54 +00:00
  • ad03885ded (gssapi_krb5_set_error_string): pass in the krb5_context to krb5_free_error_string Love Hörnquist Åstrand 2005-03-16 13:15:03 +00:00
  • 69f891d8e9 x Love Hörnquist Åstrand 2005-03-16 05:23:59 +00:00
  • c54a537187 Add some text about modifying the database Love Hörnquist Åstrand 2005-03-16 05:21:56 +00:00
  • b4c8657a7f x Love Hörnquist Åstrand 2005-03-15 23:19:17 +00:00
  • 9a9e2f535c include <sys/socket.h> for <netinet6/in6_var.h> Love Hörnquist Åstrand 2005-03-15 23:18:20 +00:00
  • 98f267a220 widen lifetime/renewal warning text field, also make use of unparse_time_approx, no need to be specific to the second when ticket needs to be renewed or their lifetime. Love Hörnquist Åstrand 2005-03-15 23:08:35 +00:00
  • 7a8399437f copyright maintenance, drop eay, use updated UCB license Love Hörnquist Åstrand 2005-03-15 22:46:24 +00:00
  • ca9e2e3669 x Love Hörnquist Åstrand 2005-03-15 22:29:13 +00:00
  • d7cf8b175c (gssapi_krb5_set_error_string): don't misuse the krb5_get_error_string api Love Hörnquist Åstrand 2005-03-15 22:27:31 +00:00
  • 9eec76e00a x Love Hörnquist Åstrand 2005-03-15 19:12:49 +00:00
  • 00c5d0af9f more static and unsigned issues Love Hörnquist Åstrand 2005-03-15 19:11:25 +00:00
  • 256ec57f94 fix signedness issues, prompted by report of Magnus Ahltorp Love Hörnquist Åstrand 2005-03-15 14:49:04 +00:00
  • 2011172ac2 x Love Hörnquist Åstrand 2005-03-14 21:37:37 +00:00
  • c0350b7481 add DES_set_key_checked Love Hörnquist Åstrand 2005-03-14 21:36:32 +00:00
  • d866023a3a x Love Hörnquist Åstrand 2005-03-13 15:13:11 +00:00
  • 144fc12c0e more text about how to free returned resources Love Hörnquist Åstrand 2005-03-13 15:07:13 +00:00
  • 73868a7b50 x Love Hörnquist Åstrand 2005-03-10 05:42:58 +00:00
  • 4b695a4a24 handle the -25 generation path Love Hörnquist Åstrand 2005-03-10 05:39:21 +00:00
  • 244e0b3971 do error handling and catch programmers errors Love Hörnquist Åstrand 2005-03-09 23:28:10 +00:00
  • 81e92ae5b3 use KRB5_PADATA_PK_AS_REQ_19 Love Hörnquist Åstrand 2005-03-09 22:59:39 +00:00
  • 19c78d1e03 fold in pk-init-25 asn1 changes Love Hörnquist Åstrand 2005-03-09 22:39:17 +00:00
  • 01f52d48e6 use generated oid's Love Hörnquist Åstrand 2005-03-09 15:49:23 +00:00
  • b68c2887d2 use generated oid's Love Hörnquist Åstrand 2005-03-09 15:31:39 +00:00
  • f69e7ee138 use the new generated oid functions Love Hörnquist Åstrand 2005-03-08 22:57:22 +00:00
  • 2b0b4dc044 update to the asn1 structures used in -25's Love Hörnquist Åstrand 2005-03-08 22:17:46 +00:00
  • 3c06f39e98 x Love Hörnquist Åstrand 2005-03-07 17:25:58 +00:00
  • 842d538ec3 check_PROGRAMS += hex-test Love Hörnquist Åstrand 2005-03-06 17:05:47 +00:00
  • de77e55cc5 x Love Hörnquist Åstrand 2005-03-06 16:39:28 +00:00
  • 8fe2a2f908 fix decodeing, it processed to much data and thus returned the wrong length Love Hörnquist Åstrand 2005-03-06 16:37:55 +00:00
  • 424b9dfce5 hex encoding/decoding test Love Hörnquist Åstrand 2005-03-06 16:35:08 +00:00
  • 0a4ef1094d use size_t for length Love Hörnquist Åstrand 2005-03-04 16:59:58 +00:00
  • 2add6e06b2 make it work Love Hörnquist Åstrand 2005-03-04 16:59:19 +00:00
  • 201a3a4122 x Love Hörnquist Åstrand 2005-03-04 15:13:19 +00:00
  • 6058abac27 use the newly written hex function from roken and remove the old implementation Love Hörnquist Åstrand 2005-03-04 15:13:01 +00:00
  • ae23224499 add hex.[ch] Love Hörnquist Åstrand 2005-03-04 15:09:35 +00:00
  • 61e610065a add hex encoder/decoder Love Hörnquist Åstrand 2005-03-04 12:52:46 +00:00
  • 7c5f4704ec x Love Hörnquist Åstrand 2005-03-02 22:59:23 +00:00
  • cd6d1bcf87 In 1997, the University of California, Berkeley issued a statement retroactively relicensing all code held under their copyright from a 4-clause 'traditional' BSD license to a new 3-clause 'revised' BSD license, which removed the advertising clause. Love Hörnquist Åstrand 2005-03-02 22:57:46 +00:00
  • de1a25778c remove stray ( in output Love Hörnquist Åstrand 2005-03-02 22:51:36 +00:00
  • d78aff21b1 Update new revision from NetBSD (copyright update) Love Hörnquist Åstrand 2005-03-02 22:47:28 +00:00
  • fa3e479a4a x Love Hörnquist Åstrand 2005-03-01 22:19:21 +00:00
  • aa3da63292 Match solaris 10. From: Joakim Fallsjo <fallsjo@sanchin.se> Love Hörnquist Åstrand 2005-03-01 22:17:44 +00:00
  • 61a0a1ccd1 x Love Hörnquist Åstrand 2005-03-01 11:44:38 +00:00
  • a28b812917 note in a comment that this is a generated file Love Hörnquist Åstrand 2005-03-01 11:43:01 +00:00
  • 110f1ca86e (_gss_DES3_get_mic_compat): don't unlock mutex here. Bug reported by Stefan Metzmacher <metze@samba.org> Love Hörnquist Åstrand 2005-03-01 09:20:56 +00:00
  • 81dcda73d0 x Love Hörnquist Åstrand 2005-03-01 07:48:02 +00:00
  • 555571d923 allow specifing port to connect to Love Hörnquist Åstrand 2005-03-01 07:47:32 +00:00
  • 20d2613f63 x Love Hörnquist Åstrand 2005-02-24 15:52:07 +00:00
  • de9438c314 bump version to 17:0:1 Love Hörnquist Åstrand 2005-02-24 15:51:41 +00:00
  • 7015659927 bump version to 21:0:4 Love Hörnquist Åstrand 2005-02-24 15:51:02 +00:00
  • c1e831f2dd bump version to 4:1:4 Love Hörnquist Åstrand 2005-02-24 15:48:47 +00:00
  • 19963908b4 bump version to 7:7:0 and 6:5:2 Love Hörnquist Åstrand 2005-02-24 15:45:23 +00:00
  • 147757d076 bump version to 8:0:1 Love Hörnquist Åstrand 2005-02-24 15:44:42 +00:00
  • 338ae0e431 bump version to 7:0:1 Love Hörnquist Åstrand 2005-02-24 15:44:00 +00:00
  • a3f06cb5e1 x Love Hörnquist Åstrand 2005-02-24 09:28:55 +00:00
  • daf0e37e03 x Love Hörnquist Åstrand 2005-02-24 08:57:12 +00:00
  • 84029d29a5 x Love Hörnquist Åstrand 2005-02-23 18:58:42 +00:00