summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version bump on several Makefiles.v0.3.8Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-241-4/+4
| | | | | | 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/dhcp/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-221-1/+1
| | | | | | of a form so the form can still display it. Modified a bunch of views to display the results of component forms. Also added code to displayform and displayformstart to automatically generate the action if passed page_info. git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-225-4/+16
| | | | | | displayformend, to provide flexibility while still using the library. Also added support for hidden fields - including a common redir field. Removed redirectOnSuccess from controllerfunctions handle_form, and replaced it with the redir field. Removed redirectOnSuccess from controllers that used it and added handlecommandresults and redir entries to links and forms throughout many views. This will cause a redirect to the originating view when a form is successfully completed. acf_www-controller now includes orig_action in page_info to report the original action launched by the user. git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on various Makefilesv0.3.7Ted Trask2008-10-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/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/dhcp/trunk@1542 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Versionbump on Makefilesv0.3.6Mika Havela2008-08-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1410 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed dhcp validation bugTed Trask2008-08-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1391 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding dhcp host files.Ted Trask2008-08-123-0/+41
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1377 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified dhcp to add host support.Ted Trask2008-08-123-8/+201
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1376 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrite of dhcp to modify existing config file rather than just generate a ↵Ted Trask2008-08-0920-1596/+560
| | | | | | new one. Still need to add support for hosts, currently only supports globals and subnets. git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1373 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use cp -a so dist packages get created properlyv0.3.5Natanael Copa2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1346 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on makefilesMika Havela2008-07-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1324 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-2811-119/+119
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump on Makefilesv0.3.4Mika Havela2008-05-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1153 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-9/+9
| | | | | | Logon link no longer forced to be https. git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated version in Makefilev0.3.3Mika Havela2008-05-011-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1069 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified cfe, removing option, errtxt, and name, and adding label - This may ↵Ted Trask2008-04-302-4/+4
| | | | | | | | | | | | break things. Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed error redir code to use redirect function insteadTed Trask2008-04-281-9/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1051 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced all list_redir functions with redirect in mvc.lua, implemented a ↵Ted Trask2008-04-241-39/+10
| | | | | | default_action string in each controller, removing the on_load functions git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added individual roles filesTed Trask2008-04-231-0/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1035 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updating Makefile before releasev0.3.2Mika Havela2008-04-161-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1001 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up the code.Mika Havela2008-04-091-28/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@968 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated Makefilesv0.3.1Mika Havela2008-04-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@934 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding a 'status' tab that shows some basic information.Mika Havela2008-04-038-44/+228
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@909 ab2d0c66-481e-0410-8bed-d214d4d58bed
* cleaned up generation for the first releasev0.3Andreas Brodmann2008-03-054-2/+32
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@819 ab2d0c66-481e-0410-8bed-d214d4d58bed
* reintroducing update buttonAndreas Brodmann2008-03-051-3/+8
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@816 ab2d0c66-481e-0410-8bed-d214d4d58bed
* migrated service control to mhavela's daemoncontrolAndreas Brodmann2008-03-051-11/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@815 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added sortnumbers to the menu-file.Mika Havela2008-03-036-6/+20
| | | | | | Small graphical updates to the view-files. git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@798 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed version in Makefiles and then uploaded new apk's to dev.alpinelinux.orgv0.2Mika Havela2008-02-131-13/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@715 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modifyed the menu files (again - Sorry about that)Mika Havela2008-02-061-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@703 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/dhcp/trunk@605 ab2d0c66-481e-0410-8bed-d214d4d58bed
* git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@566 ↵Andreas Brodmann2008-01-141-1/+1
| | | | ab2d0c66-481e-0410-8bed-d214d4d58bed
* use procps.pidofNatanael Copa2008-01-111-11/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@552 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed version number in Makefilesv2.0_alpha3Mika Havela2007-12-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@475 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changes in Makefile and created READMEMika Havela2007-12-282-8/+10
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@469 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed view-files to reflect modificatsion in the new cssMika Havela2007-12-206-143/+187
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@441 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaned up the dhcp config generation code in a way that the twoAndreas Brodmann2007-11-201-66/+24
| | | | | | | | | | | | files dhcpd.preconfig / dhcpd.postconfig are not copied into the config but the config now contains an "include" statement; this way the dhcpd will read them himself. Those two files can be used by the admin to place custom configurations not possible using the gui. git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@347 ab2d0c66-481e-0410-8bed-d214d4d58bed
* 1) Modified the generation processAndreas Brodmann2007-11-205-128/+152
| | | | | | | | | | 2) Moved dynamic host configuration from the subnet scope to global. Reason: in isc-dhcp host declarations are always global. git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@344 ab2d0c66-481e-0410-8bed-d214d4d58bed
* /acf/dhcp: added help file 'action'Andreas Brodmann2007-11-203-0/+28
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@341 ab2d0c66-481e-0410-8bed-d214d4d58bed
* /acf/dhcp: added global pre/post config generation input for proprietary ↵Andreas Brodmann2007-11-195-9/+118
| | | | | | config code by the user git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@337 ab2d0c66-481e-0410-8bed-d214d4d58bed
* /acf/dhcp: properly enable/disable dynamic hosts window and advanced windowAndreas Brodmann2007-11-193-18/+58
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@336 ab2d0c66-481e-0410-8bed-d214d4d58bed
* /acf/dhcp: beta: implemented advanced (non validated stuff) per subnetAndreas Brodmann2007-11-173-12/+51
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@331 ab2d0c66-481e-0410-8bed-d214d4d58bed
* /acf/dhcp: added static/dynamic host behaviour on a per subnet basisAndreas Brodmann2007-11-164-81/+268
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@326 ab2d0c66-481e-0410-8bed-d214d4d58bed
* /acf/dhcp: make sure the special hosts file is removed when its subnet ↵Andreas Brodmann2007-11-161-2/+3
| | | | | | pendant is removed git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@317 ab2d0c66-481e-0410-8bed-d214d4d58bed
* /acf/dhcp: commented out the use of logit as it disappearedAndreas Brodmann2007-11-161-3/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@316 ab2d0c66-481e-0410-8bed-d214d4d58bed
* /acf/dhcp: integrated special hosts (fixed ip's, known mac's, etc.)Andreas Brodmann2007-11-153-26/+216
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@311 ab2d0c66-481e-0410-8bed-d214d4d58bed
* working beta release of dhcp config - special hosts config yet missingAndreas Brodmann2007-11-137-63/+239
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@300 ab2d0c66-481e-0410-8bed-d214d4d58bed
* fixed stdout/stderr redirection for popen / daemon controlAndreas Brodmann2007-11-122-3/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@299 ab2d0c66-481e-0410-8bed-d214d4d58bed
* added global settings configuration to dhcpAndreas Brodmann2007-11-124-4/+138
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@298 ab2d0c66-481e-0410-8bed-d214d4d58bed