Project

General

Profile

Download (7.51 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
659fa7f2 08/03/2008 05:54 PM Matthew Grooms

Cleanup authentication code. The basic auth method, the passwd, htpasswd
and pam backing functions have been removed. The basic auth method was
legacy code and the backing functions were redundant with no added value
that I could see. A simplified replacement backing function named...

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance...

af6f0a3a 07/23/2008 05:03 AM Scott Ullrich

Allow outputting of package log with mode=showlog&pkg=ntop for example.

7ffeba59 07/23/2008 12:49 AM Scott Ullrich

Only reinstall package if it has a name.

d8c1a6c5 02/12/2008 04:40 AM Scott Ullrich

Make scripts XSS input safe.

Pointed-out: by

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

7fa5fd2c 10/05/2007 08:59 PM Scott Ullrich

Include second argument for pkg_delete()

Ticket #1470

880e1525 02/02/2007 05:47 PM Scott Ullrich

After package installation is completed, note that the user should configure the package and start it from the menu since this seems to be a common question/problem report.

bf541de9 09/27/2006 05:37 PM Scott Ullrich

Be kind, rewind. Restart the package after a reinstallation.

960e61ae 09/27/2006 05:36 PM Scott Ullrich

Be kind, rewind. Restart the package after a reinstallation.

64b243d2 08/25/2006 11:04 PM Scott Ullrich

Misc package changes

Submitted-by: Daniel Haischt

5bd87465 08/20/2006 11:48 PM Scott Ullrich

Remove packages with a different version tab

61a48553 08/20/2006 11:30 PM Scott Ullrich

MFC package changes to show information better such as HEAD only packages,
etc.

99ce7a3e 01/28/2006 03:15 AM Scott Ullrich

Pass pkg info for reinstall pkg

6758725e 01/28/2006 03:12 AM Scott Ullrich

Pass $pkg info

a3af2487 01/07/2006 08:17 PM Scott Ullrich

Flush output

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

f9b205f3 10/13/2005 10:30 PM Scott Ullrich

Allow -1 return to indicated package failure. Removing exit

734cd552 10/02/2005 08:35 PM Colin Smith

Move stop_service() to pkg-utils.

9a5fcf80 10/02/2005 08:24 PM Scott Ullrich

Stop package upon deinstall

079948bd 08/21/2005 08:10 PM Scott Ullrich

Use sync_webgui_passwords()

ceae1304 08/10/2005 08:16 PM Scott Ullrich

Sync password database before installation.

4f409c9e 07/24/2005 07:59 PM Scott Ullrich

Change name of main div to avoid conflicting

30af342f 07/21/2005 12:39 AM Erik Kristensen

just a few modifications

677c0869 07/21/2005 12:17 AM Erik Kristensen

updating files to use theme images
removing images from /usr/local/www
adding specific images into the correct theme directories

8d8f8970 07/09/2005 05:55 PM Scott Ullrich

Sync master.passwd database before beginning package operations

a9dc5e11 07/08/2005 10:08 PM Scott Ullrich

Do not foreach through installedpackages['package'] if its not defined

7a13e63a 07/04/2005 01:33 AM Colin Smith

Fix indent.

276d1b95 07/04/2005 01:25 AM Colin Smith

Don't fclose() the log if it doesn't exist.

96d9f5c9 07/03/2005 04:35 PM Bill Marquette

Use $pgtitle

323d040b 07/02/2005 08:51 PM Scott Ullrich
  • Fix diagnostics logging tab menus
  • Curve bottom of grey areas if needed
  • Curve tabs
  • Cleanup
52380979 07/02/2005 02:20 AM Scott Ullrich

Cleanup and add rounded corners.

338ec5f4 07/02/2005 02:13 AM Scott Ullrich

Correct urls

e3ebc979 07/02/2005 02:12 AM Scott Ullrich

Convert Packages tabs to rounded aka (display_top_tabs() calls

c347ddb3 06/23/2005 05:20 PM Scott Ullrich

No need for {} surrounding a one line foreach()

25cbd600 06/23/2005 05:19 PM Scott Ullrich

make sure $todo is an array

91e58a1a 06/21/2005 03:37 PM Scott Ullrich

Mount image RW before package operations

c6ab761d 06/20/2005 02:50 AM Colin Smith

No more xmlparse_pkg.

aca3b8c9 06/12/2005 07:47 PM Colin Smith

Add "Package Installer" tab.

60c5ffdb 06/12/2005 07:26 PM Colin Smith

Update package reinstallation to use depends_on_package.

6199503b 06/12/2005 07:21 PM Colin Smith

Use depends_on_package to properly remove a BSD package.

c3fcf407 06/07/2005 09:10 PM Scott Ullrich

Break between progress bar and first textarea

497fa5ed 06/07/2005 06:44 PM Colin Smith

Remove an extra newline.

e1531d00 06/07/2005 06:43 PM Colin Smith

Add support for XML (or package) reinstallation and package deletion.

05b3b83a 06/07/2005 03:48 AM Colin Smith

Fix package reinstallation.

1733581d 06/07/2005 03:39 AM Colin Smith

Fix syntax error.

52111a3a 06/07/2005 03:35 AM Colin Smith

Whoops, checking for the wrong $_GET variable.

efd81869 06/07/2005 03:33 AM Colin Smith

Add reinstall all packages. This needs to be tested.

8c304753 06/06/2005 10:27 PM Colin Smith

Fix progress bars.

25038334 06/06/2005 10:18 PM Colin Smith

Update output and status windows when installation is complete.

9f9dcd98 06/06/2005 03:15 AM Scott Ullrich

require -> require_once

6751a1a3 06/06/2005 01:53 AM Colin Smith

Add pkg-utils based package installer.

f8e335a3 06/05/2005 11:40 PM Scott Ullrich

Include pkg-utils.inc to atleast get the scripts running again. It doesn't install correctly however.

2f22c8ff 06/02/2005 05:41 AM Holger Bauer

don't initiate progressbar with 100% at start. 0% is better ;-)

71a85b21 06/02/2005 04:22 AM Holger Bauer

ups, one border border too much...

cff79a9f 06/02/2005 04:19 AM Holger Bauer

changed the package-install-progressbar to the new style.
now uses the same graphs like the the system-status and queue-graphs.
one look, one feel and makes customization later easier :-)

abadeb6e 05/24/2005 12:42 AM Colin Smith

Missing '-'.

2983ae92 05/24/2005 12:41 AM Colin Smith

Tighten up pattern matching - I completely overlooked the obvious :)

4cff4d3f 05/24/2005 12:24 AM Colin Smith
  • Fix skip_install_checks.
  • Loosen up pattern matching on /var/db/pkg. This is not an ideal solution.
0d534dce 05/23/2005 11:23 PM Scott Ullrich

Carriage return after Package installation completed

e559aae9 05/19/2005 09:56 PM Colin Smith

Add tag to skip installation verification.

fc5a35cf 04/26/2005 09:11 PM Scott Ullrich

Create /var/db/pkg if it does not exist

04000d32 04/26/2005 03:49 PM Colin Smith

Clean up full reinstall code.

af2e88f3 04/23/2005 09:49 PM Colin Smith
  • Fix successful install logic.
  • Don't download the package if it's already installed - this is useful if you only need to update XML.
5cab2f55 04/23/2005 05:20 AM Colin Smith

Minor tweaks.

fdb718b9 04/22/2005 01:57 AM Scott Ullrich

Give a show log option upon failed package install

5f18c7fe 04/21/2005 10:22 PM Colin Smith

Fix logic for checking for package reinstallation.

XXX: Some logic is still a bit shaky.

059249e1 04/20/2005 07:01 PM Scott Ullrich

Do not traverse arrays if they are not an array

8b77ffc9 04/18/2005 02:45 AM Scott Ullrich

Zap unused code

fb97298b 04/18/2005 02:43 AM Scott Ullrich

CORRECTLY detect if a package is installed, if is not, add it to the config.xml file

1063d44a 04/18/2005 02:42 AM Scott Ullrich

CORRECTLY detect if a package is installed, if is not, add it to the config.xml file

3cb72f63 04/18/2005 02:37 AM Scott Ullrich

fix reinstall all packages

a764453f 04/13/2005 11:10 PM Colin Smith

Fix logic that checks whether a package is already installed.

58f130e4 04/13/2005 04:25 PM Colin Smith

Make sure that package tarballs and staging areas are removed once all packages are installed.

89a0d34f 04/13/2005 04:11 PM Colin Smith
  • Write all output window messages to the log after successful installation.
  • Comment out some code - please test.
f4f8d080 04/13/2005 04:04 PM Colin Smith

If the package already exists in config.xml, overwrite the previous entry with the new one.

449a2694 04/12/2005 01:45 PM Colin Smith
  • Minor cleanup.
  • Log pkg_add output in pkg_fetch_recursive.
9a2d499c 04/11/2005 11:14 PM Colin Smith

*Rework package installation interface. * Use progress bar to indicate download progress. * Handle nested dependencies. * Handle dependencies needed by more than one package/depend (please test) * Some minor optimizations.
*Add pkg_fetch_recursive().

85cd9474 04/06/2005 11:14 PM Scott Ullrich

Remove javascript statement that is causing errors. It wasn't needed anyways.

7151c3eb 04/06/2005 09:04 PM Scott Ullrich

Make sure we pass a number of y's to pkg_add -r to answer yes.

b46bfcf5 03/27/2005 10:31 PM Bill Marquette

Add $Id$ tag

f9124d31 03/24/2005 11:09 PM Scott Ullrich

Mount the image RW again after write_config() since it will set the image back to RO.

19fc85b3 03/21/2005 09:39 PM Scott Ullrich

Do not eval custom_php_install_command unless it exists

ce3559dd 03/21/2005 09:28 PM Scott Ullrich

Do not newline on udpate_status() items

ec6879e3 03/20/2005 08:13 PM Scott Ullrich

Mount compact flash rw during package install

eb8a0c24 03/20/2005 05:51 AM Bill Marquette

write_config() log what package was installed (I hope this is right)

194b4e0a 03/19/2005 11:29 PM Colin Smith

Add basic support for <custom_php_global_functions> tag.

23dd7ffb 03/17/2005 05:34 AM Bill Marquette

use new make_dirs() and safe_mkdir() functions

a98baaf0 03/17/2005 04:28 AM Scott Ullrich

Correctly assign chmod commands with older system format until we can discover where the php chmod is failing.

5fef092e 03/16/2005 04:34 PM Bill Marquette

oops, really remove the system(chmod) call

a842f124 03/16/2005 04:31 PM Bill Marquette

replace hardcoded path with variable

77789d1f 03/16/2005 04:29 PM Bill Marquette

use chmod() instead of system(chmod)

677e0880 03/13/2005 09:54 PM Scott Ullrich

Use php_check_syntax on code before eval()

0d7c85a6 03/02/2005 06:04 PM Scott Ullrich

Correctly handle additional_files_needed now that its an array type.

3c338e4d 03/02/2005 05:17 PM Scott Ullrich
  • Reset $pkg_chmod variable on each loop
  • Actually invoke chmod command if needed
d4022785 03/02/2005 01:26 AM Scott Ullrich
  • Add prefix option to additional_files_needed
  • Add chmod option to additional_files_needed
c8c2bf0f 02/27/2005 11:48 PM Bill Marquette

more paths

0035d7a6 02/27/2005 10:41 PM Bill Marquette

more hardcoded paths cleanup

960e4d4f 02/27/2005 08:51 PM Scott Ullrich

CORRECTLY use verifyinstalledpkg tag if defined

3059e7ee 02/27/2005 08:27 PM Scott Ullrich

Use Actually use verifyinstalledpkg flag if its defined