Commit Graph

35 Commits

Author SHA1 Message Date
Michel Oosterhof
5aa81d77d8 fix pylint bad-whitespace warnings 2015-04-30 15:57:16 +00:00
Michel Oosterhof
5099f50872 store env var request and put in json log 2015-04-16 14:23:31 +00:00
Michel Oosterhof
8733cca515 updates to logging to fix race condition 2015-03-11 13:46:14 +00:00
Michel Oosterhof
60932db100 update lastlog based on shell close, not on transport close
also don't keep lastlog for exec commands, as unix does
2015-03-11 12:45:03 +00:00
Michel Oosterhof
4c43a99ad2 remove warnings for closing ttylog msg 2015-02-26 17:02:23 +00:00
Michel Oosterhof
8928cb10fa display /etc/motd only on interactive shell 2015-02-26 16:48:12 +00:00
Michel Oosterhof
9e3ef8ffd6 Merge branch 'master' into logging-2
Conflicts:
	kippo/core/protocol.py
	kippo/core/ssh.py
2015-02-20 09:19:06 +00:00
Michel Oosterhof
a7f189eed1 stdin log updates
now give log message when writing
and simplify variable storage
2015-02-19 20:21:55 +00:00
Michel Oosterhof
62697b967c remove the screen clear/reset on logout 2015-02-19 20:01:04 +00:00
Michel Oosterhof
c8824e94d8 ttylog handling is done from logtransport only now.
reliably call logtransport on disconnect
2015-02-19 19:47:40 +00:00
Michel Oosterhof
f6cff3216a wip 2015-02-19 14:10:37 +00:00
Michel Oosterhof
5a885c4f00 Merge branch 'master' of https://github.com/micheloosterhof/kippo into logging-2
Conflicts:
	kippo/core/auth.py
	kippo/core/dblog.py
	kippo/core/ssh.py
	kippo/dblog/jsonlog.py
2015-02-19 12:36:26 +00:00
Michel Oosterhof
687870c45c use relative style imports instead of absolute paths 2015-02-19 12:01:07 +00:00
Michel Oosterhof
63de6893c8 space after comma, remove unused imports 2015-02-19 11:46:50 +00:00
Michel Oosterhof
25466f1df0 consistent sessionno var name use. now works with wget 2015-02-10 09:36:43 +00:00
Michel Oosterhof
e12b76b206 formatted log messages. not completely working yet withdispach 2015-02-03 16:18:26 +00:00
Michel Oosterhof
156579e382 small fixes to get it working 2015-02-03 11:27:32 +00:00
Michel Oosterhof
27321853ec all messages migrated to new formated messages 2015-02-03 11:04:56 +00:00
Michel Oosterhof
44a411d3cd remove spurious logging 2015-01-30 10:42:56 +00:00
Michel Oosterhof
e595eda866 Add new option to set internet facing IP. If option is not set,
Kippo will attempt to determine it by itself
2015-01-27 11:01:06 +00:00
Michel Oosterhof
d2915488d4 Always send an exit-status '0' for the SSH session. 2015-01-27 06:42:04 +00:00
Michel Oosterhof
a3f3866f9e remove unused imports 2014-12-07 17:56:38 +00:00
Michel Oosterhof
cb74f2f3ca use short 8 character uuid for log/ttylog 2014-11-28 17:08:23 +00:00
Michel Oosterhof
79ac8ca29f move hostname setting to avatar. general direction to move settings to avatar 2014-11-11 20:56:52 +04:00
Michel Oosterhof
d3bfeca331 fix copy imports 2014-11-09 17:33:29 +04:00
Michel Oosterhof
ad91243658 move fscopy out of sftp/protocol into avatar. rename user to avatar 2014-11-09 17:28:06 +04:00
Michel Oosterhof
4cfa58e73d support additional emacs ctrl keys (c-a, c-b, c-f, c-p, c-n, c-e) 2014-11-09 16:26:09 +04:00
Michel Oosterhof
c4efff1283 add imports for logging, disable logging from fs.py 2014-10-05 21:02:24 +00:00
Michel Oosterhof
4ace22db76 convert all 'print' calls to 'log.msg' 2014-10-05 20:54:14 +00:00
Michel Oosterhof
e75fed058f only log stdin to separate file when using execcmd 2014-10-04 13:15:06 +00:00
Michel Oosterhof
27304ba9d8 log keystrokes in loggingserver, not in protocol 2014-10-04 12:53:40 +00:00
Michel Oosterhof
c01ef07be1 log stdin when 2014-10-04 12:43:24 +00:00
Upi Tamminen
b321ef1098 quick fixes:
- txtcmd broken since HoneyPotCommand wasn't found (fixes #147)
- tab completion broken since os wasn't imported
2014-08-13 08:19:51 +03:00
Upi Tamminen
dbf0ca7a48 call getPeer() from another transport, fixes #146 2014-08-12 20:21:55 +03:00
Upi Tamminen
c3c09adb02 restructuring and cleanup 2014-08-09 23:55:20 +03:00