]> ruderich.org/simon Gitweb - nsscash/nsscash.git/shortlog
nsscash/nsscash.git
2019-06-17 Simon Ruderichnsscash: test deployFile() sets permissions properly
2019-06-17 Simon Ruderichnss: remove pointer indirection in search_key's id...
2019-06-17 Simon Ruderichnss: reduce code duplication in _nss_cash_setpwent...
2019-06-14 Simon Ruderichnsscash: convert: create file atomically
2019-06-14 Simon Ruderichnsscash: go fmt
2019-06-14 Simon Ruderichnsscash: return error instead of calling log.Fatal()
2019-06-14 Simon Ruderichnsscash: split main() into separate functions
2019-06-13 Simon Ruderichnsscash: store and check hash of deployed files
2019-06-13 Simon Ruderichnsscash: write state on each successful run
2019-06-12 Simon RuderichMakefile: remove recursion from go commands
2019-06-12 Simon Ruderichnss: add todo
2019-06-12 Simon RuderichREADME: use proper comment character for TOML files
2019-06-12 Simon RuderichMakefile: run go test in test target, not all target
2019-06-12 Simon Ruderichnsscash: go fmt
2019-06-12 Simon Ruderichnsscash: replace %s with %v in format string for File...
2019-06-12 Simon Ruderichnsscash: report error for passwd/group without trailing...
2019-06-11 Simon Ruderichnss: Makefile: don't link against asan
2019-06-11 Simon RuderichCheck size limits and abort if they are violated
2019-06-11 Simon Ruderichnsscash: handle errors in SerializePasswd(), SerializeG...
2019-06-11 Simon Ruderichnsscash: support longer lines in passwd/group files
2019-06-11 Simon Ruderichnss: tests: sort included headers
2019-06-10 Simon Ruderichnss: Makefile: build libcash_test.so in tests/
2019-06-10 Simon RuderichREADME: document practices and tested systems
2019-06-10 Simon Ruderichnsscash: improve comments
2019-06-10 Simon Ruderichnsscash: add alignBufferTo() helper
2019-06-10 Simon Ruderichnss: improve comments
2019-06-10 Simon Ruderichnss: gr/pw: re-used variable
2019-06-10 Simon Ruderichnss: gr/pw: use key->name for NULL check
2019-06-10 Simon Ruderichnss: gr/pw: make data const
2019-06-10 Simon Ruderichnss: search: make search_key argument const
2019-06-10 Simon Ruderichnss: search.h: re-order struct file members
2019-06-10 Simon Ruderichnss: file.h: re-order struct file members
2019-06-10 Simon Ruderichnss: merge cash.h into file.h
2019-06-10 Simon Ruderichnss: simplify initialization of struct file in map_file()
2019-06-09 Simon RuderichREADME: minor updates and fixes
2019-06-09 Simon Ruderichnss: Makefile: fix typo in LD_PRELOAD variable name
2019-06-08 Simon RuderichREADME: add requirements and usage instructions
2019-06-08 Simon RuderichMakefile: run all and clean in nss/ as well
2019-06-08 Simon RuderichMakefile: add test target
2019-06-08 Simon Ruderichnsscache: add comment
2019-06-08 Simon Ruderichnss: tests: fix typo in comment
2019-06-08 Simon Ruderichnsscash: use WriteByte() instead of Write() with cast
2019-06-08 Simon Ruderichnsscash: improve index sanity check
2019-06-08 Simon RuderichAdd support for group files
2019-06-08 Simon Ruderichnsscash: go fmt
2019-06-08 Simon Ruderichnsscash: add support to convert plain files
2019-06-08 Simon Ruderichnss: add tests
2019-06-08 Simon Ruderichnss: move NSS function definitions to separate header
2019-06-08 Simon Ruderichnss: Makefile: inline library flags
2019-06-08 Simon Ruderichnsscash: add "convert" sub-command
2019-06-08 Simon Ruderichnsscash: remove a few empty lines
2019-06-08 Simon Ruderichnsscash: go fmt
2019-06-08 Simon Ruderichnsscash: add "fetch" sub-command for the default action
2019-06-08 Simon RuderichFirst working version
2019-06-08 Simon RuderichInitial commit