-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
40 lines (29 loc) · 1014 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
TODO list for hntool
=====================
This is the TODO list for hntool. If you have a suggestion, please, send it to
[email protected] or file an issue on GitHub:
http://github.com/hdoria/hntool/issues
For hntool 0.1
--------------
hntool core:
* Add modules for mysql, iptables and squid
* Find a way to check if that module is necessary on runtime. For example,
apache rules shouldn't run on servers that does not have apache installed.
* Use exceptions (try/except)
* Write setup.py
* lib/hntool/util.py
** split_len(): don't split a word in the middle
postgresql module:
* Check pg_hba.conf - ok
* Check postgresql.conf for:
** Default port - ok
** SSL
** password_encryption
** shared_buffers (check sysctl.conf)
** work_mem
** fsync
** full_page_writes
** effective_cache_size
** o autovacuum
DONE
* Write a man page - Rafael Gomes <[email protected]>