tlog icon indicating copy to clipboard operation
tlog copied to clipboard

Terminal I/O logger

Results 109 tlog issues
Sort by recently updated
recently updated
newest added

Hi! I've been running the 12 release for a while on many hosts without issue. Recently upgraded to master and running ansible on a host with tlog enabled was quite...

When using tlog to record sessions, it will actually capture rsync data. This will seriously grow the log files, since it is effectively copying all the files being transferred to...

I have a CentOS 8 box that's running tlog and running into an easily reproducible bug. Expected behaviour: ```bash me@my-box $ ssh -n me@other-box 'echo hello world' hello world me@my-box...

this adds a option to disable locking by session id. locking may be desirable for some users to avoid potential duplication, but for others it's a bit of a liability,...

This patch adds the interactive command 'T' to tlog-play. Hitting 'T' during playback enables timestamp output. Whenever playback is paused, a timestamp is output on the console. This timestamp can...

Enables support for SGID update-utmp functionality implemented in https://github.com/Scribery/tlog/commit/60cc06f1b073eaa309422e135b4c5ac99f33c937

Add basic setup for https://packit.dev/ triggering RPM builds in pull requests, tests to be added later.

Add integration tests to complete the following: > - Check that tlog-rec can record to syslog correctly, and observes facility > and priority settings > - Check that tlog-rec can...

Users should be able to have tlog automatically log sessions when they access a system. These scripts provide a sample for users to work from and/or include in automation scripts...

We don't want the `session` stack of our PAM configuration to fail if pam_env fails for some reason. Fixes #201