Re: [OpenWrt-Devel] HTTPS for binaries

2014-01-02 Thread Peter Lawler
On 01/01/14 23:11, Weedy wrote: If this really bothers you, you build from source. And vet the source code before building images. This is what I do for my clients. Someone also mentioned this approach on the trac issue[0], so I'll use same comments here as well. No offence meant by not

Re: [OpenWrt-Devel] HTTPS for binaries

2014-01-02 Thread David Lang
On Thu, 2 Jan 2014, Peter Lawler wrote: On 01/01/14 23:11, Weedy wrote: If this really bothers you, you build from source. And vet the source code before building images. This is what I do for my clients. Someone also mentioned this approach on the trac issue[0], so I'll use same comments

Re: [OpenWrt-Devel] [PATCH] Add sysfixtime init script, replacement of luci_fixtime

2014-01-02 Thread Bastian Bittorf
* etienne.champet...@free.fr etienne.champet...@free.fr [02.01.2014 10:25]: When you do a fresh (re)start, openvpn complains because certificate is not yet valid. so simply set the system-time to the filedate of your cert + X seconds. bye, bastian

Re: [OpenWrt-Devel] [PATCH] Add sysfixtime init script, replacement of luci_fixtime

2014-01-02 Thread Weedy
I don't see a problem with adding this. Sane usage case. Sane script. If we default to thirty days even if you turn it on by accident it won't ware anything out. I would like to see it take min,h,d,m as increment arguments. On 2 Jan 2014 04:26, Bastian Bittorf bitt...@bluebottle.com wrote: *

Re: [OpenWrt-Devel] Updating vlan interface link on switch port link change?

2014-01-02 Thread Tijs Van Buggenhout
On Wednesday 18 December 2013 21:37:40 Rafał Miłecki wrote: 2013/12/18 Rafał Miłecki zaj...@gmail.com: Some routers (a lot of/all Broadcom's BCM47xx based models) have only a one network card attached to a switch. In such situation you usually use one VLAN for WAN port and another VLAN for

Re: [OpenWrt-Devel] HTTPS for binaries

2014-01-02 Thread Lukas Macura
Hi to all, I see that there is nice discussion about HTTPS, SSL and systime. This is nice place to interact :) Even if it sounds like more issues, in fact, there is big issue to increase security in openwrt. We are building BESIP images, based on OpenWrt. And we are trying to solve more

[OpenWrt-Devel] [RFC] polling port status changes with the swconfig kernel module

2014-01-02 Thread Lévai Tamás
Running OpenFlow on OpenWrt is a well known use-case. Of‐ softswitch is a user space implementation of OF software switch. If you want to use fast failover mechanisms with it, you have to provide port status information to ofsoftwitch. Polling via swconfig and swconfig API

Re: [OpenWrt-Devel] [PATCH] Add sysfixtime init script, replacement of luci_fixtime

2014-01-02 Thread etienne . champetier
Hi - Mail original - De: Bastian Bittorf bitt...@bluebottle.com À: OpenWrt Development List openwrt-devel@lists.openwrt.org Envoyé: Jeudi 2 Janvier 2014 10:35:51 Objet: Re: [OpenWrt-Devel] [PATCH] Add sysfixtime init script, replacement of luci_fixtime *

[OpenWrt-Devel] Happy New Year

2014-01-02 Thread Mike Brady
I hope you won't mind me wishing everybody a happy and productive 2014. Thanks for all your collective work on OpenWrt -- it is really a very impressive achievement from my perspective as a user and occasional contributor. Best wishes Mike Brady ___

[OpenWrt-Devel] [PATCH v2 0/1] Add sysfixtime init script, replacement of luci_fixtime

2014-01-02 Thread Etienne CHAMPETIER
Here is a v2 of sysfixtime, you can now disable auto-saving, choose an other file to save time (on an usb stick?), and save_time_interval is now in seconds, to be able to save more often I don't know how to use s,min,h,d,m,... (for weedy) Etienne CHAMPETIER (1): Add sysfixtime init script,

[OpenWrt-Devel] [PATCH v2 1/1] Add sysfixtime init script, replacement of luci_fixtime

2014-01-02 Thread Etienne CHAMPETIER
Introduce save_time_interval config (in seconds) to set a max on how often time is saved to flash (default 30 days) Introduce save_time_file config, default to /etc/config/sysfixtime, so it's included in backups (time is saved by touching save_time_file) Use busybox ntpd -S option so time is saved

[OpenWrt-Devel] r38914 breaks multiple WiFi interfaces

2014-01-02 Thread Nuno Gonçalves
Since r38914 I can no longer have a AP and STA interface simultaneously on a WRT160NL. The STA will work fine but the AP SSID is not broadcasted. I'm not sure if this needs to be solved upstream on hostapd or needs to be patched. Regards, Nuno ___