summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bumped version to 0.6.1v0.6.1Ted Trask2012-10-281-1/+1
|
* Added require statement for html libraryTed Trask2012-10-021-0/+1
|
* Bumped version to 0.6.0v0.6.0Ted Trask2012-08-151-1/+1
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-4/+4
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-184-16/+9
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
* Bumped version to 0.5.1v0.5.1Ted Trask2010-02-161-1/+1
|
* Added wwwprefix to web path.Ted Trask2010-02-161-1/+1
|
* Bumped version to 0.5.0v0.5.0Ted Trask2010-01-221-1/+1
|
* Updated for skin change in acf-core 0.10.0Ted Trask2010-01-221-1/+1
|
* Bumped version to 0.4.2v0.4.2Ted Trask2010-01-011-1/+1
|
* Removed debug statements.Ted Trask2009-12-311-7/+0
|
* UI fix, bumped to 0.4.1v0.4.1Ted Trask2009-12-102-2/+3
|
* Bumped revision to 0.4.0v0.4.0root2009-06-041-1/+1
|
* Updated for startstop in core 0.5.0root2009-06-041-1/+1
|
* Modified Makefiles and tagged for release with lots of security fixes.v0.3.10Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/tags/release-0.3.10@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-151-7/+7
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.3.9Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified snort to display message if no alerts.Ted Trask2008-10-241-18/+22
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1564 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-241-2/+3
| | | | | | READ, UPDATE, and DELETE with GUEST, USER, EDITOR, EXPERT, and ADMIN. Changed all roles files and modified some html files to hide options without permissions. Determine default roles from roles files, rather than hard-coded, and added ability to modify default roles by adding permissions. git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on various Makefilesv0.3.8Ted Trask2008-10-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1543 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified modelfunctions library to include validation in get/setfiledetails. ↵Ted Trask2008-10-071-2/+1
| | | | | | Modified all uses to validate the file name - this was a major security hole. git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefilev0.3.7Mika Havela2008-09-251-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1499 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated snort to use new libraries and lsp files.Ted Trask2008-09-238-363/+88
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1484 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use cp -a so dist packages get created properlyv0.3.6Natanael Copa2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesMika Havela2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1324 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-282-39/+39
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump on Makefilesv0.3.5Mika Havela2008-05-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1153 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-2/+2
| | | | | | Logon link no longer forced to be https. git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefilev0.3.4Mika Havela2008-05-011-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1089 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified cfe, removing option, errtxt, and name, and adding label - This may ↵Ted Trask2008-04-301-2/+0
| | | | | | | | | | | | break things. Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removing a bugMika Havela2008-04-251-0/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1043 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced all list_redir functions with redirect in mvc.lua, implemented a ↵Ted Trask2008-04-241-12/+1
| | | | | | default_action string in each controller, removing the on_load functions git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added individual roles filesTed Trask2008-04-231-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1035 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated Makefilev0.3.3Mika Havela2008-04-161-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1020 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Small bugfix.Mika Havela2008-04-091-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@978 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up code.Mika Havela2008-04-084-184/+98
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@962 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated Makefilev0.3.2Mika Havela2008-04-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@943 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Show config errors in expert-tab.Mika Havela2008-04-041-12/+43
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@930 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changing Makefile before tagging projectv0.3.1Mika Havela2008-04-021-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@884 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added info about autostart sequence.Mika Havela2008-03-282-9/+37
| | | | | | Bugfix on version numbering when program is not installed. git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@862 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated makefilev0.3Mika Havela2008-03-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@803 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Some changes to get 'save' button to work in expert-tabMika Havela2008-03-034-84/+242
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@785 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed version in Makefiles and then uploaded new apk's to dev.alpinelinux.orgv0.2Mika Havela2008-02-131-6/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@715 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modifyed the menu files (again - Sorry about that)Mika Havela2008-02-061-3/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@703 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added tabs to the .menu fileMika Havela2008-02-061-1/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@700 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed start/stop/restart so it works again (earlier modifications to ↵Mika Havela2008-02-012-6/+16
| | | | | | lib/daemoncontrol.lua) git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@685 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed a bug that caused ntpd to shut down when you try to shut down snort. ↵Mika Havela2008-01-281-1/+1
| | | | | | Sorry... my fault! git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@658 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removing presentation of categorie because this is already presented in the ↵Mika Havela2008-01-232-2/+17
| | | | | | | | header. Displaying a globe for each URL that exists for each alert. git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@631 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Renamed Makefiles to version 0.1v0.1Mika Havela2008-01-171-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@605 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaned up code and used lib's instead.Mika Havela2008-01-156-101/+90
| | | | | | Added functionallity to change the config-file. git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@579 ab2d0c66-481e-0410-8bed-d214d4d58bed