git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17049 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-10 17:33:37 +00:00
parent 5c4f7cec25
commit 7faccdb5b9
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2006-03-23 Love H<>rnquist <20>strand <lha@it.su.se>
* ftp/ftp.1: Add undocument flags and spelling, from Ted Percival
<Ted.Percival@quest.com>
2006-02-27 Johan Danielsson <joda@pdc.kth.se>
* ftpd/ftpd.8: fix grammar in --no-insecure-oob option (partly

View File

@@ -1,5 +1,8 @@
2006-04-09 Love H<>rnquist <20>strand <lha@it.su.se>
* rc2.c (RC2_set_key): abort on erroneous input (len <= 0) size
that will case out out bound indexing, and its invalid input.
* rsa.c: Make compile again.
2006-04-03 Love H<>rnquist <20>strand <lha@it.su.se>