]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blobdiff - README.adoc
.github: update upstream actions to latest version
[nsscash/nsscash.git] / README.adoc
index b379d8316366ccfa96a6dbd56fe1e2774ab10a61..181d18d1302e11726d5115b142083333e62dcbf2 100644 (file)
@@ -21,6 +21,7 @@ Nsscash can also be used separately from the NSS module to deploy arbitrary
 files to many hosts and keep them up-to-date.
 
 Nsscash is very careful when deploying the changes:
+
 - All files are updated using the standard "write to temporary file", "sync",
   "rename" steps which is atomic on UNIX file systems. The indices are stored
   in the same file preventing stale data during the update.
@@ -41,6 +42,7 @@ Nsscash is very careful when deploying the changes:
   and verified on each `nsscash` run.
 
 The passwd/group files have the following size restrictions:
+
 - maximum number of entries: '2^64-1' (uint64_t)
 - maximum passwd entry size: 65543 bytes (including newline)
 - maximum group entry size: 65535 bytes (including newline, only one member)
@@ -66,8 +68,9 @@ Nsscash is licensed under AGPL version 3 or later.
 == REQUIREMENTS
 
 - Go, for `nsscash`
-  - github.com/pkg/errors
-  - github.com/BurntSushi/toml
+  * github.com/BurntSushi/toml
+  * github.com/google/renameio
+  * github.com/pkg/errors
 - C compiler, for `libnss_cash.so.2`
 
 - HTTP(S) server to provide the passwd/group/etc. files
@@ -186,7 +189,7 @@ Written by Simon Ruderich <simon@ruderich.org>.
 
 This program is licensed under AGPL version 3 or later.
 
-Copyright (C) 2019  Simon Ruderich
+Copyright (C) 2019-2021  Simon Ruderich
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as published by