Project

General

Profile

Activity

From 28 March 2014 to 26 April 2014

26 April 2014

11:00 PM Revision 25c6d9ec (univnautes-tools): Correct file name
Ermal
10:04 PM Revision 824c70dc (univnautes-tools): Bring forgotten code back for testing if commit happened
Ermal
09:55 PM Revision 97090d70 (univnautes-tools): Always set the date to avoid problems during repeated loops. Also do not remove file used by snapshots_looped.
Ermal
09:46 PM Revision 082f5eb7 (univnautes-tools): Do not forget to put the kernel in the image as well. Especially needed for iso image, rather unneeded for others since either there are two slices with same kernel or there are other means to have this kernel! Leave it for all images there for now
Ermal
09:15 PM Revision 2b2e58be (univnautes-tools): Add missing $
Ermal
09:06 PM Revision 603da663 (univnautes-tools): Do not cross build when not needed
Ermal
07:54 PM Revision 72d65d89 (univnautes-tools): Fix paths
Ermal
07:45 PM Revision 743cf793 (univnautes-tools): Correct path name
Ermal
07:02 PM Revision 71201e53 (univnautes-tools): Correct syntax
Ermal
06:59 PM Revision c291b8e2 (univnautes-tools): Make commit detection usable in snapshots_looped file
Ermal
06:41 PM Revision 7df86648 (univnautes-tools): Fix even here the author finidng from git
Ermal
06:40 PM Revision 8fb8aa11 (univnautes-tools): Add missing }
Ermal
06:36 PM Revision 95a69bf6 (univnautes-tools): Be consistent on names so snapshots script works OK
Ermal
01:56 PM Revision 88b5de0c (univnautes-tools): Leave a note here so people do not get surprised
Ermal
01:32 PM Revision 57ff3aab (univnautes-tools): Heh properly fix this allover
Ermal
01:30 PM Revision bc80b715 (univnautes-tools): Correct variable declaration
Ermal
01:28 PM Revision 1d7418c0 (univnautes-tools): Correct check to work with memory disks
Ermal
01:18 PM Revision b95b3cec (univnautes-tools): Correct message printed
Ermal
01:17 PM Revision f0854217 (univnautes-tools): Oops cleanup on proper place
Ermal
01:15 PM Revision aef1b261 (univnautes-tools): Correct the snapshot script to do the right thing
Also s/nanobsdvga/nanobsd-vga/ to keep consistency for auto upgrades Ermal
12:53 PM Revision 134762eb (univnautes-tools): Correct action
Ermal
12:51 PM Revision 76893d89 (univnautes-tools): Correct message
Ermal
12:40 PM Revision d13406a5 (univnautes-tools): * Add support for automatic memory disks for pre-stage and stage directory
* Do gzip operations in background and wait them for completion at the end
* Be smarter with dd and tell it to create...
Ermal
11:59 AM Revision b2e2c6bc (univnautes): Its long overdue the ez-ipupdate.cache file
Ermal

25 April 2014

12:18 AM Revision c7a1f03a (univnautes-tools): This is redundant here
Ermal
12:13 AM Revision 077ca74a (univnautes-tools): Correct the generation of nanobsd
Ermal
12:07 AM Revision b4745611 (univnautes-tools): Do this only once
Ermal
10:36 PM Revision a17b784d (univnautes-tools): Fix typo
Renato Botelho
09:26 PM Revision a57a4541 (univnautes-tools): Oops do not loose arguments
Ermal
09:25 PM Revision c93dc90c (univnautes-tools): Properly set DATESTRING so images can get the proper date on names
Ermal
09:15 PM Revision df310507 (univnautes-tools): Use $() since it controls better input output
Ermal
09:10 PM Revision 378d60ac (univnautes-tools): Make nanobsd generation even faster by just generating once the final stage dir and only generating the image sizes after
Ermal
09:01 PM Revision 471367ef (univnautes-tools): Hide things printed to stderr and save them only in LOGFILE
Ermal
08:57 PM Revision 965a560f (univnautes-tools): Ooops tis cripped in
Ermal
08:55 PM Revision 6374fb57 (univnautes): Make sure to actually configure the outgoing query interfaces if selected.
Warren Baker
08:54 PM Revision b1d20555 (univnautes-tools): Comment out code that is useless
Ermal
08:49 PM Revision 26ef3796 (univnautes-tools): Use proper name here
Ermal
08:44 PM Revision 5c048099 (univnautes): Make sure the correct interface is selected once the config has been saved for the DNS forwarder
Warren Baker
08:44 PM Revision 1155de41 (univnautes): Make sure the correct interface is selected once the config has been saved. Fixes #3620
Warren Baker
07:46 PM Revision fe3b05fb (univnautes-tools): Do not build anymore 512mb nano images since they are too smal
Ermal
07:44 PM Revision 8ad11af8 (univnautes-tools): Pass proper size to FlashDevice
Ermal
07:32 PM Revision eaa938e6 (univnautes-tools): Accept m or mb here
Ermal
07:29 PM Revision 628183cf (univnautes-tools): corret the message for php test installation
Ermal
07:27 PM Revision 895c0379 (univnautes-tools): Correct variable name
Ermal
07:24 PM Revision abd356f9 (univnautes-tools): Restore lost code in transit for nano size calculation. This should really move to makefs and gpart
Ermal
07:10 PM Revision 83fa0172 (univnautes-tools): Do not remove these files since they are needed for image building and does not make any sense to remove them
Ermal
07:05 PM Revision 67273d72 (univnautes): Merge pull request #1105 from florian-asche/RELENG_2_1
Renato Botelho
07:02 PM Revision bcec907f (univnautes-tools): Correct shell syntax
Ermal
07:01 PM Revision 200f41cb (univnautes-tools): Use -L for testing and do not link symlink to symlink
Ermal
06:54 PM Revision 9d04fe98 (univnautes-tools): Respect properly NO_BUILDKERNEL
Ermal
06:50 PM Revision 7203485d (univnautes-tools): Manage better error handling and set +|-e
Ermal
06:45 PM Revision 8dcf0a57 (univnautes): Update services.inc
fix Florian Asche
06:13 PM Revision 71172088 (univnautes): Move the IPsec settings from System > Advanced, Misc tab to "Advanced Settings" tab under VPN > IPsec.
jim-p
05:37 PM Revision ac16e4ca (univnautes-tools): Remove error checking on this and put it globally
Ermal
05:26 PM Revision 8c67da63 (univnautes-tools): Correct sed expression and use $() shell option better than ` one
Ermal
05:01 PM Revision bd76a364 (univnautes-tools): remove spurios message
Ermal
04:55 PM Revision 949c7a56 (univnautes-tools): Correct what to be cleaned
Ermal
04:11 PM Revision c90bbf4a (univnautes-tools): Be protective here
Ermal
04:10 PM Revision 56152173 (univnautes-tools): No need for remove here
Ermal
04:08 PM Revision e021f728 (univnautes-tools): Avoid errors here
Ermal
04:07 PM Revision 3714bc63 (univnautes-tools): Use global var
Ermal
03:28 PM Revision 8242b11d (univnautes-tools): Fix git last commit author identification. Not sure how this worked before, maybe older version of git?
Ermal
03:18 PM Revision c735bb3e (univnautes-tools): Properly fix git_last_commit
Ermal
03:16 PM Revision 0da88a9f (univnautes-tools): Mark all error lines as such
Ermal
03:11 PM Revision 3a0acb91 (univnautes-tools): Correct message content
Ermal
03:06 PM Revision ed37f20a (univnautes-tools): Check for git here as well
Ermal
02:58 PM Revision 4d10750d (univnautes-tools): Check for .git directory to make sure its there
Ermal
02:47 PM Revision 1b5b1481 (univnautes-tools): Do not mangle the pfSense repository
Ermal
02:42 PM Revision 4255f89c (univnautes-tools): Put a line on its own
Ermal
01:13 PM Revision 510f69fa (univnautes-tools): Correct var names
Ermal
01:11 PM Revision 0b716c06 (univnautes-tools): Do the git_last_commit dance with build.sh since build_snapshots its too early
Ermal
01:07 PM Revision ca61032a (univnautes-tools): Pass proper argumeng here
Ermal
01:07 PM Revision b19cb591 (univnautes-tools): Correct matching here to be properly done
Ermal
12:59 PM Revision c11d1e04 (univnautes-tools): Use realpath to have sensible paths on generated conf
Ermal
12:51 PM Revision d7929955 (univnautes-tools): Correct copy pasto
Ermal
12:48 PM Revision fb9583e0 (univnautes-tools): Add a check to see if the tools folder checkout matches the one expected on builder_default.sh
Ermal
12:35 PM Revision d1b0b91e (univnautes-tools): Provide a way to build a single kernel.
Ermal
11:35 AM Revision 8326a7c1 (univnautes-tools): * Provide a single script build.sh for all operations
* Run it with no arguments to get possible options
* It replaces all the myraid of scripts that were available for fu...
Ermal
09:04 AM Revision e1952be7 (univnautes-tools): Allow actually -r to be used
Ermal

24 April 2014

11:58 PM Revision b1eb06c4 (univnautes-tools): Document -r
Ermal
11:11 PM Revision adbddb0e (univnautes-tools): Merge all build scripts into one.
* Easy to manage and avoid errors between them
* Create a prestage for FreeBSD build, pfSense sources, ports needed t...
Ermal
10:11 PM Revision 05e3936a (univnautes): Merge pull request #1095 from ExolonDX/unknown branch
Renato Botelho
10:10 PM Revision d1d6d0d3 (univnautes): Tidy up "maintable.inc" XHTML
Change escaped single quotes to just a single quote Colin Fleming
10:02 PM Revision 75a8ba83 (univnautes): Resolver has no option for remote syslog, remove wrong copy/paste that was adding it when apinger was enabled
Renato Botelho
10:02 PM Revision 1ccccb84 (univnautes): Resolver has no option for remote syslog, remove wrong copy/paste that was adding it when apinger was enabled
Renato Botelho
10:00 PM Revision 4ac23286 (univnautes): Merge pull request #1119 from phil-davis/patch-4
Renato Botelho
10:00 PM Revision b149b3a1 (univnautes): Merge pull request #1118 from phil-davis/patch-3
Renato Botelho
08:37 PM Revision a600043b (univnautes): Merge pull request #1104 from ExolonDX/branch_master_04
Renato Botelho
08:36 PM Revision 005a1442 (univnautes): Merge pull request #1103 from ExolonDX/branch_master_03
Renato Botelho
08:35 PM Revision 5325746c (univnautes): Merge pull request #1102 from ExolonDX/branch_master_02
Renato Botelho
08:32 PM Revision ee0a8a87 (univnautes): Merge pull request #1101 from ExolonDX/branch_master_01
Renato Botelho
08:18 PM Revision 00d35e1d (univnautes): Merge pull request #1114 from ExolonDX/branch_master_13
Renato Botelho
08:17 PM Revision b8c23e11 (univnautes): Merge pull request #1113 from ExolonDX/branch_master_12
Renato Botelho
08:17 PM Revision 97ec4900 (univnautes): Merge pull request #1112 from ExolonDX/branch_master_11
Renato Botelho
08:17 PM Revision 2b5e7781 (univnautes): Merge pull request #1111 from ExolonDX/branch_master_10
Renato Botelho
08:17 PM Revision 67015da5 (univnautes): Merge pull request #1110 from ExolonDX/branch_master_09
Renato Botelho
08:15 PM Revision 7a24a70f (univnautes): Merge pull request #1109 from ExolonDX/branch_master_08
Renato Botelho
08:15 PM Revision c58af6ee (univnautes): Merge pull request #1108 from ExolonDX/branch_master_07
Renato Botelho
08:15 PM Revision 30ca9c24 (univnautes): Merge pull request #1107 from ExolonDX/branch_master_06
Renato Botelho
08:14 PM Revision 58b0ed00 (univnautes): Merge pull request #1106 from ExolonDX/branch_master_05
Renato Botelho
08:13 PM Revision 199b6581 (univnautes): Merge pull request #1120 from phil-davis/patch-5
Renato Botelho
08:12 PM Revision 7362b959 (univnautes): Merge pull request #1121 from fegu/patch-1
Renato Botelho
04:16 PM Revision 3cc28680 (univnautes): Fix PBI installation when target lies on different directorie
Renato Botelho
01:35 PM Revision 74127ce3 (univnautes): Update services_dnsmasq.php
Clarified that domain overrides also encompasses subdomains (see https://forum.pfsense.org/index.php?topic=72978.15 f... Finn Espen Gundersen
10:06 AM Revision 967d0d64 (univnautes-tools): Cannot test YET the php installation for different TARGET ABIs.
Ermal
10:03 AM Revision ea2aab38 (univnautes-tools): Remove unneeded code for ova build it was meant as a restart on error. But that is handled differently now.
Ermal
09:59 AM Revision aeb7c7c8 (univnautes-tools): Check for pfPorts building after the world/kernel has been built to easy cross building and having a proper staged binaries and patched includes since its natural. This would allow even merging check_for_forced_pfPorts_build and install_pkg_install_ports later on.
Ermal
09:50 AM Revision 6ab31d93 (univnautes-tools): Choose the kernel needed properly. This solves the issue that i386 was defaulting to wrap kernel on iso. Resolves #3616
Ermal

23 April 2014

12:33 AM Revision ccbae577 (univnautes): fix typo
Chris Buechler
12:33 AM Revision 5f91c28e (univnautes): fix typo
Chris Buechler
10:45 PM Revision 9a5b377e (univnautes): Single quoting $password breaks getting the value from the variable.
jim-p
10:31 PM Revision a502e39f (univnautes): No spaces between variable assignments in sh
jim-p
10:30 PM Revision f931befd (univnautes): This doesn't need via-env
jim-p
08:52 PM Revision 4f19dd3b (univnautes-tools): Fix some paths
Renato Botelho
08:41 PM Revision 00f6d2a4 (univnautes-tools): Remove openvpn from pfPorts and use from ports:
The only difference between pfPorts and ports was a patch to force poll
over select, this patch changes a place that ...
Renato Botelho
08:26 PM Revision de4080bb (univnautes-tools): Unbreak kernel build
Renato Botelho
04:27 PM Revision 78afb156 (univnautes-tools): Fix build
Renato Botelho
04:16 PM Revision bd5737dc (univnautes): Make sure that the DNS Forwarder/Resolver is actually capable of accepting queries on localhost before using it as a DNS server.
jim-p

22 April 2014

09:36 PM Revision 770f4ee5 (univnautes): Missed pbi_prefix here
Renato Botelho
09:35 PM Revision 78a24858 (univnautes-tools): This is really unecessary
Renato Botelho
09:05 PM Revision a9c63942 (univnautes-tools): Hide stderr on make includes
Renato Botelho
09:02 PM Revision 1d9b037c (univnautes-tools): Fix src.conf path
Renato Botelho
08:37 PM Revision 384e2647 (univnautes): Fix PBI symlink creation and deletion under /usr/local following .pbiopt files, also drop setup_library_paths() since it's not necessary anymore
Renato Botelho
08:10 PM Revision 6f931ad2 (univnautes): Make sure /usr/local/etc/rc.d exists
On 2.2-ALPHA (i386)built on Mon Apr 21 13:01:11 CDT 2014 (for example) there was /usr/local/etc but not /usr/local/et... Phil Davis
04:39 PM Revision b969c59c (univnautes-tools): Initialize variables for each build
Renato Botelho
04:21 PM Revision f3630abc (univnautes-tools): Create chroot instead of let pbi_makeport doing this, after it's created, install patched includes inside it
Renato Botelho
04:21 PM Revision bc2a7e12 (univnautes-tools): Check for /usr/ports early
Renato Botelho
04:21 PM Revision a962e33b (univnautes-tools): pcbsd-utils is handled by install_builder_required_ports.sh
Renato Botelho
04:21 PM Revision 8ef0e39f (univnautes-tools): Remove unecessary file_system_root var
Renato Botelho
04:21 PM Revision e4ebf7e9 (univnautes-tools): Do not set rsync params with when -U is passed
Renato Botelho
04:21 PM Revision 4fe0782b (univnautes-tools): Move code to make it more readable
Renato Botelho
04:21 PM Revision 90ab5ddb (univnautes-tools): Move code and make sure set_version is called before checkout_pfsense_sources
Renato Botelho
04:21 PM Revision 6857d308 (univnautes-tools): Simplify logic and die if include directories are not found
Renato Botelho
04:21 PM Revision f99d0694 (univnautes-tools): Be smarter to read ports variables
Renato Botelho
04:21 PM Revision 9efcfb87 (univnautes-tools): Remove more unused options
Renato Botelho
04:21 PM Revision 2f801d55 (univnautes-tools): Remove unused option -q
Renato Botelho
04:21 PM Revision b91cdeab (univnautes-tools): Bootstrap pcbsd-utils for FreeBSD 10 using pfPorts
Renato Botelho
02:28 PM Revision 2937fd6d (univnautes-tools): Somehow our SRCCONF is preventing ranlib etc binutils from being compiled with toolchain
Ermal
12:27 PM Revision 79f8fc16 (univnautes-tools): Some fixes and proper parameters for port building
Ermal
11:32 AM Revision 635f9eb5 (univnautes): Merge pull request #1116 from PiBa-NL/interface_has_gateway-ipv4_gif_gre
Ermal
11:30 AM Revision 1147bd00 (univnautes): Merge pull request #1115 from PiBa-NL/reply-to_IPv6gateway
Ermal
10:33 AM Revision 8b506519 (univnautes-tools): Get rid of this warning
Ermal
10:28 AM Revision a3cd3fea (univnautes-tools): Correct IPSEC sysctl patch to not have problems. Also add NO_BUILDTOOLCHAIN knob and fix modules list
Ermal
08:52 AM Revision ebafd470 (univnautes): Load if_stf module when needed
Ermal
08:46 AM Revision fb4be497 (univnautes-tools): Hrm actually my grep skill got caboom
TCP Signature is there.
Revert "Enable TCP signature lost in transit"
This reverts commit 70e62c0d39c8c73a0ae66528d...
Ermal
08:46 AM Revision 70e62c0d (univnautes-tools): Enable TCP signature lost in transit
Ermal

21 April 2014

11:50 PM Revision 3820b4a2 (univnautes-tools): Revert "Remove redundant redeclarations of this var"
This reverts commit 89edce45e04ee83eefdb757e0ea1cd8cf896725d. Ermal
11:48 PM Revision 89edce45 (univnautes-tools): Remove redundant redeclarations of this var
Ermal
11:34 PM Revision 7e02d7b3 (univnautes-tools): Merge patch that allows proper cross compiling of php53 from php5 similar patch
Ermal
09:15 PM Revision f52be0ed (univnautes-tools): Do the right thing for setting needed variable for different environments
Ermal
08:42 PM Revision 57ea07f8 (univnautes-tools): This seems to be needed
Ermal
08:11 PM Revision a569ba2a (univnautes-tools): Add missed -j
Renato Botelho
08:06 PM Revision 997d76c6 (univnautes-tools): Set PBI_BUILDFLAGS to improve buildworld called by pbi_makeport
Renato Botelho
08:04 PM Revision c152d123 (univnautes-tools): Use sysctl -n and drop awk
Renato Botelho
07:04 PM Revision 0d4f7968 (univnautes-tools): Fix typo
Renato Botelho
05:13 PM Revision bfa4211a (univnautes-tools): Correct typo
Ermal
04:36 PM Revision 5c563746 (univnautes-tools): Install on stage only real run-depends-list of port
Ermal
04:27 PM Revision 680f4958 (univnautes-tools): Correct definition of needed args
Ermal
04:17 PM Revision 8457dd8e (univnautes-tools): GCC complains about this
Ermal
03:53 PM Revision 8774cd94 (univnautes-tools): Correct sh syntax on assignment
Ermal
03:32 PM Revision e8dbee5d (univnautes-tools): Somehow missed renaming these
Ermal
03:27 PM Revision 0ce143cd (univnautes-tools): Fix typo for echo
Ermal
03:10 PM Revision 0571873e (univnautes-tools): aesni does not build on this platform
Ermal
02:49 PM Revision 13cdbcd4 (univnautes-tools): Correct modules for specific platform
Ermal
02:47 PM Revision ab00b9f1 (univnautes-tools): Also install to DESTDIR the run-depends-list and overlay them properly from pfPort.
Ermal
02:47 PM Revision 60befe96 (univnautes-tools): Use TARGET for kernel conf patch since TRGET_ARCH is for specific extra TARGET.
Ermal
02:18 PM Revision 10d52cca (univnautes-tools): Fix pbi rtld patch
Renato Botelho
07:01 AM Revision 9fca7574 (univnautes): Cut paste bug fix in Remote Syslog DHCP events
This version for 2.1 branch.
apinger is repeated here from the code above, but it should be dhcp.
Forum https://forum...
Phil Davis
06:57 AM Revision 80571c81 (univnautes): Cut paste bug fix in Remote Syslog DHCP events
apinger is repeated here from the code above, but it should be dhcp.
Forum https://forum.pfsense.org/index.php?topic=...
Phil Davis

20 April 2014

11:58 PM Revision 38f525a4 (univnautes-tools): Seems toolchain and kernel-toolchain do not like MAKEJ_WORLD definition
Ermal
06:35 PM Revision e134d6c7 (univnautes-tools): Solve issues with TARGET var being defined in environment when building ports
Ermal
06:29 PM Revision 8c5d3d1e (univnautes-tools): Correct some definitions and autotuning of flags to actually run properly
Ermal
06:00 PM Revision bd9f04bd (univnautes-tools): Remove this defaults since they are autotuned
Ermal
12:28 PM Revision 094a3f8b (univnautes-tools): Heh copy/pasto
Ermal
12:27 PM Revision 29911b8f (univnautes-tools): Oops another place with extra curlies
Ermal
12:18 PM Revision 5c868021 (univnautes-tools): Remove extra quote
Ermal
12:17 PM Revision 67a494b6 (univnautes-tools): Correct syntax
Ermal
10:04 AM Revision 14d90bd7 (univnautes-tools): fix typo
Chris Buechler

19 April 2014

11:16 PM Revision 8c57777c (univnautes-tools): Add the target needed before building world for cross building
Ermal
11:02 PM Revision 9f2a340a (univnautes-tools): * Teach build_pfPorts.sh how to cross-compile
* Teach build_pfPorts.sh to overlay even runtime dependencies not only build dependencies from pfPorts
* make.conf pu...
Ermal
08:49 PM Revision bed5779f (univnautes-tools): OpenIKE was short lived
Ermal
08:49 PM Revision b321c78c (univnautes-tools): OpenIKE was short lived
Ermal
08:48 PM Revision f62db28b (univnautes-tools): Seems GCC does not like this with no-error
Ermal
05:35 PM Revision b7b461fc (univnautes): Add nohttpsforwards option to captive portal
derelict-pf
03:20 PM Revision 2700ef96 (univnautes): add gre and gif checks for for IPv4 function interface_has_gateway($friendly), like they are already for IPv6
PiBa-NL
03:15 PM Revision 93f1d233 (univnautes): check gateway for IPv6 also for reply-to rules.
PiBa-NL

18 April 2014

12:29 AM Revision cdb782b7 (univnautes): Tidy up "services_wol" XHTML
Add SUMMARY to tables
Update HTML Boolean operators
Close INPUT and IMG tags and add ALT to IMG tags
Deprecate ampers...
Colin Fleming
12:25 AM Revision a50337c3 (univnautes): Tidy up "services_snmp" XHTML
Add "closehead" PHP variable and manually close HEAD
Add CDATA section to scripts
Add SUMMARY to tables
Closing INPUT...
Colin Fleming
12:20 AM Revision ce6c33e3 (univnautes): Tidy up "vpn_pppoe" XHTML
Add SUMMARY to tables
Close IMG tags and and ALT
Move NOWRAP to class statement
Close INPUT tags
Colin Fleming
12:15 AM Revision 32a31f8a (univnautes): Tidy up "services_ntpd_pps" XHTML
Add SUMMARY to tables
Update HTML Boolean operators
Close INPUT tags
Add missing closing DIV, closing TD and closing ...
Colin Fleming
12:13 AM Revision 9c37d703 (univnautes): Tidy up "serviecs_ntp_gps" XHTML
Add "closehead" PHP variable and manually close HEAD
Add CDATA section to SCRIPTS
Add SUMMARY to tables
Update HTML B...
Colin Fleming
12:08 AM Revision d9555fc5 (univnautes): Tidy up "services_ntpd" XHTML
Add "closehead" PHP variable and manually close HEAD
Add CDATA sections to SCRIPTS
Closing IMG tag and add ALT
Change...
Colin Fleming
12:04 AM Revision 5f4f4c3f (univnautes): Tidy up "load_balancer_setting" XHTML
Add SUMMARY to tables
Closing INPUT tags
Add missing closing TD tag
Colin Fleming
12:01 AM Revision 835d6d5c (univnautes): Tidy up "load_balancer_monitor" XHTML
Add SUMMARY to tables
Update PHP shorthamd
Move "fbegin.inc" between BODY and SCRIPT
Add CDATA section to scripts
Clo...
Colin Fleming
11:55 PM Revision 76523ef5 (univnautes): Tidy up "load_balancer_virtual_server" XHTML
Add SUMMARY to tables
Update PHP shorthand
Move "fbegin.inc" inbetween BODY and SCRIPT
Close INPUT tags
Update HTML B...
Colin Fleming
11:48 PM Revision 0e7aea24 (univnautes): Tidy up "load_balancer_pool" XHTML
Add SUMMARY to tables
Update PHP shorthand
Move "fbegin.inc" include between BODY and SCRIPT
Add CDATA section to scr...
Colin Fleming
11:44 PM Revision 90e5ca6f (univnautes): Moved my changes from Pull Request #1025 , #1019 , #1018 , #1012 (master) to RELENG_2_1
* Added missing usepublicip with dyndnsCheckIP
* Added missing CURL setops
Florian Asche
11:40 PM Revision 1fb1117c (univnautes): Tidy up "services_igmpproxy" XHTML
Add SUMMARY to tables
Close INPUT and IMG tags and add ALT to IMG tags
Deprecate ampersand in anchor tags
Add CDATA s...
Colin Fleming
11:35 PM Revision d3c90ddd (univnautes): Tidy up "services rfc2136" XHTML
Add SUMMARY to tables
Move NOWRAP to class statement
Close INPUT and IMG tags and add ALT to IMG tags
Update HTML Boo...
Colin Fleming
11:24 PM Revision f9f467e2 (univnautes): Tidy up "services_dyndns" XHTML
Add CDATA section to scripts
Add SUMMARY to tables
Move NOWRAP to class statement
Deprecate ampersand
Close INPUT and...
Colin Fleming
05:24 PM Revision 928dc66a (univnautes): Be smarter at using kenv
Ermal
04:34 PM Revision 2f0401af (univnautes): Remove problematic code without proper checks but even not needed here
Ermal
04:33 PM Revision 7b66c1d7 (univnautes): Remove problematic code without proper checks but even not needed here
Ermal
11:55 AM Revision dd8d9bdc (univnautes): pfSense - Bug #3607: Fix issue whereby the ICMP6 messages sometimes have the wrong source IP when a monitor gateway has been set.
Camlin
11:43 AM Revision 8c7e38ff (univnautes): [pfSense - Bug #3607] Ensure gateway detection can cope with the gateway being a dynamically assigned PPoE interface.
Camlin

17 April 2014

12:57 AM Revision 7391ce79 (univnautes-tools): FreeBSD less than 10/(maybe) 9 do not support -o label for ffs. Handle the case
Ermal
12:40 AM Revision 1e2a00fd (univnautes-tools): Correct label
Ermal
12:07 AM Revision 4ff330c5 (univnautes-tools): Add rtld patch necessary to run modern PBIs
Renato Botelho
12:02 AM Revision 17de3598 (univnautes-tools): catchup latest pbi version required files
Renato Botelho
12:02 AM Revision ea662fa7 (univnautes-tools): Add pcbsd-utils to pfPorts, we need to use a version newer than the one from ports, when ports is updated it'll be removed
Renato Botelho
11:55 PM Revision 4f293f30 (univnautes-tools): Oops properly declare var
Ermal
11:20 PM Revision 49425e7d (univnautes-tools): Base the obj dir name based on architecture so crosscompile does not stomp on each other
Ermal
11:14 PM Revision ea3049df (univnautes-tools): Restore working dir after doing the work
Ermal
11:11 PM Revision 49f8a0b3 (univnautes-tools): Make this compatible with FreeBSD 8
Ermal
10:58 PM Revision 2bdba6fe (univnautes-tools): Cleanup all unrelevant files and let them leave in history
Ermal
10:50 PM Revision 294fc7d6 (univnautes-tools): GC more obsolete scripts
Ermal
10:44 PM Revision 9f415d5f (univnautes-tools): Baloon some obsolete scripts
Ermal
10:40 PM Revision 49c30c47 (univnautes-tools): GC memory disk scripts since if you have that much RAM probably you have enough fast box by today std
Ermal
10:34 PM Revision 145bb809 (univnautes-tools): More GC of not needed/used flags to be shown
Ermal
10:31 PM Revision b5b831bf (univnautes-tools): This is long due to be gone
Ermal
10:30 PM Revision 51b719ff (univnautes-tools): Use the supplied src.conf this makes world of nano and world of full install the same. Apparently seems they have been the same since long!
Ermal
10:21 PM Revision 837b458d (univnautes-tools): Cleanup useless files
Ermal
10:19 PM Revision 302c005e (univnautes): Unload the ZFS module if its not in use to not consume uselss memory
Ermal
07:13 PM Revision d044728e (univnautes-tools): GC not needed parameter
Ermal
05:52 PM Revision a853e0b8 (univnautes-tools): Use custom command since the --exclude
Ermal
05:34 PM Revision 237b4cfc (univnautes-tools): Correct sense of the match
Ermal
05:30 PM Revision 82a96a65 (univnautes-tools): Remove this not relevant anymore
Ermal
05:29 PM Revision 394d41c6 (univnautes-tools): Remove strange code
Ermal
05:21 PM Revision e9d2ad3e (univnautes-tools): Unset variables sensitive to platform being built to be able to make right decision
Ermal
05:16 PM Revision 50b0396e (univnautes-tools): Avoid warning
Ermal
05:15 PM Revision 94985add (univnautes-tools): Move function to more sensible place and use clone_directory_contents for consistency
Ermal
05:11 PM Revision 4943b656 (univnautes-tools): Seems this is required
Ermal
05:04 PM Revision 94cca969 (univnautes-tools): Missing quote
Ermal
05:02 PM Revision 3505280e (univnautes-tools): Correct check
Ermal
04:58 PM Revision 9c88f59f (univnautes-tools): More consistency on paths used around so they are controlled
Ermal
04:46 PM Revision 612cd8bc (univnautes-tools): Some more general cleanup of unused or duplicated things
Ermal
04:37 PM Revision aa156962 (univnautes-tools): Error out if there is no config.xml in stagarea
Ermal
04:37 PM Revision dbd2485e (univnautes-tools): Clarify that this is only for bsdinstaller
Ermal
04:31 PM Revision 8d03860e (univnautes-tools): Be consistent on how sources are handled for the 3 repos in use today. tools/installer/pfSense
Ermal
04:14 PM Revision 86a2ff95 (univnautes-tools): Ooops something slipped in
Ermal
04:13 PM Revision 88138431 (univnautes-tools): s/freesbie_clean_each_run/staginareas_clean_each_run/g for clear understanding
Ermal
04:10 PM Revision 41f4f986 (univnautes-tools): Remove code since its not relevant anymore
Ermal
04:09 PM Revision eae9d292 (univnautes-tools): Do proper cleanup here
Ermal
04:06 PM Revision 1ece5bbc (univnautes-tools): Remove the staging area of pfSense repo that is used for nothing. Simplifies process and avoids confusion.
Ermal
03:55 PM Revision 23f2b219 (univnautes-tools): Correct order of overlaying pfsense code on the image stage. Also do not make modification on pfSense repo but on image staging area
Ermal
03:35 PM Revision 90fabf95 (univnautes-tools): Put some traps around to be safe when killing the scripts or exiting prematurely
Ermal
03:16 PM Revision 9fa1c18f (univnautes-tools): Prevent images from being generated without a kernel.
Ermal
03:14 PM Revision 687ea19b (univnautes-tools): Remove from other scripts this is just bsdinstaller kludge
Ermal
02:56 PM Revision c93f46fe (univnautes): Merge pull request #1096 from fraenki/fix_pbi_services
Ermal
02:55 PM Revision 7896c39c (univnautes): Merge pull request #1094 from ingenieurmt/master
Ermal
02:21 PM Revision 5e5c72be (univnautes): support symlinked RC scripts from PBI packages
Frank Wall
11:09 AM Revision c949003f (univnautes-tools): Cleanup after self with kernels to avoid issues of overwriting each other on repeated builds
Ermal
11:02 AM Revision ecef3075 (univnautes-tools): Some more cleanup and safetry belts
Ermal
10:47 AM Revision 9fcc595b (univnautes-tools): GC another variable without meaning
Ermal
10:45 AM Revision c9a056ca (univnautes-tools): GC another not needed variable that confuses
Ermal
10:44 AM Revision badfe518 (univnautes-tools): GC unusal variable for process being done through cleanup step
Ermal
10:43 AM Revision db057c19 (univnautes-tools): GC unused var
Ermal
10:35 AM Revision 4010266a (univnautes): GC unused code and do not set this to 0 for now since it is not anymore relevant
Ermal

16 April 2014

12:42 AM Revision 2437881a (univnautes-tools): Disable routing that does nothing for pfSense and GC later:
Ermal
12:40 AM Revision f75f521d (univnautes-tools): Remove duplicate definition
Ermal
12:37 AM Revision 1e227473 (univnautes-tools): Let the messages come through
Ermal
12:33 AM Revision 55fcf313 (univnautes-tools): Put the definition of NO_COMPRESSED to central place since now even the ISO image does not use it anymore. Though leave the feature just in case its needed
Ermal
12:27 AM Revision dbd85cef (univnautes-tools): Remove useless code
Ermal
12:25 AM Revision 966cce30 (univnautes-tools): Remove references to EXTRAPLUGINS which is not used anymore
Ermal
12:19 AM Revision 859b069b (univnautes-tools): * Say goodbye to FreeSBIE it saved us good.
* Do not use anymore cdrtools for the iso but use FreeBSD tool makefs
* Use makefs to create memstick images as used ...
Ermal
12:19 AM Revision 98faa862 (univnautes-tools): Move this script to scripts dir since its relevance its questionable
Ermal

15 April 2014

11:43 PM Revision 922e4ab6 (univnautes): Add missing closing quotes
ingmthompson
11:11 PM Revision a15450e7 (univnautes): Correct missing parenthesis. Reported-by: https://forum.pfsense.org/index.php?topic=75120.0
Ermal
08:18 PM Revision dae73268 (univnautes-tools): Keep tmp and varmfs rc.d scripts, that are used at rc.cdrom
Renato Botelho
07:57 PM Revision 8a84b3ab (univnautes): Key off net.inet.carp.demotion and display a warning to the user if the system has self-demoted its CARP status.
jim-p
07:26 PM Revision f7b0cd43 (univnautes): Fix text, capitalization, and change wording to put more focus on how the action behaves.
jim-p
07:08 PM Revision 5c4d2d75 (univnautes): Ensure e-mail address carries over from the CA screen to the Cert screen in the OpenVPN wizard.
jim-p
04:19 PM Revision 525a502c (univnautes): Merge pull request #1093 from phil-davis/patch-2
Ermal
04:15 PM Revision 4d319bd4 (univnautes-tools): fix some pbi related filenames
Renato Botelho
04:06 PM Revision 45f4d762 (univnautes): Fix susbstr-substr typo
I just got this error again on 14 Apr 2014 2.2 snapshot. I can see the fix in 2.1 branch. I could have sworn it got f... Phil Davis
11:55 AM Revision b0242fd1 (univnautes-tools): Rather record the last commit on build_snapshots.sh rather than _looped one since the cleanup process might remove things
Ermal
11:45 AM Revision 591c8fa9 (univnautes-tools): Move to today STABLE to get some more fixes in FreeBSD.
Ermal
11:25 AM Revision 684d63da (univnautes-tools): Leave a not that the snapshot conf file is not present
Ermal
11:16 AM Revision 7186d861 (univnautes-tools): Put this here as well until a proper fix is included
Ermal
09:31 AM Revision d35b367a (univnautes): Merge pull request #1092 from phil-davis/patch-1
Ermal
05:05 AM Revision 62e92cb3 (univnautes): Fix bracket type in Log File Size text
Now I am the one with fat fingers (or brain). Somehow I typed a curly bracket opening bracket in this text, but finis... Phil Davis

14 April 2014

01:40 AM Revision 75106986 (univnautes): License Agreement
Jeremy Porter
01:32 AM Revision 8ec5859b (univnautes-tools): New License
Jeremy Porter
10:46 PM Revision 9265d991 (univnautes): Insert tracker ids for the default LAN rules
Ermal
10:00 PM Revision d0e26dda (univnautes-tools): Unbreak rulest parsing for dnpipe/dnqueue keywords for dummynet. Sorting is mandatory on the keywords
Ermal
09:11 PM Revision 4a97aa34 (univnautes): Correct the sense of the check to allow openvpn to work
Ermal
08:52 PM Revision 57ab9f7d (univnautes): Correct auth-user-pass-verify to include parameters properly so openvpn can start
Ermal
08:38 PM Revision e86ae5ae (univnautes): Merge pull request #1091 from dv-user1/usort_fix2
Renato Botelho
08:30 PM Revision 1565d318 (univnautes): Merge pull request #1085 from ExolonDX/branch_master_01
Renato Botelho
08:05 PM Revision c760c69c (univnautes): Fixup update URL
Ermal
07:52 PM Revision 14da6d95 (univnautes): fixed a type in usort callback
Francois Blanchette
05:45 PM Revision 6338bd5a (univnautes-tools): Remove unneeded command
Ermal
05:33 PM Revision aa6a0cc0 (univnautes-tools): Add some information on action performed
Ermal
05:20 PM Revision 2962c5c8 (univnautes-tools): GC not needed/unused code
Ermal
05:13 PM Revision 05dd0c32 (univnautes): Use the FreeBSD script for ldconfig to catch all libs
Ermal
05:06 PM Revision 7723551f (univnautes): Merge pull request #1088 from phil-davis/patch-11
Ermal
04:40 PM Revision f4462954 (univnautes): Unset logfilesize rather than let it be zero
1) When saving Status: System logs: Settings, if the Log File Size field is left blank, it gets cast to (int) and end... Phil Davis
03:52 PM Revision 9d624fe4 (univnautes-tools): Oops these paths need to be etc/rc.d
Ermal
03:48 PM Revision df8e43cc (univnautes): Avoid warnings later on if no config for layer7 exists
Ermal
03:06 PM Revision e61f548f (univnautes): Get rid of embedded platform. Its time to GC this
Ermal
02:47 PM Revision 115b7b81 (univnautes): Start using filterlog
Renato Botelho
02:43 PM Revision 2a438d7e (univnautes): Switch over to filterlog sooner than later
Ermal
02:34 PM Revision b13567f0 (univnautes): Unset also here
Ermal
02:32 PM Revision 2154560d (univnautes): Unset these globals after use
Ermal
02:25 PM Revision b0de4399 (univnautes): Merge pull request #1087 from phil-davis/patch-10
Ermal
02:24 PM Revision 82f273e1 (univnautes): Merge pull request #1086 from phil-davis/patch-9
Ermal
01:37 PM Revision 32751b9f (univnautes): Include static routes in automatic NAT rules display
If I have an internal gateway to other private subnets behind LAN, and add a static route to those private subnets th... Phil Davis
01:23 PM Revision ee34e137 (univnautes): Do not allow upgrade_101_to_102 to exit early
This upgrade step does both Captive Portal stuff and OpenVPN stuff. So do not return early just because there is no C... Phil Davis
12:49 PM Revision 3b9894f8 (univnautes-tools): Somehow missed device wlan in kern configs
Ermal
12:33 PM Revision 146ee078 (univnautes): console, reload firewall rules after enabling SSH
PiBa-NL
12:28 PM Revision b4e0a62a (univnautes): Merge pull request #1076 from phil-davis/patch-2
Renato Botelho
12:27 PM Revision c30639e4 (univnautes): Get real interface when dhcrelay uses default GW
If the DHCP Relay server is not on any local subnet, and not on any subnet that has an internal static route, but is ... Phil Davis
12:25 PM Revision 856be311 (univnautes): Merge pull request #1078 from phil-davis/patch-4
Ermal
12:22 PM Revision 93fb6094 (univnautes): Tidy up XHTML
Update HTML Boolean operator (multiple)
Change ONCLICK to lower case
Add missing semi-colon
Colin Fleming
12:20 PM Revision d2bdd53a (univnautes): Merge pull request #1073 from phil-davis/patch-1
Ermal
12:19 PM Revision 33f53717 (univnautes): Merge pull request #1072 from marcelloc/patch-3
Ermal
12:16 PM Revision 69a5d970 (univnautes): Merge pull request #1084 from phil-davis/patch-8
Ermal
11:54 AM Revision d87ec8f9 (univnautes): Merge pull request #1071 from ExolonDX/master
Renato Botelho
11:35 AM Revision d471a890 (univnautes): tls-verify requires quotes around the command to be executed. Ticket #3596
Chris Buechler
11:35 AM Revision 84fc1d4d (univnautes): use email from CA creation also as the default for server cert
Chris Buechler
11:10 AM Revision c58dbe2f (univnautes): Fix typo
Phil Davis
10:16 AM Revision c1a96110 (univnautes-tools): Try not to install compilers into the images
Ermal
10:13 AM Revision 23cb5252 (univnautes): There is no need to make distinction in kernel anymore since they are the same nowdays and it does the right thing(tm) most of the time
Ermal
10:09 AM Revision f03ed350 (univnautes): Nowdays there is no real difference between the kernels apart the ZFS support. So do not keep a distinction anymore
Ermal
09:25 AM Revision 406baf1a (univnautes-tools): Cleanup pc-sysinstall and bsdconfig
Ermal
09:19 AM Revision 32e8aa88 (univnautes-tools): Get rid of resolvconf it hurts more than help here
Ermal
09:10 AM Revision 804343e1 (univnautes-tools): Include TMPFS for now to be complete on FS side!
Ermal
09:08 AM Revision ff4ba1e5 (univnautes-tools): Enable unionfs seems its not in GENERIC
Ermal

13 April 2014

11:42 PM Revision 766f2148 (univnautes-tools): Remove redundant call
Ermal
11:39 PM Revision 4893163f (univnautes-tools): Beautify
Ermal
11:24 PM Revision a7aaa1bf (univnautes-tools): Clog is part of copy lists no need to do these checks here
Ermal
10:30 PM Revision 63d7c187 (univnautes-tools): Respect global settings so the images are properly uploaded to the snapshots
Ermal
10:12 PM Revision 28c1f5d7 (univnautes-tools): Make the check clear to what it means
Ermal
04:53 PM Revision be57618c (univnautes-tools): Correct order of args
Ermal
04:34 PM Revision d0a3f7d6 (univnautes-tools): Seems -C of tar does not work as expected here
Ermal
04:25 PM Revision 523bb33c (univnautes-tools): Remove function that does nothing but confuses devs
Ermal
04:08 PM Revision a69237aa (univnautes-tools): Avoid some uneeded step and archive generation
Ermal
03:45 PM Revision c02da4e8 (univnautes-tools): Do not print warnings during gzip
Ermal
03:35 PM Revision 384a025c (univnautes-tools): Remove reference to deviso and do not source twice pfsense_local.sh
Ermal
03:29 PM Revision 59d33514 (univnautes-tools): Remove embedded references
Ermal
03:05 PM Revision 07c82152 (univnautes): console, reload firewall rules after enabling SSH
PiBa-NL

12 April 2014

07:55 PM Revision f50cd8db (univnautes-tools): Do not remove uzip rc file and add ./ to the path as all the others
Ermal
07:51 PM Revision e091d235 (univnautes-tools): Cleanup unused rc.d scripts
Ermal
06:32 PM Revision 7fd38f44 (univnautes): fixing typo for GIF tunnels to work over IPv6
the call of get_interface_gatewayv6() in the creation of a GIF tunnel over IPv6 leads to a "Fatal error: Call to unde... m0se
06:29 PM Revision bb8f3ce1 (univnautes): fixing typo for GIF tunnels to work over IPv6
the call of get_interface_gatewayv6() in the creation of a GIF tunnel over IPv6 leads to a "Fatal error: Call to unde... m0se
04:44 PM Revision d530f8f7 (univnautes): Get real interface when dhcrelay uses default GW
If the DHCP Relay server is not on any local subnet, and not on any subnet that has an internal static route, but is ... Phil Davis
01:28 PM Revision faf20ee4 (univnautes): Also add similar checks on rc.newwanipv6 as in the v4 version
Ermal
01:28 PM Revision 5aba8d90 (univnautes): Also add similar checks on rc.newwanipv6 as in the v4 version
Ermal
01:25 PM Revision 1f43ccf5 (univnautes): Forgot to remove the problematic part from previous OpenVPN loop fix commit
Ermal
01:24 PM Revision 83c0dc1d (univnautes): Forgot to remove the problematic part from previous OpenVPN loop fix commit
Ermal
01:23 PM Revision 897225e1 (univnautes-tools): Bring sfxge back as module seems that's the way to compile it
Ermal
01:03 PM Revision ffb76388 (univnautes): Tidy up package signature text
Thought I would tidy this up while coming across it. IMHO "Package settings" reads better than "Packages settings"...... Phil Davis
08:21 AM Revision 91571af5 (univnautes): Take care of the loops reported for OpenVPN in tap mode. Also fixes the problems of tap disappearing from bridge if its a member.
Ermal
08:20 AM Revision f96b9a18 (univnautes): Take care of the loops reported for OpenVPN in tap mode. Also fixes the problems of tap disappearing from bridge if its a member.
Ermal
02:33 AM Revision db45bc68 (univnautes): tls-verify requires quotes around the command to be executed. Ticket #3596
Chris Buechler
02:31 AM Revision e8e28366 (univnautes): use email from CA creation also as the default for server cert
Chris Buechler

11 April 2014

12:38 AM Revision 9dc88cbb (univnautes-tools): Cleanup previously built images as well
Ermal
12:29 AM Revision 51c88c15 (univnautes-tools): This setting prevents ZFS from being installed not that its used but some of it needs to be present
Ermal
12:17 AM Revision 11d24f99 (univnautes-tools): Add forgotten NULLFS options which is needed especially during livecd but also requested by peple
Ermal
11:39 PM Revision a7839358 (univnautes-tools): Remove embedded code from here as well
Ermal
11:37 PM Revision dfb5a073 (univnautes-tools): Do not install bsdinstaller on updates its not needed. Also remove reference to embedded builds
Ermal
10:07 PM Revision cad44fa3 (univnautes-tools): No need to clean so eagerly its not cleaning up germs. One time is enough during build_snapshot. This should reduce the time on building snapshots as well
Ermal
10:01 PM Revision 5c7c6199 (univnautes-tools): Silence chflags output
Ermal
09:42 PM Revision 8ef28682 (univnautes-tools): Add date outout to freesbie calls for logging the time. Also do not run btxld and pxeldr custom things for FreeBSD 10
Ermal
09:07 PM Revision a0f399e8 (univnautes-tools): Fix problems form copy/pasto
Ermal
09:02 PM Revision 19da7926 (univnautes-tools): Remove not correct comment
Ermal
09:00 PM Revision 4023cddf (univnautes-tools): Changed enough already to take some credit
Ermal
08:56 PM Revision cda422fd (univnautes-tools): Move up in history on STABLE
Ermal
08:54 PM Revision 0f39ce00 (univnautes-tools): Not needed anymore.
Revert "Add a patch for the netstat usitility to compile without oqdrops up to now"
This reverts commit 19746f5a0591...
Ermal
07:23 PM Revision 15f6a4b8 (univnautes-tools): Do not build some extra utilites of clang since they take too much time
Ermal
05:30 PM Revision dde34443 (univnautes-tools): Record more what happens when installing a package in the final image. Also store the logs under BUILDER_LOGS dir
Ermal
05:09 PM Revision 19746f5a (univnautes-tools): Add a patch for the netstat usitility to compile without oqdrops up to now
Ermal
03:16 PM Revision 36ba484d (univnautes-tools): Use old pcbsd tools for FreeBSD < 10
Renato Botelho
03:15 PM Revision c134ca38 (univnautes-tools): Add a script to install old pcbsd tools from svn, it's required for 8.x PBI build
Renato Botelho
03:00 PM Revision 99474445 (univnautes-tools): Add xdg-utils as dependency for FreeBSD 8 builders
Renato Botelho
02:43 PM Revision db0840c6 (univnautes-tools): Move pcbsd-utils as a requirement only for FreeBSD 10 since port doesn't install on prior versions
Renato Botelho
02:43 PM Revision 3b5d3287 (univnautes-tools): Add the hability of having a complement for builder_required_ports for specific freebsd major version
Renato Botelho
02:37 PM Revision 7475a610 (univnautes-tools): The kernel complains these devices do not existgit diff Disable for now and will check later on
Ermal
02:36 PM Revision c5835c4e (univnautes-tools): The kernel complains these devices do not existgit diff Disable for now and will check later on
Ermal
02:34 PM Revision 91278238 (univnautes-tools): Revert "Remove useless and maybe dangerous cleanup"
This reverts commit fea06603436ba2ca7dba24e221bf91c402031c75. Ermal
02:34 PM Revision fea06603 (univnautes-tools): Remove useless and maybe dangerous cleanup
Ermal
02:33 PM Revision 98ba92c1 (univnautes-tools): This is not the place for this anyhow just GC
Ermal
02:32 PM Revision 6c617ac5 (univnautes-tools): Do not cleanup objects dir uselessly FreeBSD nowdays does the right thing.
Ermal
02:25 PM Revision a8432107 (univnautes-tools): No need to cleanup objects dir during rebuilds
Ermal
01:09 PM Revision 210da225 (univnautes-tools): We don't need functions.inc here
Renato Botelho
01:00 PM Revision 053fb84e (univnautes-tools): Remove empty line
Ermal
12:57 PM Revision e54e6482 (univnautes-tools): Remove leftover not used since long
Ermal
12:50 PM Revision 282aa00d (univnautes-tools): Two more things not needed in the builds
Ermal
12:45 PM Revision 8278eb7c (univnautes-tools): Make sure builder required ports are installed when building PBI
Renato Botelho
12:45 PM Revision f23054f4 (univnautes-tools): Add pcbsd-utils to builder required ports
Renato Botelho
12:45 PM Revision eee9b692 (univnautes-tools): Add a script to install builder required ports
Renato Botelho
12:37 PM Revision 6fea69e8 (univnautes-tools): Set logfile var in central place for build_snapshot_looped and try to clean them with cleaning functions
Ermal
12:30 PM Revision 81ea347c (univnautes-tools): More aestethic
Ermal
12:30 PM Revision 2c5ee627 (univnautes-tools): More aestethic
Ermal
12:29 PM Revision 15646dec (univnautes-tools): Remove calls to dead function install_pbi_tools
Renato Botelho
12:28 PM Revision 61a35d25 (univnautes-tools): Remove missed curly
Ermal
12:24 PM Revision e32ec942 (univnautes-tools): Provice more explanation what is being done and also cleanup previous logs from the builder
Ermal
12:18 PM Revision 0534f437 (univnautes-tools): Use pcbsd-utils port instead of install it from repo
Renato Botelho
12:08 PM Revision c373e541 (univnautes-tools): . is not preffered from config in freebsd
Ermal
10:02 AM Revision 27190800 (univnautes-tools): Organize a bit to reduce diffs between src.conf and src.conf.install for 10
Ermal
09:59 AM Revision 3b69b553 (univnautes-tools): Remove MWL_DEBUG line as not needed nowdays
Ermal
09:59 AM Revision 5e610911 (univnautes-tools): Include WITH_OPENSSL in default install src.conf
Ermal
09:57 AM Revision 8eec2490 (univnautes-tools): Synchronize even the src.conf install for 10
Ermal
09:55 AM Revision c09a115f (univnautes-tools): Synchronize src.conf of embeded and full install
Ermal
09:51 AM Revision fc5bdc57 (univnautes-tools): Put sfxge into kernel rather as a module
Ermal
09:28 AM Revision fd96116f (univnautes-tools): Remove module its included in kernel
Ermal

10 April 2014

10:50 PM Revision d6fa5566 (univnautes): Add curly brackets here to improve readability
Renato Botelho
10:49 PM Revision 43f661f7 (univnautes): unset doesn't like @ to silent it, just check if it's set before unset
Renato Botelho
09:26 PM Revision b4c1be75 (univnautes-tools): Correct menu.sh and remove some not available options
Ermal
07:44 PM Revision d016f99d (univnautes-tools): Use 2.1.2 tag
Renato Botelho
07:29 PM Revision ada35199 (univnautes-tools): Update the openssl from HEAD with CVE fixes
Ermal
08:48 AM Revision b5258280 (univnautes-tools): Do not unset this var since its used later on on the scripts from FreeBSD 10
Ermal
08:48 AM Revision 8f0b02d8 (univnautes-tools): Restore the nanovga code for FreeBSD version prior to 10
Ermal
02:58 AM Revision f4065455 (univnautes): List GWGs in Interface to send update from
Back-port of this fix done in master https://github.com/pfsense/pfsense/commit/31300a95f71b14dcb98c139388205223a36e8c... Phil Davis

09 April 2014

10:56 PM Revision 4d577be5 (univnautes-tools): Use the latest commit sha1 that is compatible with patches from STABLE. By coincidence is one that make speedup on build!
Ermal
10:56 PM Revision 43dbc4dd (univnautes-tools): Correct stf patch for stable/10 from today
Ermal
10:53 PM Revision da1d0165 (univnautes): fix git path calls and CODIR
it may need some checks/fixes on pkg-utils.inc as git downloads but not installs.
After manual pbi install of git, "...
Marcello Coutinho
10:38 PM Revision 84bbb5c3 (univnautes-tools): Add pcbsd repo to fixup_git_repo_urls.sh
Renato Botelho
10:36 PM Revision 8f45dfd6 (univnautes-tools): Disable pkg_install EOL warning for FreeBSD 8.x builds
Renato Botelho
10:17 PM Revision 35eec87a (univnautes-tools): Do not need to force it here since /var/db/ports will be empty
Renato Botelho
09:33 PM Revision 968aa76f (univnautes-tools): Disable warning about pkg_install EOL
Renato Botelho
07:38 PM Revision 7a010ced (univnautes-tools): Oops restore these settings
Ermal
07:35 PM Revision cee5aa00 (univnautes-tools): Correct the pfsense_local.sh variable setting
Ermal
07:19 PM Revision 0e75186c (univnautes-tools): Set properly all information required with set_version.sh
Ermal
06:52 PM Revision 9888e720 (univnautes-tools): Use FREEBSD_BRANCH from git/svn in folders format rather than based on CVS tag name since that is long gone
Ermal
06:45 PM Revision 58ce876b (univnautes-tools): Add folders to move patches to since CVS tags are long gone
Ermal
04:23 PM Revision 4f42b92d (univnautes-tools): USE_GIT is not needed anymore
Ermal
03:11 PM Revision 9f57bf36 (univnautes-tools): Put these files on BUILDER_LOGS directory rather than SCRATCHDIR
Ermal
02:52 PM Revision 80f48850 (univnautes): Use an alphanumeric test rather than purely is_numericint because the ID is generated by uniqid and is not purely numeric. Fixes #3591
jim-p
02:45 PM Revision d22169cf (univnautes): Use an alphanumeric test rather than purely is_numericint because the ID is generated by uniqid and is not purely numeric. Fixes #3591
jim-p
12:17 PM Revision 73ac1609 (univnautes-tools): Remove some stale information and sort to be more readble the information
Ermal
12:13 PM Revision a0f32f8c (univnautes-tools): Remove duplicate information
Ermal
11:37 AM Revision 7f087f72 (univnautes-tools): It was meant to disable USB_DEBUG rather than enabling
Ermal

08 April 2014

01:48 AM Revision b6160dbe (univnautes-tools): Fix branch detection
Renato Botelho
01:23 AM Revision c952d134 (univnautes-tools): Remove references to csup/cvsup
Renato Botelho
01:20 AM Revision 8ebd8dae (univnautes-tools): Add support for multiple builds using -p
Renato Botelho
12:45 AM Revision b5b7f3ef (univnautes-tools): Use SCRATCHDIR rather than /tmp around scripts to be able to easily overwrite this. Defaulting to /tmp of course
Ermal
12:04 AM Revision 107fc16d (univnautes-tools): Make consistence use of PFSENSEBASEDIR and clarify what BASEDIR is
Ermal
11:52 PM Revision 6c57ccfe (univnautes-tools): Time to let go _embedded scripts
Ermal
11:51 PM Revision f6e99af6 (univnautes-tools): Time to let go _embedded scripts
Ermal
11:28 PM Revision e339e8a7 (univnautes-tools): s/GIT_REPO/GIT_REPO_PFSENSE/g for clarity
Ermal
11:25 PM Revision 81db86f9 (univnautes-tools): Get rid of PFSENSE_MODULES never used so far.
Ermal
10:56 PM Revision 397f244a (univnautes-tools): s/CVS_CO_DIR/PFSENSE_REPO_DIR/
Ermal
10:47 PM Revision 1205e00b (univnautes-tools): Make clear what the function does by s/cvs_depot/pfSense_repository/
Ermal
10:41 PM Revision 99bc3475 (univnautes-tools): Remove pfSense_version and bump FREEBSD_VERSION to 10
Ermal
10:39 PM Revision 535e29f4 (univnautes-tools): Reorganize a bit positions of variables for easy reading and to make sense of them
Ermal
10:28 PM Revision 5ce63e88 (univnautes-tools): Correct usage of PFSENSETAG and FREEBSD_BRANCH around to be consistent
Ermal
09:40 PM Revision 82bd08b7 (univnautes-tools): Move to the latest version being built here
Ermal
09:39 PM Revision 12107cfd (univnautes-tools): Correct variable name even though its not really used much and always enabled
Ermal
09:31 PM Revision 52065798 (univnautes-tools): This dance does not need to be done here anymore since the inclusion of pfsense_local.sh is done after option parsing
Ermal
09:29 PM Revision 46cdffcf (univnautes-tools): Retain compatibility for FreeBSD 8 builds wiht previous behaviour to avoid issues
Ermal
09:20 PM Revision 809851f0 (univnautes-tools): Since the vga devices are part of GENERIC nullify them with no* for nonvga kernel config and let GENERIC includes to define them on vga ones
Ermal
09:17 PM Revision 205a839d (univnautes-tools): Use the standard _SMP kernel for nanobsd builds on amd64 since there are no differences
Ermal
08:55 PM Revision c9d3cd97 (univnautes-tools): Restore Adding device apic through the script to not break the builds on amd64
Ermal
08:51 PM Revision 4e5dfd98 (univnautes-tools): Disable apic on amd64 since it make config error out
Ermal
08:50 PM Revision b34408ba (univnautes-tools): Disable apic on amd64 since it make config error out
Ermal
08:50 PM Revision aa688e3b (univnautes-tools): Do the same thing for the SMP kernel
Ermal
08:48 PM Revision 608552f6 (univnautes-tools): Include DEFAULTS and GENERIC on wrap kernels and just include the customizations
Ermal
07:40 PM Revision ea210f83 (univnautes-tools): Fixup PFSENSETAG for 2.1.1 and put a note that after 2.1.2 the PFSENSETAG needs to be fixed
Ermal
07:07 PM Revision d238fa41 (univnautes-tools): No pre release this time
Renato Botelho
07:07 PM Revision def5d042 (univnautes): No pre release this time
Renato Botelho
06:46 PM Revision 55d65fb9 (univnautes-tools): Add RELENG_2_1_2 target to set_version
Renato Botelho
05:47 PM Revision 6e767d17 (univnautes): Restore old logic and add a @ at unset to silent when it is not set as suggested by Ermal
Renato Botelho
05:23 PM Revision c5ca6555 (univnautes-tools): Properly update the comment here
Ermal
05:22 PM Revision a4904cf5 (univnautes-tools): Remove csup operations
Ermal
05:20 PM Revision 6ed960b7 (univnautes-tools): Clarify description
Ermal
05:18 PM Revision bf8e515f (univnautes-tools): Remove references to SUPFILE
Ermal
05:13 PM Revision 27d7a8f4 (univnautes-tools): Also add ALTQ_CODEL to all kernel configs
Ermal
05:10 PM Revision 85f66fb0 (univnautes-tools): Add ath_pci device to the kernel configs rather than do magic in scripts
Ermal
05:05 PM Revision 1c98a1b1 (univnautes-tools): Also add ALTQ_NOPCC to the kernels as it always added
Ermal
05:02 PM Revision d90e43c0 (univnautes-tools): Add the SMP option and the apic device in kernel configs. It is always added anyway from the builder scripts
Ermal
04:46 PM Revision b6d87d5c (univnautes-tools): First pass at dropping cvsup/svnup
Ermal
04:35 PM Revision cd2b109d (univnautes-tools): Move to new NFS implementation and also inherit the TCP_OFFLOAD option default in 10
Ermal
04:28 PM Revision 8aa7ae3e (univnautes-tools): Add nvme(4) driver
Ermal
04:22 PM Revision 229a4047 (univnautes-tools): bye bye bktr
Ermal
04:21 PM Revision 87bc4f1d (univnautes-tools): More synchronization and cleanups of kernel configs
Ermal
04:00 PM Revision 364770e8 (univnautes-tools): Make amd64 kernels between vga and non vga same apart vga options
Ermal
03:59 PM Revision 8d765d6f (univnautes-tools): Make amd64 kernels between vga and non vga same apart vga options
Ermal
03:47 PM Revision 25df556f (univnautes-tools): Try to make sense of these options and remove some duplicates
Ermal
03:36 PM Revision e6623cd5 (univnautes-tools): Remove some unused options and more unification
Ermal
03:31 PM Revision 28ad95e5 (univnautes-tools): Shorten differences between wrap kernels
Ermal
03:25 PM Revision 8294066e (univnautes): Make extra sure that we do not start multiple instances of dhcpleases if, for example, the PID is stale/invalid and there is still a running instance.
jim-p
03:12 PM Revision 8d74debf (univnautes-tools): Remove npx from amd64 kernel included by mistake
Ermal
03:10 PM Revision cdd0821a (univnautes-tools): Make some formatting to understand the difference between kernel configs easily
Ermal
03:10 PM Revision e222576c (univnautes): Bump to 2.1.2-PRERELEASE since 2.1.1 was released
Renato Botelho
02:43 PM Revision 3f08e7ab (univnautes): Tidy up "guiconfig.inc" XHTML
Add missing closing SELECT tag Colin Fleming
02:16 PM Revision 22655a05 (univnautes-tools): Make some formatting to understand the difference between kernel configs easily
Ermal
02:12 PM Revision df0b05a3 (univnautes): Merge pull request #1068 from FCI/patch-1
Renato Botelho
12:41 PM Revision 9db1085c (univnautes-tools): Syunchronize the usb wireless/ethernet driver list not in GENERIC. More might be needed
Ermal
12:35 PM Revision 9db8f221 (univnautes-tools): Syunchronize the usb wireless/ethernet driver list not in GENERIC. More might be needed
Ermal
12:24 PM Revision 3cb4cf01 (univnautes-tools): Add the new module for wirless in the list
Ermal
12:17 PM Revision 5cd7176b (univnautes-tools): Correct ident and add nooption comapt for freebsd 7
Ermal
12:12 PM Revision 301d9531 (univnautes-tools): Correct module override list with the default GENERIC on 10
Ermal
11:47 AM Revision 78a696a4 (univnautes-tools): Add device cdce to cover some usb devices. Reported-by: https://forum.pfsense.org/index.php?topic=74664.0
Ermal

07 April 2014

07:38 PM Revision 1d0cacfe (univnautes): Check if the ipsec section exists before doing operations on it.
Ermal
05:30 PM Revision ca321bfd (univnautes): Correct typo on function name that has slipped unnoticed. Reported-by: https://forum.pfsense.org/index.php?topic=74688.0
Ermal
05:29 PM Revision bde74857 (univnautes): Correct typo on function name that has slipped unnoticed. Reported-by: https://forum.pfsense.org/index.php?topic=74688.0
Ermal
04:49 PM Revision 2c0dd263 (univnautes): fixes Bug #3569
On packages that uses row_helper when user clicks on add or delete button, the page scrolls to top.
It seems somethin...
Marcello Coutinho
04:49 PM Revision dc915669 (univnautes): Merge pull request #1053 from marcelloc/patch-1
Renato Botelho
04:43 PM Revision 539d94b3 (univnautes): Merge pull request #1055 from ExolonDX/branch_master_10
Renato Botelho
04:10 PM Revision 69e593c1 (univnautes): Make extra sure that we do not start multiple instances of dhcpleases if, for example, the PID is stale/invalid and there is still a running instance.
jim-p
02:18 PM Revision 1bf572ec (univnautes): Merge pull request #1056 from ExolonDX/branch_master_12
Renato Botelho
02:17 PM Revision ec307f4d (univnautes): Merge pull request #1057 from ExolonDX/branch_master_13
Renato Botelho
02:17 PM Revision dc11a7dd (univnautes): Merge pull request #1058 from ExolonDX/branch_master_14
Renato Botelho
02:17 PM Revision 0031e4da (univnautes): Merge pull request #1059 from ExolonDX/branch_master_15
Renato Botelho
02:16 PM Revision ee5c8e0b (univnautes): Merge pull request #1060 from ExolonDX/branch_master_16
Renato Botelho
02:16 PM Revision 8c771b19 (univnautes): Merge pull request #1061 from ExolonDX/branch_master_17
Renato Botelho
02:15 PM Revision c3288e0c (univnautes): Merge pull request #1062 from ExolonDX/branch_master_18
Renato Botelho
01:40 PM Revision f5961e7b (univnautes): Merge pull request #1063 from ExolonDX/branch_master_19
Renato Botelho
12:55 PM Revision 29773e5c (univnautes): Merge pull request #1065 from ExolonDX/branch_master_22
Renato Botelho
11:06 AM Revision a7ee038b (univnautes): Put the fix to be more generic to prevent any other leak possible in the long run. Fixes #3062
Ermal
11:01 AM Revision 39f3d843 (univnautes): Update captiveportal.inc
Release unused pipeno when client is already authenticated.
Bug #3062
dsiunicaen
10:10 AM Revision bb7843fd (univnautes): Indentation
Warren Baker
10:09 AM Revision 2a2b603d (univnautes): Indentation
Warren Baker
10:09 AM Revision c2fe67eb (univnautes): Dont check for 'checked' but rather if it is just set
Warren Baker

06 April 2014

06:51 PM Revision d269747b (univnautes): Ensure variable is available when testing smtp. Fixes #3577 (well not the rrd summary package).
Warren Baker

05 April 2014

08:57 PM Revision 2a230e80 (univnautes): Update system_advanced_misc.php
Nick Daniels
08:49 PM Revision 5a9dd268 (univnautes): Added check line 175: Needed to fix error in GUI
Added check to see if $config['ipsec']["ipsec_{$lkey}"] is set before executing unnecessary unset, was causing issues... Nick Daniels

04 April 2014

10:14 PM Revision 9b255058 (univnautes-tools): Use internal pcbsd copy
Renato Botelho
10:08 PM Revision b7f866d7 (univnautes-tools): Point repos URLs to internal git
Renato Botelho
07:09 PM Revision e68b4e91 (univnautes): Tidy up "services_unbound_advanced.php" XHTML
Add "closehead" variable and manually close HEAD
Add CDATA sections to scripts
Add SUMMARY to tables
Update HTML Bool...
Colin Fleming
07:02 PM Revision f6543a41 (univnautes): Tidy up "services_unbound_acls.php" XHTML
Add "cloeahead" variable and manually close HEAD
Add CDATA sections to scripts
Close INPUT
Add SUMMARY to tables
Upda...
Colin Fleming
06:58 PM Revision 931f47ea (univnautes): Tidy up "services_unbound" XHTML
Add "cloeahead" variable and manually close HEAD
Add CDATA sections to scripts
Add SUMMARY to tables
Update HTML Bool...
Colin Fleming
06:47 PM Revision 7bd5b320 (univnautes): Tidy up "services_dnsmasq" XHTML
Add "closehead" variable and manually close HEAD
Add CDATA sections to scripts
Add SUMMARY to tables
Update HTML Bool...
Colin Fleming
06:39 PM Revision d29303c5 (univnautes): Tidy up "services_router_advertisements" XHTML
Add CDATA sections to script
Add SUMMARY to table
Update HTML Boolean operators
Add dummy table row, but don't displa...
Colin Fleming
06:35 PM Revision ee9530e1 (univnautes): Tidy up "services_dhcpv6" XHTML
Update alert message
Add "closehead" variable and manually close HEAD
Add CDATA sections to script
Add SUMMARY to tab...
Colin Fleming
06:30 PM Revision 3565970f (univnautes): Tidy up "services_dhcpv6_realy.php" XHTML
Add "closehead" variable and manually close HEAD
Add CDATA sections to scripts
Add summary to tables
Add missing clos...
Colin Fleming
06:25 PM Revision 180db186 (univnautes): Tidy up "services_dhcp" XHTML
Update alert message
Add "closehead" variable and manually close HEAD
Add CDATA sections to scripts
Add summart to ta...
Colin Fleming
06:15 PM Revision d2b3e9dc (univnautes): Tidy up "services_dhcp_relay.php" XHTML
Add "closehead" variable and close HEAD manually
Add CDATA sections to scripts
Add summary to TABLES
Add missing clos...
Colin Fleming
06:08 PM Revision 5a2b90cd (univnautes): Tidy up "functions.inc"
Escape single quotes for TABLE and HREF
Updated closing TR tag
Colin Fleming
03:04 PM Revision 251a1246 (univnautes): fixes Bug #3569
On packages that uses row_helper when user clicks on add or delete button, the page scrolls to top.
It seems somethin...
Marcello Coutinho
02:27 PM Revision 89001bc1 (univnautes-tools): Remove checks for FreeBSD 7.x specific actions
Renato Botelho
01:44 PM Revision 1458017a (univnautes): Fix variable name, it's not necessary to check since it is always set at ipsec.inc
Renato Botelho

03 April 2014

06:50 PM Revision 8a93815c (univnautes-tools): Deduplicate FREEBSD_BRANCH definition
Renato Botelho
06:19 PM Revision ebc311e8 (univnautes): Merge pull request #1052 from ExolonDX/branch_master_09
Branch master 09 Renato Botelho
06:19 PM Revision b0a2d7ed (univnautes): Merge pull request #1051 from ExolonDX/branch_master_08
Tidy up "services_captiveportal_filemanager" XHTM Renato Botelho
06:18 PM Revision 22ac2187 (univnautes): Merge pull request #1050 from ExolonDX/branch_master_07
Tidy up "services_captiveportal_vouchers" XHTML Renato Botelho
06:18 PM Revision ab191755 (univnautes): Merge pull request #1049 from ExolonDX/branch_master_05
Tidy up "services_captiveportal_ip.php" XHTML Renato Botelho
06:17 PM Revision 0ba331d3 (univnautes): Merge pull request #1048 from ExolonDX/branch_master_04
Tidy up "services_captiveportal_mac.php" XHTML Renato Botelho
06:16 PM Revision 5aed0886 (univnautes): Merge pull request #1047 from ExolonDX/branch_master_03
Tidy up "services_captiveportal.php" XHTML Renato Botelho
06:15 PM Revision 99b59654 (univnautes): Merge pull request #1046 from ExolonDX/branch_master_02
Tidy up "services_captiveportal_zones.php" XHTML Renato Botelho
06:14 PM Revision 4ca38523 (univnautes): Merge pull request #1045 from ExolonDX/branch_master_01
Tidy up "system_advanced_misc.php" XHTML Renato Botelho
05:15 PM Revision 708079ba (univnautes): Tidy up "services_captiveportal_hostname" XHTML
Swap BODY with php statement
Add SUMMARY to tables
Close IMG and add ALT
Deprecate ampersand
Update HTML Boolean oper...
Colin Fleming
05:06 PM Revision ad7af00b (univnautes): Tidy up "services_captiveportal_filemanager" XHTM
Swap BODY and ph statement
Add SUMMARY to tables
Deprecate ampersand
Close IMG and add ALT
Move NOWRAP to class
Close...
Colin Fleming
05:01 PM Revision e25742f0 (univnautes): Tidy up "services_captiveportal_vouchers" XHTML
Add closehead varaiable, move script into HEAD and close HEAD manually
Add BODY
Remove unordered list tag
Update HTML...
Colin Fleming
04:47 PM Revision 48abdd0e (univnautes): Tidy up "services_captiveportal_hostname" XHTML
Swap BODY with php statement
Add SUMMARY to tables
Close IMG and add ALT
Deprecate ampersand
Update HTML Boolean oper...
Colin Fleming
04:38 PM Revision 91290030 (univnautes): Tidy up "services_captiveportal_ip.php" XHTML
Swap BODY with php statement
Add SUMMARY to tables
Close IMG and add ALT
Deprecate ampersand
Move NOWARP to class
Clo...
Colin Fleming
04:26 PM Revision 0a1ad48c (univnautes): Tidy up "services_captiveportal_mac.php" XHTML
Swapp BODY and php statement
Close INPUT
Close IMG and add ALT
Deprecated ampersand
Add SUMMARY to tables
Move NOWRAP...
Colin Fleming
04:18 PM Revision 73672832 (univnautes): Tidy up "services_captiveportal.php" XHTML
Add "closehead" variable, move script into HEAD and close head manually
Add CDATA sections to SCRIPT
Add SUMMARY to t...
Colin Fleming
04:09 PM Revision 8abd1782 (univnautes): Tidy up "services_captiveportal_zones.php" XHTML
Add SUMMARY to tables
Close IMG and add ALT
Close INPUT
Move NOWRAP to class
Deprecate ampersand
Swap BODY with php s...
Colin Fleming
03:46 PM Revision f0c522d3 (univnautes): Tidy up "system_advanced_misc.php" XHTML
Tidy up HTML Boolean operator
Remove redundant closing slash and chevron
Colin Fleming

02 April 2014

09:38 PM Revision 64c3ab3a (univnautes-tools): Add pecl-APC fixed for 5.5 to pfPorts until it's not fixed on ports tree
Renato Botelho
09:09 PM Revision 5c210d3e (univnautes-tools): Add pecl-inclued with fix for php 5.5 on pfPorts until the fix is not on ports
Renato Botelho
08:45 PM Revision 87ab83e9 (univnautes-tools): Fix build with php 5.5
Renato Botelho
08:23 PM Revision 4cf44a3a (univnautes-tools): Fix build with php 5.5
Renato Botelho
07:52 PM Revision 4ed19f22 (univnautes-tools): fastest_cvsup is not required
Renato Botelho
07:51 PM Revision ed60114e (univnautes-tools): Add tracker patch to RELENG_10_1
Renato Botelho
07:44 PM Revision e0a48db8 (univnautes-tools): Fix build with clang 3.4
Renato Botelho
07:21 PM Revision 94d8baf1 (univnautes-tools): Add beep to pfPorts, it was removed from ports tree
Renato Botelho
05:29 PM Revision 97097dd3 (univnautes-tools): Consider make.conf when looking for dependencies
Renato Botelho
04:11 PM Revision 70922c95 (univnautes-tools): Reduce changes from ports
Renato Botelho
03:58 PM Revision 01f4a81d (univnautes): Make rc.php_ini_setup ready for php 5.5
Renato Botelho
03:40 PM Revision 3a6052c4 (univnautes-tools): Add php55-pfSense-module
Renato Botelho
03:39 PM Revision 6a6f979c (univnautes-tools): Add php55-openssl patches
Renato Botelho
03:38 PM Revision 86199a73 (univnautes-tools): Add php55 patches
Renato Botelho
03:37 PM Revision 6bd00f49 (univnautes-tools): Add php55 and php55-openssl from ports, patches will come on next commit
Renato Botelho
01:33 PM Revision ad8556f5 (univnautes-tools): Fix typo
Renato Botelho
01:29 PM Revision 6d9c79c9 (univnautes-tools): Source new pfsense-build.conf before call functions
Renato Botelho
01:22 PM Revision 70d7f772 (univnautes-tools): Fix syntax
Renato Botelho
01:14 PM Revision 351f842e (univnautes-tools): Silent pfsense_local.sh when running set_version.sh
Renato Botelho
01:12 PM Revision 1da0bbda (univnautes-tools): pfsense_local.sh already include pfsense-build.conf
Renato Botelho

01 April 2014

07:26 PM Revision d374f0c4 (univnautes): Merge pull request #1044 from ExolonDX/master
Tidy up "system_information.widget.php" XHTML Renato Botelho
05:59 PM Revision a4b1bf88 (univnautes): Tidy up "functions.inc"
Remove unnecessary semi-colon. Colin Fleming
05:55 PM Revision bd42727d (univnautes): Tidy up "system_information.widget.php" XHTML
Add CDATA secttions to script
Remove link to CSS file and place it in HEAD.INC and add "type"
Colin Fleming
01:02 PM Revision bde5902e (univnautes-tools): Reduce differences between php53 from pfPorts and ports tree
Renato Botelho

31 March 2014

10:57 PM Revision ef322f45 (univnautes): Merge pull request #1042 from bmeeks8/master
Update Help links to Doc Wiki for Snort package. Renato Botelho
09:39 PM Revision 2def89a2 (univnautes): Fix #3555, on chrome it is not initializing correct minutes when adding a new time, just drop unused php variables and set it on js
Renato Botelho
09:38 PM Revision 5c757d82 (univnautes): Fix #3555, on chrome it is not initializing correct minutes when adding a new time, just drop unused php variables and set it on js
Renato Botelho
05:15 PM Revision 9422a761 (univnautes-tools): Add runfw back to MODULES_OVERRIDE with correct path, it fixes #3557
Renato Botelho
04:42 PM Revision 291e0a1c (univnautes): Remove TRIM_set and TRIM_unset support. This method isn't very elegant and isn't necessary in the long run. It's better handled in the installer stage and not after the fact.
jim-p
04:40 PM Revision aa87bae5 (univnautes): Remove TRIM_set and TRIM_unset support. This method isn't very elegant and isn't necessary in the long run. It's better handled in the installer stage and not after the fact.
jim-p
02:56 PM Revision 02b29d72 (univnautes): Revert "XHTML Compliance"
This commit broke schedules edit, it should fix #3555.
This reverts commit e1002cd2724869eabdfe1f9258d4522d572722e4.
Renato Botelho
04:14 AM Revision efecff7f (univnautes): Merge pull request #1041 from PiBa-NL/carp_maintenance_2.2
carp, provide a way to 'permanently' set carp to 'maintenance mode' (advskew 254) persisting a reboot Chris Buechler
03:55 AM Revision a5c0aaa1 (univnautes): Update Help links to Doc Wiki for Snort package.
bmeeks8

29 March 2014

12:09 AM Revision 783f1ee2 (univnautes): carp, provide a way to 'permanently' set carp to 'maintenance mode' (advskew 254) persisting a reboot
Option to set CARP interfaces to 'maintenance mode', persisting through a reboot so the primary machines stays as bac... PiBa-NL
02:06 PM Revision f66e049a (univnautes): Add privileges
Warren Baker
01:59 PM Revision 5bb1c495 (univnautes): Reflect the service name when starting it
Warren Baker
01:52 PM Revision 4e8e8cc8 (univnautes): Add localhost as always allowed and ensure to include the access lists
Warren Baker
01:47 PM Revision 58d00e65 (univnautes): Write out the access list correctly
Warren Baker
01:47 PM Revision e9162677 (univnautes): Dont unnecessarily unset
Warren Baker
01:34 PM Revision 188609c6 (univnautes): Fix tab indents and make sure interfaces are saved correctly
Warren Baker
11:58 AM Revision 16a3108f (univnautes): Configure acls for local networks and ensure listening interfaces are correctly set
Warren Baker
11:23 AM Revision 44cf1382 (univnautes): Make sure interface selection works
Warren Baker
10:29 AM Revision 3b7df5f1 (univnautes): Reference unbound subsystem as dirty
Warren Baker
10:29 AM Revision 54b16877 (univnautes): Mark unbound as the subsystem
Warren Baker
10:28 AM Revision 05fec96b (univnautes): Reference correct dirty subsystem
Warren Baker
10:23 AM Revision 0ae676cd (univnautes): Add missing new line
Warren Baker
10:23 AM Revision 957bb61e (univnautes): Add domain override page
Warren Baker
07:16 AM Revision ece2988f (univnautes): Correct reference
Warren Baker
07:16 AM Revision 80120fff (univnautes): Email add update
Warren Baker
07:12 AM Revision fe9ec529 (univnautes): Correct priv match
Warren Baker
07:09 AM Revision 1b6e3c30 (univnautes): Ensure TXT support on host descriptions actually works
Warren Baker
06:46 AM Revision 80948260 (univnautes): Reference correct unbound hosts edit file
Warren Baker
06:46 AM Revision 567e5f65 (univnautes): Reference correct module name
Warren Baker

28 March 2014

11:21 PM Revision 0d73a468 (univnautes): Remove to other scripts with no function/or not working
Ermal
11:17 PM Revision 412f9462 (univnautes): Remove another unused script
Ermal
11:15 PM Revision 6214dd36 (univnautes): Remove unused ppp-script
Ermal
11:13 PM Revision 3ae82923 (univnautes): Remove even unused pamd.conf
Ermal
11:09 PM Revision e0c72564 (univnautes): Remove utterly old libmap.conf file
Ermal
11:06 PM Revision c70a9878 (univnautes): Update disktab to FreeBSD 10
Ermal
10:58 PM Revision 1b60c644 (univnautes): Remove cvsup file from pfSense tree
Ermal
10:57 PM Revision 4cc0dce5 (univnautes): Another remenant from old days
Ermal
10:54 PM Revision 362fdc4c (univnautes): Remove remenants of pccardd from FreeBSD 5
Ermal
10:45 PM Revision b110f1ba (univnautes): Update protocols file as well
Ermal
10:34 PM Revision 2c9325f6 (univnautes): Remove unused files
Ermal
10:34 PM Revision a02fa5ec (univnautes): Do not use the version_kernel ad version_base files since they are not relevant anyway
Ermal
10:04 PM Revision ffa5da64 (univnautes-tools): Actually remove even version since its not being used
Ermal
10:04 PM Revision 513a91cf (univnautes-tools): Remove unused values and probably incorrect ones
Ermal
05:41 PM Revision 255596d9 (univnautes): Use proper variable name for the interface
Ermal
04:19 PM Revision fe291564 (univnautes): Correct check that was broken even before to actually make the ieee8021x enable from proper setting. Reported-by: https://forum.pfsense.org/index.php?topic=74013.0
Ermal
04:18 PM Revision 6e474fa9 (univnautes): Correct check that was broken even before to actually make the ieee8021x enable from proper setting. Reported-by: https://forum.pfsense.org/index.php?topic=74013.0
Ermal
08:24 AM Revision c40d6c7a (univnautes): time for 2.1.1-RELEASE
Chris Buechler
 

Also available in: Atom