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
path:
root
/
etc
/
inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a note to implement pkg_reinstall_all later
Renato Botelho
2015-05-07
1
-40
/
+2
*
Rework delete_package_xml() for pkg migration
Renato Botelho
2015-05-07
1
-39
/
+9
*
Fix delete_package for pkg
Renato Botelho
2015-05-07
1
-13
/
+5
*
Modify install_package and install_package_xml to work with new pkg flow
Renato Botelho
2015-05-07
1
-115
/
+91
*
Implement pkg_install()
Renato Botelho
2015-05-07
1
-0
/
+13
*
Remove unused function get_pbi_binaries()
Renato Botelho
2015-05-07
1
-38
/
+0
*
Remove unused function pkg_fetch_recursive()
Renato Botelho
2015-05-07
1
-109
/
+0
*
Do not try to install package since it's already installed at this point
Renato Botelho
2015-05-07
1
-30
/
+0
*
Adjust uninstall_package() for pkg
Renato Botelho
2015-05-07
1
-22
/
+6
*
Remove unnecessary function get_pkg_depends()
Renato Botelho
2015-05-07
1
-85
/
+0
*
Rework sync_package, remove unused parameters, remove sync_depends, sanitize ...
Renato Botelho
2015-05-07
1
-59
/
+16
*
Remove global variables declared but not used
Renato Botelho
2015-05-07
1
-3
/
+2
*
Return a blank array on get_pkg_info for now, will be implemented later when ...
Renato Botelho
2015-05-07
1
-9
/
+2
*
Remove unused function expand_to_bytes() get_pkg_db() and get_pkg_interfaces_...
Renato Botelho
2015-05-07
1
-39
/
+0
*
Remove unused function does_package_depend()
Renato Botelho
2015-05-07
1
-16
/
+0
*
Remove unecessary function force_remove_package()
Renato Botelho
2015-05-07
1
-5
/
+1
*
Drop is_freebsd_pkg_installed() in favour of is_pkg_installed()
Renato Botelho
2015-05-07
1
-15
/
+1
*
Remove unused function walk_depends()
Renato Botelho
2015-05-07
1
-25
/
+0
*
Remove unused function squash_from_bytes()
Renato Botelho
2015-05-07
1
-14
/
+0
*
Remove unused functions get_pkg_sizes() and get_package_install_size()
Renato Botelho
2015-05-07
1
-41
/
+0
*
Rename get_pkg_id() to get_package_id() and get_pkg_internal_name() to get_pa...
Renato Botelho
2015-05-07
1
-52
/
+27
*
Rename remove_freebsd_package() to pkg_delete() and introduce pkg_remove_pref...
Renato Botelho
2015-05-07
1
-21
/
+41
*
Cleanup old and unecessary directory creation
Renato Botelho
2015-05-07
1
-9
/
+3
*
Remove unused function add_text_to_file()
Renato Botelho
2015-05-07
1
-21
/
+0
*
Remove use of obsolete packages tag 'modify_system'
Renato Botelho
2015-05-07
1
-25
/
+0
*
Define pkg_prefix global var
Renato Botelho
2015-05-07
1
-1
/
+2
*
Remove make_dirs(), it was only being used by packages but now all calls were...
Renato Botelho
2015-05-05
1
-17
/
+0
*
Ticket #4652 actually return value as expected!
Ermal LUÇI
2015-05-01
1
-2
/
+2
*
Ticket #4235 put reply-to/route-to rules even for mobile-ipsec.
Ermal LUÇI
2015-05-01
1
-5
/
+4
*
Fixes #4651 Assign a proper tracker for NEGATE rules
Ermal LUÇI
2015-05-01
1
-1
/
+9
*
Fixes #4652 put workaround for bogus timestamp until real data are cosnumed.
Ermal LUÇI
2015-05-01
1
-1
/
+6
*
comment out trailing } on these ifs also.
Chris Buechler
2015-04-30
1
-2
/
+2
*
Seems strongswan 5.3.0 has improved the situation on putting multiple phase2 ...
Ermal LUÇI
2015-04-30
1
-4
/
+4
*
Revert "Use a dirty hack to make IKEv1 with multiple phase2 to work correctly...
Ermal LUÇI
2015-04-30
1
-3
/
+0
*
Revert "Provide a description for the dirty hack to not come back scratching....
Ermal LUÇI
2015-04-30
1
-5
/
+0
*
removed unnecessary curl options.
Christopher Fazendin
2015-04-27
1
-4
/
+1
*
Add Google Domains to Dynamic DNS service.
Christopher Fazendin
2015-04-27
2
-2
/
+48
*
Merge pull request #1628 from phil-davis/patch-2
Renato Botelho
2015-04-27
1
-4
/
+5
|
\
|
*
Fall back to getting local user pages and groups
Phil Davis
2015-04-21
1
-4
/
+5
*
|
Provide a description for the dirty hack to not come back scratching.... on it
Ermal LUÇI
2015-04-24
1
-0
/
+5
*
|
Use a dirty hack to make IKEv1 with multiple phase2 to work correctly with on...
Ermal LUÇI
2015-04-24
1
-0
/
+3
*
|
Is better to send the signal to starter rather than to charon directly. Start...
Ermal LUÇI
2015-04-24
1
-4
/
+3
*
|
This was meant to remove duplicates here, even though charon will do by itsel...
Ermal LUÇI
2015-04-23
1
-1
/
+1
*
|
Merge pull request #1626 from gogglespisano/apinger
Ermal LUÇI
2015-04-21
1
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
Remove duplicate 'ppp' case in switch statement
Stuart Wyatt
2015-04-20
1
-3
/
+2
*
|
Add new bios product id string
Jeremy Porter
2015-04-20
1
-0
/
+1
|
/
*
Allow to configure new modes for phase1 according to RFC 5903 by manually mer...
Ermal LUÇI
2015-04-20
2
-0
/
+12
*
Merge pull request #1617 from Gertjanpfsense/master
Ermal LUÇI
2015-04-20
1
-1
/
+2
|
\
|
*
Update voucher.inc
Gertjan
2015-04-17
1
-1
/
+2
*
|
Implement make bofre break feature avaliable on strongswan 5.3.0 useful for I...
Ermal LUÇI
2015-04-18
1
-0
/
+6
[next]