Ermal
|
d5b45febd6
|
Test for value present before using.
|
2011-03-30 22:13:55 +00:00 |
|
Ermal
|
ccf46756fd
|
Unset xmlrpcauth and not the first member of the array.
|
2011-03-30 21:49:51 +00:00 |
|
Ermal
|
cb0e3f8e7c
|
Check for function existence before calling it.
|
2011-03-30 20:58:02 +00:00 |
|
Ermal
|
47e5f74198
|
By default assume admin user and do not blindly copy the first user from the config.xml
|
2011-03-30 20:52:36 +00:00 |
|
jim-p
|
bfa992bc4e
|
Allow editing of CAs, so that imported CAs can have their private keys added later (mainly affected users upgrading from 1.2.3 and wanting to use the cert manager). Also, allow editing the CA's serial, since this shouldn't really be 0 for imported CAs, but the serial of the last cert that was made from this CA.
|
2011-03-30 16:37:45 -04:00 |
|
Ermal
|
b7d5a7bab8
|
Do not rely on first user being admin as this breaks in certain cases the XMLRPC authentication. TODO: pass username as argument too. This now can use the local system authentication settings as well.
|
2011-03-30 20:34:13 +00:00 |
|
Chris Buechler
|
176a282e33
|
clarify log
|
2011-03-30 15:56:27 -04:00 |
|
jim-p
|
44bcc1bedc
|
Allow importing a CRL for an external CA.
|
2011-03-30 15:21:36 -04:00 |
|
smos
|
cd2f60c968
|
Add missing color, add multiplier to calculus for inverting line
|
2011-03-30 18:22:15 +02:00 |
|
jim-p
|
a5187d4375
|
Check for "aes 256" as IPsec encryption type, not just rijndael.
|
2011-03-29 12:00:02 -04:00 |
|
jim-p
|
92273f2459
|
Fix spamd rrd graph command.
|
2011-03-29 11:06:33 -04:00 |
|
jim-p
|
49bb5c074b
|
Add some upgrade code for IPsec mobile clients. Passes php -l but needs more testing.
|
2011-03-29 09:54:52 -04:00 |
|
Ermal
|
b0eaa10cda
|
Trim spaces out to avoid problems from explode.
|
2011-03-29 09:11:30 +00:00 |
|
Ermal
|
ad6df0b3ca
|
Add back gre allowing rules since they are needed.
|
2011-03-29 08:19:50 +00:00 |
|
jim-p
|
75c8044aa9
|
Allow TCP and UDP for DHCP failover traffic.
|
2011-03-28 13:51:35 -04:00 |
|
jim-p
|
c6dfd28923
|
In IPsec, s/mobileclients/client/, this was changed long ago in the config but not everywhere followed.
|
2011-03-28 12:17:41 -04:00 |
|
Warren Baker
|
8f587b1dbb
|
Correct PPTP Clients alias address. The PPTP server address was been utlized instead, which resulted in an incorrect firewall rule when 'PPTP Clients' was configured.
|
2011-03-28 16:46:57 +02:00 |
|
Ermal
|
7f2c8034fb
|
Test the existence of route_vpn_gateway variable and if set use it as a gateway. Recommended-by: http://forum.pfsense.org/index.php/topic,24436.msg158589.html#msg158589
|
2011-03-28 10:37:11 +00:00 |
|
jim-p
|
17730d9d86
|
Only run conf_mount_rw here if there isn't another process going.
|
2011-03-26 17:33:15 -04:00 |
|
jim-p
|
974c5af729
|
Actually if /etc/sshd is already running, doing a conf_mount_ro() would be a bad thing, as the other process still expects rw.
|
2011-03-26 17:30:20 -04:00 |
|
jim-p
|
63e18082bb
|
Backing this out to see if it unbreaks NanoBSD upgrades with packages involved. Revert "Workaround for conf_mount_rw/ro during boot to only allow it to change at the start and end. Fixes #1279"
This reverts commit 548be1fd66.
|
2011-03-26 17:21:55 -04:00 |
|
Ermal
|
cd2c71fcf6
|
Make sure that there is a value before using it as a redirection.
|
2011-03-25 23:33:45 +00:00 |
|
Ermal
|
3b68081f5a
|
Make the return values on error consistent with the normal return value.
|
2011-03-25 22:44:13 +00:00 |
|
Ermal
|
2fe347eb72
|
Actually correctly report the timeleft in log messages. This is mostly cosmetic.
|
2011-03-25 22:33:52 +00:00 |
|
Ermal
|
3e404e0c6d
|
Make the two default page codes similar in regarding to redirurl in hope that when one voucher login succeeds it redirects to the url submmitted.
|
2011-03-25 22:04:26 +00:00 |
|
Ermal
|
351b699013
|
Correctly synchronize the db of vouchers from master. Also correctly write it to the files since before it is only allowed during bootup and not from xmlrpc.
|
2011-03-25 21:56:38 +00:00 |
|
Ermal
|
4fab0ce085
|
Actually remember that the vouchers are enabled
|
2011-03-25 21:20:07 +00:00 |
|
Ermal
|
c5b3fa908a
|
Allow to enable vouchers with the only things specified the voucher database synchronization since the other values will be fetched from it.
|
2011-03-25 21:08:53 +00:00 |
|
Ermal
|
a34b8b3b77
|
Display the correct error page if vouchers are active or if normal CP is active when default provided forms are used.
|
2011-03-25 20:47:17 +00:00 |
|
Ermal
|
509e1202eb
|
Correct log messages to not display port twice.
|
2011-03-25 20:32:56 +00:00 |
|
Ermal
|
650b573bd8
|
Correctly handle aliases for the target on inetd rules. Otherwise bad parameters are passed to netcat(nc) and we DoS the host.
|
2011-03-25 18:45:25 +00:00 |
|
Warren Baker
|
d93ee937f2
|
Make sure to uses 'tables' in array.
|
2011-03-25 11:00:50 +02:00 |
|
Warren Baker
|
94aa3d215a
|
Remove legacy Bogons Privileges page and add Tables to Privileges.
|
2011-03-25 10:58:08 +02:00 |
|
Scott Ullrich
|
24143605f1
|
Note that disabling does not survive a reboot
|
2011-03-24 18:34:26 -04:00 |
|
Ermal
|
c8703797e5
|
Do not write ont rules anymore max-packets. This apparently was done by me in a previous commit, it helps with Ticket #636.
|
2011-03-24 17:34:26 +00:00 |
|
Ermal
|
2279a58782
|
Try to not stomp rule to each other. Reported-by: http://forum.pfsense.org/index.php/topic,34787.msg180186.html#msg180186
|
2011-03-24 15:27:52 +00:00 |
|
Ermal
|
9634e95bc2
|
Correct wrong comment.
|
2011-03-24 12:59:20 +00:00 |
|
Scott Ullrich
|
d322e3b37f
|
Fix voucher disconnect sync issue
|
2011-03-23 19:14:28 -04:00 |
|
Ermal
|
d421e31930
|
Do not error out for pptp/l2tp localip setting not set since its legitimate.
|
2011-03-23 13:10:13 +00:00 |
|
Scott Ullrich
|
004cb7c584
|
Merge 8b7d912673 8b7d912673 which fixes rc.shutdown issue
|
2011-03-22 21:43:08 -04:00 |
|
Chris Buechler
|
084e77e775
|
fix text
|
2011-03-22 20:36:10 -04:00 |
|
Ermal
|
c1ac2424d2
|
Actually remove the pid file before starting a new miniupnpd since it seems to not like it. Log provided on:http://forum.pfsense.org/index.php/topic,33371.msg180084.html#msg180084
|
2011-03-22 20:19:16 +00:00 |
|
Ermal
|
c46ee61fbc
|
Unbreak adding subqueues to queues also. This has happened after allowing renaming, oops.
|
2011-03-22 19:10:21 +00:00 |
|
Ermal
|
6be14e38fd
|
Unbreak adding subqueues to limiters. Correct some text in the way.
|
2011-03-22 18:19:49 +00:00 |
|
Scott Ullrich
|
66fc1f14ee
|
Add all to the reserved keywords
|
2011-03-22 10:21:03 -04:00 |
|
Erik Fonnesbeck
|
548be1fd66
|
Workaround for conf_mount_rw/ro during boot to only allow it to change at the start and end. Fixes #1279
|
2011-03-22 01:28:23 -06:00 |
|
gnhb
|
fc2c320e2c
|
Merge branch 'master' of rcs.pfsense.org:pfsense/mainline
|
2011-03-22 07:50:11 +07:00 |
|
gnhb
|
e4d40f41aa
|
Update GUI to enable L2TP client configuration.
|
2011-03-22 07:44:11 +07:00 |
|
gnhb
|
633de32902
|
Add missing "Connect/Disconnect" button to GUI for L2TP client connections.
|
2011-03-22 07:43:19 +07:00 |
|
Ermal
|
7efd99722a
|
Ticket #1374. Actually test the right field name.
|
2011-03-21 20:42:00 +00:00 |
|