*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5372 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-02-15 21:24:04 +00:00
parent 31b022919d
commit 0db57f0f7a
2 changed files with 15 additions and 0 deletions

View File

@@ -1,7 +1,18 @@
Sat Feb 13 17:19:35 1999 Assar Westerlund <assar@sics.se>
* ftpd/ftpd.c (match): remove #ifdef HAVE_FNMATCH. We have a
fnmatch implementation in roken and therefore always have it.
* ftp/ftp.c (copy_stream): initialize `werr'
Wed Jan 13 23:52:57 1999 Assar Westerlund <assar@sics.se>
* ftpd/ftpcmd.y: moved all check_login and check_login_no_guest to
the end of the rules to ensure we don't generate several
(independent) error messages. once again, having a yacc-grammar
for FTP with embedded actions doesn't strike me as the most
optimal way of doing it.
Tue Dec 1 14:44:29 1998 Johan Danielsson <joda@hella.pdc.kth.se>
* ftpd/Makefile.am: link with extra libs for aix

View File

@@ -5,6 +5,10 @@ Sat Feb 13 17:12:53 1999 Assar Westerlund <assar@sics.se>
* roken.h.in (mkstemp, gethostname): also includes prototypes if
they are needed.
1998-12-23 Assar Westerlund <assar@sics.se>
* roken.h.in: mkstemp: add prototype
1998-12-20 Assar Westerlund <assar@sics.se>
* snprintf.c, iruserok.c, parse-units.c: unsigned char-correctness