]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commitdiff
README.adoc, TODO.adoc: mention endian limitations
authorSimon Ruderich <simon@ruderich.org>
Sun, 15 Dec 2019 08:17:17 +0000 (09:17 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 15 Dec 2019 08:17:17 +0000 (09:17 +0100)
README.adoc
TODO.adoc

index 8918da8fb6746c674f78367b5214768e55ad7363..d9ea5793aaa20e129001525b395c9f8ff9370911 100644 (file)
@@ -70,6 +70,8 @@ Nsscash is licensed under AGPL version 3 or later.
   - github.com/BurntSushi/toml
 - C compiler, for `libnss_cash.so.2`
 
+- NSS module is only supported on Little-endian systems (for now)
+
 - HTTP(S) server to provide the passwd/group/etc. files
 
 Tested on Debian Buster, but should work on any GNU/Linux system. With
index d1d7d205c2b718e3a5621795b140a38a5357ff31..a51b4d19bf1e9c1d17131ce79472191ddf96ff2b 100644 (file)
--- a/TODO.adoc
+++ b/TODO.adoc
@@ -1,5 +1,7 @@
 = TODOs
 
+- Support big-endian systems in NSS module; the Go-part is endian agnostic
+
 - Currently, all files are fetched first and then updated one-by-one. This
   protects against partial updates if the server has issues, but won't help if
   the disk is full. In that case it's possible that only passwd is updated but