-
I am able to reproduce this.
2008-10-27 20:41:49 UTC by nobody
-
Is there any way to put sudosh in .profile file to log all typed commands by a specified user ?.
2008-08-27 23:33:52 UTC by nobody
-
I was able to get around this by configuring with
env CFLAGS="-D_GNU_SOURCE" ./configure
It appears that otherwise, gcc won't use the version of ptsname() that sudosh expects.
2008-07-03 20:49:16 UTC by nobody
-
On intel x86_65, if the config file contains lines consisting only of whitespace (tabs or spaces), sudosh segfaults.
Attaching GDB shows the problem arising:
(gdb) run
Starting program: /usr/bin/sudosh -i
Program received signal SIGSEGV, Segmentation fault.
0x00000000004030f0 in parse (o=0x60c520, file=0x7fff3375d080 "/etc/sudosh.conf") at parse.c:41
41 for (i = strlen(opt)
2008-06-13 11:45:02 UTC by nobody
-
When sudosh is used with -c , it logs only the command that got run, not the session within.
For example
sudo sudosh -c su -l
Logs only:
su.
2008-01-16 03:25:47 UTC by nobody
-
This project was abandoned, I have revived it as sudosh2.
http://sourceforge.net/projects/sudosh2/.
2008-01-04 22:00:52 UTC by squash
-
Hi!
I have been using sudosh for a few monts now and
it is working very well. But I recentely received
a interesting request form another departement
This is the request. Is it possble to modiffy the
code in ordre to keep the loging features whith out
changing to root.
The user keeps id ID dose not switch to root but all actions are logged
Thanks
Daniel Asselin
d.as.
2007-12-27 14:02:22 UTC by nobody
-
my error is different
open slave pty: Permission denied
open pty failed: Illegal seek
any ideas ?
socket(PF_FILE, SOCK_DGRAM, 0) = 6
fcntl64(6, F_SETFD, FD_CLOEXEC) = 0
connect(6, {sa_family=AF_FILE, path="/dev/log"}, 16) = 0
send(6, "Dec 9 16:08:00 sudosh: sta"..., 93, MSG_NOSIGNAL) = 93
close(6) = 0
ioctl(0...
2007-12-09 19:08:23 UTC by nobody
-
look like project is dead. lot of bug and feature request not answered.
2007-09-12 17:51:03 UTC by lausser
-
fixes problem with invalid address for pty functions on some linux systems.
2007-09-04 15:51:57 UTC by nobody