*** empty log message ***
[heimdal.git] / ChangeLog
blob6219566633415c2ab5b56ff0160db7df42496a0c
1 Wed Nov 12 02:35:57 1997  Assar Westerlund  <assar@sics.se>
3         * appl/rsh/rsh.c: implemented BSD-style reserved port
4         `authentication'
6 Wed Nov 12 01:36:01 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
8         * lib/krb5/get_addrs.c: Fall back to hostname's addresses if other
9         methods fail.
11 Tue Nov 11 22:22:12 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
13         * kadmin/kadmin.c: Add `-l' flag to use local database.
15         * lib/kadm5/acl.c: Use KADM5_PRIV_ALL.
17         * lib/kadm5: Use function pointer trampoline for easier dual use
18         (without radiation-hardening capability).
20 Tue Nov 11 05:15:22 1997  Assar Westerlund  <assar@sics.se>
22         * lib/krb5/encrypt.c (krb5_etype_valid): new function
24         * lib/krb5/creds.c (krb5_copy_creds_contents): zero target
26         * lib/krb5/context.c (valid_etype): remove
28         * lib/krb5/checksum.c: remove dead code
30         * lib/krb5/changepw.c (send_request): free memory on error.
32         * lib/krb5/build_ap_req.c (krb5_build_ap_req): check return value
33         from malloc.
35         * lib/krb5/auth_context.c (krb5_auth_con_init): free memory on
36         failure correctly.
37         (krb5_auth_con_setaddrs_from_fd): return error correctly.
39         * lib/krb5/get_in_tkt_with_{keytab,skey}.c: new files
41 Tue Nov 11 02:53:19 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
43         * lib/krb5/auth_context.c: Implement auth_con_setuserkey.
45         * lib/gssapi/init_sec_context.c: Use krb5_auth_con_getkey.
47         * lib/krb5/keyblock.c: Rename krb5_free_keyblock to
48         krb5_free_keyblock_contents, and reimplement krb5_free_keyblock.
50         * lib/krb5/rd_req.c: Use auth_context->keyblock if
51         ap_options.use_session_key.
53 Tue Nov 11 02:35:17 1997  Assar Westerlund  <assar@sics.se>
55         * lib/krb5/net_{read,write}.c: change `int fd' to `void *p_fd'.
56         fix callers.
58         * lib/krb5/krb5_locl.h: include <asn1.h> and <der.h>
60         * include/Makefile.am: add xdbm.h
62 Tue Nov 11 01:58:22 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
64         * lib/krb5/get_cred.c: Implement krb5_get_cred_from_kdc.
66 Mon Nov 10 22:41:53 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
68         * lib/krb5/ticket.c: Implement copy_ticket.
70         * lib/krb5/get_in_tkt.c: Make `options' parameter MIT-compatible.
72         * lib/krb5/data.c: Implement free_data and copy_data.
74 Sun Nov  9 02:17:27 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
76         * lib/kadm5: Implement kadm5_get_privs, and kadm5_get_principals.
78         * kadmin/kadmin.c: Add get_privileges function.
80         * lib/kadm5: Rename KADM5_ACL_* -> KADM5_PRIV_* to conform with
81         specification.
83         * kdc/connect.c: Exit if no sockets could be bound.
85         * kadmin/kadmind.c: Check return value from krb5_net_read().
87         * lib/kadm5,kadmin: Fix memory leaks.
89 Fri Nov  7 02:45:26 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
91         * lib/kadm5/create_s.c: Get some default values from `default'
92         principal.
94         * lib/kadm5/ent_setup.c: Add optional default entry to get some
95         values from.
97 Thu Nov  6 00:20:41 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
99         * lib/error/compile_et.awk: Remove generated destroy_*_error_table
100         prototype
102         * kadmin/kadmind.c: Crude admin server.
104         * kadmin/kadmin.c: Update to use remote protocol.
106         * kadmin/get.c: Fix principal formatting.
108         * lib/kadm5: Add client support.
110         * lib/kadm5/error.c: Error code mapping.
112         * lib/kadm5/server.c: Kadmind support function.
114         * lib/kadm5/marshall.c: Kadm5 marshalling.
116         * lib/kadm5/acl.c: Simple acl system.
118         * lib/kadm5/kadm5_locl.h: Add client stuff.
120         * lib/kadm5/init_s.c: Initialize acl.
122         * lib/kadm5/*:  Return values.
124         * lib/kadm5/create_s.c: Correct kvno.
126 Wed Nov  5 22:06:50 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
128         * lib/krb5/log.c: Fix parsing of log destinations.
130 Mon Nov  3 20:33:55 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
132         * lib/krb5/principal.c: Reduce number of reallocs in unparse_name.
134 Sat Nov  1 01:40:53 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
136         * kadmin: Simple kadmin utility.
138         * admin/ktutil.c: Print keytype.
140         * lib/kadm5/get_s.c: Set correct n_key_data.
142         * lib/kadm5/init_s.c: Add kadm5_s_init_with_password_ctx. Use
143         master key.
145         * lib/kadm5/destroy_s.c: Check for allocated context.
147         * lib/kadm5/{create,chpass}_s.c: Use _kadm5_set_keys().
149 Sat Nov  1 00:21:00 1997  Assar Westerlund  <assar@sics.se>
151         * configure.in: test for readv, writev
153 Wed Oct 29 23:41:26 1997  Assar Westerlund  <assar@sics.se>
155         * lib/krb5/warn.c (_warnerr): handle the case of an illegal error
156         code
158         * kdc/kerberos5.c (encode_reply): return success
160 Wed Oct 29 18:01:59 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
162         * kdc/kerberos5.c (find_etype) Return correct index of selected
163         etype.
165 Wed Oct 29 04:07:06 1997  Assar Westerlund  <assar@sics.se>
167         * Release 0.0k
169         * lib/krb5/context.c (krb5_init_context): support `KRB5_CONFIG'
170         environment variable
172         * *: use the roken_get*-macros from roken.h for the benefit of
173         Crays.
175         * configure.in: add --{enable,disable}-otp.  check for compatible
176         prototypes for gethostbyname, gethostbyaddr, getservbyname, and
177         openlog (they have strange prototypes on Crays)
179         * acinclude.m4: new macro `AC_PROTO_COMPAT'
181 Tue Oct 28 00:11:22 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
183         * kdc/connect.c: Log bad requests.
185         * kdc/kerberos5.c: Move stuff that's in common between as_rep and
186         tgs_rep to separate functions.
188         * kdc/kerberos5.c: Fix user-to-user authentication.
190         * lib/krb5/get_cred.c: Some restructuring of krb5_get_credentials:
191           - add a kdc-options argument to krb5_get_credentials, and rename
192             it to krb5_get_credentials_with_flags
193           - honour the KRB5_GC_CACHED, and KRB5_GC_USER_USER options
194           - add some more user-to-user glue
196         * lib/krb5/rd_req.c: Move parts of krb5_verify_ap_req into a new
197         function, krb5_decrypt_ticket, so it is easier to decrypt and
198         check a ticket without having an ap-req.
200         * lib/krb5/krb5.h: Add KRB5_GC_CACHED, and KRB5_GC_USER_USER
201         flags.
203         * lib/krb5/crc.c (crc_init_table): Check if table is already
204         inited.
206 Sun Oct 26 04:51:02 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
208         * lib/asn1/der_get.c (der_get_length, fix_dce): Special-case
209         indefinite encoding.
211         * lib/asn1/gen_glue.c (generate_units): Check for empty
212         member-list.
214 Sat Oct 25 07:24:57 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
216         * lib/error/compile_et.awk: Allow specifying table-base.
218 Tue Oct 21 20:21:40 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
220         * kdc/kerberos5.c: Check version number of krbtgt.
222 Mon Oct 20 01:14:53 1997  Assar Westerlund  <assar@sics.se>
224         * lib/krb5/prompter_posix.c (krb5_prompter_posix): implement the
225         case of unhidden prompts.
227         * lib/krb5/str2key.c (string_to_key_internal): return error
228         instead of aborting.  always free memory
230         * admin/ktutil.c: add `help' command
232         * admin/kdb_edit.c: implement new commands: add_random_key(ark),
233         change_password(cpw), change_random_key(crk)
235 Thu Oct 16 05:16:36 1997  Assar Westerlund  <assar@sics.se>
237         * kpasswd/kpasswdd.c: change all the keys in the database
239         * kdc: removed all unsealing, now done by the hdb layer
241         * lib/hdb/hdb.c: new functions `hdb_create', `hdb_set_master_key'
242         and `hdb_clear_master_key'
244         * admin/misc.c: removed
246 Wed Oct 15 22:47:31 1997  Assar Westerlund  <assar@sics.se>
248         * kuser/klist.c: print year as YYYY iff verbose
250 Wed Oct 15 20:02:13 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
252         * kuser/klist.c: print etype from ticket
254 Mon Oct 13 17:18:57 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
256         * Release 0.0j
258         * lib/krb5/get_cred.c: Get the subkey from mk_req so it can be
259         used to decrypt the reply from DCE secds.
261         * lib/krb5/auth_context.c: Add {get,set}enctype.
263         * lib/krb5/get_cred.c: Fix for DCE secd.
265         * lib/krb5/store.c: Store keytype twice, as MIT does.
267         * lib/krb5/get_in_tkt.c: Use etype from reply.
269 Fri Oct 10 00:39:48 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
271         * kdc/connect.c: check for leading '/' in http request
273 Tue Sep 30 21:50:18 1997  Assar Westerlund  <assar@assaris.pdc.kth.se>
275         * Release 0.0i
277 Mon Sep 29 15:58:43 1997  Assar Westerlund  <assar@sics.se>
279         * lib/krb5/rd_req.c (krb5_rd_req): redone because we don't know
280         the kvno or keytype before receiving the AP-REQ
282         * lib/krb5/mk_safe.c (krb5_mk_safe): figure out what cksumtype to
283         use from the keytype.
285         * lib/krb5/mk_req_ext.c (krb5_mk_req_extended): figure out what
286         cksumtype to use from the keytype.
288         * lib/krb5/mk_priv.c (krb5_mk_priv): figure out what etype to use
289         from the keytype.
291         * lib/krb5/keytab.c (krb5_kt_get_entry): check the keytype
293         * lib/krb5/get_for_creds.c (krb5_get_forwarded_creds): figure out
294         what etype to use from the keytype.
296         * lib/krb5/generate_seq_number.c (krb5_generate_seq_number):
297         handle other key types than DES
299         * lib/krb5/encrypt.c (key_type): add `best_cksumtype'
300         (krb5_keytype_to_cksumtype): new function
302         * lib/krb5/build_auth.c (krb5_build_authenticator): figure out
303         what etype to use from the keytype.
305         * lib/krb5/auth_context.c (krb5_auth_con_init): set `cksumtype'
306         and `enctype' to 0
308         * admin/extkeytab.c (ext_keytab): extract all keys
310         * appl/telnet/telnet/commands.c: INET6_ADDRSTRLEN kludge
312         * configure.in: check for <netinet6/in6.h>. check for -linet6
313         
314 Tue Sep 23 03:00:53 1997  Assar Westerlund  <assar@sics.se>
316         * lib/krb5/encrypt.c: fix checksumtype for des3-cbc-sha1
318         * lib/krb5/rd_safe.c: fix check for keyed and collision-proof
319         checksum
321         * lib/krb5/context.c (valid_etype): remove hard-coded constants
322         (default_etypes): include DES3
324         * kdc/kerberos5.c: fix check for keyed and collision-proof
325         checksum
327         * admin/util.c (init_des_key, set_password): DES3 keys also
329         * lib/krb/send_to_kdc.c (krb5_sendto_kdc): no data returned means
330         no contact?
332         * lib/krb5/addr_families.c: fix typo in `ipv6_anyaddr'
334 Mon Sep 22 11:44:27 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
336         * kdc/kerberos5.c: Somewhat fix the etype usage. The list sent by
337         the client is used to select wich key to encrypt the kdc rep with
338         (in case of as-req), and with the server info to select the
339         session key type. The server key the ticket is encrypted is based
340         purely on the keys in the database.
342         * kdc/string2key.c: Add keytype support. Default to version 5
343         keys.
345         * lib/krb5/get_in_tkt.c: Fix a lot of etype/keytype misuse.
347         * lib/krb5/encrypt.c: Add des3-cbc-md5, and des3-cbc-sha1. Add
348         many *_to_* functions.
350         * lib/krb5/str2key.c: Add des3 string-to-key. Add ktype argument
351         to krb5_string_to_key().
353         * lib/krb5/checksum.c: Some cleanup, and added: 
354           - rsa-md5-des3 
355           - hmac-sha1-des3 
356           - keyed and collision proof flags to each checksum method
357           - checksum<->string functions.
359         * lib/krb5/generate_subkey.c: Use krb5_generate_random_keyblock.
361 Sun Sep 21 15:19:23 1997  Assar Westerlund  <assar@sics.se>
363         * kdc/connect.c: use new addr_families functions
365         * kpasswd/kpasswdd.c: use new addr_families functions.  Now works
366         over IPv6
368         * kuser/klist.c: use correct symbols for address families
370         * lib/krb5/sock_principal.c: use new addr_families functions
372         * lib/krb5/send_to_kdc.c: use new addr_families functions
374         * lib/krb5/krb5.h: add KRB5_ADDRESS_INET6
376         * lib/krb5/get_addrs.c: use new addr_families functions
378         * lib/krb5/changepw.c: use new addr_families functions.  Now works
379         over IPv6
381         * lib/krb5/auth_context.c: use new addr_families functions
383         * lib/krb5/addr_families.c: new file
385         * acconfig.h: AC_SOCKADDR_IN6 -> AC_STRUCT_SOCKADDR_IN6.  Updated
386         uses.
388         * acinclude.m4: new macro `AC_KRB_IPV6'.  Use it.
390 Sat Sep 13 23:04:23 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
392         * kdc/hprop.c: Don't encrypt twice. Complain on non-convertable
393         principals.
395 Sat Sep 13 00:59:36 1997  Assar Westerlund  <assar@sics.se>
397         * Release 0.0h
398         
399         * appl/telnet/telnet/commands.c: AF_INET6 support
401         * admin/misc.c: new file
403         * lib/krb5/context.c: new configuration variable `max_retries'
405         * lib/krb5/get_addrs.c: fixes and better #ifdef's
407         * lib/krb5/config_file.c: implement krb5_config_get_int
409         * lib/krb5/auth_context.c, send_to_kdc.c, sock_principal.c:
410         AF_INET6 support
412         * kuser/klist.c: support for printing IPv6-addresses
414         * kdc/connect.c: support AF_INET6
416         * configure.in: test for gethostbyname2 and struct sockaddr_in6
418 Thu Sep 11 07:25:28 1997  Assar Westerlund  <assar@sics.se>
420         * lib/asn1/k5.asn1: Use `METHOD-DATA' instead of `SEQUENCE OF
421         PA-DATA'
423 Wed Sep 10 21:20:17 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
425         * kdc/kerberos5.c: Fixes for cross-realm, including (but not
426         limited to):
427           - allow client to be non-existant (should probably check for
428             "local realm")
429           - if server isn't found and it is a request for a krbtgt, try to
430             find a realm on the way to the requested realm
431           - update the transited encoding iff 
432             client-realm != server-realm != tgt-realm
434         * lib/krb5/get_cred.c: Several fixes for cross-realm.
436 Tue Sep  9 15:59:20 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
438         * kdc/string2key.c: Fix password handling.
440         * lib/krb5/encrypt.c: krb5_key_to_string
442 Tue Sep  9 07:46:05 1997  Assar Westerlund  <assar@sics.se>
444         * lib/krb5/get_addrs.c: rewrote.  Now should be able to handle
445         aliases and IPv6 addresses
447         * kuser/klist.c: try printing IPv6 addresses
449         * kdc/kerberos5.c: increase the arbitrary limit from 1024 to 8192
451         * configure.in: check for <netinet/in6_var.h>
453 Mon Sep  8 02:57:14 1997  Assar Westerlund  <assar@sics.se>
455         * doc: fixes
457         * admin/util.c (init_des_key): increase kvno
458         (set_password): return -1 if `des_read_pw_string' failed
460         * admin/mod.c (doit2): check the return value from `set_password'
462         * admin/ank.c (doit): don't add a new entry if `set_password'
463         failed
465 Mon Sep  8 02:20:16 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
467         * lib/krb5/verify_init.c: fix ap_req_nofail semantics
469         * lib/krb5/transited.c: something that might resemble
470         domain-x500-compress
472 Mon Sep  8 01:24:42 1997  Assar Westerlund  <assar@sics.se>
474         * kdc/hpropd.c (main): check number of arguments
476         * appl/popper/pop_init.c (pop_init): check number of arguments
478         * kpasswd/kpasswd.c (main): check number of arguments
480         * kdc/string2key.c (main): check number of arguments
482         * kuser/kdestroy.c (main): check number of arguments
484         * kuser/kinit.c (main): check number of arguments
486         * kpasswd/kpasswdd.c (main): use sigaction without SA_RESTART to
487         break out of select when a signal arrives
489         * kdc/main.c (main): use sigaction without SA_RESTART to break out
490         of select when a signal arrives
492         * kdc/kstash.c: default to HDB_DB_DIR "/m-key"
494         * kdc/config.c (configure): add `--version'.  Check the number of
495         arguments. Handle the case of there being no specification of port
496         numbers.
498         * admin/util.c: seal and unseal key at appropriate places
500         * admin/kdb_edit.c (main): parse arguments, config file and read
501         master key iff there's one.
503         * admin/extkeytab.c (ext_keytab): unseal key while extracting
505 Sun Sep  7 20:41:01 1997  Assar Westerlund  <assar@sics.se>
507         * lib/roken/roken.h: include <fcntl.h>
509         * kdc/kerberos5.c (set_salt_padata): new function
511         * appl/telnet/telnetd/telnetd.c: Rename some variables that
512         conflict with cpp symbols on HP-UX 10.20
514         * change all calls of `gethostbyaddr' to cast argument 1 to `const
515         char *'
517         * acconfig.h: only use SGTTY on nextstep
519 Sun Sep  7 14:33:50 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
521         * kdc/kerberos5.c: Check invalid flag.
523 Fri Sep  5 14:19:38 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
525         * lib/krb5/verify_user.c: Use get_init_creds/verify_init_creds.
527         * lib/kafs: Move functions common to krb/krb5 modules to new file,
528         and make things more modular.
530         * lib/krb5/krb5.h: rename STRING -> krb5_config_string, and LIST
531         -> krb5_config_list
533 Thu Sep  4 23:39:43 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
535         * lib/krb5/get_addrs.c: Fix loopback test.
537 Thu Sep  4 04:45:49 1997  Assar Westerlund  <assar@sics.se>
539         * lib/roken/roken.h: fallback definition of `O_ACCMODE'
541         * lib/krb5/get_in_tkt.c (krb5_get_in_cred): be more careful when
542         checking for a v4 reply
544 Wed Sep  3 18:20:14 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
546         * kdc/hprop.c: Add `--decrypt' and `--encrypt' flags.
548         * lib/hdb/hdb.c: new {seal,unseal}_keys functions
550         * kdc/{hprop,hpropd}.c: Add support to dump database to stdout.
552         * kdc/hprop.c: Don't use same master key as version 4.
554         * admin/util.c: Don't dump core if no `default' is found.
556 Wed Sep  3 16:01:07 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
558         * kdc/connect.c: Allow run time port specification.
560         * kdc/config.c: Add flags for http support, and port
561         specifications.
563 Tue Sep  2 02:00:03 1997  Assar Westerlund  <assar@sics.se>
565         * include/bits.c: Don't generate ifndef's in bits.h.  Instead, use
566         them when building the program.  This makes it possible to include
567         bits.h without having defined all HAVE_INT17_T symbols.
568         
569         * configure.in: test for sigaction
571         * doc: updated documentation.
572         
573 Tue Sep  2 00:20:31 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
575         * Release 0.0g
577 Mon Sep  1 17:42:14 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
579         * lib/krb5/data.c: don't return ENOMEM if len == 0
581 Sun Aug 31 17:15:49 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
583         * lib/hdb/hdb.asn1: Include salt type in salt.
585         * kdc/hprop.h: Change port to 754.
587         * kdc/hpropd.c: Verify who tries to transmit a database.
589         * appl/popper: Use getarg and krb5_log.
591         * lib/krb5/get_port.c: Add context parameter. Now takes port in
592         host byte order.
594 Sat Aug 30 18:48:19 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
596         * kdc/connect.c: Add timeout to select, and log about expired tcp
597         connections.
599         * kdc/config.c: Add `database' option.
601         * kdc/hpropd.c: Log about duplicate entries.
603         * lib/hdb/{db,ndbm}.c: Use common routines.
605         * lib/hdb/common.c: Implement more generic fetch/store/delete
606         functions.
608         * lib/hdb/hdb.h: Add `replace' parameter to store.
609         
610         * kdc/connect.c: Set filedecriptor to -1 on allocated decriptor
611         entries.
613 Fri Aug 29 03:13:23 1997  Assar Westerlund  <assar@sics.se>
615         * lib/krb5/get_in_tkt.c: extract_ticket -> _krb5_extract_ticket
617         * aux/make-proto.pl: fix __P for stone age mode
619 Fri Aug 29 02:45:46 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
621         * lib/45/mk_req.c: implementation of krb_mk_req that uses 524
622         protocol
624         * lib/krb5/init_creds_pw.c: make change_password and
625         get_init_creds_common static
627         * lib/krb5/krb5.h: Merge stuff from removed headerfiles.
629         * lib/krb5/fcache.c: fcc_ops -> krb5_fcc_ops
631         * lib/krb5/mcache.c: mcc_ops -> krb5_mcc_ops
633 Fri Aug 29 01:45:25 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
635         * lib/krb5/krb5.h: Remove all prototypes.
637         * lib/krb5/convert_creds.c: Use `struct credentials' instead of
638         `CREDENTIALS'.
640 Fri Aug 29 00:08:18 1997  Assar Westerlund  <assar@sics.se>
642         * lib/asn1/gen_glue.c: new file. generates 2int and int2 functions
643         and units for bit strings.
645         * admin/util.c: flags2int, int2flags, and flag_units are now
646         generated by asn1_compile
648         * lib/roken/parse_units.c: generalised `parse_units' and
649         `unparse_units' and added new functions `parse_flags' and
650         `unparse_flags' that use these
652         * lib/krb5/krb5_locl.h: moved krb5_data* functions to krb5.h
654         * admin/util.c: Use {un,}parse_flags for printing and parsing
655         hdbflags.
657 Thu Aug 28 03:26:12 1997  Assar Westerlund  <assar@sics.se>
659         * lib/krb5/get_addrs.c: restructured
661         * lib/krb5/warn.c (_warnerr): leak less memory
663         * lib/hdb/hdb.c (hdb_free_entry): zero keys
664         (hdb_check_db_format): leak less memory
666         * lib/hdb/ndbm.c (NDBM_seq): check for valid hdb_entries implement
667         NDBM__get, NDBM__put
669         * lib/hdb/db.c (DB_seq): check for valid hdb_entries
671 Thu Aug 28 02:06:58 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
673         * lib/krb5/send_to_kdc.c: Don't use sendto on connected sockets.
675 Thu Aug 28 01:13:17 1997  Assar Westerlund  <assar@sics.se>
677         * kuser/kinit.1, klist.1, kdestroy.1: new man pages
679         * kpasswd/kpasswd.1, kpasswdd.8: new man pages
681         * kdc/kstash.8, hprop.8, hpropd.8: new man pages
683         * admin/ktutil.8, admin/kdb_edit.8: new man pages
685         * admin/mod.c: new file
687         * admin/life.c: renamed gettime and puttime to getlife and putlife
688         and moved them to life.c
690         * admin/util.c: add print_flags, parse_flags, init_entry,
691         set_created_by, set_modified_by, edit_entry, set_password.  Use
692         them.
694         * admin/get.c: use print_flags
696         * admin: removed unused stuff.  use krb5_{warn,err}*
698         * admin/ank.c: re-organized and abstracted.
700         * admin/gettime.c: removed
702 Thu Aug 28 00:37:39 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
704         * lib/krb5/{get_cred,get_in_tkt}.c: Check for v4 reply.
706         * lib/roken/base64.c: Add base64 functions.
708         * kdc/connect.c lib/krb5/send_to_kdc.c: Add http support.
710 Wed Aug 27 00:29:20 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
712         * include/Makefile.am: Don't make links to built files.
714         * admin/kdb_edit.c: Add command to set the database path.
716         * lib/hdb: Include version number in database.
718 Tue Aug 26 20:14:54 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
720         * admin/ktutil: Merged v4 srvtab conversion.
722 Mon Aug 25 23:02:18 1997  Assar Westerlund  <assar@sics.se>
724         * lib/roken/roken.h: add F_OK
726         * lib/gssapi/acquire_creds.c: fix typo
728         * configure.in: call AC_TYPE_MODE_T
730         * acinclude.m4: Add AC_TYPE_MODE_T
732 Sun Aug 24 16:46:53 1997  Assar Westerlund  <assar@sics.se>
734         * Release 0.0f
736 Sun Aug 24 08:06:54 1997  Assar Westerlund  <assar@sics.se>
738         * appl/rsh/rshd.c: syslog remote shells
740         * appl/popper/pop_pass.c: log poppers
742         * kdc/kaserver.c: some more checks
744         * kpasswd/kpasswd.c: removed `-p'
746         * kuser/kinit.c: removed `-p'
748         * lib/krb5/init_creds_pw.c (krb5_get_init_creds_password): If
749         KDC_ERR_PREUATH_REQUIRED, add preauthentication and try again.
751         * lib/krb5/get_in_tkt.c (krb5_get_in_cred): don't print out
752         krb-error text
754         * lib/gssapi/import_name.c (input_name): more names types.
756         * admin/load.c (parse_keys): handle the case of an empty salt
758         * kdc/kaserver.c: fix up memory deallocation
760         * kdc/kaserver.c: quick hack at talking kaserver protocol
762         * kdc/kerberos4.c: Make `db-fetch4' global
764         * configure.in: add --enable-kaserver
766         * kdc/rx.h, kdc/kerberos4.h: new header files
768         * lib/krb5/principal.c: fix krb5_build_principal_ext & c:o
770 Sun Aug 24 03:52:44 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
772         * lib/krb5/{get_in_tkt,mk_safe,mk_priv}.c: Fix some Cray specific
773         type conflicts.
775         * lib/krb5/{get_cred,get_in_tkt}.c: Mask nonce to 32 bits.
777         * lib/des/{md4,md5,sha}.c: Now works on Crays.
779 Sat Aug 23 18:15:01 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
781         * appl/afsutil/afslog.c: If no cells or files specified, get
782         tokens for all local cells. Better test for files.
784 Thu Aug 21 23:33:38 1997  Assar Westerlund  <assar@sics.se>
786         * lib/gssapi/v1.c: new file with v1 compatibility functions.
788 Thu Aug 21 20:36:13 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
790         * lib/kafs/afskrb5.c: Don't check ticket file for afs ticket.
792         * kdc/kerberos4.c: Check database when converting v4 principals.
794         * kdc/kerberos5.c: Include kvno in Ticket.
796         * lib/krb5/encrypt.c: Add kvno parameter to encrypt_EncryptedData.
798         * kuser/klist.c: Print version number of ticket, include more
799         flags.
801 Wed Aug 20 21:26:58 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
803         * lib/kafs/afskrb5.c (get_cred): Check cached afs tickets for
804         expiration.
806 Wed Aug 20 17:40:31 1997  Assar Westerlund  <assar@sics.se>
808         * lib/krb5/recvauth.c (krb5_recvauth): Send a KRB-ERROR iff
809         there's an error.
811         * lib/krb5/sendauth.c (krb5_sendauth): correct the protocol
812         documentation and process KRB-ERROR's
814 Tue Aug 19 20:41:30 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
816         * kdc/kerberos4.c: Fix memory leak in v4 protocol handler.
818 Mon Aug 18 05:15:09 1997  Assar Westerlund  <assar@sics.se>
820         * lib/gssapi/accept_sec_context.c: Added
821         `gsskrb5_register_acceptor_identity'
823 Sun Aug 17 01:40:20 1997  Assar Westerlund  <assar@sics.se>
825         * lib/gssapi/accept_sec_context.c (gss_accept_sec_context): don't
826         always pass server == NULL to krb5_rd_req.
828         * lib/gssapi: new files: canonicalize_name.c export_name.c
829         context_time.c compare_name.c release_cred.c acquire_cred.c
830         inquire_cred.c, from Luke Howard <lukeh@xedoc.com.au>
832         * lib/krb5/config_file.c: Add netinfo support from Luke Howard
833         <lukeh@xedoc.com.au>
835         * lib/editline/sysunix.c: sgtty-support from Luke Howard
836         <lukeh@xedoc.com.au>
838         * lib/krb5/principal.c: krb5_sname_to_principal fix from Luke
839         Howard <lukeh@xedoc.com.au>
841 Sat Aug 16 00:44:47 1997  Assar Westerlund  <assar@koi.pdc.kth.se>
843         * Release 0.0e
845 Sat Aug 16 00:23:46 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
847         * appl/afsutil/afslog.c: Use new libkafs.
849         * lib/kafs/afskrb5.c: Get AFS tokens via 524 protocol.
851         * lib/krb5/warn.c: Fix format string for *x type.
853 Fri Aug 15 22:15:01 1997  Assar Westerlund  <assar@sics.se>
855         * admin/get.c (get_entry): print more information about the entry
857         * lib/des/Makefile.am: build destest, mdtest, des, rpw, speed
859         * lib/krb5/config_file.c: new functions `krb5_config_get_time' and
860         `krb5_config_vget_time'.  Use them.
862 Fri Aug 15 00:09:37 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
864         * admin/ktutil.c: Keytab manipulation program.
866         * lib/krb5/keytab.c: Return sane values from resolve and
867         start_seq_get.
869         * kdc/kerberos5.c: Fix for old clients passing 0 for `no endtime'.
871         * lib/45/get_ad_tkt.c: Kerberos 4 get_ad_tkt using
872         krb524_convert_creds_kdc.
874         * lib/krb5/convert_creds.c: Implementation of
875         krb524_convert_creds_kdc.
877         * lib/asn1/k5.asn1: Make kdc-req-body.till OPTIONAL
879         * kdc/524.c: A somewhat working 524-protocol module.
881         * kdc/kerberos4.c: Add version 4 ticket encoding and encryption
882         functions.
884         * lib/krb5/context.c: Fix kdc_timeout.
886         * lib/hdb/{ndbm,db}.c: Free name in close.
888         * kdc/kerberos5.c (tgs_check_autenticator): Return error code
890 Thu Aug 14 21:29:03 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
892         * kdc/kerberos5.c (tgs_make_reply): Fix endtime in reply.
894         * lib/krb5/store_emem.c: Fix reallocation bug.
896 Tue Aug 12 01:29:46 1997  Assar Westerlund  <assar@sics.se>
898         * appl/telnet/libtelnet/kerberos5.c, appl/popper/pop_init.c,
899         appl/rshd/rshd.c: Use `krb5_sock_to_principal'.  Send server
900         parameter to krb5_rd_req/krb5_recvauth.  Set addresses in
901         auth_context.
903         * lib/krb5/recvauth.c: Set addresses in auth_context if there
904         aren't any
906         * lib/krb5/auth_context.c: New function
907         `krb5_auth_con_setaddrs_from_fd'
909         * lib/krb5/sock_principal.c: new function
910         `krb5_sock_to_principal'
911         
912         * lib/krb5/time.c: new file with `krb5_timeofday' and
913         `krb5_us_timeofday'.  Use these functions.
915         * kuser/klist.c: print KDC offset iff verbose
917         * lib/krb5/get_in_tkt.c: implement KDC time offset and use it if
918         [libdefaults]kdc_timesync is set.
919         
920         * lib/krb5/fcache.c: Implement version 4 of the ccache format.
922 Mon Aug 11 05:34:43 1997  Assar Westerlund  <assar@sics.se>
924         * lib/krb5/rd_rep.c (krb5_free_ap_rep_enc_part): free all memory
926         * lib/krb5/principal.c (krb5_unparse_name): allocate memory
927         properly
929         * kpasswd/kpasswd.c: Use `krb5_change_password'
931         * lib/krb5/init_creds_pw.c (init_cred): set realm of server
932         correctly.
934         * lib/krb5/init_creds_pw.c: support changing of password when it
935         has expired
937         * lib/krb5/changepw.c: new file
939         * kuser/klist.c: use getarg
941         * admin/init.c (init): add `kadmin/changepw'
943 Mon Aug 11 04:30:47 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
945         * lib/krb5/get_cred.c: Make get_credentials handle cross-realm.
947 Mon Aug 11 00:03:24 1997  Assar Westerlund  <assar@sics.se>
949         * lib/krb5/config_file.c: implement support for #-comments
951 Sat Aug  9 02:21:46 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
953         * kdc/hprop*.c: Add database propagation programs.
955         * kdc/connect.c: Max request size.
957 Sat Aug  9 00:47:28 1997  Assar Westerlund  <assar@sics.se>
959         * lib/otp: resurrected from krb4
961         * appl/push: new program for fetching mail with POP.
963         * appl/popper/popper.h: new include files.  new fields in `POP'
965         * appl/popper/pop_pass.c: Implement both v4 and v5.
967         * appl/popper/pop_init.c: Implement both v4 and v5.
969         * appl/popper/pop_debug.c: use getarg.  Talk both v4 and v5
971         * appl/popper: Popper from krb4.
973         * configure.in: check for inline and <netinet/tcp.h> generate
974         files in appl/popper, appl/push, and lib/otp
976 Fri Aug  8 05:51:02 1997  Assar Westerlund  <assar@sics.se>
978         * lib/krb5/get_cred.c: clean-up and try to free memory even when
979         there're errors
981         * lib/krb5/get_cred.c: adapt to new `extract_ticket'
983         * lib/krb5/get_in_tkt.c: reorganize.  check everything and try to
984         return memory even if there are errors.
986         * kuser/kverify.c: new file
988         * lib/krb5/free_host_realm.c: new file
990         * lib/krb5/principal.c (krb5_sname_to_principal): implement
991         different nametypes.  Also free memory.
993         * lib/krb5/verify_init.c: more functionality
995         * lib/krb5/mk_req_ext.c (krb5_mk_req_extended): free the checksum
997         * lib/krb5/get_in_tkt.c (extract_ticket): don't copy over the
998         principals in creds.  Should also compare them with that received
999         from the KDC
1001         * lib/krb5/cache.c (krb5_cc_gen_new): copy the newly allocated
1002         krb5_ccache
1003         (krb5_cc_destroy): call krb5_cc_close
1004         (krb5_cc_retrieve_cred): delete the unused creds
1006 Fri Aug  8 02:30:40 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
1008         * lib/krb5/log.c: Allow better control of destinations of logging
1009         (like passing explicit destinations, and log-functions).
1011 Fri Aug  8 01:20:39 1997  Assar Westerlund  <assar@sics.se>
1013         * lib/krb5/get_default_principal.c: new file
1015         * kpasswd/kpasswdd.c: use krb5_log*
1017 Fri Aug  8 00:37:47 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
1019         * lib/krb5/init_creds_pw.c: Implement krb5_get_init_creds_keytab.
1021 Fri Aug  8 00:37:17 1997  Assar Westerlund  <assar@sics.se>
1023         * lib/krb5/init_creds_pw.c: Use `krb5_get_default_principal'.
1024         Print password expire information.
1026         * kdc/config.c: new variable `kdc_warn_pwexpire'
1028         * kpasswd/kpasswd.c: converted to getarg and get_init_creds
1030 Thu Aug  7 22:17:09 1997  Assar Westerlund  <assar@sics.se>
1032         * lib/krb5/mcache.c: new file
1034         * admin/gettime.c: new function puttime.  Use it.
1036         * lib/krb5/keyblock.c: Added krb5_free_keyblock and
1037         krb5_copy_keyblock
1039         * lib/krb5/init_creds_pw.c: more functionality
1041         * lib/krb5/creds.c: Added krb5_free_creds_contents and
1042         krb5_copy_creds.  Changed callers.
1044         * lib/krb5/config_file.c: new functions krb5_config_get and
1045         krb5_config_vget
1047         * lib/krb5/cache.c: cleanup added mcache
1048         
1049         * kdc/kerberos5.c: include last-req's of type 6 and 7, if
1050         applicable
1052 Wed Aug  6 20:38:23 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
1054         * lib/krb5/log.c: New parameter `log-level'. Default to `SYSLOG'.
1056 Tue Aug  5 22:53:54 1997  Assar Westerlund  <assar@sics.se>
1058         * lib/krb5/verify_init.c, init_creds_pw.c, init_creds.c,
1059         prompter_posix.c: the beginning of an implementation of the cygnus
1060         initial-ticket API.
1062         * lib/krb5/get_in_tkt_pw.c: make `krb5_password_key_proc' global
1064         * lib/krb5/get_in_tkt.c (krb5_get_in_cred): new function that is
1065         almost krb5_get_in_tkt but doesn't write the creds to the ccache.
1066         Small fixes in krb5_get_in_tkt
1068         * lib/krb5/get_addrs.c (krb5_get_all_client_addrs): don't include
1069         loopback.
1071 Mon Aug  4 20:20:48 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
1073         * kdc: Make context global.
1075 Fri Aug  1 17:23:56 1997  Assar Westerlund  <assar@sics.se>
1077         * Release 0.0d
1079         * lib/roken/flock.c: new file
1081         * kuser/kinit.c: check for and print expiry information in the
1082         `kdc_rep'
1084         * lib/krb5/get_in_tkt.c: Set `ret_as_reply' if != NULL
1086         * kdc/kerberos5.c: Check the valid times on client and server.
1087         Check the password expiration.
1088         Check the require_preauth flag.
1089         Send an lr_type == 6 with pw_end.
1090         Set key.expiration to min(valid_end, pw_end)
1091         
1092         * lib/hdb/hdb.asn1: new flags `require_preauth' and `change_pw'
1094         * admin/util.c, admin/load.c: handle the new flags.
1096 Fri Aug  1 16:56:12 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
1098         * lib/hdb: Add some simple locking.
1100 Sun Jul 27 04:44:31 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1102         * lib/krb5/log.c: Add some general logging functions.
1104         * kdc/kerberos4.c: Add version 4 protocol handler. The requrement
1105         for this to work is that all involved principals has a des key in
1106         the database, and that the client has a version 4 (un-)salted
1107         key. Furthermore krb5_425_conv_principal has to do it's job, as
1108         present it's not very clever.
1110         * lib/krb5/principal.c: Quick patch to make 425_conv work
1111         somewhat.
1113         * lib/hdb/hdb.c: Add keytype->key and next key functions.
1115 Fri Jul 25 17:32:12 1997  Assar Westerlund  <assar@sics.se>
1117         * lib/krb5/build_auth.c (krb5_build_authenticator): don't free
1118         `cksum'.  It's allocated and freed by the caller
1120         * lib/krb5/get_cred.c (krb5_get_kdc_cred): Don't free `addresses'.
1122         * kdc/kerberos5.c (tgs_rep2): make sure we also have an defined
1123         `client' to return as part of the KRB-ERROR
1125         * appl/rsh/rshd.c: implement forwarding
1127         * appl/rsh/rsh.c: Use getarg.  Implement forwarding.
1129 Thu Jul 24 08:13:59 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
1131         * kdc/kerberos5.c: Unseal keys from database before use.
1133         * kdc/misc.c: New functions set_master_key, unseal_key and
1134         free_key.
1136         * lib/roken/getarg.c: Handle `-f arg' correctly.
1138 Thu Jul 24 01:54:43 1997  Assar Westerlund  <assar@sics.se>
1140         * kuser/kinit.c: implement `-l' aka `--lifetime'
1142         * lib/roken/parse_units.c, parse_time.c: new files
1144         * admin/gettime.c (gettime): use `parse_time'
1146         * kdc/kerberos5.c (as_rep): Use `METHOD-DATA' when sending
1147         KRB5KDC_ERR_PREAUTH_REQUIRED, not PA-DATA.
1149         * kpasswd/kpasswdd.c: fix freeing bug use sequence numbers set
1150         addresses in auth_context bind one socket per interface.
1151         
1152         * kpasswd/kpasswd.c: use sequence numbers
1154         * lib/krb5/rd_req.c (krb5_verify_ap_req): do abs when verifying
1155         the timestamps
1157         * lib/krb5/rd_priv.c (krb5_rd_priv): Fetch the correct session key
1158         from auth_context
1160         * lib/krb5/mk_priv.c (krb5_mk_priv): Fetch the correct session key
1161         from auth_context
1163         * lib/krb5/mk_error.c (krb5_mk_error): return an error number and
1164         not a comerr'd number.
1166         * lib/krb5/get_in_tkt.c (krb5_get_in_tkt): interpret the error
1167         number in KRB-ERROR correctly.
1169         * lib/krb5/get_cred.c (krb5_get_kdc_cred): interpret the error
1170         number in KRB-ERROR correctly.
1172         * lib/asn1/k5.asn1: Add `METHOD-DATA'
1174         * removed some memory leaks.
1176 Wed Jul 23 07:53:18 1997  Assar Westerlund  <assar@sics.se>
1178         * Release 0.0c
1180         * lib/krb5/rd_cred.c, get_for_creds.c: new files
1182         * lib/krb5/get_host_realm.c: try default realm as last chance
1184         * kpasswd/kpasswdd.c: updated to hdb changes
1186         * appl/telnet/libtelnet/kerberos5.c: Implement forwarding
1188         * appl/telnet/libtelnet: removed totally unused files
1190         * admin/ank.c: fix prompts and generation of random keys
1192 Wed Jul 23 04:02:32 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
1194         * admin/dump.c: Include salt in dump.
1196         * admin: Mostly updated for new db-format.
1198         * kdc/kerberos5.c: Update to use new db format. Better checking of
1199         flags and such. More logging.
1201         * lib/hdb/hdb.c: Use generated encode and decode functions.
1203         * lib/hdb/hdb.h: Get hdb_entry from ASN.1 generated code.
1205         * lib/krb5/get_cred.c: Get addresses from krbtgt if there are none
1206         in the reply.
1208 Sun Jul 20 16:22:30 1997  Assar Westerlund  <assar@sics.se>
1210         * kuser/kinit.c: break if des_read_pw_string() != 0
1212         * kpasswd/kpasswdd.c: send a reply
1214         * kpasswd/kpasswd.c: restructured code.  better report on
1215         krb-error break if des_read_pw_string() != 0
1217         * kdc/kerberos5.c: Check `require_enc_timestamp' malloc space for
1218         starttime and renew_till
1220         * appl/telnet/libtelnet/kerberos5.c (kerberos5_is): Send a
1221         keyblock to krb5_verify_chekcsum
1223 Sun Jul 20 06:35:46 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
1225         * Release 0.0b
1227         * kpasswd/kpasswd.c: Avoid using non-standard struct names.
1229 Sat Jul 19 19:26:23 1997  Assar Westerlund  <assar@sics.se>
1231         * lib/krb5/keytab.c (krb5_kt_get_entry): check return from
1232         `krb5_kt_start_seq_get'.  From <map@stacken.kth.se>
1234 Sat Jul 19 04:07:39 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
1236         * lib/asn1/k5.asn1: Update with more pa-data types from
1237         draft-ietf-cat-kerberos-revisions-00.txt
1239         * admin/load.c: Update to match current db-format.
1241         * kdc/kerberos5.c (as_rep): Try all valid pa-datas before giving
1242         up. Send back an empty pa-data if the client has the v4 flag set.
1244         * lib/krb5/get_in_tkt.c: Pass both version5 and version4 salted
1245         pa-data. DTRT if there is any pa-data in the reply.
1247         * lib/krb5/str2key.c: XOR with some sane value.
1249         * lib/hdb/hdb.h: Add `version 4 salted key' flag.
1251         * kuser/kinit.c: Ask for password before calling get_in_tkt. This
1252         makes it possible to call key_proc more than once.
1254         * kdc/string2key.c: Add flags to output version 5 (DES only),
1255         version 4, and AFS string-to-key of a password.
1257         * lib/asn1/gen_copy.c: copy_* functions now returns an int (0 or
1258         ENOMEM).
1260 Fri Jul 18 02:54:58 1997  Assar Westerlund  <assar@sics.se>
1262         * lib/krb5/get_host_realm.c (krb5_get_host_realm): do the
1263         name2name thing
1265         * kdc/misc.c: check result of hdb_open
1267         * admin/kdb_edit: updated to new sl
1269         * lib/sl: sl_func now returns an int. != 0 means to exit.
1271         * kpasswd/kpasswdd: A crude (but somewhat working) implementation
1272         of `draft-ietf-cat-kerb-chg-password-00.txt'
1274 Fri Jul 18 00:55:39 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1276         * kuser/krenew.c: Crude ticket renewing program.
1278         * kdc/kerberos5.c: Rewritten flags parsing, it now might work to
1279         get forwarded and renewed tickets.
1281         * kuser/kinit.c: Add `-r' flag.
1283         * lib/krb5/get_cred.c: Move most of contents of get_creds to new
1284         function get_kdc_cred, that always contacts the kdc and doesn't
1285         save in the cache. This is a hack.
1287         * lib/krb5/get_in_tkt.c: Pass starttime and renew_till in request
1288         (a bit kludgy).
1290         * lib/krb5/mk_req_ext.c: Make an auth_context if none passed in.
1292         * lib/krb5/send_to_kdc.c: Get timeout from context.
1294         * lib/krb5/context.c: Add kdc_timeout to context struct.
1296 Thu Jul 17 20:35:45 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1298         * kuser/klist.c: Print start time of ticket if available.
1300         * lib/krb5/get_host_realm.c: Return error if no realm was found.
1302 Thu Jul 17 20:28:21 1997  Assar Westerlund  <assar@sics.se>
1304         * kpasswd: non-working kpasswd added
1306 Thu Jul 17 00:21:22 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1308         * Release 0.0a
1310         * kdc/main.c: Add -p flag to disable pa-enc-timestamp requirement.
1312 Wed Jul 16 03:37:41 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
1314         * kdc/kerberos5.c (tgs_rep2): Free ticket and ap_req.
1316         * lib/krb5/auth_context.c (krb5_auth_con_free): Free remote
1317         subkey.
1319         * lib/krb5/principal.c (krb5_free_principal): Check for NULL.
1321         * lib/krb5/send_to_kdc.c: Check for NULL return from
1322         gethostbyname.
1324         * lib/krb5/set_default_realm.c: Try to get realm of local host if
1325         no default realm is available.
1327         * Remove non ASN.1 principal code.
1329 Wed Jul 16 03:17:30 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1331         * kdc/kerberos5.c: Split tgs_rep in smaller functions. Add better
1332         error handing. Do some logging.
1334         * kdc/log.c: Some simple logging facilities.
1336         * kdc/misc.c (db_fetch): Take a krb5_principal.
1338         * kdc/connect.c: Pass address of request to as_rep and
1339         tgs_rep. Send KRB-ERROR.
1341         * lib/krb5/mk_error.c: Add more fields.
1343         * lib/krb5/get_cred.c: Print normal error code if no e_text is
1344         available.
1346 Wed Jul 16 03:07:50 1997  Assar Westerlund  <assar@sics.se>
1348         * lib/krb5/get_in_tkt.c: implement `krb5_init_etype'.
1349         Change encryption type of pa_enc_timestamp to DES-CBC-MD5
1351         * lib/krb5/context.c: recognize all encryption types actually
1352         implemented
1354         * lib/krb5/auth_context.c (krb5_auth_con_init): Change default
1355         encryption type to `DES_CBC_MD5'
1357         *  lib/krb5/read_message.c, write_message.c: new files
1359 Tue Jul 15 17:14:21 1997  Assar Westerlund  <assar@sics.se>
1361         * lib/asn1: replaced asn1_locl.h by `der_locl.h' and `gen_locl.h'.
1363         * lib/error/compile_et.awk: generate a prototype for the
1364         `destroy_foo_error_table' function.
1366 Mon Jul 14 12:24:40 1997  Assar Westerlund  <assar@sics.se>
1368         * lib/krb5/krbhst.c (krb5_get_krbhst): Get all kdc's and try also
1369         with `kerberos.REALM'
1371         * kdc/kerberos5.c, lib/krb5/rd_priv.c, lib/krb5/rd_safe.c: use
1372         `max_skew'
1374         * lib/krb5/rd_req.c (krb5_verify_ap_req): record authenticator
1375         subkey
1377         * lib/krb5/build_auth.c (krb5_build_authenticator): always
1378         generate a subkey.
1380         * lib/krb5/address.c: implement `krb5_address_order'
1382         * lib/gssapi/import_name.c: Implement `gss_import_name'
1384         * lib/gssapi/external.c: Use new OID
1386         * lib/gssapi/encapsulate.c: New functions
1387         `gssapi_krb5_encap_length' and `gssapi_krb5_make_header'.  Changed
1388         callers.
1390         * lib/gssapi/decapsulate.c: New function
1391         `gssaspi_krb5_verify_header'.  Changed callers.
1393         * lib/asn1/gen*.c: Give tags to generated structs.
1394         Use `err' and `asprintf'
1396         * appl/test/gss_common.c: new file
1398         * appl/test/gssapi_server.c: removed all krb5 calls
1400         * appl/telnet/libtelnet/kerberos5.c: Add support for genering and
1401         verifying checksums.  Also start using session subkeys.
1403 Mon Jul 14 12:08:25 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1405         * lib/krb5/rd_req.c (krb5_rd_req_with_keyblock): Split up.
1407 Sun Jul 13 03:07:44 1997  Assar Westerlund  <assar@sics.se>
1409         * lib/krb5/rd_safe.c, mk_safe.c: made bug-compatible with MIT
1411         * lib/krb5/encrypt.c: new functions `DES_encrypt_null_ivec' and
1412         `DES_encrypt_key_ivec'
1414         * lib/krb5/checksum.c: implement rsa-md4-des and rsa-md5-des
1416         * kdc/kerberos5.c (tgs_rep): support keyed checksums
1418         * lib/krb5/creds.c: new file
1420         * lib/krb5/get_in_tkt.c: better freeing
1422         * lib/krb5/context.c (krb5_free_context): more freeing
1424         * lib/krb5/config_file.c: New function `krb5_config_file_free'
1426         * lib/error/compile_et.awk: Generate a `destroy_' function.
1428         * kuser/kinit.c, klist.c: Don't leak memory.
1430 Sun Jul 13 02:46:27 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
1432         * kdc/connect.c: Check filedescriptor in select.
1434         * kdc/kerberos5.c: Remove most of the most common memory leaks.
1436         * lib/krb5/rd_req.c: Free allocated data.
1438         * lib/krb5/auth_context.c (krb5_auth_con_free): Free a lot of
1439         fields.
1441 Sun Jul 13 00:32:16 1997  Assar Westerlund  <assar@sics.se>
1443         * appl/telnet, appl/rsh: Conditionalize the krb4-support.
1445         * configure.in: Test for krb4
1447 Sat Jul 12 17:14:12 1997  Assar Westerlund  <assar@sics.se>
1449         * kdc/kerberos5.c: check if the pre-auth was decrypted properly.
1450         set the `pre_authent' flag
1452         * lib/krb5/get_cred.c, lib/krb5/get_in_tkt.c: generate a random nonce.
1454         * lib/krb5/encrypt.c: Made `generate_random_block' global.
1456         * appl/test: Added gssapi_client and gssapi_server.
1458         * lib/krb5/data.c: Add `krb5_data_zero'
1460         * appl/test/tcp_client.c: try `mk_safe' and `mk_priv'
1462         * appl/test/tcp_server.c: try `rd_safe' and `rd_priv'
1464 Sat Jul 12 16:45:58 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
1466         * lib/krb5/get_addrs.c: Fix for systems that has sa_len, but
1467         returns zero length from SIOCGIFCONF.
1469 Sat Jul 12 16:38:34 1997  Assar Westerlund  <assar@sics.se>
1471         * appl/test: new programs
1472         
1473         * lib/krb5/rd_req.c: add address compare
1475         * lib/krb5/mk_req_ext.c: allow no checksum
1477         * lib/krb5/keytab.c (krb5_kt_ret_string): 0-terminate string
1479         * lib/krb5/address.c: fix `krb5_address_compare'
1481 Sat Jul 12 15:03:16 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1483         * lib/krb5/get_addrs.c: Fix ip4 address extraction.
1485         * kuser/klist.c: Add verbose flag, and split main into smaller
1486         pieces.
1488         * lib/krb5/fcache.c: Save ticket flags.
1490         * lib/krb5/get_in_tkt.c (extract_ticket): Extract addresses and
1491         flags.
1493         * lib/krb5/krb5.h: Add ticket_flags to krb5_creds.
1495 Sat Jul 12 13:12:48 1997  Assar Westerlund  <assar@sics.se>
1497         * configure.in: Call `AC_KRB_PROG_LN_S'
1499         * acinclude.m4: Add `AC_KRB_PROG_LN_S' from krb4
1501 Sat Jul 12 00:57:01 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1503         * lib/krb5/get_in_tkt.c: Use union of krb5_flags and KDCOptions to
1504         pass options.
1506 Fri Jul 11 15:04:22 1997  Assar Westerlund  <assar@sics.se>
1508         * appl/telnet: telnet & telnetd seems to be working.
1509         
1510         * lib/krb5/config_file.c: Added krb5_config_v?get_list Fixed
1511         krb5_config_vget_next
1513         * appl/telnet/libtelnet/kerberos5.c: update to current API
1515 Thu Jul 10 14:54:39 1997  Assar Westerlund  <assar@sics.se>
1517         * appl/telnet/libtelnet/kerberos5.c (kerberos5_status): call
1518         `krb5_kuserok'
1520         * appl/telnet: Added.
1522 Thu Jul 10 05:09:25 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
1524         * lib/error/compile_et.awk: Remove usage of sub, gsub, and
1525         functions for compatibility with awk.
1527         * include/bits.c: Must use signed char.
1529         * lib/krb5/context.c: Move krb5_get_err_text, and krb5_init_ets
1530         here.
1532         * lib/error/error.c: Replace krb5_get_err_text with new function
1533         com_right.
1535         * lib/error/compile_et.awk: Avoid using static variables.
1537         * lib/error/error.c: Don't use krb5_locl.h
1539         * lib/error/error.h: Move definitions of error_table and
1540         error_list from krb5.h.
1542         * lib/error: Moved from lib/krb5.
1544 Wed Jul  9 07:42:04 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1546         * lib/krb5/encrypt.c: Temporary hack to avoid des_rand_data.
1548 Wed Jul  9 06:58:00 1997  Assar Westerlund  <assar@sics.se>
1550         * appl/rsh/rsh.c: use the correct user for the checksum
1552         * lib/krb5/{rd,mk}_{*}.c: more checking for addresses and stuff
1553         according to pseudocode from 1510
1555 Wed Jul  9 06:06:06 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1557         * lib/hdb/hdb.c: Add hdb_etype2key.
1559         * kdc/kerberos5.c: Check authenticator. Use more general etype
1560         functions.
1561         
1562 Wed Jul  9 03:51:12 1997  Assar Westerlund  <assar@sics.se>
1564         * lib/asn1/k5.asn1: Made all `s_address' OPTIONAL according to
1565         draft-ietf-cat-kerberos-r-00.txt
1567         * lib/krb5/principal.c (krb5_parse_name): default to local realm
1568         if none given
1569         
1570         * kuser/kinit.c: New option `-p' and prompt
1572 Wed Jul  9 02:30:06 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1574         * lib/krb5/keyblock.c: Keyblock generation functions.
1576         * lib/krb5/encrypt.c: Use functions from checksum.c.
1578         * lib/krb5/checksum.c: Move checksum functions here. Add
1579         krb5_cksumsize function.
1581 Wed Jul  9 01:15:38 1997  Assar Westerlund  <assar@sics.se>
1583         * lib/krb5/get_host_realm.c: implemented
1585         * lib/krb5/config_file.c: Redid part.  New functions:
1586         krb5_config_v?get_next
1588         * kuser/kdestroy.c: new program
1590         * kuser/kinit.c: new flag `-f'
1592         * lib/asn1/k5.asn1: Made HostAddresses = SEQUENCE OF HostAddress
1594         * acinclude.m4: Added AC_KRB_STRUCT_SOCKADDR_SA_LEN
1596         * lib/krb5/krb5.h: krb5_addresses == HostAddresses.  Changed all
1597         users.
1599         * lib/krb5/get_addrs.c: figure out all local addresses, possibly
1600         even IPv6!
1602         * lib/krb5/checksum.c: table-driven checksum
1604 Mon Jul  7 21:13:28 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1606         * lib/krb5/encrypt.c: Make krb5_decrypt use the same struct as
1607         krb5_encrypt.
1609 Mon Jul  7 11:15:51 1997  Assar Westerlund  <assar@sics.se>
1611         * lib/roken/vsyslog.c: new file
1613         * lib/krb5/encrypt.c: add des-cbc-md4.
1614         adjust krb5_encrypt and krb5_decrypt to reality
1616         * appl/rsh/rshd.c: Now works.  Also implementd encryption and
1617         `-p'.
1618         
1619         * appl/rsh/common.c: new file
1621 Mon Jul  7 02:46:31 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1623         * lib/krb5/encrypt.c: Implement as a vector of function pointers.
1625         * lib/krb5/{decrypt,encrypt}.c: Implement des-cbc-crc, and
1626         des-cbc-md5 in separate functions.
1628         * lib/krb5/krb5.h: Add more checksum and encryption types.
1630         * lib/krb5/krb5_locl.h: Add etype to krb5_decrypt.
1632 Sun Jul  6 23:02:59 1997  Assar Westerlund  <assar@sics.se>
1634         * lib/krb5/[gs]et_default_realm.c, kuserok.c: new files
1636         * lib/krb5/config_file.[ch]: new c-based configuration reading
1637         stuff
1639 Wed Jul  2 23:12:56 1997  Assar Westerlund  <assar@sics.se>
1641         * configure.in: Set WFLAGS if using gcc
1643 Wed Jul  2 17:47:03 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1645         * lib/asn1/der_put.c (der_put_int): Return size correctly.
1647         * admin/ank.c: Be compatible with the asn1 principal format.
1649 Wed Jul  1 23:52:20 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1651         * lib/asn1: Now all decode_* and encode_* functions now take a
1652         final size_t* argument, that they return the size in. Return
1653         values are zero for success, and anything else (such as some
1654         ASN1_* constant) for error.
1656 Mon Jun 30 06:08:14 1997  Assar Westerlund  <assar@sics.se>
1658         * appl/rsh: New program.
1660         * lib/krb5/keytab.c (krb5_kt_add_entry): change open mode to
1661         O_WRONLY | O_APPEND
1663         * lib/krb5/get_cred.c: removed stale prototype for
1664         `extract_ticket' and corrected call.
1666         * lib/asn1/gen_length.c (length_type): Make the length functions
1667         for SequenceOf non-destructive
1669         * admin/ank.c (doit): Fix reading of `y/n'.
1671 Mon Jun 16 05:41:43 1997  Assar Westerlund  <assar@sics.se>
1673         * lib/gssapi/wrap.c, unwrap.c: do encrypt and add sequence number
1675         * lib/gssapi/get_mic.c, verify_mic.c: Add sequence number.
1677         * lib/gssapi/accept_sec_context.c (gss_accept_sec_context): Set
1678         KRB5_AUTH_CONTEXT_DO_SEQUENCE.  Verify 8003 checksum.
1680         * lib/gssapi/8003.c: New file.
1682         * lib/krb/krb5.h: Define a `krb_authenticator' as an ASN.1
1683         Authenticator.
1685         * lib/krb5/auth_context.c: New functions
1686         `krb5_auth_setlocalseqnumber' and `krb5_auth_setremoteseqnumber'
1688 Tue Jun 10 00:35:54 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1690         * lib/krb5: Preapre for use of some asn1-types.
1692         * lib/asn1/*.c (copy_*): Constness.
1694         * lib/krb5/krb5.h: Include asn1.h; krb5_data is now an
1695         octet_string.
1697         * lib/asn1/der*,gen.c: krb5_data -> octet_string, char * ->
1698         general_string
1700         * lib/asn1/libasn1.h: Moved stuff from asn1_locl.h that doesn't
1701         have anything to do with asn1_compile.
1703         * lib/asn1/asn1_locl.h: Remove der.h. Add some prototypes.
1705 Sun Jun  8 03:51:55 1997  Assar Westerlund  <assar@sics.se>
1707         * kdc/kerberos5.c: Fix PA-ENC-TS-ENC
1709         * kdc/connect.c(process_request): Set `new'
1710         
1711         * lib/krb5/get_in_tkt.c: Do PA-ENC-TS-ENC the correct way.
1713         * lib: Added editline,sl,roken.
1715 Mon Jun  2 00:37:48 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1717         * lib/krb5/fcache.c: Move file cache from cache.c.
1719         * lib/krb5/cache.c: Allow more than one cache type.
1721 Sun Jun  1 23:45:33 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1723         * admin/extkeytab.c: Merged with kdb_edit.
1725 Sun Jun  1 23:23:08 1997  Assar Westerlund  <assar@sics.se>
1727         * kdc/kdc.c: more support for ENC-TS-ENC
1729         * lib/krb5/get_in_tkt.c: redone to enable pre-authentication
1731 Sun Jun  1 22:45:11 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1733         * lib/hdb/db.c: Merge fetch and store.
1735         * admin: Merge to one program.
1737         * lib/krb5/str2key.c: Fill in keytype and length.
1739 Sun Jun  1 16:31:23 1997  Assar Westerlund  <assar@sics.se>
1741         * lib/krb5/rd_safe.c, lib/krb5/rd_priv.c, lib/krb5/mk_rep.c,
1742         lib/krb5/mk_priv.c, lib/krb5/build_auth.c: Some support for
1743         KRB5_AUTH_CONTEXT_DO_SEQUENCE
1745         * lib/krb5/get_in_tkt.c (get_in_tkt): be prepared to parse an
1746         KRB_ERROR.  Some support for PA_ENC_TS_ENC.
1748         * lib/krb5/auth_context.c: implemented seq_number functions
1750         * lib/krb5/generate_subkey.c, generate_seq_number.c: new files
1752         * lib/gssapi/gssapi.h: avoid including <krb5.h>
1754         * lib/asn1/Makefile.am: SUFFIXES as a variable to make automake
1755         happy
1757         * kdc/kdc.c: preliminary PREAUTH_ENC_TIMESTAMP
1759         * configure.in: adapted to automake 1.1p
1761 Mon May 26 22:26:21 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1763         * lib/krb5/principal.c: Add contexts to many functions.
1765 Thu May 15 20:25:37 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
1767         * lib/krb5/verify_user.c: First stab at a verify user.
1769         * lib/auth/sia/sia5.c: SIA module for Kerberos 5.
1771 Mon Apr 14 00:09:03 1997  Assar Westerlund  <assar@sics.se>
1773         * lib/gssapi: Enough of a gssapi-over-krb5 implementation to be
1774         able to (mostly) run gss-client and gss-server.
1775         
1776         * lib/krb5/keytab.c: implemented krb5_kt_add_entry,
1777         krb5_kt_store_principal, krb5_kt_store_keyblock
1779         * lib/des/md5.[ch], sha.[ch]: new files
1781         * lib/asn1/der_get.c (generalizedtime2time): use `timegm'
1783         * lib/asn1/timegm.c: new file
1785         * admin/extkeytab.c: new program
1787         * admin/admin_locl.h: new file
1789         * admin/Makefile.am: Added extkeytab
1791         * configure.in: moved config to include
1792         removed timezone garbage
1793         added lib/gssapi and admin
1795         * Makefile.am: Added admin
1797 Mon Mar 17 11:34:05 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1799         * kdc/kdc.c: Use new copying functions, and free some data.
1801         * lib/asn1/Makefile.am: Try to not always rebuild generated files.
1803         * lib/asn1/der_put.c: Add fix_dce().
1805         * lib/asn1/der_{get,length,put}.c: Fix include files.
1807         * lib/asn1/der_free.c: Remove unused functions.
1808         
1809         * lib/asn1/gen.c: Split into gen_encode, gen_decode, gen_free,
1810         gen_length, and gen_copy.
1812 Sun Mar 16 18:13:52 1997  Assar Westerlund  <assar@sics.se>
1814         * lib/krb5/sendauth.c: implemented functionality
1816         * lib/krb5/rd_rep.c: Use `krb5_decrypt'
1818         * lib/krb5/cache.c (krb5_cc_get_name): return default if `id' ==
1819         NULL
1821         * lib/krb5/principal.c (krb5_free_principal): added `context'
1822         argument.  Changed all callers.
1823         
1824         (krb5_sname_to_principal): new function
1826         * lib/krb5/auth_context.c (krb5_free_authenticator): add `context'
1827         argument.  Changed all callers
1829         * lib/krb5/{net_write.c,net_read.c,recvauth.c}: new files
1831         * lib/asn1/gen.c: Fix encoding and decoding of BitStrings
1833 Fri Mar 14 11:29:00 1997  Assar Westerlund  <assar@sics.se>
1835         * configure.in: look for *dbm?
1837         * lib/asn1/gen.c: Fix filename in generated files. Check fopens.
1838         Put trailing newline in asn1_files.
1840 Fri Mar 14 05:06:44 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
1842         * lib/krb5/get_in_tkt.c: Fix some memory leaks.
1844         * lib/krb5/krbhst.c: Properly free hostlist.
1846         * lib/krb5/decrypt.c: CRCs are 32 bits.
1848 Fri Mar 14 04:39:15 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1850         * lib/asn1/gen.c: Generate one file for each type.
1852 Fri Mar 14 04:13:47 1997  Assar Westerlund  <assar@sics.se>
1854         * lib/asn1/gen.c: Generate `length_FOO' functions
1856         * lib/asn1/der_length.c: new file
1858         * kuser/klist.c: renamed stime -> printable_time to avoid conflict
1859         on HP/UX
1861 Fri Mar 14 03:37:23 1997  Johan Danielsson  <joda@emma.pdc.kth.se>
1863         * lib/hdb/ndbm.c: Return NOENTRY if fetch fails. Don't free
1864         datums. Don't add .db to filename.
1866 Fri Mar 14 02:49:51 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1868         * kdc/dump.c: Database dump program.
1870         * kdc/ank.c: Trivial database editing program.
1872         * kdc/{kdc.c, load.c}: Use libhdb.
1874         * lib/hdb: New database routine library.
1876         * lib/krb5/error/Makefile.am: Add hdb_err.
1878 Wed Mar 12 17:41:14 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1880         * kdc/kdc.c: Rewritten AS, and somewhat more working TGS support.
1882         * lib/asn1/gen.c: Generate free functions.
1884         * Some specific free functions.
1886 Wed Mar 12 12:30:13 1997  Assar Westerlund  <assar@sics.se>
1888         * lib/krb5/krb5_mk_req_ext.c: new file
1890         * lib/asn1/gen.c: optimize the case with a simple type
1892         * lib/krb5/get_cred.c (krb5_get_credentials): Use
1893         `mk_req_extended' and remove old code.
1895         * lib/krb5/get_in_tkt.c (decrypt_tkt): First try with an
1896         EncASRepPart, then with an EncTGSRepPart.
1898 Wed Mar 12 08:26:04 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1900         * lib/krb5/store_emem.c: New resizable memory storage.
1902         * lib/krb5/{store.c, store_fd.c, store_mem.c}: Split of store.c
1904         * lib/krb5/krb5.h: Add free entry to krb5_storage.
1906         * lib/krb5/decrypt.c: Make keyblock const.
1908 Tue Mar 11 20:22:17 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1910         * lib/krb5/krb5.h: Add EncTicketPart to krb5_ticket.
1912         * lib/krb5/rd_req.c: Return whole asn.1 ticket in
1913         krb5_ticket->tkt.
1915         * lib/krb5/get_in_tkt.c: TGS -> AS
1917         * kuser/kfoo.c: Print error string rather than number.
1919         * kdc/kdc.c: Some kind of non-working TGS support.
1921 Mon Mar 10 01:43:22 1997  Assar Westerlund  <assar@sics.se>
1923         * lib/asn1/gen.c: reduced generated code by 1/5
1925         * lib/asn1/der_put.c: (der_put_length_and_tag): new function
1927         * lib/asn1/der_get.c (der_match_tag_and_length): new function
1929         * lib/asn1/der.h: added prototypes
1931 Mon Mar 10 01:15:43 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1933         * lib/krb5/krb5.h: Include <asn1_err.h>. Add prototype for
1934         krb5_rd_req_with_keyblock.
1936         * lib/krb5/rd_req.c: Add function krb5_rd_req_with_keyblock that
1937         takes a precomputed keyblock.
1939         * lib/krb5/get_cred.c: Use krb5_mk_req rather than inlined code.
1941         * lib/krb5/mk_req.c: Calculate checksum of in_data.
1943 Sun Mar  9 21:17:58 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1945         * lib/krb5/error/compile_et.awk: Add a declaration of struct
1946         error_list, and multiple inclusion block to header files.
1948 Sun Mar  9 21:01:12 1997  Assar Westerlund  <assar@sics.se>
1950         * lib/krb5/rd_req.c: do some checks on times
1952         * lib/krb/{mk_priv.c, rd_priv.c, sendauth.c, decrypt.c,
1953         address.c}: new files
1955         * lib/krb5/auth_context.c: more code
1957         * configure.in: try to figure out timezone
1959 Sat Mar  8 11:41:07 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1961         * lib/krb5/error/error.c: Try strerror if error code wasn't found.
1963         * lib/krb5/get_in_tkt.c: Remove realm parameter from
1964         krb5_get_salt.
1966         * lib/krb5/context.c: Initialize error table.
1968         * kdc: The beginnings of a kdc.
1970 Sat Mar  8 08:16:28 1997  Assar Westerlund  <assar@sics.se>
1972         * lib/krb5/rd_safe.c: new file
1974         * lib/krb5/checksum.c (krb5_verify_checksum): New function
1976         * lib/krb5/get_cred.c: use krb5_create_checksum
1978         * lib/krb5/checksum.c: new file
1980         * lib/krb5/store.c: no more arithmetic with void*
1982         * lib/krb5/cache.c: now seems to work again
1984 Sat Mar  8 06:58:09 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
1986         * lib/krb5/Makefile.am: Add asn1_glue.c and error/*.c to libkrb5.
1988         * lib/krb5/get_in_tkt.c: Moved some functions to asn1_glue.c.
1990         * lib/krb5/asn1_glue.c: Moved some asn1-stuff here.
1991         
1992         * lib/krb5/{cache,keytab}.c: Use new storage functions.
1994         * lib/krb5/krb5.h: Protypes for new storage functions.
1996         * lib/krb5/krb5.h: Make krb5_{ret,store}_* functions able to write
1997         data to more than file descriptors.
1999 Sat Mar  8 01:01:17 1997  Assar Westerlund  <assar@sics.se>
2001         * lib/krb5/encrypt.c: New file.
2003         * lib/krb5/Makefile.am: More -I
2005         * configure.in: Test for big endian, random, rand, setitimer
2007         * lib/asn1/gen.c: perhaps even decodes bitstrings
2009 Thu Mar  6 19:05:29 1997  Johan Danielsson  <joda@blubb.pdc.kth.se>
2011         * lib/krb5/config_file.y: Better return values on error.
2013 Sat Feb  8 15:59:56 1997  Assar Westerlund  <assar@pdc.kth.se>
2015         * lib/asn1/parse.y: ifdef HAVE_STRDUP
2017         * lib/asn1/lex.l: ifdef strdup
2018         brange-dead version of list of special characters to make stupid
2019         lex accept it.
2021         * lib/asn1/gen.c: A DER integer should really be a `unsigned'
2023         * lib/asn1/der_put.c: A DER integer should really be a `unsigned'
2025         * lib/asn1/der_get.c: A DER integer should really be a `unsigned'
2027         * lib/krb5/error/Makefile.am: It seems "$(SHELL) ./compile_et" is
2028         needed.
2030         * lib/krb/mk_rep.c, lib/krb/rd_req.c, lib/krb/store.c,
2031         lib/krb/store.h: new files.
2033         * lib/krb5/keytab.c: now even with some functionality.
2035         * lib/asn1/gen.c: changed paramater from void * to Foo *
2037         * lib/asn1/der_get.c (der_get_octet_string): Fixed bug with empty
2038         string.
2040 Sun Jan 19 06:17:39 1997  Assar Westerlund  <assar@pdc.kth.se>
2042         * lib/krb5/get_cred.c (krb5_get_credentials): Check for creds in
2043         cc before getting new ones.
2045         * lib/krb5/krb5.h (krb5_free_keyblock): Fix prototype.
2047         * lib/krb5/build_auth.c (krb5_build_authenticator): It seems the
2048         CRC should be stored LSW first. (?)
2050         * lib/krb5/auth_context.c: Implement `krb5_auth_con_getkey' and
2051         `krb5_free_keyblock'
2053         * lib/**/Makefile.am: Rename foo libfoo.a
2055         * include/Makefile.in: Use test instead of [
2056         -e does not work with /bin/sh on psoriasis
2058         * configure.in: Search for awk
2059         create lib/krb/error/compile_et
2060         
2061 Tue Jan 14 03:46:26 1997  Assar Westerlund  <assar@pdc.kth.se>
2063         * lib/krb5/Makefile.am: replaced mit-crc.c by crc.c
2065 Wed Dec 18 00:53:55 1996  Johan Danielsson  <joda@emma.pdc.kth.se>
2067         * kuser/kinit.c: Guess principal.
2069         * lib/krb5/error/compile_et.awk: Don't include krb5.h. Fix some
2070         warnings.
2072         * lib/krb5/error/asn1_err.et: Add ASN.1 error messages.
2074         * lib/krb5/mk_req.c: Get client from cache.
2076         * lib/krb5/cache.c: Add better error checking some useful return
2077         values.
2079         * lib/krb5/krb5.h: Fix krb5_auth_context.
2081         * lib/asn1/der.h: Make krb5_data compatible with krb5.h
2083 Tue Dec 17 01:32:36 1996  Johan Danielsson  <joda@emma.pdc.kth.se>
2085         * lib/krb5/error: Add primitive error library.
2087 Mon Dec 16 16:30:20 1996  Johan Danielsson  <joda@emma.pdc.kth.se>
2089         * lib/krb5/cache.c: Get correct address type from cache.
2091         * lib/krb5/krb5.h: Change int16 to int to be compatible with asn1.