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
*
Update index.php
Aydın Yakar
2015-07-07
1
-2
/
+3
*
Update index.php
Aydın Yakar
2015-07-07
1
-2
/
+3
*
Fix dashboard hardware crypto display where AES-NI is enabled. Ticket
Chris Buechler
2015-07-06
1
-1
/
+1
*
Don't check whether the QinQ interface exists when deleting. Unnecessarily
Chris Buechler
2015-07-06
1
-2
/
+0
*
Make sure config.xml is safe on disk when restoring a backup, ticket #4803
Renato Botelho
2015-07-06
1
-0
/
+1
*
Make sure temporary config file is safe on disk before rename, ticket #4803
Renato Botelho
2015-07-06
1
-1
/
+1
*
Remove reference to vfs.forcesync
Renato Botelho
2015-07-06
1
-1
/
+0
*
Use right function pfSense_fsync to make sure config file is safe on disk, ti...
Renato Botelho
2015-07-06
1
-4
/
+2
*
fix includes so shellsession restartipsec works.
Chris Buechler
2015-07-05
1
-0
/
+2
*
remove debug.pfftpproxy, it no longer exists.
Chris Buechler
2015-07-04
1
-1
/
+0
*
de-activate sync on upgrade where it's enabled now that the root passwd/group...
Chris Buechler
2015-07-03
1
-3
/
+3
*
Fix keyid identifers, and go back to using %any in ipsec.secrets as in previo...
Chris Buechler
2015-07-03
1
-2
/
+4
*
Merge pull request #1736 from phil-davis/patch-1
Renato Botelho
2015-07-03
1
-2
/
+2
|
\
|
*
Fix put static route destination in config change description
Phil Davis
2015-07-04
1
-2
/
+2
|
/
*
Improve handling of port ranges in relayd, fixes #4810
jim-p
2015-07-01
1
-1
/
+5
*
Remove the unnecessary deletion of rc.conf. Add an empty rc.conf with a
Chris Buechler
2015-07-01
3
-6
/
+1
*
Remove $array_keys references and use $pkg_info. Spotted-by: phil-davis
Renato Botelho
2015-07-01
1
-5
/
+2
*
Encode ca/cert descr in system_certmanager.php
jim-p
2015-07-01
1
-3
/
+7
*
Encode ca/cert descr in system_certmanager.php
jim-p
2015-07-01
1
-6
/
+14
*
Encode ca/cert/crl descr in system_crlmanager.php
jim-p
2015-07-01
1
-11
/
+16
*
Encode ca/cert descr in vpn_openvpn_server.php
jim-p
2015-07-01
1
-5
/
+5
*
Encode ca/cert descr in vpn_openvpn_client.php
jim-p
2015-07-01
1
-3
/
+3
*
Encode ca/cert descr in vpn_ipsec_phase1.php
jim-p
2015-07-01
1
-2
/
+2
*
Encode ca/cert descr in system_authservers.php
jim-p
2015-07-01
1
-1
/
+1
*
Encode ca/cert descr in system_usermanager.php
jim-p
2015-07-01
1
-1
/
+1
*
Encode cert/ca descr in system_advanced_admin.php
jim-p
2015-07-01
1
-1
/
+1
*
Encode cert/ca descr in services_captiveportal.php
jim-p
2015-07-01
1
-1
/
+1
*
Encode ca/cert info in openvpn_wizard.inc
jim-p
2015-07-01
1
-0
/
+8
*
Modify pkg_mgr.php to deal with pkg
Renato Botelho
2015-07-01
1
-89
/
+19
*
Fix install_package calls and check for failures
Renato Botelho
2015-07-01
1
-3
/
+3
*
Simplify logic and use correct calls for install_package
Renato Botelho
2015-07-01
2
-21
/
+12
*
Fix install_package() return for failure
Renato Botelho
2015-07-01
1
-1
/
+1
*
Remove old and unnecessary code
Renato Botelho
2015-07-01
1
-7
/
+0
*
Stop using undefined variable and create a single package debug file
Renato Botelho
2015-07-01
1
-1
/
+1
*
Improve debug messages
Renato Botelho
2015-07-01
1
-2
/
+5
*
Fix call to undefined function read_pkg_config
Renato Botelho
2015-07-01
1
-1
/
+1
*
Only try to remove pkg if it's installed, otherwise just cleanup xml part
Renato Botelho
2015-07-01
1
-1
/
+6
*
Implement get_pkg_info()
Renato Botelho
2015-07-01
1
-12
/
+40
*
Make pkg_delete() more verbose
Renato Botelho
2015-07-01
1
-2
/
+3
*
Remove packages from cache after install, also add debug messages
Renato Botelho
2015-07-01
1
-2
/
+6
*
Mute call to 'pkg info -e' used to check if pkg is installed
Renato Botelho
2015-07-01
1
-1
/
+1
*
Re-implement pkg_call() using proc_open() and stream_select() and also implem...
Renato Botelho
2015-07-01
1
-4
/
+124
*
pfsense-utils.inc is being required, there is no chance of update_status() an...
Renato Botelho
2015-07-01
1
-11
/
+2
*
Make rc.packages deal with fcgicli call
Renato Botelho
2015-06-30
1
-4
/
+16
*
Merge pull request #1732 from phil-davis/traffic-graphs-widget
Renato Botelho
2015-06-29
2
-4
/
+19
|
\
|
*
Only process Traffic Graph object if it is open
Phil Davis
2015-06-26
2
-4
/
+19
*
|
Use interface-automatic for Unbound when the interfaces list is empty (same a...
jim-p
2015-06-26
1
-0
/
+2
|
/
*
Merge pull request #1717 from phil-davis/traffic-graph-description
Renato Botelho
2015-06-25
2
-19
/
+46
|
\
|
*
Add DNS host override descriptions
Phil Davis
2015-06-22
1
-14
/
+30
|
*
Add description as a display option on Traffic Graph
Phil Davis
2015-06-12
2
-16
/
+27
[next]