Displaying 5 results from an estimated 5 matches for "timegate".
Did you mean:
timedate
2011 Aug 18
3
Coding question for behavioral data analysis
Hello all,
I have a question which I have been struggling with for several weeks
now, that I think might be easy for more proficient coders than
myself. I have a large behavioral dataset, with behaviors and the
times (milliseconds) that they occurred. Each subject has a separate
file, and a sample subject file can be generated using the following
syntax:
Time <- c(1000, 1050, 1100, 1500, 2500,
2014 Aug 15
3
[Bug 2262] New: Clarification for the usage of Match directives with negations
...Product: Portable OpenSSH
Version: 6.6p1
Hardware: Other
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Documentation
Assignee: unassigned-bugs at mindrot.org
Reporter: sven at timegate.de
Created attachment 2460
--> https://bugzilla.mindrot.org/attachment.cgi?id=2460&action=edit
proposed clarification for the usage of negations with Match
Hi,
I tried to setup some special cases with the help of the "Match"
directive in sshd_config and stumbled over how negati...
2014 Dec 28
0
[Bug 1680] Match User/Group with no affirmative match does not work as expected
https://bugzilla.mindrot.org/show_bug.cgi?id=1680
Sven <sven at timegate.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugzilla.mindrot.or
| |g/show_bug.cgi?id=2262...
2014 Dec 28
0
[Bug 1918] match_pattern_list fails for negated failure
https://bugzilla.mindrot.org/show_bug.cgi?id=1918
Sven <sven at timegate.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugzilla.mindrot.or
| |g/show_bug.cgi?id=2262...
2014 Jul 29
1
Match directive and negations
Hi,
I tried to setup some special cases with the help of the "Match"
directive in sshd_config and stumbled over how negations in the
pattern matching work.
What I tried first was
Match User !root, Group !mygroup
which to my momentary surprise did not work.
After carefully re-reading the manpage, and some try and error
I've understood that the logic is based on set theory and I