-
```
This patch fixes;
loadsave.c: In function ‘Rotate_safety_backups’:
loadsave.c:1347: warning: format ‘%6.6d’ expects type ‘int’, but
argument
5 has type ‘long int’
loadsave.c:1357: warning: form…
-
```
This patch fixes;
loadsave.c: In function ‘Rotate_safety_backups’:
loadsave.c:1347: warning: format ‘%6.6d’ expects type ‘int’, but
argument
5 has type ‘long int’
loadsave.c:1357: warning: form…
-
```
Another discovery:
exec-Sessions (message 98 with data = exec) do not get logged. Only
pty-sessions (message 98 with data = pty-req).
Also, message 98 with data = exec should directly logged to…
-
```
What steps will reproduce the problem?
1. The attacker has found the login to the honeypot
2. The attacker executes a series of commands while logging in (i've seen more
and more of this behavio…
-
```
This patch fixes;
loadsave.c: In function ‘Rotate_safety_backups’:
loadsave.c:1347: warning: format ‘%6.6d’ expects type ‘int’, but
argument
5 has type ‘long int’
loadsave.c:1357: warning: form…
-
On Windows I get spurious carriage returns in the repl output.
![redl-cr](https://f.cloud.github.com/assets/40587/356908/c5c9ee6a-a119-11e2-99d9-73486cdbe1d5.png)
-
Windowsでtest17が失敗します。原因はいくつかあるようです。
- `mkdir -p` でディレクトリを作成しようとしているが、Windowsでは`-p`は使えない
- `rm`コマンドが使えない
- ディレクトリ区切り文字が`\`
- なぜか、ファイルの改行がCRLFであることが影響してる?
なお、todo.txt には以下のような記述がありますが、該当するスレッドを見つけられません…