Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b6239962 08/28/2013 05:53 PM Jim Pingle

s/require/require_once/g for filter.inc to avoid redeclaration errors in some rare cases.

1546aaf0 05/23/2013 12:26 AM Chris Buechler

fixup gitsync for 2.1/2.2

ab1cf455 03/22/2013 06:05 PM Jim Pingle

Add PHP shell playback script to control services from the command line (works like Status > Services)

d5280de6 03/11/2013 01:44 AM Chris Buechler

update github repo location

375136d9 02/26/2013 09:43 PM Jim Pingle

Add a pfSsh.php script to remove the shaper settings from the console if needed.

c3ebb2f8 02/19/2013 03:48 PM Jim Pingle

Try to use our git PBI instead of the tbz version.

5823264a 02/19/2013 03:36 PM Jim Pingle

Add some PHP shell scripts for managing packages from the CLI.
pfSsh.php playback installpkg git
pfSsh.php playback uninstallpkg git
pfSsh.php playback listpkg

c6e83f5e 02/15/2013 03:17 PM Jim Pingle

Add php shell scripts to (en|dis)able carp.

1d949f50 10/16/2012 04:56 PM Jim Pingle

Add a few required things here to allow the script to work

00c0720a 09/17/2012 04:33 PM Erik Fonnesbeck

gitsync: Improve parameter handling to allow hyphenated options anywhere in the parameter list. (previously only allowed them at the end)

147b2be1 09/17/2012 01:47 PM Erik Fonnesbeck

gitsync: Add --minimal parameter that installs only the updated files.

c578fb0f 09/17/2012 12:33 PM Erik Fonnesbeck

Fix special build_commit tag that was broken from previous change to how it read the file with the commit ID.

612f5198 05/20/2012 11:52 PM Erik Fonnesbeck

Modify the tar parameters to exclude .git

ae26412f 05/15/2012 07:26 PM Erik Fonnesbeck

Move git package name/URL to the configuration variables section.

26b89905 04/07/2012 10:20 PM Erik Fonnesbeck

Move some constants in gitsync closer to the top of the source code and add some new ones of potential interest to those reconfiguring gitsync. Also modify messages to indicate that Git URLs are also allowed.

feef287e 02/28/2012 09:45 PM Erik Fonnesbeck

Remove obsolete files after gitsync

2044cb61 02/28/2012 07:22 PM Erik Fonnesbeck

Allow specifying the branch name after the repository URL for gitsync command-line arguments and remove an unnecessary use of the backtick operator.

459bb026 02/04/2012 05:53 AM Chris Buechler

correct branches in gitsync

b901ea57 01/06/2012 12:55 AM Chris Buechler

add a shortcut to disable referer check

41fa9c97 07/19/2011 03:30 PM Jim Pingle

Extend this script to also add an ipv6 rule.

aab2a3f6 05/16/2011 08:57 PM Jim Pingle

Update default gitsync url to be the github URL. If anyone had done a gitsync before to the standard URL, they'll need to either rm /root/pfsense/ or cd /root/pfsense/pfSenseGITREPO/pfSenseGITREPO; git remote set-url origin git://github.com/bsdperimeter/pfsense.git; and then gitsync again.

153e3cb5 02/26/2011 04:40 PM Jim Pingle

Declare $g a global here.

73d885d7 02/26/2011 04:34 PM Jim Pingle

Ensure the pkg staging area exists on nanobsd before trying to use it.

9011a843 02/24/2011 03:37 PM Jim Pingle

If we're on nanobsd, pass -t to pkg_add to specify a different "staging area" path.

003d1b3d 02/23/2011 07:09 PM Jim Pingle

And one more place for PKG_TMPDIR... just in case.

96920d07 01/25/2011 08:20 PM Scott Ullrich

Restart lighty captive portal after sync

84cf0b3e 11/29/2010 12:55 AM Scott Ullrich

Use exec()

690d24af 11/29/2010 12:04 AM Scott Ullrich

Add pfSsh.php externalconfiglocator playback script

f0ce6758 11/10/2010 10:03 AM Erik Fonnesbeck

Add option to System: Firmware: Settings for running gitsync after installing an update, hidden/disabled if git has not been installed yet.

fbd5fc52 09/22/2010 03:27 PM Ermal LUÇI

Bring gitsync to the new check_reload_status behaviour.

97e6256f 09/16/2010 08:40 AM Erik Fonnesbeck

Add support for an automatic merge list to gitsync, properly escape user-supplied parameters, and improve error handling a bit.

1f1fc944 08/13/2010 05:02 PM Chris Buechler

fix text

fb95b324 08/05/2010 06:50 AM Erik Fonnesbeck

Allow specifying other branches when using the existing repository URL in gitsync after the branches have been downloaded for the first time.

56240390 08/05/2010 05:59 AM Erik Fonnesbeck

Some minor fixes for gitsync. Don't create these unused directories, and make sure the file system is returned to the read-only state on NanoBSD.

43141617 07/10/2010 05:52 AM Erik Fonnesbeck

Combine checkout logic for cloning and updating in gitsync and fix a condition showing an error message on the initial cloning.

3ffa8318 06/02/2010 11:30 AM Renato Botelho

First steps for 3g serviceproviders support

o Move xml2array from rrd.inc to pfsense-utils.inc because it'll be used
on non-rrd related places
o Add necessary require_once() calls to pfsense-utils.inc on places that
are calling xml2array()
o Add serviceproviders.xml, obtained from [1]...

e5cd6d89 05/23/2010 03:18 AM Scott Ullrich

Do not include altq/shaper twice

4e920317 05/23/2010 12:36 AM Scott Ullrich

Do not reinclude filter.inc

40a60696 05/22/2010 01:17 AM Scott Ullrich

Adding enablesshd pfSsh.php script

156a7868 05/04/2010 10:56 AM Erik Fonnesbeck

Add a gitsync option for reverting to the commit used when building the image.

932364e7 04/29/2010 10:00 AM Erik Fonnesbeck

Default to and display the last used repository URL in gitsync.

b6964228 04/29/2010 09:02 AM Erik Fonnesbeck

Add gitsync support for merging from other repositories.

ecac770c 04/29/2010 08:59 AM Erik Fonnesbeck

Allow gitsync to properly switch branches or repositories. Resolves #523

a46e450c 03/08/2010 04:53 PM Ermal Luçi

Do not spread checking for value accross code. Do it in the function that is supposed to do it.

680bcb4d 02/14/2010 08:48 PM Scott Ullrich

Include globals.inc

869538d5 12/15/2009 04:41 PM Scott Ullrich

Resolve Warning: Invalid argument supplied for foreach() in /usr/local/sbin/pfSsh.php(334) : eval()'d code on line 257

784a0768 12/15/2009 04:36 PM Scott Ullrich

Include needed libraries

7d736708 12/06/2009 08:40 PM Scott Ullrich

Fix RELENG_1_2 gitsync

cb8c3cfc 12/05/2009 08:59 PM Scott Ullrich

Hide debugging item

51a2e892 12/05/2009 08:59 PM Scott Ullrich

Cleanup after sync

e22aff02 12/05/2009 02:06 AM Scott Ullrich

Run git clean

0b904d98 12/05/2009 02:06 AM Scott Ullrich

No need for duplicate command

07623d8e 12/04/2009 01:53 AM Scott Ullrich

Reset to HEAD on non master

672d9ab6 12/04/2009 01:46 AM Scott Ullrich

Use git reset --hard HEAD

00a30067 12/04/2009 12:16 AM Scott Ullrich

Uncomment code and move to checkout tree after intiial fetch

e2dc4289 12/04/2009 12:12 AM Scott Ullrich

Do not download entire tree every time, use cached version

e2e8ab0a 12/02/2009 10:13 PM Scott Ullrich

Add ===>

7ef2b260 12/02/2009 08:37 PM Scott Ullrich

Unbreak console lockout on bootup and in gitsync (pfSsh.php) Resolves #195

140a111d 11/28/2009 09:51 PM Scott Ullrich

Require filter.inc and shaper.inc

58ed68e5 10/20/2009 02:16 AM Scott Ullrich

Fix typo

536dd117 10/16/2009 09:51 PM Scott Ullrich

Catch up to muli interface changes and really turn off bogons on WAN

11f52e40 09/22/2009 10:07 PM Scott Ullrich

Clarify that the URL should be a RCS url and that it should be HTTP

57d34ec9 08/24/2009 11:48 PM Scott Ullrich

Resolve merge

1d06f895 08/24/2009 11:46 PM Scott Ullrich

Note when running /etc/rc.php_ini_setup

45fee158 08/23/2009 10:40 PM Scott Ullrich

Run /etc/rc.php_ini_setup if it exists

bbaf865f 07/12/2009 08:30 PM Scott Ullrich

Call conf_mount_rw() early

03ab2869 06/19/2009 12:19 AM Scott Ullrich

Rename cvssync to gitsync and do not introduce haproxy changes

5e7d127a 06/19/2009 12:17 AM Scott Ullrich

Revert "Rename cvssync to gitsync"

This reverts commit 62b035ce5f41c8342f0eea0b78e5878ff467e525.

62b035ce 06/19/2009 12:16 AM Scott Ullrich

Rename cvssync to gitsync

e623dd70 04/03/2009 09:40 PM Scott Ullrich

Sync

049a688e 03/16/2009 05:50 PM Ermal Luçi

Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel now.(yay!)

1a57c46a 03/13/2009 03:50 AM Scott Ullrich

cd to correct directory

97e553ae 03/09/2009 03:12 AM Scott Ullrich

rm -rf /pfSenseGITREPO, too

fcddf282 03/09/2009 02:57 AM Scott Ullrich

Set CODIR early, remove directories as needed

5a038d6a 03/09/2009 02:40 AM Scott Ullrich

Use full path to rm binary

179b09e1 03/09/2009 02:31 AM Scott Ullrich

Remove /home/pfsense on each run until we can fine tune this script.

0a029d0c 02/15/2009 10:12 PM Scott Ullrich

Blow away GIT repo until I get it under control (no pun intended)

4926f67c 02/09/2009 06:15 PM Scott Ullrich

Use $branch

72374d82 02/01/2009 05:09 AM Scott Ullrich

Unbreak RELENG_1_2 checkouts

735e564e 02/01/2009 04:58 AM Scott Ullrich

pkg_add -r git

74fb85b8 01/21/2009 02:08 AM Scott Ullrich

Remove mainline and HEAD previous checkouts (CVS)

48b09198 01/21/2009 02:00 AM Scott Ullrich

Use fetch and merge on subsequent checkouts

ad942134 01/21/2009 01:57 AM Scott Ullrich

Use fetch and merge on subsequent checkouts

2ac39ce3 01/21/2009 01:34 AM Scott Ullrich

Use /root/pfSenseGITREPO for checkouts

2b2f43c2 01/21/2009 01:28 AM Scott Ullrich

Add missing ;

6b1437ca 01/20/2009 09:59 PM Scott Ullrich

Correctly checkout branches

f6b84e5b 01/20/2009 09:37 PM Scott Ullrich

Checkout correctly

086f0258 01/20/2009 09:26 PM Scott Ullrich

Use git fetch and merge

7c4dddcb 01/20/2009 09:24 PM Scott Ullrich

Use git fetch

35a98a24 01/20/2009 09:12 PM Scott Ullrich

Correctly checkout GIT

fce9b046 01/20/2009 09:09 PM Scott Ullrich

Pull latest GIT repo (master)

dc358cba 01/20/2009 09:05 PM Scott Ullrich

Pull latest GIT repo

8eba9da8 01/18/2009 11:44 PM Scott Ullrich

Set git fetch url correctly

aae03d71 01/18/2009 11:35 PM Scott Ullrich

Checkout master correctly

4c1ed4a7 01/18/2009 08:38 PM Scott Ullrich

Handle git branches correctly (missing half the command)

81fa1cc3 01/17/2009 07:31 PM Scott Ullrich

Update scripts for git (final repo cut).

df8472fb 12/23/2008 07:36 PM Scott Ullrich

Run /etc/rc/php_ini_setup before testing php

ac94a233 11/24/2008 04:22 AM Scott Ullrich

Do not sleep, just exit

f525af81 11/24/2008 04:05 AM Scott Ullrich

Remove non-needed \n

e1cb970e 11/23/2008 11:48 PM Scott Ullrich

Minor text cleanups