Renato Botelho
0874c8f50b
Use libcrypto and includes from MAKEOBJDIRPREFIX instead of the builder objects
2017-05-02 08:52:36 -03:00
Renato Botelho
74ddcdb2be
Disable gnid for now
2017-04-28 16:54:22 -03:00
Renato Botelho
97a632c1d5
fix variable name
2017-04-28 16:52:37 -03:00
Renato Botelho
1af9fab913
Build and install gnid on /usr/sbin
2017-04-28 16:41:55 -03:00
Steve Beaver
d126064dcd
Spelling
2017-04-28 12:24:23 -04:00
Steve Beaver
a59c983563
space/tab
2017-04-28 12:19:56 -04:00
Steve Beaver
cff0b00a2b
Add Netgate ID display to system info widget
2017-04-28 12:18:15 -04:00
Renato Botelho
4b9807014b
Checks for DHCP Relay being enabled/disabled should be skipped when editting an additional pool
2017-04-27 12:47:53 -03:00
Renato Botelho
77da348205
Merge pull request #3708 from phil-davis/patch-7
2017-04-27 10:43:58 -03:00
Phil Davis
856514f595
Fix comparisons for CDATA tags in config
...
Some length numbers here do not match the strings they are comparing with. That looks very odd.
Note that:
```
substr($ent, 0, 5) == "text"
```
will return true when $ent is "text". So actually this "works". But it returns false if $ent is "text1" "texta" etc.
So it depends what the intention was.
If it was intended to match just "text" then I could be just:
```
$ent == "text"
```
If it was intended to match "text" "text1" "texta" etc, then it needs to be fixed like I suggest here.
2017-04-27 06:59:08 +05:45
jim-p
49a6769d99
Encode hostname and other output for DHCP lease status. Fixes #7497
2017-04-26 13:12:04 -04:00
jim-p
a636256cf9
Always add the CN as the first SAN when creating a certificate in the GUI or an automatic GUI self-signed certificate. Per RFC 2818, relying on the CN to determine the hostname is deprecated, SANs are required. Chrome 58 started enforcing this requirement. Fixes #7496
2017-04-26 09:48:26 -04:00
Renato Botelho
e0b87e1a38
Merge pull request #3659 from PiBa-NL/plugin_optimize_20170321
2017-04-25 14:09:48 -03:00
Renato Botelho
15976e38f9
Merge pull request #3704 from sergiocarlosmorales/add-expiration-to-ndp-page
2017-04-25 11:11:36 -03:00
Renato Botelho
64cbd8aa40
Merge pull request #3705 from phil-davis/interface-static-check
2017-04-25 11:01:30 -03:00
Renato Botelho
1607d94f5e
Merge pull request #3706 from phil-davis/patch-7
2017-04-25 10:55:06 -03:00
Phil Davis
66a5b767b1
Avoid invalid arg error when saving WoL widget
...
when there are no WoL entries
2017-04-25 18:22:22 +05:45
Phil Davis
8c6190e82f
Fix #7493 only check interface IP if static
2017-04-25 08:30:30 +05:45
Renato Botelho
fdcde31b4a
Add German (Germany) to GUI after it reached 75%
2017-04-24 07:05:01 -03:00
Renato Botelho
70d421bce2
Update translation files
2017-04-24 07:03:52 -03:00
Renato Botelho
aa23c6786d
Regenerate pot
2017-04-24 06:51:59 -03:00
Sergio Carlos Morales Angeles
fec2c3b73f
Add expiration field to NDP listing
2017-04-23 17:47:27 -05:00
Renato Botelho
b7d2a3da5a
Merge pull request #3549 from xygrec/patch-dyndns-hover
2017-04-21 10:58:02 -03:00
Renato Botelho
fdf384a891
Merge pull request #3607 from PiBa-NL/trafficgraphs-smooth-20170304
2017-04-21 10:56:35 -03:00
xygrec
2e3768baa8
Update services.inc
2017-04-20 17:28:56 -04:00
Renato Botelho
bafd63b5d9
Merge pull request #3699 from PiBa-NL/20170417-certificatemanager-ca-crl-inuse
2017-04-20 16:24:01 -03:00
Renato Botelho
91dd40af34
Merge pull request #3700 from phil-davis/ifgwadd
2017-04-20 16:22:46 -03:00
Renato Botelho
d900c7f619
Merge pull request #3629 from doktornotor/patch-18
2017-04-20 16:08:19 -03:00
Renato Botelho
e05283ad19
Merge pull request #3554 from jeremyrnelson/patch-1
2017-04-20 16:06:16 -03:00
Renato Botelho
19544ce6fc
Merge pull request #3675 from PiBa-NL/20170326-ipsec-labels
2017-04-20 16:04:06 -03:00
Renato Botelho
4c9fa4c6f6
Merge pull request #3691 from PiBa-NL/20170410-notify-testbuttons
2017-04-20 15:57:26 -03:00
Renato Botelho
89cce183ce
Merge pull request #3693 from PiBa-NL/20170416-certmanager-import-ecc-certs
2017-04-20 15:49:40 -03:00
Renato Botelho
338a212113
Merge pull request #3698 from phil-davis/patch-5
2017-04-20 15:48:35 -03:00
Renato Botelho
95996cd7d4
Merge pull request #3695 from phil-davis/refactor_if_list_functions
2017-04-20 15:47:24 -03:00
Phil Davis
a8bee7cc68
Simplify indexing of gateways array
2017-04-20 23:45:09 +05:45
Renato Botelho
ab02340741
Merge pull request #3696 from sergiocarlosmorales/delete-ndp-entry
2017-04-20 14:16:02 -03:00
Renato Botelho
33664d335d
Merge pull request #3694 from phil-davis/update_alias_name
2017-04-20 14:02:29 -03:00
Renato Botelho
0847c6cb7f
Merge pull request #3701 from phil-davis/empty-operation-not-permitted
2017-04-20 13:57:49 -03:00
Sergio Carlos Morales Angeles
1d92faa34f
Escape IPv6 when passed to ndp delete command
2017-04-20 09:40:24 -05:00
Luiz Souza
a5c7f5334e
Fix a typo to add a missing space during the initial NIC setup on console.
2017-04-20 01:57:14 -05:00
Steve Beaver
563478f68b
Revise row helper delete class
2017-04-19 12:04:06 -04:00
Steve Beaver
1059fc886c
Fixed various issues with adding/deleting ACLs
2017-04-19 10:35:15 -04:00
Renato Botelho
c9cdf7d19c
Remove redundant check, get_pkg_info() call uses a parameter to return only installed packages
2017-04-19 08:32:27 -03:00
Renato Botelho
b4f3beec07
Fix installation of extra packages at build time relaxing check for running PHP instance and moving it to the top before any require_once() attempt runs
2017-04-19 08:32:26 -03:00
Renato Botelho
4333564ab4
Fix indent and spaces
2017-04-19 08:32:26 -03:00
Renato Botelho
bdb86f67de
Use correct function (is_pkg_installed) and unbreak get_pkg_info()
2017-04-19 08:32:25 -03:00
Phil Davis
3e20b9ca7b
Fix var/empty operation not permitted
2017-04-19 09:19:15 +05:45
Renato Botelho
2f20d4dc58
Do not re-sign core repo when running --rsync-repos
2017-04-18 10:08:12 -03:00
Renato Botelho
2f666d3494
Do not sign core repo when resuming build
2017-04-18 09:58:42 -03:00
Renato Botelho
5f7c49a4ab
Use pkg binary from target system and not from host
2017-04-18 09:58:13 -03:00