README: some small rewording and formatting - susmb - mounting of SMB/CIFS shar… | |
git clone git://git.codemadness.org/susmb | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 6ed5b157d8757d5e3692ee2bf910517e7622a6f1 | |
parent af92f1402be85b1819f2ba2dda8cae9ff5381b69 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Wed, 5 Mar 2025 20:18:41 +0100 | |
README: some small rewording and formatting | |
Diffstat: | |
M README | 14 +++++++++----- | |
1 file changed, 9 insertions(+), 5 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -95,6 +95,7 @@ Performance: | |
Security: | |
+ | |
- Many code simplifications and deletions (attack surface and easier to review… | |
- Use unveil(2) syscall to lock down much of the filesystem except the | |
mountpoint and required FUSE devices. | |
@@ -110,13 +111,16 @@ Security: | |
Cleanups: | |
+ | |
- Merge everything into one C file for easier code review. | |
-- Remove Samba < 3.3 compatibility layer and code. This is hard to test nowada… | |
+- Remove Samba < 3.3 compatibility layer and code. This is hard to test | |
+ nowadays anyway. | |
- Use getopt for option parsing: remove dependences on glib which was used for | |
option parsing only. | |
Remove long option support. | |
-- Remove libxml2 dependency and configuration via XML. Configuration is now do… | |
- simpler syntax as a URI from the command-line. This was also listed in the | |
- man page under the BUGS section as a wanted feature. | |
-- Remove autoconf and files specific to Debian packaging. Use a simple Makefil… | |
+ | |
+- Remove libxml2 dependency and configuration via XML. Configuration is now | |
+ done via a simpler syntax as a URI from the command-line. This was also | |
+ listed in the man page under the BUGS section as a wanted feature. | |
+- Remove autoconf and Debian-specific packaging files. Use a simple Makefile. | |
- Man page rewritten from roff to mandoc. |