summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/packages/debian/changelog
blob: b6ae93ccbef25a8a7521b386216242789e1ddc35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
heimdal (1.0.2RC5.dfsg.1) gutsy; urgency=low

  * New version

 -- Love Hörnquist Åstrand <lha@h5l.se>  Mon, 4 Dec 2007 17:54:28 -0200

heimdal (1.0.2RC2.dfsg.1) gutsy; urgency=low

  * New version

  * Add new libs

 -- Love Hörnquist Åstrand <lha@h5l.se>  Fri, 19 Oct 2007 17:54:28 -0200

heimdal (0.7.2.dfsg.1-10ubuntu2) gutsy; urgency=low

  * debian/control:
    - Actually added openbsd-inetd | inet-superserver to heimdal-servers'
      dependencies (LP: #123782). 
    - DebainMaintainerField foo

 -- Rick Clark <rick.clark@ubuntu.com>  Tue, 03 Jul 2007 19:58:47 -0400

heimdal (0.7.2.dfsg.1-10ubuntu1) feisty; urgency=low

  * Merge from debian unstable, remaining changes:
    - Add update-inetd to heimdal-servers and heimdal-kdc's dependencies
    - Add openbsd-inetd | inet-superserver to heimdal-servers dependencies

 -- Lionel Porcheron <lionel@alveonet.org>  Fri, 09 Feb 2007 14:17:33 +0100

heimdal (0.7.2.dfsg.1-10) unstable; urgency=low

  * Add Portuguese debconf translation (closes: #408186).
  * Properly quote values in heimdal-kdc's postinst (closes: #408908).
  * Fixes broken conflicts in libsl0-heimdal (closes: #406651).

 -- Brian May <bam@snoopy.debian.net>  Thu,  8 Feb 2007 15:27:28 +1100

heimdal (0.7.2.dfsg.1-9ubuntu1) feisty; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Add update-inetd to heimdal-servers and heimdal-kdc's dependencies
    - Add openbsd-inetd | inet-superserver to heimdal-servers dependencies

 -- Lionel Porcheron <lionel@alveonet.org>  Sun, 14 Jan 2007 21:48:33 +0100

heimdal (0.7.2.dfsg.1-9) unstable; urgency=low

  * Include Spanish po-debconf translation (closes: #403481).

 -- Brian May <bam@snoopy.debian.net>  Thu, 11 Jan 2007 09:09:26 +1100

heimdal (0.7.2.dfsg.1-8ubuntu1) feisty; urgency=low

  * debian/control: Add update-inetd to heimdal-servers's dependencies
    (Closes Ubuntu: #76104).
  * debian/control: Add openbsd-inetd | inet-superserver dependencies
    as heimdal-servers needs an inet server to work

 -- Lionel Porcheron <lionel@alveonet.org>  Sun, 17 Dec 2006 11:28:51 +0100

heimdal (0.7.2.dfsg.1-8) unstable; urgency=high

  * Swap -n with -z in test, otherwise servers won't get added on initial
    installation. This was due to broken fix for #401258.

 -- Brian May <bam@snoopy.debian.net>  Wed, 13 Dec 2006 14:45:52 +1100

heimdal (0.7.2.dfsg.1-7) unstable; urgency=high

  * Don't change services on upgrades, only on fresh installation, purge, and
    upgrade from old versions.  Closes: #401258.

 -- Brian May <bam@snoopy.debian.net>  Tue, 12 Dec 2006 14:45:22 +1100

heimdal (0.7.2.dfsg.1-6) unstable; urgency=low

  * Update maintainer E-Mail address.

 -- Brian May <bam@snoopy.debian.net>  Mon, 20 Nov 2006 12:02:02 +1100

heimdal (0.7.2.dfsg.1-5) unstable; urgency=low

  * Rebuild against latest openldap (closes: #385809).
  * Add SLAVE_PARAMS to KDC /etc/default/heimdal-kdc file (closes: #392933).
  * Fix klist man page (closes: #389848).

 -- Brian May <bam@debian.org>  Mon, 16 Oct 2006 15:15:32 +1000

heimdal (0.7.2.dfsg.1-4) unstable; urgency=low

  * Include KCM (closes: #379245).
  * Move heimdal-docs to Section: doc.

 -- Brian May <bam@debian.org>  Tue, 22 Aug 2006 12:19:57 +1000

heimdal (0.7.2.dfsg.1-3) unstable; urgency=low

  * Remove bashism in debian/rules. Closes: #376082.
  * Build depends on texinfo, required for makeinfo. Closes: #376224.

 -- Brian May <bam@debian.org>  Sun,  2 Jul 2006 10:49:35 +1000

heimdal (0.7.2.dfsg.1-2) unstable; urgency=low

  * Search for all references to HDB_DB_DIR "/kdc.conf" and replace with
    "/etc/heimdal-kdc/kdc.conf". Closes: #365883, #365890.

 -- Brian May <bam@debian.org>  Sun, 14 May 2006 10:42:24 +1000

heimdal (0.7.2.dfsg.1-1) unstable; urgency=low

  * Remove non-free documentation. Closes: #364860.
  * Add Galician debconf templates. Closes: #362091.
  * Update standards version to 3.7.2.

 -- Brian May <bam@debian.org>  Sat, 13 May 2006 16:02:41 +1000

heimdal (0.7.2-4) unstable; urgency=low

  * Fix file deletion in postrm. Closes: #361411.

 -- Brian May <bam@debian.org>  Mon, 10 Apr 2006 12:45:34 +1000

heimdal (0.7.2-3) unstable; urgency=low

  * Move heimdal-kdc config files, kdc.conf, kadmind.acl and .configured, from
    /var/lib/heimdal-kdc to /etc/heimdal-kdc. Closes: #351960.

 -- Brian May <bam@debian.org>  Fri,  7 Apr 2006 10:13:55 +1000

heimdal (0.7.2-2) unstable; urgency=low

  * Install krcp.1 manpage.
  * Move xnlock.1 man page to correct man page section 1.
  * heimdal-dev: add depends on comerr-dev. Closes: #357115.

 -- Brian May <bam@debian.org>  Thu, 16 Mar 2006 19:15:32 +1100

heimdal (0.7.2-1) unstable; urgency=low

  * New upstream version. Includes security fixes. Changes from upstream:

        * Fix security problem in rshd that enable an attacker to overwrite
          and change ownership of any file that root could write
          (CVE-2006-0582).

        * Fix a DOS in telnetd. The attacker could force the server to crash
          in a NULL de-reference before the user logged in, resulting in inetd
          turning telnetd off because it forked too fast (CVE-2006-0677).

        * Make gss_acquire_cred(GSS_C_ACCEPT) check that the requested name
          exists in the keytab before returning success. This allows servers
          to check if its even possible to use GSSAPI.

        * Fix receiving end of token delegation for GSS-API. It still wrongly
          uses subkey for sending for compatibility reasons, this will change
          in 0.8.

        * telnetd, login and rshd are now more verbose in logging failed and
          successful logins.

        * Bug fixes.

  * Ditch dbs build system in preference for quilt and cdbs.

  * Don't install /usr/include/ss. It's not included by any other header
    in heimdal-dev and is provided by ss-dev. Closes: #349213.

  * Also remove /usr/bin/mk_cmds which is also provided by ss-dev.

  * Supply /etc/ldap/schema/hdb.schema. Closes: #355287.

  * Move iprop man pages from heimdal-clients package into
    heimdal-kdc package. Closes: #347555.

  * Change default program for krsh from rlogin to ktelnet if no parameters
    given.  Closes: #355080.

 -- Brian May <bam@debian.org>  Thu,  9 Mar 2006 18:24:51 +1100

heimdal (0.7.1-3) unstable; urgency=high

  * Brian May <bam@debian.org>:
    * Delete patches for old Heimdal versions.
    * Update Swedish debconf translation (closes: #347605).
  * Michael Banck <mbanck@debian.org>:
    * Changes for GNU HURD: 026_posix_max (closes: #113317),
                            026_no_afs (closes: #324342).
  * Steve Langasek <vorlon@debian.org>:
    * 025_pthreads
    * High-urgency upload for RC bugfix.
    * Use -pthread -lpthread when linking shared libs, not just -pthread,
      needed for proper linking of libgssapi on mips/mipsel.  Closes: #346346.
    * Build-depend on libx11-dev, libxau-dev, libxt-dev, x-dev instead of the
      obsolete xlibs-dev.  Closes: #346680.

 -- Brian May <bam@debian.org>  Fri, 13 Jan 2006 19:04:05 +1100

heimdal (0.7.1-2) unstable; urgency=low

  * Apply 022_ftp-roken-glob again.
  * Upload for unstable.

 -- Brian May <bam@debian.org>  Thu, 22 Dec 2005 11:24:21 +1100

heimdal (0.7.1-1) experimental; urgency=low

  * New upstream version.
  * Remove krb4 support (closes: #315059, #334632).
  * Conflict with krb4.

 -- Brian May <bam@debian.org>  Mon, 24 Oct 2005 08:08:39 +1000

heimdal (0.6.3-13) unstable; urgency=low

  * Add alternative depends of debconf-2.0 in heimdal-kdc. Closes
    <URL:http://lists.debian.org/debian-devel/2005/08/msg00136.html>.
  * Update sv translations (closes: #330318).

 -- Brian May <bam@debian.org>  Sun,  2 Oct 2005 12:36:49 +1000

heimdal (0.6.3-12) unstable; urgency=low

  * Rebuild to fix broken *.la files (closes: #316980).
  * Modify rxtelnet and rxterm to use ktelnet and krsh (closes: #274063).
  * Add Vietnamese debconf translation (closes: #314197).
  * Add Czech debconf translation (closes: #314749).
  * Move string2key into heimdal-clients (closes: #314365).
  * Fix LDAP searches (closes: #318409).

 -- Brian May <bam@debian.org>  Thu, 25 Aug 2005 11:39:59 +1000

heimdal (0.6.3-11) unstable; urgency=low

  * Apply patch to fix "Remotely exploitable buffer overflow in
    getterminaltype function", reported in Secunia advisory SA15718 at
    http://secunia.com/advisories/15718/. Closes: #315065.

 -- Brian May <bam@debian.org>  Sun,  3 Jul 2005 13:54:19 +1000

heimdal (0.6.3-10) unstable; urgency=low

  * LDAP support (closes: #95246).
  * Fix buffer overflow security bug in telnet client, CAN-2005-0469,
    closes: #305574.

 -- Brian May <bam@debian.org>  Mon, 25 Apr 2005 14:48:03 +1000

heimdal (0.6.3-9) unstable; urgency=low

  * Add Japanese debconf translation (closes: #302485)
  * Updated replaces for heimdal-clients (closes: #303751).
  * Support update-alternatives with rcp man page (closes: #303753).

 -- Brian May <bam@debian.org>  Sun, 10 Apr 2005 12:47:40 +1000

heimdal (0.6.3-8) unstable; urgency=low

  * Apply patch to build on amd64 (closes: #300811).
  * Move verify_krb5_conf man page to heimdal-clients (closes: #299905).
  * Include danish debconf translations (closes: #296987).
  * Add missing (versioned) comerr-dev to build depends (closes: #293270).

 -- Brian May <bam@debian.org>  Thu, 24 Mar 2005 10:34:46 +1100

heimdal (0.6.3-7) unstable; urgency=low

  * Remove setconfig from built package, the new kdc.conf config broke this
    script, and the config it changed wasn't used by Heimdal anyway.
    Closes: #289295.
  * Add patch from upstream to stop KDC crashing with SIGPIPE error.
    Closes: #284498.

 -- Brian May <bam@debian.org>  Fri, 14 Jan 2005 15:59:20 +1100

heimdal (0.6.3-6) unstable; urgency=low

  * Make conflict between heimdal-kdc and krb5-admin-server explicit, see
    #274763 for details.
  * Supply better example kdc.conf (closes: #210575). I deliberately omitted
    the database setting as upstream say it isn't currently usable and will
    change soon. Improvements welcome.
  * Fix hardcoded paths to work with openafs (closes: #286249).

 -- Brian May <bam@debian.org>  Mon, 20 Dec 2004 10:39:43 +1100

heimdal (0.6.3-5) unstable; urgency=low

  * Add new German debconf translations (closes: #284375).
  * Set Project-Id-Version, PO-Revision-Date, Last-Translator fields to
    Swedish and Russian translations from information in BTS.
  * Remove kerberos.8.gz man page. This hack is to remove the conflict with
    kerberos4kth which also contains the same file. It doesn't appear worth
    keeping. See bug #274763 for details on conflict.
  * Add note concerning above item in README.Debian.
  * Make conflict between heimdal-kdc and krb5-kdc explicit, see #274763
    for details.

 -- Brian May <bam@debian.org>  Sun, 12 Dec 2004 15:41:05 +1100

heimdal (0.6.3-4) unstable; urgency=low

  * Adding the attached Brazilian Portuguese templates (closes: #278730).
  * Fix typo in prerm script (closes: #280354).

 -- Brian May <bam@debian.org>  Tue,  9 Nov 2004 14:09:01 +1100

heimdal (0.6.3-3) unstable; urgency=low

  * Move kerberos.8.gz from heimdal-servers into heimdal-docs package.
  * Move kadmind.8.gz from heimdal-servers into heimdal-kdc package.
  * Conflict with pop3-server instead of qpopper (closes: #274774).

 -- Brian May <bam@debian.org>  Mon, 18 Oct 2004 17:12:05 +1000

heimdal (0.6.3-2) unstable; urgency=low

  * Stop all daemons as long as PID file exists, regardless if deamon is
    enabled or not (closes: #266575).
  * Add Dutch po-debconf translations (closes: #263597).
  * Add some cleanups recommended in #95246 to debian/rules.
    * Remove debian/*.ex files.
    * Remove debian/control.* files.
    * Remove debian/ex.doc-base.package.
    * Remove obsolete libtool hack.
    * Remove calls to obsolete dh_suidregister program.

 -- Brian May <bam@debian.org>  Sat, 25 Sep 2004 14:59:21 +1000

heimdal (0.6.3-1) unstable; urgency=low

  * New upstream version.

 -- Brian May <bam@debian.org>  Tue, 14 Sep 2004 08:28:11 +1000

heimdal (0.6.2-0.6.3rc3-1) unstable; urgency=low

  * New upstream version.
  * Fixes security bugs in FTP server.

 -- Brian May <bam@debian.org>  Mon, 13 Sep 2004 16:00:23 +1000

heimdal (0.6.2-6) unstable; urgency=low

  * Update replaces header for heimdal-clients, to allow for push.8.gz
    moving from heimdal-servers to heimdal-clients (closes: #264979).

 -- Brian May <bam@debian.org>  Thu, 12 Aug 2004 09:02:48 +1000

heimdal (0.6.2-5) unstable; urgency=low

  * Cave in to pressure and remove libdb4.2-dev from depends in
    heimdal-dev. See bug #253894 for reasons, both for and against.

 -- Brian May <bam@debian.org>  Mon,  2 Aug 2004 17:46:29 +1000

heimdal (0.6.2-4) unstable; urgency=low

  * Add patch 000_afslog to make afslog work (closes: #261065).

 -- Brian May <bam@debian.org>  Sat, 31 Jul 2004 14:56:32 +1000

heimdal (0.6.2-3) unstable; urgency=low

  * Use default realm configured by krb5-config for KDC (closes:
    #251725).
  * Move push.8 man page from heimdal-servers to heimdal-clients
    (push binary is already in heimdal-clients).

 -- Brian May <bam@debian.org>  Mon, 31 May 2004 08:30:54 +1000

heimdal (0.6.2-2) unstable; urgency=low

  * Make build depends on libssl-dev versioned (closes: #249595).
  * libdb4.2 support (closes: #223055).

 -- Brian May <bam@debian.org>  Sun, 23 May 2004 10:10:04 +1000

heimdal (0.6.2-1) unstable; urgency=low

  * New upstream version.
    * Fixes possible buffer overflow bug in the krb4 code in kadmin
      (CAN-2004-0472).
    * Disables krb4 support by default in kadmin.
    * Next upstream version will remove krb4 support in kadmin.

 -- Brian May <bam@debian.org>  Tue, 11 May 2004 09:57:12 +1000

heimdal (0.6.1-1) unstable; urgency=low

  * New upstream version:
    * Fix cross realm trust vulnerability (closes: #241524).

  * The following patches removed as they appear to be in upstream:
    * patches/001_sasl_external.
    * patches/010_gcc33.
    * patches/016_nessus_dos.
    * patches/023_db4

  * Simplify patches/032_libtool_version_script, remove hunks that only
    change line numbers (these created rejects).

 -- Brian May <bam@debian.org>  Sun,  4 Apr 2004 10:14:22 +1000

heimdal (0.6-8) unstable; urgency=low

  * Change /etc/defaults/heimdal-kdc to /etc/default/heimdal-kdc in
    heimdal-kdc init.d script (closes: #236289).
  * Add french debconf templates (closes: #236891).

 -- Brian May <bam@debian.org>  Thu, 11 Mar 2004 13:07:59 +1100

heimdal (0.6-7) unstable; urgency=low

  * Use new gettext based debconf (closes: #235170).

 -- Brian May <bam@debian.org>  Sat, 28 Feb 2004 13:15:41 +1100

heimdal (0.6-6) unstable; urgency=low

  * Move /etc/defaults/heimdal-kdc to /etc/default/heimdal-kdc (closes:
    #233824)

 -- Brian May <bam@debian.org>  Wed, 25 Feb 2004 11:09:29 +1100

heimdal (0.6-5) unstable; urgency=low

  * Add sample kadmind.acl on initial installation (closes: #215649)
  * Split KDC init.d script into /etc/default/heimdal-kdc (closes: #213534).
  * Add openldap patch from upstream 001_sasl_external (LDAP is not
    enabled in build though).

 -- Brian May <bam@debian.org>  Wed, 31 Dec 2003 12:41:38 +1100

heimdal (0.6-4) unstable; urgency=low

  * The "Lets fix all these bugs release" (and see what breaks!).
  * Set standards version to 3.6.1.
  * Upgrade to DH_COMPAT version 4.
  * Fix minor errors reported by linda, including:
    * Remove call to dh_suidregister.
    * Add versioned dependancy on debhelper (closes: #216290).
    * Add versioned depends on debconf,
  * When START_KDC is set, the init.d script should stop kdc; when
    START_KPASSWDD is set, the init.d script should stop kpasswdd; not the
    other way around. Closes #214447.
  * Fix info pages by installing all files, closes #214248.
  * Add libtool patch to version symbols, thanks Steve Langasek
    <vorlon@netexpress.net>. Closes: #205592.
  * Attempt to link against libdb4.1 instead of libdb3 failed, as automake
    wouldn't stop complaining about lib/roken/Makefile.am (not touched by
    this patch). Added debian/patch/db4 all the same.

 -- Brian May <bam@snoopy.apana.org.au>  Sat, 13 Dec 2003 11:17:42 +1100

heimdal (0.6-3) unstable; urgency=low

  * Remove heimdal-libs package, I am not sure why I kept it, it isn't really
    required for upgrades. This solves the (non-)issue with the description
    (closes: #209552).

  * Fix nessus DOS attack (closes: #197161).

  * Since 0.6-2.2 no longer links with libreadline (closes: #198511).

 -- Brian May <bam@snoopy.apana.org.au>  Sun, 28 Sep 2003 11:06:57 +1000

heimdal (0.6-2.3) unstable; urgency=low

  * NMU with Blessings from Brian May <bam@debian.org>

 -- Mikael Andersson <mikan@debian.org>  Tue, 16 Sep 2003 07:14:03 +0200

heimdal (0.6-2.2) unstable; urgency=low

  * Compile against libedit instead of libreadline4.
    Added patch 015_editline
    Recreated 030_autotools (Need $TMP to be set, and add libtoolize)
    Changed builddependency from libreadline4-dev to libedit-dev
    Change configure --with-readline in rules

 -- Mikael Andersson <mikan@debian.org>  Mon, 15 Sep 2003 12:31:46 +0200

heimdal (0.6-2.1) unstable; urgency=low

  * Use com_err from comerr-dev.
  
  * Removed comerr-dev, ss-dev from Conflicts of heimdal-dev

 -- Mikael Andersson <mikan@debian.org>  Mon, 15 Sep 2003 11:36:49 +0200

heimdal (0.6-2) unstable; urgency=low

  * Remove login man page, it conflicts with the login package.

 -- Brian May <bam@debian.org>  Sat,  6 Sep 2003 12:40:01 +1000

heimdal (0.6-1) unstable; urgency=low

  * New upstream version.
  * Built for woody.

 -- Brian May <bam@debian.org>  Thu, 28 Aug 2003 15:50:17 +1000

heimdal (0.5.2-5) unstable; urgency=low

  * Update conflicts for heimdal-clients not to conflict with ftp, as it
    uses update-alternatives since version 0.16-1 (closes: #202701).

 -- Brian May <bam@debian.org>  Wed,  6 Aug 2003 12:15:05 +1000

heimdal (0.5.2-4) unstable; urgency=low

  * Move conflicts libdb3-dev to depends libdb3-dev, really-closes
    #196157.

 -- Brian May <bam@debian.org>  Sun, 29 Jun 2003 09:32:20 +1000

heimdal (0.5.2-3) unstable; urgency=low

  * Fix FTBFS error with GCC-3.3 by adding debian/patches/010_gcc33
    (closes: #196406).
  * heimdal-dev depends on libdb3-dev, closes: #196157.

 -- Brian May <bam@debian.org>  Sat, 28 Jun 2003 15:47:53 +1000

heimdal (0.5.2-2) unstable; urgency=low

  * Make heimdal-kdc daemons configurable. Also fix type in
    etc/init.d/heimdal-kdc (closes: #186353).
  * Upstream said kftp -n option was fixed in 0.5.2-1 (closes: #181697).

 -- Brian May <bam@debian.org>  Thu, 27 Mar 2003 12:26:09 +1100

heimdal (0.5.2-1) unstable; urgency=high

  * New upstream version; Fixes krb4 security bug (closes: #185164).
  * Remove versioned symbols patch, this more important.
  * Remove debian/patches/016_openssl, hopefully it is no longer required.
  * Remove debian/patches/018_sasize, hopefully it is no longer required.

 -- Brian May <bam@debian.org>  Tue, 18 Mar 2003 10:57:31 +1100

heimdal (0.5.1-7) unstable; urgency=low

  * Use versioned symbols for all libraries.

 -- Brian May <bam@debian.org>  Mon, 17 Mar 2003 12:50:38 +1100

heimdal (0.5.1-6) unstable; urgency=low

  * Fix credential delegation bug (018_gssapi_forward).
  * Rename 023_sasize patch to 018_sasize, 02* is for Debian specific
  changes, not bugs fixes of upstream code, that is for 01*.

 -- Brian May <bam@debian.org>  Fri,  7 Mar 2003 18:47:29 +1100

heimdal (0.5.1-5) unstable; urgency=low

  * Fix error with sa_size not getting initialized properly. See
  debian/patches/023_sasize.

 -- Brian May <bam@debian.org>  Tue,  4 Mar 2003 19:06:01 +1100

heimdal (0.5.1-4) unstable; urgency=low

  * Rebuild for sid.
  * 016_openssl patch to work with openssl 0.9.7.
  * Now builds on sid (closes: #178775).
  * New build will have correct dependancy on libroken (closes: #177250).

 -- Brian May <bam@debian.org>  Thu, 30 Jan 2003 11:35:44 +1100

heimdal (0.5.1-3) unstable; urgency=low

  * 015_getifaddrs patch fixes segmentation fault.
  * Remove *.rej file from 014_cache patch.

 -- Brian May <bam@debian.org>  Thu, 16 Jan 2003 13:30:07 +1100

heimdal (0.5.1-2) unstable; urgency=low

  * Move dependancy on krb5-config to heimdal-servers and heimdal-
    clients (closes: #171868).
  * Add build depends on libhesiod-dev, it is only small, and
    all versions of Heimdal need to be built the same.
  * These changes were in 0.4e-23, but missed in 0.5.1-1.

 -- Brian May <bam@debian.org>  Thu,  9 Jan 2003 16:29:39 +1100

heimdal (0.5.1-1) unstable; urgency=low

  * New upstream version.
  * Build-depends on kerberos4kth-dev 1.2.1, it includes a new version
    of libroken.
  * New major version of libasn1-6-heimdal (was libasn1-5-heimdal).

 -- Brian May <bam@debian.org>  Thu,  9 Jan 2003 14:34:54 +1100

heimdal (0.5-1) unstable; urgency=low

  * New upstream version.

 -- Brian May <bam@snoopy.apana.org.au>  Sun, 29 Sep 2002 10:06:28 +1000

heimdal (0.4e-20) unstable; urgency=low

  * Add missing depends of kerberos4kth-dev to heimdal-dev (closes:
    160669).
  * Add description of changes required to /etc/services to get hprop
    and/or iprop to work (closes: 139845).
  * Add sample inetd entry for hprop and sample code in init.d script
    for iprop (closes: #139851).

 -- Brian May <bam@snoopy.apana.org.au>  Fri, 13 Sep 2002 13:34:04 +1000

heimdal (0.4e-19) unstable; urgency=low

  * Apply patch to fix time sync problem (closes: #155816).

 -- Brian May <bam@snoopy.apana.org.au>  Tue, 20 Aug 2002 13:04:51 +1000

heimdal (0.4e-18) unstable; urgency=low

  * Apply patches from Mikael Andersson to fix FTP bug, closes: 150967.

 -- Brian May <bam@snoopy.apana.org.au>  Thu, 15 Aug 2002 10:05:46 +1000

heimdal (0.4e-17) unstable; urgency=low

  * Use Maintainer Mode for automake.
  * Include krb5.conf.5heimdal man page (closes: #150293).

 -- Brian May <bam@snoopy.apana.org.au>  Tue,  6 Aug 2002 10:30:07 +1000

heimdal (0.4e-16) unstable; urgency=low

  * Fix heap overflow bug in ftp client that allows remote code
    execution by malicious ftp server.
  * Don't delete libkafs.so

 -- Brian May <bam@snoopy.apana.org.au>  Thu, 30 May 2002 09:33:21 +1000

heimdal (0.4e-15) unstable; urgency=low

  * Attempt to use libraries from kerberos4kth.

 -- Brian May <bam@snoopy.apana.org.au>  Mon, 22 Apr 2002 18:03:13 +1000

heimdal (0.4e-14) unstable; urgency=low

  * Attempt to recompile with krb4 support. Closes: #143273.
    For some reason this was marked as grave, even though the
    rest of Heimdal functioned OK.
  * Reopens bug: cyclic dependancies exist between Heimdal and
    Kerberos4kth. This really needs to get fixed.
  * Attempt to fix this in debian/patches-0.4e-trial (still needs
    further work), but this failed as autoconf in Debian doesn't like
    autoconf files used in Heimdal.

 -- Brian May <bam@snoopy.apana.org.au>  Sat, 20 Apr 2002 15:12:57 +1000

heimdal (0.4e-13) unstable; urgency=low

  * Move push to heimdal-clients (closes: #142331).
  * The 'but I am sure I removed the build depends for kerberos4kth'
    release. Closes: #142491
  * Also get rid of libkafs0, as including an empty libkafs0 could be
    confusing. closes: #142411

 -- Brian May <bam@snoopy.apana.org.au>  Fri, 12 Apr 2002 18:44:34 +1000

heimdal (0.4e-12) unstable; urgency=low

  * Remove krb4 support, and remove build depends loop.

 -- Brian May <bam@snoopy.apana.org.au>  Wed, 10 Apr 2002 08:29:52 +1000

heimdal (0.4e-11) unstable; urgency=low

  * Move to main.
  * Attempt to get priorities correct.

 -- Brian May <bam@snoopy.apana.org.au>  Wed,  3 Apr 2002 09:12:15 +1000

heimdal (0.4e-10) unstable; urgency=low

  * Change build depends from libssl096-dev to libssl-dev, closes:
    #140690.
  * Some dependancies are still in non-us, so this can't go in
    main yet. Examples: krb5-config and kerberos4kth.

 -- Brian May <bam@snoopy.apana.org.au>  Mon,  1 Apr 2002 10:39:31 +1000

heimdal (0.4e-9) unstable; urgency=low

  * Use /bin/login instead of /usr/sbin/login (which doesn't exist),
    closes #139250. /bin/login is better then the login provided with
    Heimdal, as it provides support for PAM.

 -- Brian May <bam@snoopy.apana.org.au>  Thu, 21 Mar 2002 16:19:28 +1100

heimdal (0.4e-8) unstable; urgency=low

  * heimdal-servers: add conflicts qpopper (closes: #137208).
  * Add russian debconf template (closes: #137657). I hope the character
    encoding comes up Ok...
  * Added note in README.Debian on making ksu setuid root (closes: #84468).

 -- Brian May <bam@snoopy.apana.org.au>  Thu, 14 Mar 2002 11:35:15 +1100

heimdal (0.4e-7) unstable; urgency=low

  * Move krb5-config man page to heimdal-dev (closes: #135957).
  * Fix extended descriptions (closes #135525, #135515).
  * Move ktutil man page to heimdal-clients (closes: #136449).

 -- Brian May <bam@snoopy.apana.org.au>  Mon,  4 Mar 2002 14:19:53 +1100

heimdal (0.4e-6) unstable; urgency=low

  * Versioned conflicts against openafs (closes: #127817,#128105).

 -- Brian May <bam@snoopy.apana.org.au>  Tue,  8 Jan 2002 11:19:12 +1100

heimdal (0.4e-5) unstable; urgency=low

  * Change conflicts keerberos4kth-clients, as it has changed from
    kerberos4kth-user (closes: #124020). heimdal-clients is supposed to
    have Kerberos4kth support, hence there should be no need to have
    both installed as the same time.
  * Build problem on hppa was previously fixed (closes: #101064). 
  * Fix BSD license (closes: #123822).

 -- Brian May <bam@snoopy.apana.org.au>  Fri, 21 Dec 2001 11:46:23 +1100

heimdal (0.4e-4) unstable; urgency=low

  * Move login back to /usr/sbin/login.
  * Use update-alternatives for pagsh.
  * Apply patch to stop kstash from segfaulting (closes: #120502).

 -- Brian May <bam@snoopy.apana.org.au>  Tue,  4 Dec 2001 20:30:38 +1100

heimdal (0.4e-3) unstable; urgency=low

  * Move files to correct packages (closes: #121131)

 -- Brian May <bam@snoopy.apana.org.au>  Mon, 26 Nov 2001 09:22:36 +1100

heimdal (0.4e-2) unstable; urgency=low

  * Kerberos 4 support (closes: #65387).
  * Build libsl packages (closes: #120496).

 -- Brian May <bam@snoopy.apana.org.au>  Wed, 14 Nov 2001 17:49:40 +1100

heimdal (0.4e-1) unstable; urgency=low

  * New upstream version.

 -- Brian May <bam@snoopy.apana.org.au>  Mon, 10 Sep 2001 09:40:06 +1000

heimdal (0.4c-2) unstable; urgency=low

  * Include devfs fix, telnetd now supports /dev/pts filesystem.

 -- Brian May <bam@snoopy.apana.org.au>  Mon,  6 Aug 2001 14:20:50 +1000

heimdal (0.4c-1) unstable; urgency=low

  * New upstream version.

 -- Brian May <bam@snoopy.apana.org.au>  Sun, 29 Jul 2001 14:33:17 +1000

heimdal (0.3f-1) unstable; urgency=low

  * New upstream version.
  * Move krb5.conf.5.gz man page from libkrb5 package to heimdal-doc,
    in order to allow different versions of libkrb5 to be installed
    at same time. What was I thinking?
  * Previous compilation was based on old libraries. Lets try again...

 -- Brian May <bam@snoopy.apana.org.au>  Thu, 28 Jun 2001 09:05:09 +1000

heimdal (0.3e-6) unstable; urgency=low

  * heimdal-dev no longer conflicts with kerberos4kth-dev.
  * build conflicts with heimdal-dev, due to libtool hack.
  * remove build dependancy on kerberos4kth-dev, as it is not
    yet used.
  * remove kafs.h and kafs.3.gz is these conflict with files from
    kerberos4kth.

 -- Brian May <bam@snoopy.apana.org.au>  Tue, 12 Jun 2001 09:41:34 +1000

heimdal (0.3e-5) unstable; urgency=low

  * Fix library dependancy problem on libdb.
  * Use libtool 1.4. Other packages should link -lkrb5 or -lgssapi,
    and none of the other libraries (unless really required).
  * Split libraries apart.
  * Remove libsl, as it doesn't seem to be used anymore.
  * Remove conflicts with kerberos4kth libraries (closes: #58090).
  * Attempt build with kerberos4kth libraries (not-closed: #65387);
    attempt failed (compile error); waiting till I get more time to fix
    this or for somebody to fix it for me ;-).
  * Uses updated config.sub and config.guess files from libtool 1.4
    (as far as I can tell). Closes: #98153.
  * add 31_autotools patch to work around install libtool bug.

 -- Brian May <bam@snoopy.apana.org.au>  Tue, 22 May 2001 11:14:25 +1000

heimdal (0.3e-4) unstable; urgency=low

  * Fix more silly postinst bugs. Disable anonymous ftp logins
    by default.

 -- Brian May <bam@debian.org>  Thu, 22 Feb 2001 09:38:40 +1100

heimdal (0.3e-3) unstable; urgency=low

  * Use update-alternatives for rcp (closes: #86702)
  * Remove update-alternatives for rsh when package is removed.
  * Add upstream patch to select versions for replay_log.

 -- Brian May <bam@debian.org>  Wed, 21 Feb 2001 09:04:58 +1100

heimdal (0.3e-2) unstable; urgency=low

  * Disable anonymous ftp logins by default. This can be changed by
    using the -a option to ftpd in /etc/inetd.conf.
  * Add upstream patch to fix weak key detection.

 -- Brian May <bam@debian.org>  Sat, 17 Feb 2001 13:52:35 +1100

heimdal (0.3e-1) unstable; urgency=low

  * New upstream version 0.3e. Warning: This fixes a potential security
    problem (buffer overrun) in ftpd.

 -- Brian May <bam@debian.org>  Tue,  6 Feb 2001 12:59:14 +1100

heimdal (0.3d-8) unstable; urgency=low

  * Change section to non-US.
  * Add german translation to heimdal-lib.templates file (closes: #83754).
  * Add german translation to heimdal-kdc.templates file (closes: #83864).
  * Add Depends: libssl096 to heimdal-dev, so packages that use
    heimdal-dev no longer need to include this in build-depends:
    (unless they really do guse libssl).
  * disable openldap support by default (I may enable it latter)
    (closes: #83993).
  * add patch for openldap.
  * don't build binary-all for binary-dep target (closes: #84171).

 -- Brian May <bam@debian.org>  Wed, 31 Jan 2001 09:26:39 +1100

heimdal (0.3d-7) unstable; urgency=low

  * Replace missing prerm script for heimdal-kdc, as kadmind wasn't being
    disabled (in /etc/inetd.conf) on --remove (closes: #83526).
  * Fix type in postrm script for heimdal-servers, as inetd entry for ftp
    wasn't getting removed on -purge.
  * Fix type in postrm script for heimdal-servers-x, as inetd entry for kx
    wasn't getting removed on -purge.
  * Add swedish translation to heimdal-lib.templates file.
    Also add same translation to question in heimdal-kdc.templates, as the
    question is exactly the same (closes: #83535).

 -- Brian May <bam@debian.org>  Fri, 26 Jan 2001 10:27:13 +1100

heimdal (0.3d-6) unstable; urgency=low

  * Use rsh-server and telnet-sever virtual packages (see bug #77404).

 -- Brian May <bam@debian.org>  Thu, 18 Jan 2001 18:20:54 +1100

heimdal (0.3d-5) unstable; urgency=low

  * Fix ftp bug with ports > 32767 (closes: #81663).
  * Move krb5-config to heimdal-dev.

 -- Brian May <bam@debian.org>  Fri, 12 Jan 2001 09:02:03 +1100

heimdal (0.3d-4) unstable; urgency=low

  * Better, non-hacked fix for krb5-config. Patch from
    GOMBAS Gabor <gombasg@inf.elte.hu>.

 -- Brian May <bam@debian.org>  Tue,  9 Jan 2001 10:13:28 +1100

heimdal (0.3d-3) unstable; urgency=low

  * Compile using libssl026 instead of libdes. Patch from
    GOMBAS Gabor <gombasg@inf.elte.hu>.

 -- Brian May <bam@debian.org>  Sat,  6 Jan 2001 10:30:03 +1100

heimdal (0.3d-2) unstable; urgency=low

  * Add libdb2-dev to build-depends (closes: #80442).

 -- Brian May <bam@debian.org>  Tue, 26 Dec 2000 10:59:44 +1100

heimdal (0.3d-1) unstable; urgency=low

  * New upstream version.

 -- Brian May <bam@debian.org>  Tue, 12 Dec 2000 16:20:34 +1100

heimdal (0.3c-6) unstable; urgency=low

  * Rename xnlock.man to xnlock.1, closes: #78117
  * Move xnlock.1 to heimdal-clients-x.

 -- Brian May <bam@debian.org>  Tue, 28 Nov 2000 09:55:12 +1100

heimdal (0.3c-5) unstable; urgency=low

  * New structure for source. Now there is a different patch for each
  change from upstream (closes: 77000).
  * Move TODO and NEWS documentation to heimdal-docs, where it should always
  have been
  * Apply patch from
  http://ns1.logidee.com/~joko/heimdal/src/heimdal_cache.patch,
  which should allow PAM module to work.

 -- Brian May <bam@debian.org>  Sat, 18 Nov 2000 13:04:39 +1100

heimdal (0.3c-4) unstable; urgency=low

  * applied patch to fix ftpd problem (closes: #64746).

 -- Brian May <bam@debian.org>  Wed,  8 Nov 2000 17:26:16 +1100

heimdal (0.3c-3) unstable; urgency=low

  * Try to strip binaries again, by making libeditline libtool
  controlled.

 -- Brian May <bam@debian.org>  Mon,  9 Oct 2000 09:20:27 +1100

heimdal (0.3c-2) unstable; urgency=low

  * applied patch to disable line editing in ftp (closes: #69301).

 -- Brian May <bam@debian.org>  Thu,  5 Oct 2000 09:15:44 +1100

heimdal (0.3c-1) unstable; urgency=low

  * New upstream version.
  * applied patch to fix missing newline problem in ftp (closes: #64289).
  * dh_strip commented out, as it crashed the build process.
    A bug (#73637) has been opened on this issue.

 -- Brian May <bam@debian.org>  Mon,  2 Oct 2000 10:07:53 +1100

heimdal (0.3b-2) unstable; urgency=low

  * Add debhelper, xlib6g-dev to build dependancies (closes: #70718).
  
  * Change documentation to indicate that kadmind uses kadmind.acl,
    not kadm5.acl, as previously specified. Add warning in default
    kdc.conf file that it needs checking, as it may not be
    correct. Everything should work OK though with default values.
    closes: #69139.

 -- Brian May <bam@debian.org>  Sat,  2 Sep 2000 15:46:53 +1100

heimdal (0.3b-1) unstable; urgency=low

  * New upstream version.
  
  * Shouldn't conflict with telnet anymore, as both use
    update-alternatives (not tested yet).
  
  * Provides telnet-client instead of telnet, as telnet-client is now
    the accepted virtual package (see closed bug #58759).

 -- Brian May <bam@debian.org>  Wed, 30 Aug 2000 10:58:07 +1100

heimdal (0.3a-2) unstable; urgency=low

  * Remove /usr/include/glob.h from heimdal-dev (closes: #68649). This
  file conflicts with libc6-dev.

  * For some reason heimdal doesn't detect /usr/include/glob.h, why?

 -- Brian May <bam@debian.org>  Sun,  6 Aug 2000 18:07:52 +1000

heimdal (0.3a-1) unstable; urgency=low

  * New upstream version.
  
  * -rpath hack no longer required.
  
  * fix bug in postinst script (closes: #67509).

  * No longer conflicts with rsh-client (<< 0.16.1-1), as rsh-client
  now uses update-alternatives (closes: #58102).

  * Uses new libtool version 1.3c (closes: 59037).

 -- Brian May <bam@debian.org>  Mon, 31 Jul 2000 13:21:21 +1000

heimdal (0.2t-1) unstable; urgency=low

  * New upstream version.

 -- Brian May <bam@debian.org>  Fri, 19 May 2000 15:24:31 +1000

heimdal (0.2r-2) unstable; urgency=low

  * Add Build-Depends and Build-Conflicts line. It is possible
  that the Build-Conflicts might be excessive (some libraries  
  can be turned of with command line options to Configure),
  however, I think this is safest for now.

 -- Brian May <bam@debian.org>  Sun, 16 Apr 2000 10:29:33 +1000

heimdal (0.2r-1) unstable; urgency=low

  * New upstream version.
  * Fix yet another silly typo in postinst script.
  * Added hack to use defaults inside kadmin init without crashing.

 -- Brian May <bam@debian.org>  Wed,  5 Apr 2000 14:36:55 +1000

heimdal (0.2q-3) unstable; urgency=low

  * fix silly typo in postinst script (closes: #61482).

 -- Brian May <bam@debian.org>  Sat,  1 Apr 2000 12:33:34 +1000

heimdal (0.2q-2) unstable; urgency=low

  * Password to kstash now handled by debconf.

 -- Brian May <bam@debian.org>  Sun, 12 Mar 2000 12:16:25 +1100

heimdal (0.2q-1) unstable; urgency=low

  * New upstream version.
  * Looking through the upstream Changelog, I cannot see any changes
  that might break functionality that wasn't already broken.
  * Fix problem with debconf script (closes: #58011).
  * Change ftp dependancy to ftp-server (closes: #58118).
  * Replaced power-pc fix with patch from upstream.
  * Fixed shlibs dependancy information - all executables will now
  depend on *this* upstream version of heimdal-lib. This is currently
  a hacked solution to allow clean (future) upgrades.
  * Moved README.Debian to heimdal-docs.
  * Include doc/standardisation in heimdal-docs, contains information
  not found elsewhere.
  * Use update-alternatives for rsh.
  * Hack debian/rules not to run configure.
  * ftp/ftpd no longer seems to work, fixes welcome.
  * This should really go to frozen, but because of above problem
  will go into unstable only.
  
 -- Brian May <bam@debian.org>  Fri, 25 Feb 2000 15:46:16 +1100

heimdal (0.2l-7) frozen unstable; urgency=low

  * Copied copyright file from doc/heimdal.texi
  * heimdal-servers no longer conflicts with rsh-server (closes: #57545).
  * heimdal-lib conflicts with kerberos4kth (closes: #57587, #57602, #57654).
  * this conflicts business is never ending...
  * fixed minor bugs in README.Debian, eg there is no need to
  extract the kadmin/admin key to /etc/krb5.keytab.
  * fixed compilation problem on power-pc (closes: #57919).

 -- Brian May <bam@debian.org>  Sun, 13 Feb 2000 19:46:37 +1100

heimdal (0.2l-6) frozen unstable; urgency=low

  * Move /usr/bin/compile_et into heimdal-dev.
  * heimdal-clients conflicts with otp.
  * heimdal-dev conflicts with ss-dev and comerr-dev (closes: #56281).
  * minor changes to sample kdc.conf file. eg stash file created
  by postinst script wasn't used by kdc...

 -- Brian May <bam@debian.org>  Sat, 29 Jan 2000 09:58:00 +1100

heimdal (0.2l-5) frozen unstable; urgency=low

  * Heimdal-servers: reenable telnet properly after upgrade
    (closes: #55733).
  * Change section to non-US/main (closes: #55546).
  * These changes wont break anything that wasn't already broken ;-).
  
 -- Brian May <bam@debian.org>  Thu, 20 Jan 2000 16:13:21 +1100

heimdal (0.2l-4) frozen unstable; urgency=low

  * heimdal-kdc nows starts password server, so users can change
    passwords.
  * heimdal-kdc now inserts entry for kadmind into /etc/inetd.conf.
    kadmind is essential for normal kerberos administration.
  * Fix /etc/init.d/heimdal-kdc restart so it works.
  * No code has been changed/added/removed apart from postinst,
    prerm, postrm and init scripts for the above changes.
  * Got rid of stupid looking syntax for log file in sample kdc.conf.
  * Minor changes (including addition of examples) into README.Debian.
  * Known problem: debconf doesn't replace default value for
    some reason on initial installation. I can't see whats wrong...
    This is annoying, but not a critical problem.

 -- Brian May <bam@snoopy.apana.org.au>  Mon, 17 Jan 2000 19:07:06 +1100

heimdal (0.2l-3) unstable; urgency=low

  * Conflicts with kerberos4kth packages. closes: #54783.
  * Move kstash and man page to heimdal-kdc.
  * Move kxd man page to heimdal-servers-x.
  * Move kadmind page to heimdal-kdc.
  * Move kpasswdd and man page to heimdal-kdc.
  * Fix permissions of /var/lib/heimdal-kdc.

 -- Brian May <bam@snoopy.apana.org.au>  Fri, 14 Jan 2000 19:18:51 +1100

heimdal (0.2l-2) unstable; urgency=low

  * Move man pages into proper packages.
  * heimdal-servers now conflicts and provides ftpd.
    (closes: #54818).
  * Problems believed to already be fixed. closes: #54792.
  * heimdal-lib postrm: add -f parameter to rm so that it will not
    fail if the file doesn't exist. closes: #54847.
  * Rename telnet and ftp to ktelnet and kftp respectively.
  * Use update-alternatives for ftp and telnet.
    (note rxtelnet still uses telnet, not ktelnet).

 -- Brian May <bam@snoopy.apana.org.au>  Thu, 13 Jan 2000 10:47:14 +1100

heimdal (0.2l-1) unstable; urgency=low

  * New upstream source.
  * heimdal-clients now provides ftp, telnet, and rsh-client
    (closes: #54497).
  * heimdal-servers now provides telnetd and rsh-server.

 -- Brian May <bam@snoopy.apana.org.au>  Sun,  9 Jan 2000 10:00:02 +1100

heimdal (0.2j-1) unstable; urgency=low

  * New upstream source.
  * Improved debconf support, using setconfig helper program.
  * setconfig may not parse all valid configuration files correctly.
    Patches welcome!
  * Moved /usr/bin/login to /usr/lib/heimdal-servers/login, as I
    suspect this will help porting to the Hurd, if/when anyone tries.
  * kdc now supports (and requires) logrotate.
  * kdc tested and now works with minimal configuration.
  * heimdal-kdc does not support dpkg-reconfigure (not sure how to
    reconfigure without deleting existing setup first).

 -- Brian May <bam@snoopy.apana.org.au>  Wed,  5 Jan 2000 02:31:00 +0000

heimdal (0.2i-1) unstable; urgency=low

  * Initial Release.

 -- Brian May <bam@snoopy.apana.org.au>  Wed,  8 Dec 1999 11:54:13 +1100

OpenPOWER on IntegriCloud