~ubuntu-branches/ubuntu/vivid/fail2ban/vivid

« back to all changes in this revision

Viewing changes to DEVELOP

  • Committer: Package Import Robot
  • Author(s): Yaroslav Halchenko
  • Date: 2013-06-12 13:31:29 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20130612133129-l9klmdb5j1id9xbk
Tags: 0.8.10-1
* New upstream release
  - addresses possible DoS for anyone enabling many of apache- filters

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
* Include a change to the relevant section of the ChangeLog; and
35
35
* Include yourself in THANKS if not already there.
36
36
 
37
 
Testing
 
37
Filters
38
38
=======
39
39
 
 
40
* Include sample logs with 1.2.3.4 used for IP addresses and 
 
41
  example.com/example.org used for DNS names
 
42
* Ensure ./fail2ban-regex testcases/files/logs/{samplelog} config/filter.d/{filter}.conf
 
43
  has matches for EVERY regex
 
44
* Ensure regexs end with a $ and are restrictive as possible. E.g. not .* if
 
45
 [0-9]+ is sufficient
 
46
 
 
47
Code Testing
 
48
============
 
49
 
40
50
Existing tests can be run by executing `fail2ban-testcases`. This has options
41
51
like --log-level that will probably be useful. `fail2ban-testcases --help` for
42
52
full options.
338
348
 
339
349
Add the following to the top of the ChangeLog
340
350
 
341
 
ver. 0.8.9 (2013/XX/XXX) - wanna-be-stable
 
351
ver. 0.8.11 (2013/XX/XXX) - wanna-be-stable
342
352
- Fixes
343
353
- New Features
344
354
- Enhancements
345
355
 
 
356
and adjust common/version.py to carry .dev suffix to signal
 
357
a version under development.