Commit Graph

22895 Commits

Author SHA1 Message Date
Thomas NOËL 8bbd18549b config.xml: use edugain metadata provided by renater 2014-09-02 15:08:45 +02:00
Thomas NOËL 55a579da50 update-geoinfos.sh = manage geoinfos + lock 2014-09-01 16:52:51 +02:00
Thomas NOËL 41211c396f update-geoinfos.py: dont print when randomize geos 2014-09-01 15:52:29 +02:00
Thomas NOËL 2c3289d927 Merge branch 'RELENG_2_1' into UNIVNAUTES_2_1 2014-09-01 15:27:16 +02:00
Renato Botelho 990162e36c Remove some redundancy and simplify changes made on last commit 2014-08-30 13:38:23 -03:00
Renato Botelho ce3ef2e7c9 Replace GET by POST, it fixes #3833 2014-08-29 18:01:09 -03:00
Renato Botelho 2b56c7da66 Hide FreeBSD version from sshd banner. It fixes #3840 2014-08-29 17:26:04 -03:00
Renato Botelho 7486c1f6c1 Do not reconfigure dhcpd twice on secondary after config sync. Fixes #3797 2014-08-29 14:41:09 -03:00
Renato Botelho ab6558b6a2 Alias name cannot have more than 31 chars, add maxlength here just as an extra check. Ticket #3827 2014-08-25 14:33:54 -03:00
Thomas NOËL 9a2274b01d useless import os 2014-08-23 17:16:42 +00:00
Thomas NOËL 80f5b22224 get CONFIG_XML path from settings or os.environ 2014-08-23 17:15:57 +00:00
Thomas NOËL 285202e440 remove obsolete update_geoinfos.py script 2014-08-23 17:12:07 +00:00
Thomas NOËL 0650701761 update-geoinfos command 2014-08-23 17:11:30 +00:00
Thomas NOËL ba4c831334 reorganize the project (again), all in "sp" app 2014-08-23 16:31:30 +00:00
Thomas NOËL 75c7cf7458 map: add static tiles 2014-08-23 16:02:00 +00:00
Thomas NOËL de3fea9dc7 map: proxy in django, lighttpd is crap 2014-08-23 15:56:37 +00:00
Thomas NOËL 0badbf8b6b add 'base' in INSTALLED_APPS 2014-08-22 16:51:33 +00:00
Thomas NOËL 2d191d5dc2 templates are now in base 2014-08-22 16:47:16 +00:00
Thomas NOËL 79944bcc10 use collectstatic 2014-08-22 16:45:58 +00:00
Thomas NOËL d210813016 store static and templates in an 'base' application 2014-08-22 16:42:28 +00:00
Thomas NOËL c7b523dd6d Merge branch 'RELENG_2_1' into UNIVNAUTES_2_1 2014-08-22 15:24:16 +00:00
Renato Botelho a94b9befbd pgrep parameters are out of order and it also needs -a to find sshd. While I'm here, simplify sh syntax and prevent noise to be printed if pid file doesn't exist 2014-08-22 10:53:51 -03:00
Chris Buechler a762649bb0 delete the dhcpd.pid file before starting dhcpd. Fixes bug where on rare occasions a stale PID file could prevent dhcpd from starting until it's manually deleted. 2014-08-22 07:26:43 -05:00
Chris Buechler b6a7a5a98c use pgrep here instead, previous way could wrongly show SSH as enabled where it isn't. 2014-08-22 06:27:47 -05:00
Thomas NOËL ff5e5aecbe caref is useless in federation metadata 2014-08-21 17:51:37 +00:00
Thomas NOËL a621586107 add update_federations.py script (draft) 2014-08-21 16:00:19 +00:00
Thomas NOËL 020b75d6af add update_geoinfos.py script 2014-08-21 15:59:34 +00:00
Thomas NOËL b1e68a2c79 sp/settings.py: AUTH params in settings.py 2014-08-21 15:57:23 +00:00
Thomas NOËL d19583f570 Merge branch 'RELENG_2_1' into UNIVNAUTES_2_1 2014-08-21 15:52:12 +00:00
Renato Botelho 7f00d47e3d Fix text description for interface mismatch, fixes #3820 2014-08-21 07:32:10 -03:00
Jared Dillard 2a07df8528 Merge branch 'RELENG_2_1' of git.pfmechanics.com:pfsense/pfsense into RELENG_2_1 2014-08-20 18:41:10 -05:00
Jared Dillard 41312f7fec fix top nav to fit gold in non-default themes 2014-08-20 18:39:24 -05:00
Thomas NOËL 2ed7551693 Merge branch 'RELENG_2_1' into UNIVNAUTES_2_1 2014-08-20 15:57:09 +00:00
Matt Smith fa8be5de0d non-css parts of gold menu 2014-08-19 13:33:24 -05:00
Jared Dillard bdde98fcbd fix spacing in pfsense_ng topnav 2014-08-19 12:59:24 -05:00
jim-p 086e76dc9f Ensure this is always an array to avoid a PHP error from foreach. 2014-08-15 08:40:21 -04:00
Renato Botelho 6d170e2ea7 Bump version to 2.1.5 2014-08-14 17:05:11 -03:00
Matt Smith b107e187b5 Added filter.so to list of extensions loaded for filter_var() support. 2014-08-13 12:50:10 -05:00
Renato Botelho e35ec76333 Do not reset source and destination port range values when it's an associated rule created by nat port forward. It fixes #3778 2014-08-11 16:04:29 -03:00
Renato Botelho 4a3495b3bd Move dhcp6c log to dhcpd.log, it fixes #3799 2014-08-11 16:01:43 -03:00
Matt Smith a3331d720c Fix #3798 - 'IPsec phase 2 pinghost is not used if the source IP should be a virtual IP address' 2014-08-08 17:20:49 -05:00
jim-p ffb8e02fc2 Avoid generating an invalid racoon config if the user specified a mobile pool that is too small. 2014-08-08 12:36:19 -04:00
jim-p b21ad5d5fd Avoid a "Cannot use string offset as an array" error if the packages section of the config is missing. 2014-08-08 12:22:53 -04:00
jim-p 889c83d7f1 Require click-through POST confirmation when restoring or deleting a configuation from the backup history page. 2014-08-08 11:22:40 -04:00
jim-p 8108b4235b Remove javascript alert DNS resolution action from the firewall log view. It was already removed from 2.2, and it's better not to allow a GET action to perform that action. 2014-08-08 10:26:36 -04:00
jim-p a9d6ac9aac Do not execute on GET, only pre-fill Host box so the user can press the button to execute. Turn alias creation links into submit buttons for POST. While here, remove some backticks and simplify a little. 2014-08-08 10:21:14 -04:00
Chris Buechler 6f4a300bf8 Shorten the wait at "reload" in startup wizard to 5 seconds from 60. That's more than adequate for current systems, no need to make people sit there for 1 minute. Many likely click out via the logo and miss the last screen entirely. 2014-08-08 00:04:32 -05:00
Chris Buechler 8b8085cedb Per the dhcpd.conf man page and other documentation from ISC, mclt must not be defined on the secondary. 2014-08-06 21:37:06 -05:00
jim-p 978c71d28f Encode interface/VIP descriptions before displaying them on the GRE and GIF pages also;
While here, the GRE page was missing IP aliases from its list of bind IPs, add it in.
2014-08-06 15:53:29 -04:00
jim-p bf2fb3db04 Encode interface/VIP descriptions before displaying them on the NTP daemon settings. 2014-08-06 15:52:36 -04:00