]> andersk Git - openssh.git/blobdiff - TODO
- (bal) renabled 'catman-do:' and fixed it. So now catman pages should
[openssh.git] / TODO
diff --git a/TODO b/TODO
index 076ab0a93b1b6ef9e221f544c8561beeab5a385f..dc5e14b62e79de2321914c0b1b923bd0bcbe84bf 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,15 @@
 Programming:
 - Grep for 'XXX' comments and fix
 
+- Link order is incorrect for some systems using Kerberos 4 and AFS. Result
+  is multiple inclusion of DES symbols. Holger Trapp 
+  <holger.trapp@hrz.tu-chemnitz.de> reports that changing the configure
+  generated link order from:
+       -lresolv -lkrb -lz -lnsl  -lutil -lkafs -lkrb -ldes -lcrypto
+  to:
+       -lresolv -lkrb -lz -lnsl  -lutil -lcrypto -lkafs -lkrb -ldes
+  fixing the problem.
+
 - Integrate contrib/mdoc2man.pl so platforms which only have the troff 
   'an' macros can have readable manpages.
 
This page took 0.055578 seconds and 4 git commands to generate.