Commit graph

5 commits

Author SHA1 Message Date
Joachim Fasting aff74b6af7
socklog: fixup implicit function declarations 2017-09-13 18:27:15 +02:00
Joachim Fasting 705f47f50e
socklog: properly disable the chkshsgr test
My previous attempt d438cbb0b6 was
bogus ...
2017-09-13 18:27:09 +02:00
Tuomas Tynkkynen 745dadf139 socklog: Move docs to the correct location 2017-07-10 14:47:52 +03:00
Joachim Fasting d438cbb0b6
socklog: disable shsgr test
Running the chkhsgr test on Hydra fails with
```
./chkshsgr || ( cat warn-shsgr; exit 1 )
Oops. Your getgroups() returned 0, and setgroups() failed; this means
that I can't reliably do my shsgr test. Please either ``make'' as root
or ``make'' while you're in one or more supplementary groups.
```

We just assume that our supported platforms have working
getgroups()/setgroups().
2017-05-18 12:33:32 +02:00
Joachim Fasting 22cffa0716
socklog: init at 2.1.0 2017-05-06 19:41:49 +02:00