summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-12-19 18:11:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-12-19 18:11:07 +0000
commit2539cdcd28f13a5ad7f93f73c1308e1e7119d7ab (patch)
tree13d2f93542cc8caffd3557e44ccb665ef980966e /c/src/libnetworking/ChangeLog
parent2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2539cdcd28f13a5ad7f93f73c1308e1e7119d7ab.tar.bz2
2001-12-18 Eric Norum <eric.norum@usask.ca>
* lib/tftpDriver.c: Allow chdir() to work on TFTP `directories' (path names with a / at the end) while disallowing open() operations on TFTP `directories'.
Diffstat (limited to 'c/src/libnetworking/ChangeLog')
-rw-r--r--c/src/libnetworking/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/libnetworking/ChangeLog b/c/src/libnetworking/ChangeLog
index b53bf7ff43..9c60e8f2b3 100644
--- a/c/src/libnetworking/ChangeLog
+++ b/c/src/libnetworking/ChangeLog
@@ -1,3 +1,9 @@
+2001-12-18 Eric Norum <eric.norum@usask.ca>
+
+ * lib/tftpDriver.c: Allow chdir() to work on TFTP `directories'
+ (path names with a / at the end) while disallowing open() operations
+ on TFTP `directories'.
+
2001-12-07 Eric Norum <eric.norum@usask.ca>
* lib/tftpDriver.c: Restore write capability.