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
/
pkg-utils.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
standardize URLs
Chris Buechler
2014-03-14
1
-1
/
+1
*
Check if the package is installed before deleting opteration is started
Ermal
2014-02-18
1
-2
/
+3
*
Ticket #3461. Protect output to browser by using htmlspecialchars.
Ermal
2014-02-18
1
-1
/
+1
*
Do not do any operations on system libraries. Nowdays pbis are used and those...
Ermal
2014-02-18
1
-25
/
+2
*
Grab exec result just to be careful
Renato Botelho
2014-02-17
1
-2
/
+2
*
Abort installation when pbi_add fails
Renato Botelho
2014-02-14
1
-12
/
+23
*
escapeshellarg() is not required here
Renato Botelho
2014-02-05
1
-1
/
+1
*
Fix some wrong escapeshellarg() calls
Renato Botelho
2014-02-04
1
-2
/
+2
*
Add escapeshellarg() calls on exec parameters. While I'm here, replace some e...
Renato Botelho
2014-02-04
1
-7
/
+7
*
Rework the usage of the shell i/o during stop_packages(), fixes the "Syntax e...
jim-p
2013-11-11
1
-5
/
+4
*
Ticket #3139 try to detect if the popen is closed from an error
Ermal
2013-08-13
1
-2
/
+6
*
Fix interface selections on UPnP to show the customized descriptions entered ...
jim-p
2013-08-12
1
-0
/
+15
*
Be a lot more verbose in the logs during package reinstallation.
jim-p
2013-06-28
1
-4
/
+19
*
Add version check to package install
bcyrill
2013-01-17
1
-22
/
+38
*
Support different package internal name
Phil Davis
2012-12-14
1
-5
/
+23
*
Change rcfileprefix to a constant
phildd
2012-08-07
1
-5
/
+5
*
Tidy package cleanup output
Phil Davis
2012-08-02
1
-0
/
+2
*
Silence tar command to not garble console
Ermal
2012-08-01
1
-5
/
+5
*
Try to keep existing files rather than unlinking/replacing when restoring the...
jim-p
2012-07-31
1
-2
/
+2
*
Don't conf_mount_rw every time packages are listed
Phil Davis
2012-07-31
1
-3
/
+3
*
make sure this grep parameter is quoted
jim-p
2012-06-23
1
-1
/
+1
*
Setup library paths to include /usr/pbi/*/lib as a last resort to make sure t...
jim-p
2012-06-23
1
-1
/
+1
*
Restore this code that was accidentally reverted
jim-p
2012-06-21
1
-6
/
+5
*
Remove null character at end of file
Erik Fonnesbeck
2012-06-19
1
-1
/
+1
*
Fix trailing whitespace
jim-p
2012-06-19
1
-7
/
+7
*
Don't fall back to fetching PBIs from FreeBSD, they have none.
jim-p
2012-06-18
1
-6
/
+6
*
Move the stop_packages code to a function, and call the function from the she...
jim-p
2012-04-30
1
-0
/
+44
*
remove_freebsd_package: check that a symlink exists and is currently pointing...
Phil Davis
2012-03-23
1
-7
/
+18
*
Remove an extra "-" left there by accident.
Phil Davis
2012-03-21
1
-1
/
+1
*
Handle mixed-case package names like squidGuard.
Phil Davis
2012-03-21
1
-12
/
+37
*
Fix case where package names are substrings of each other. e.g. "squid" and "...
Phil Davis
2012-03-20
1
-4
/
+4
*
The function split() is replaced by the function explode(). Starting with PHP...
smos
2012-01-19
1
-1
/
+1
*
Trim filename before use to clear away any unnecessary whitespace. Fixes clie...
jim-p
2011-11-10
1
-0
/
+1
*
Allow carriage returns to separate filenames as well as spaces
Scott Ullrich
2011-11-03
1
-0
/
+5
*
Only symlink files once
Scott Ullrich
2011-11-02
1
-1
/
+3
*
Download correct filenames
Scott Ullrich
2011-11-02
1
-2
/
+2
*
Allow multiple PBI packages in one tag space separated
Scott Ullrich
2011-10-06
1
-49
/
+51
*
Create symlinks for packages config files into the PBI directory
Vinicius Coque
2011-09-30
1
-0
/
+12
*
Fix pbi_info path
Vinicius Coque
2011-09-30
1
-1
/
+1
*
Remove line forgotten last commit
Vinicius Coque
2011-09-30
1
-1
/
+0
*
remove symlinks for PBI binaries
Vinicius Coque
2011-09-29
1
-0
/
+15
*
remove PBI even when packages depends on only one PBI package
Vinicius Coque
2011-09-29
1
-0
/
+2
*
Create symlinks for bin and sbin directories on /usr/local/ after installing ...
Vinicius Coque
2011-09-29
1
-2
/
+15
*
install/remove packages using PBI
Vinicius Coque
2011-09-28
1
-44
/
+10
*
Unlink the failed downloaded file if present. Since it might contain harmful ...
Ermal
2011-09-01
1
-0
/
+1
*
Move seting up of tabs/menus/service entries after custom php commands. Seems...
Ermal
2011-08-03
1
-27
/
+27
*
Correct the ambiguity caused by missing curlies
Ermal
2011-08-03
1
-6
/
+6
*
Remove this write_config call seems to be causing grief.
Ermal
2011-08-03
1
-2
/
+1
*
Add yet another intermediate config write during pacakge processing which bre...
Ermal
2011-08-03
1
-1
/
+8
*
removes variables concatenation on gettext strings
Vinicius Coque
2011-07-18
1
-1
/
+1
[next]