summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Retire rc.nanobsd_switch_boot_sliceRenato Botelho2016-10-121-47/+0
|
* Define a single value for 'default_config_backup_count'Renato Botelho2016-10-121-9/+3
|
* Remove unused global var 'hidebackupbeforeupgrade'Renato Botelho2016-10-121-2/+0
|
* Remove all calls to conf_mount_r* functionsRenato Botelho2016-10-1240-173/+6
|
* Retire restart_httpd.phpRenato Botelho2016-10-123-64/+0
|
* Retire cdrom platform supportRenato Botelho2016-10-128-554/+297
|
* Remove unused global config item 'update_manifest'Renato Botelho2016-10-122-6/+0
|
* Remove hideplatform global config and all uses of itRenato Botelho2016-10-124-32/+2
|
* Remove unused global item 'nopkg_platform'Renato Botelho2016-10-121-1/+0
|
* Retire refcount functions. They are not used anymoreRenato Botelho2016-10-121-76/+0
|
* Retire diag_nanobsd.phpRenato Botelho2016-10-124-263/+0
|
* Obsolete conf_mount_ro() and conf_mount_rw()Renato Botelho2016-10-121-58/+3
| | | | | Now that nanobsd is gone these functions are not necessary anymore. Keep them around until all calls are cleaned up
* Merge pull request #3151 from EdHurtig/eng/6806Renato Botelho2016-10-121-2/+2
|\
| * Allow Hyphens in DHCP NTP Server form validationEddie Hurtig2016-09-221-2/+2
| | | | | | | | | | | | | | Also removes the ability to have underscores `_` in ntp server FQDNs. Closes #6806
* | Merge pull request #3154 from PiBa-NL/filenoticeBRRenato Botelho2016-10-121-1/+1
|\ \
| * | Format file_notice alerts in webgui with newline characters as <br/> for ↵PiBa-NL2016-09-231-1/+1
| | | | | | | | | | | | easier reading.
* | | Simplify tcsh prompt and respect default terminal colorsRenato Botelho2016-10-121-1/+1
| | |
* | | Merge pull request #3140 from stilez/patch-39Renato Botelho2016-10-121-18/+11
|\ \ \
| * | | lowercasing and sprintf of setHelpstilez2016-09-201-2/+1
| | | |
| * | | label src/dst incorrect - fixed (minor)stilez2016-09-161-1/+1
| | | |
| * | | UI improvement - src port button label and src port help msgsstilez2016-09-161-18/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Rename "srcportadv" to "srcporttoggle" - not ideal to have 2 fields both labelled "advanced options". This presentation probably works nicer 2. Self-explanatory show/hide button itself doesn't need a label. (If srcports are shown, they will have a label as usual) 2. Move explanatory text about src port normally being un-needed to below src port, and simplify main help msgs. Mainly GUI text/labels improvement
* | | | Merge pull request #3156 from stilez/patch-43Renato Botelho2016-10-121-2/+2
|\ \ \ \
| * | | | Remove unused arg in get_pkg_info()stilez2016-09-251-2/+2
| | | | | | | | | | | | | | | The 2nd argument ($info) isn't used in that function, and doesn't seem to be used anywhere else in the codebase.
* | | | | Report quantity of files being installed by minimal and diff options.NOYB2016-10-121-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also consolidate some unset commands. (cherry picked from commit 32912ae833a016784cbb4813c45960cefc2d896b)
* | | | | Support minimal and diff options combo rather than diff superseding minimal ↵NOYB2016-10-121-25/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (sync both updated and diff files). Break verbose option in two for showing files and/or constructed command. (--show_files, --show_command) Don't save new commit ID if dry run. (--dry-run) (cherry picked from commit a6fd4c0ff4141a1836ed74add1df55477d87ddd0)
* | | | | Merge pull request #3169 from valneacsu/fix_wifi_channel_changeRenato Botelho2016-10-121-7/+8
|\ \ \ \ \
| * | | | | Use tabs consistentlyValentin Neacsu2016-10-021-2/+2
| | | | | |
| * | | | | Re-enable executing the wifi mode command first. This fixes channel ↵Valentin Neacsu2016-10-011-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | changing, which broke in d325e90818db2b22fc2562c38493769f217230f2.
* | | | | | Merge pull request #3171 from phroggster/patch-2Renato Botelho2016-10-121-1/+1
|\ \ \ \ \ \
| * | | | | | Fixup ntpd IPv6 restrict clauses.phroggie2016-10-011-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should eliminate the following errors from the ntpd log file when using IPv6 or dual-stack networks: "syntax error, unexpected T_Mask, expecting T_EOC"
* | | | | | Merge pull request #3177 from brunostein/fix_authmode_translatedRenato Botelho2016-10-121-2/+2
|\ \ \ \ \ \
| * | | | | | add array index how value for authserver listbruno2016-10-051-2/+2
| | | | | | |
* | | | | | | Merge pull request #3179 from valneacsu/fix_wifi_settings_overwriteRenato Botelho2016-10-121-9/+6
|\ \ \ \ \ \ \
| * | | | | | | Only configure wireless MAC address if a spoofed MAC address is setValentin Neacsu2016-10-021-9/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3184 from NewEraCracker/gwlb-fixRenato Botelho2016-10-121-10/+10
|\ \ \ \ \ \ \
| * | | | | | | Improve gwlb.inc notification mechanismsNewEraCracker2016-10-121-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Unlink earlier to reduce the chances of any concurrency issues; 2) Translate and improve output of available notification; 3) While I'm here, fix whitespace and improve PHP syntax.
* | | | | | | | Remove invalid parameter --flash-sizeRenato Botelho2016-10-121-1/+1
|/ / / / / / /
* | | | | | | Simplify TARGET and TARGET_ARCH initializationRenato Botelho2016-10-111-6/+2
| | | | | | |
* | | | | | | Remove nanobsd related code from build scriptsRenato Botelho2016-10-119-549/+7
| | | | | | |
* | | | | | | Remove unused variableRenato Botelho2016-10-111-1/+0
| | | | | | |
* | | | | | | Adjust parsing of OpenVPN ciphers to new output format. Fixes #6849jim-p2016-10-111-2/+2
| | | | | | |
* | | | | | | Revert "Do not try to build grub2-bhyve on i386"Renato Botelho2016-10-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No more i386 on this branch. Reverting unnecessary change This reverts commit 22558bc3011c10fc86c45b7ca795227bc9a4137c.
* | | | | | | Do not try to build grub2-bhyve on i386Renato Botelho2016-10-101-0/+1
| | | | | | |
* | | | | | | Create pkg.conf with ABI settingsRenato Botelho2016-10-101-0/+15
| | | | | | |
* | | | | | | Repo package is not part of core repository anymoreRenato Botelho2016-10-071-1/+0
| | | | | | |
* | | | | | | Latest nginx requires /var/log/nginx/ to exist, so for users with /var in ↵jim-p2016-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | RAM it needs created.
* | | | | | | Move pfSense-upgrade to FreeBSD-portsRenato Botelho2016-10-071-1036/+0
| | | | | | |
* | | | | | | Move pfSense-repo package to FreeBSD-ports repoRenato Botelho2016-10-076-93/+18
| | | | | | |
* | | | | | | Merge pull request #3141 from PiBa-NL/xmlrpc_seturlRenato Botelho2016-10-062-22/+47
|\ \ \ \ \ \ \
| * | | | | | | XMLRPC, xmlrpc_client, add new scheme parameter in ↵PiBa-NL2016-10-062-22/+47
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | setConnectionData(syncip,port,user,pass,schema), for use by packages that sync to custom locations, set public/private on all functions
OpenPOWER on IntegriCloud