Commit Graph

20 Commits

Author SHA1 Message Date
desaster 0b134dbf3f Add text based dblog module, for demonstration purposes or whatever
git-svn-id: https://kippo.googlecode.com/svn/trunk@238 951d7100-d841-11de-b865-b3884708a8e2
2013-03-29 15:04:52 +00:00
desaster 3912ffb603 Remove connection limit support for now, since adding a protocol wrapper
changes the logging in newer twisted versions, and breaks dblog.



git-svn-id: https://kippo.googlecode.com/svn/trunk@232 951d7100-d841-11de-b865-b3884708a8e2
2013-01-21 12:41:41 +00:00
desaster 9378c6ba22 Limit total number of concurrent connections. Configurable with
connection_limit (default 50).

Also fix logging downloads.



git-svn-id: https://kippo.googlecode.com/svn/trunk@229 951d7100-d841-11de-b865-b3884708a8e2
2013-01-08 21:40:19 +00:00
desaster 92f1dec5d6 Add support for limiting the file size of files downloaded with wget.
new kippo.cfg option: download_limit_size

as discussed @ issue 35


git-svn-id: https://kippo.googlecode.com/svn/trunk@227 951d7100-d841-11de-b865-b3884708a8e2
2013-01-08 19:31:20 +00:00
desaster 41363db9d4 Add support for specifying MySQL port (issue #61)
git-svn-id: https://kippo.googlecode.com/svn/trunk@225 951d7100-d841-11de-b865-b3884708a8e2
2013-01-08 17:39:02 +00:00
desaster 2bb4a198f8 Fix a little typo with the new configuration
git-svn-id: https://kippo.googlecode.com/svn/trunk@210 951d7100-d841-11de-b865-b3884708a8e2
2011-10-21 09:45:54 +00:00
desaster f8429dfd0f Added a telnet based session management interface for interacting with active
sessions


git-svn-id: https://kippo.googlecode.com/svn/trunk@209 951d7100-d841-11de-b865-b3884708a8e2
2011-10-21 09:29:06 +00:00
desaster 853c155bda #36: Support sending a banner before authentication
git-svn-id: https://kippo.googlecode.com/svn/trunk@201 951d7100-d841-11de-b865-b3884708a8e2
2011-02-10 16:33:59 +00:00
desaster 950ac23907 Initial support for non-root users. Check your root passwords!
Thanks to Walter de Jong for code
Thanks to Christian Rohling for the push



git-svn-id: https://kippo.googlecode.com/svn/trunk@196 951d7100-d841-11de-b865-b3884708a8e2
2011-02-05 21:53:54 +00:00
desaster 1b24c69b44 Add xmpp logging (by common)
git-svn-id: https://kippo.googlecode.com/svn/trunk@185 951d7100-d841-11de-b865-b3884708a8e2
2010-12-02 19:39:23 +00:00
desaster cc8aa24d88 Add some documentation to kippo.cfg.dist
git-svn-id: https://kippo.googlecode.com/svn/trunk@180 951d7100-d841-11de-b865-b3884708a8e2
2010-10-31 12:20:07 +00:00
desaster 05b7471708 Add support for fake client IP address (Janne Snabb)
git-svn-id: https://kippo.googlecode.com/svn/trunk@176 951d7100-d841-11de-b865-b3884708a8e2
2010-10-25 14:57:14 +00:00
desaster b4a2e04d99 Add support for multiple long engines.
NOTE: .cfg changed!


git-svn-id: https://kippo.googlecode.com/svn/trunk@173 951d7100-d841-11de-b865-b3884708a8e2
2010-10-23 12:32:49 +00:00
desaster 3779ba2471 Added patches submitted by Janne Snabb:
* New config option "ssh_addr", which can be used to be bind kippo to a
   specific IP 
 * New config option "out_addr", which tells kippo to bind to a specific IP
   for outgoing connections (wget)
 * wget now sends a fake user-agent
 * anydbm .iterkeys() isn't necessarily available (passwd, last)


git-svn-id: https://kippo.googlecode.com/svn/trunk@143 951d7100-d841-11de-b865-b3884708a8e2
2010-06-27 20:18:22 +00:00
desaster 4c19790e43 Allow sensor name to be configured in kippo.cfg
git-svn-id: https://kippo.googlecode.com/svn/trunk@119 951d7100-d841-11de-b865-b3884708a8e2
2010-06-09 06:50:41 +00:00
desaster dc6432bcdd * Experimental MySQL logging; see kippo.cfg.dist and doc/sql/mysql.sql
* Initial root password now set in kippo.cfg



git-svn-id: https://kippo.googlecode.com/svn/trunk@116 951d7100-d841-11de-b865-b3884708a8e2
2010-06-08 17:37:16 +00:00
desaster 7f8f5d2ed9 * Added the ability to add new root passwords to data/pass.db (anydbm). This
is utilized by the passwd command.
 * New kippo.cfg entries: data_path & txtcmds_path


git-svn-id: https://kippo.googlecode.com/svn/trunk@103 951d7100-d841-11de-b865-b3884708a8e2
2010-04-14 09:26:04 +00:00
desaster 8f8814e705 add missing public_key & private_key
git-svn-id: https://kippo.googlecode.com/svn/trunk@73 951d7100-d841-11de-b865-b3884708a8e2
2009-11-24 18:53:46 +00:00
desaster 97256e45f6 * exit and ssh should reset cwd
* More kippo.cfg options: contents_path, public_key, private_key


git-svn-id: https://kippo.googlecode.com/svn/trunk@55 951d7100-d841-11de-b865-b3884708a8e2
2009-11-23 14:45:48 +00:00
desaster 6542b9cfb5 move configuration to kippo.cfg (ConfigParser)
git-svn-id: https://kippo.googlecode.com/svn/trunk@48 951d7100-d841-11de-b865-b3884708a8e2
2009-11-22 06:56:30 +00:00