git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16651 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-24 08:17:33 +00:00
parent fa19c7c28b
commit 5736f9af51

View File

@@ -1,9 +1,13 @@
2006-01-24 Love H<>rnquist <20>strand <lha@it.su.se>
* ftp/ftp.c: Indent.
2006-01-12 Johan Danielsson <joda@pdc.kth.se>
* ftpd/ftpd.c (pass): remove unused variable in the !OTP case
2005-10-22 Love H<>rnquist <20>strand <lha@it.su.se>
* ftpd/ls.c: Check return value from asprintf instead of string !=
NULL since it undefined behavior on Linux. From Bj<42>rn Sandell