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

tlog-rec-session allocates a new pseudo-terminal for the recorded user session. Since the _who_ command searches for an entry corresponding the current terminal in the `run/utmp` file, that search always fails....

Tlog-rec/play should provide message after finishing record, and let user know stop recording, or playback

In tlog-play, provide the specific field which results in this error when reading improperly formatted JSON or a required field is missing. Do the same for TLOG_RC_JSON_MSG_FIELD_INVALID_TYPE as well ~~~...

When configuring the scope of whom to log, the sssd-session-recording configuration file only allow none/all/some, and there is no way to configure "all, but". In my case I would like...

If you're not setting the user's shell natively to use `tlog`, then you need some way to detect if you're already in a tlog session to prevent potential infinite log...

As tlog-rec cannot be used safely and reliably to record superuser sessions another approach needs to be employed. One of those is using a "jump-server", where the user would first...

I am using Windows 10 Enterprise 1803 17134.885 with Ubuntu under WSL. I cloned and built from git and ran with the standard example to write from file: `tlog-rec --writer=file...

Currently, the file logging config option only allows you to enter a full file path. It would be very helpful if this path could support some sort of wildcarding for...

Travis-CI has support for automatically publishing RPMs to packagecloud.io, consider implementing that. Note that packagecloud.io has to be contacted to get hosting for Open-Source software, otherwise only a "Trial" plan...

Trying to automate the configuration of the configuration files is difficult with `augeas` (and other tools) because the files aren't standard JSON. I would recommend either supporting JSON and having...