summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-05-24 01:07:52 +0530
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-05-24 01:07:52 +0530
commit3212c8916bf3b5aa55d96aff1dfb0fa9900d3a5b (patch)
tree3c5a7d0c6ecd529398842bb6211d373f3ea50685
parent3e391aff4a9e4ba6c0c82d51586d256cce092480 (diff)
parent5ee9720cf84d36fcbf02a1623ee1ddfb8980900d (diff)
Merge branch 'master' of braunbox:~hurd-web/hurd-web
-rw-r--r--hurd/documentation/netfs_ada_results.mdwn28
-rw-r--r--open_issues/ssh.mdwn1
2 files changed, 28 insertions, 1 deletions
diff --git a/hurd/documentation/netfs_ada_results.mdwn b/hurd/documentation/netfs_ada_results.mdwn
index ae500e35..ab5fab3a 100644
--- a/hurd/documentation/netfs_ada_results.mdwn
+++ b/hurd/documentation/netfs_ada_results.mdwn
@@ -144,4 +144,30 @@ is included in the section entitled
* Validate\_Stat
* check\_open\_permissions
* Validate\_Stat
- * Not Implemented Netfs\_Implementation.Get\_Dirents \ No newline at end of file
+ * Not Implemented Netfs\_Implementation.Get\_Dirents
+
+## Rev 98c74b2027c9
+
+ * Get_Dirents implemented
+ * Tested with depth option set to two (only regular files in node)
+
+### ls -la .
+
+ * OK
+
+### ls -la node
+
+ * OK, display leafs regular files
+ * Call Sequence
+ * Validate\_Stat
+ * Check\_Open\_Permissions
+ * Validate\_Stat
+ * Validate\_Stat
+ * Check\_Open\_Permissions
+ * Validate\_Stat
+ * enter get dirents netfs_implementation.adb:141 Netfs_Implementation.Get_Dirents
+ * then attemp\_lookup for each leaf
+
+### cd node
+ * OK
+ * ls in node directory display leafs \ No newline at end of file
diff --git a/open_issues/ssh.mdwn b/open_issues/ssh.mdwn
index 6d000b00..ec9c8486 100644
--- a/open_issues/ssh.mdwn
+++ b/open_issues/ssh.mdwn
@@ -18,3 +18,4 @@ One has to disable compression in /etc/sshd_config:
Compression no
+The error returned by `inflate` is `Z_DATA_ERROR`.