index
:
pfsense
RELENG_1_2
RELENG_2_0
RELENG_2_1
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4_0
RELENG_2_4_4
master
Raptor Engineering's fork of the main repository for pfSense
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make sure filter_configure() is not called during bootup since its harmful.
Ermal
2010-12-06
1
-1
/
+9
*
Do not spam filter reload at boot.
Ermal
2010-12-06
1
-1
/
+3
*
No need to call filter_reload from here.
Ermal
2010-12-06
1
-2
/
+1
*
Silence this.
Ermal
2010-12-06
1
-1
/
+1
*
Restore locking to filter reload, using an exclusive filter lock around the f...
Erik Fonnesbeck
2010-12-04
1
-3
/
+8
*
Switches must come after the user name when using pw lock/unlock.
Erik Fonnesbeck
2010-12-03
1
-1
/
+1
*
Remove authorized_keys file when there are no authorized keys for the user.
Erik Fonnesbeck
2010-12-03
1
-1
/
+2
*
Actually make the other code correct.
Ermal
2010-12-03
1
-4
/
+4
*
Ooops actually return after disabling flowtables.
Ermal
2010-12-03
1
-1
/
+3
*
Actually do something on flowtables. Seems later image kernels have this incl...
Ermal
2010-12-03
1
-13
/
+7
*
Rename this variable to avoid collisions. Fixes #1067
jim-p
2010-12-03
1
-2
/
+2
*
Fix this code a bit, my first attempt yesterday didn't work properly (this sh...
jim-p
2010-12-03
1
-4
/
+8
*
Restore spoofed MAC after running hostapd to keep behavior consistent with ot...
Erik Fonnesbeck
2010-12-02
1
-1
/
+12
*
Restore the original MAC address before running hostapd to work around a host...
Erik Fonnesbeck
2010-12-02
1
-0
/
+9
*
Try to handle when cert subject entries are arrays.
jim-p
2010-12-02
1
-3
/
+4
*
Allow a . in hostnames. Also, don't allow a space in hostname, it was adding ...
jim-p
2010-12-02
1
-1
/
+1
*
Correct binaries needed.
Ermal
2010-12-02
1
-3
/
+2
*
Do not try to be smart on the package name and also use a better resulting co...
Ermal
2010-12-02
1
-4
/
+3
*
Make use of the new tab menu and use _GET instead of _POST for pkg name passe...
Warren Baker
2010-12-02
1
-9
/
+12
*
If a pkg has logging enabled in syslog, then correctly ensure that it does no...
Warren Baker
2010-12-02
1
-3
/
+1
*
Syslog.conf would end up with multiple pkg facility names on the same line. S...
Warren Baker
2010-12-02
1
-2
/
+2
*
Disable redirect gateway checkbox when using shared key (you can't push with ...
jim-p
2010-12-02
1
-1
/
+6
*
Use unlink here instead of an exec to rm. Remove escapeshellarg call as it is...
jim-p
2010-12-02
1
-1
/
+1
*
Confirm before deleting the interface.
Erik Fonnesbeck
2010-12-01
1
-1
/
+1
*
Raise this to new limit of 2^16.
Ermal
2010-12-01
1
-1
/
+1
*
Do not spam console with useless messages. Also remove killall not needed any...
Ermal
2010-12-01
2
-11
/
+8
*
If the protocol is not set in the config, it defaults to https, so assume por...
jim-p
2010-12-01
1
-1
/
+1
*
Enable LINK_DOWN event for interfaces. It will help cases similar to http://f...
Ermal
2010-12-01
1
-6
/
+7
*
Use new style filterdns argument passing on cmd and remove hack for killall n...
Ermal
2010-12-01
1
-4
/
+2
*
Ticket #1060. Escape even the alias entry descritpions.
Ermal
2010-12-01
2
-2
/
+3
*
Use correct variable name. Also related to Ticket #847.
Ermal
2010-12-01
2
-2
/
+1
*
Make page more html friendly.
Scott Ullrich
2010-11-30
1
-5
/
+9
*
Do not output blank pkg names
Scott Ullrich
2010-11-30
1
-2
/
+3
*
Ensure inetd.conf exists
Scott Ullrich
2010-11-30
1
-5
/
+6
*
Make pfTop uniform
Scott Ullrich
2010-11-30
2
-2
/
+2
*
Temporarily killall -9 filterdns until the signal issue can be resolved. Will...
Scott Ullrich
2010-11-30
1
-0
/
+2
*
Make sure a port is always set. Remove trailing newline
Scott Ullrich
2010-11-30
1
-3
/
+5
*
Set port
Scott Ullrich
2010-11-30
1
-4
/
+4
*
Add successful user for sshlockout
Scott Ullrich
2010-11-30
1
-1
/
+1
*
Make sure host private key permissions aren't too open so sshd won't complain.
Erik Fonnesbeck
2010-11-30
1
-1
/
+8
*
Adding webConfiguratorlockout table and code.
Scott Ullrich
2010-11-30
1
-0
/
+12
*
Preseve attributes of files during copy.
Ermal
2010-11-30
1
-1
/
+1
*
Reword auth error message to match ssh for the most part
Scott Ullrich
2010-11-30
1
-2
/
+3
*
Revert "Use -ss for syslogd. Suggested-by: Ermal"
Scott Ullrich
2010-11-30
1
-3
/
+3
*
Use -ss for syslogd. Suggested-by: Ermal
Scott Ullrich
2010-11-30
1
-3
/
+3
*
Use -l
Scott Ullrich
2010-11-30
1
-3
/
+3
*
Unbreak Status -> System Logs -> DHCP due to chroot and new version of DHCPD.
Scott Ullrich
2010-11-30
1
-3
/
+3
*
Reformat pfsync/xmlrpc sync settings. Hopefully make it more clear to underst...
jim-p
2010-11-30
1
-59
/
+61
*
Do a fflush of file before closing and sync(2). Fix whitespace while here.
Ermal
2010-11-30
1
-20
/
+21
*
Make sure we cannot add interfaces by entering the link directly on url addre...
Ermal
2010-11-30
1
-2
/
+3
[prev]
[next]