]> ruderich.org/simon Gitweb - safcm/safcm.git/history - cmd/safcm/config
safcm: add experimental support to sync from Windows hosts
[safcm/safcm.git] / cmd / safcm / config /
2021-05-13 Simon Ruderichsafcm: add experimental support to sync from Windows...
2021-05-13 Simon Ruderichsafcm: use only slash separated paths for the configuration
2021-05-09 Simon Ruderichconfig: disallow negative permissions
2021-05-09 Simon Ruderichconfig: tests: fix typo in group name
2021-05-09 Simon Ruderichconfig: return map from TransitivelyDetectedGroups()
2021-05-09 Simon Ruderichconfig: use more explicit variable name in ResolveHostG...
2021-05-09 Simon Ruderichconfig: rewrap line in ResolveHostGroups()
2021-05-09 Simon Ruderichconfig: tests: replace FullPermToFileMode() with fs...
2021-05-09 Simon RuderichImprove and add comments
2021-04-28 Simon Ruderichtests: use filetest.CreateFifo() in config tests
2021-04-28 Simon Ruderichgo fmt
2021-04-28 Simon Ruderichconfig: rename group_order to group_priority
2021-04-22 Simon Ruderichgo fmt
2021-04-22 Simon Ruderichtests: add very basic end-to-end test with real ssh...
2021-04-20 Simon Ruderichremote: go fmt
2021-04-20 Simon Ruderichremote: show group/trigger in verbose log for commands
2021-04-20 Simon Ruderichsafcm: use Command struct instead of string to run...
2021-04-18 Simon Ruderichconfig: only skip "invalid sticky" tests for non-root...
2021-04-17 Simon RuderichAdd basic support for OpenBSD
2021-04-17 Simon Ruderichconfig: groups: use "member" in "not found" error message
2021-04-17 Simon RuderichAdd basic support for FreeBSD
2021-04-13 Simon Ruderichconfig: forbid ":remove" groups which conflict with...
2021-04-13 Simon Ruderichsafcm: forbid syncing groups which depend on "detected...
2021-04-13 Simon Ruderichconfig: add newline between error message and explanation
2021-04-08 Simon Ruderichconfig: permit "all" and host group in .InGroup of...
2021-04-08 Simon Ruderichconfig: forbid duplicate host names
2021-04-05 Simon Ruderichtests: add and use testutil package to reduce duplication
2021-04-05 Simon Ruderichconfig: remove unnecessary os.Chdir in test
2021-04-05 Simon Ruderichtests: go fmt and rewrap
2021-04-05 Simon Ruderichtests: use subtests
2021-04-05 Simon Ruderichsafcm: add -q (quiet) command line option
2021-04-04 Simon Ruderichconfig: forbid host names which conflict with special...
2021-04-03 Simon Ruderichconfig: add Host option "ssh_user"
2021-04-03 Simon RuderichFirst working version