mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Update feed [ feed_inteno_packages ] package [ questd ]
------------------------------------------------------------------------------- * eda1890 improve populate_ports code * cc693a3 improve populate_ports code * 09ed712 improve populate ports code * c25aa00 show downlink port of unmanaged bridges * 601c17d fixed a small issue * efe9a57 made the code cleaner and added a check to see if key has correct type before adding it * e6e803a some final touchup and added function del_ssh_key fix #10028 * b21726f tmp-commit * 6350708 tmp commit TODO: is it not possible to send in big data * 726350e finished get_keys method * 9e05c08 added first method * 8a8dfd4 fixed all warnings in questd * 2bfabaf cleaned up questd.c from warnings * e3514b6 added a function that takes the hostname from dhcp config if avalible and call it for each client ------------------------------------------------------------------------------- commit eda189074fd45df90d1641da37d792cc7ddb1607 Author: Sukru Senli <sukru.senli@inteno.se> Date: 2016-09-16 13:14:04 +0200 improve populate_ports code Base directory -> / questd.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit cc693a3f6e2bd2b2e88076f6142c803018966dd9 Author: Sukru Senli <sukru.senli@inteno.se> Date: 2016-09-16 12:46:23 +0200 improve populate_ports code Base directory -> / questd.c | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) ------------------------------------------------------------------------------- commit 09ed712736cf56bc3d662550e4082899dae081ba Author: Sukru Senli <sukru.senli@inteno.se> Date: 2016-09-16 12:14:29 +0200 improve populate ports code Base directory -> / questd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ------------------------------------------------------------------------------- commit c25aa0056172472dad486778cc17c7b873f752b1 Author: Sukru Senli <sukru.senli@inteno.se> Date: 2016-09-16 12:07:53 +0200 show downlink port of unmanaged bridges Base directory -> / questd.c | 9 ++++++++- questd.h | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 601c17d1e932780f6882e66c322dde4431c7bd1a Author: Reidar Cederqvist <reidar.cederqvist@gmail.com> Date: 2016-09-16 11:31:32 +0200 fixed a small issue Base directory -> / questd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit efe9a57942718efa363e2d4fa64474cae66408ad Author: Reidar Cederqvist <reidar.cederqvist@gmail.com> Date: 2016-09-16 11:21:53 +0200 made the code cleaner and added a check to see if key has correct type before adding it Base directory -> / questd.c | 77 +++++++++++++++++++++------------------------------------------- 1 file changed, 25 insertions(+), 52 deletions(-) ------------------------------------------------------------------------------- commit e6e803a5308737763a551e51394eb82a2083363b Author: Reidar Cederqvist <reidar.cederqvist@gmail.com> Date: 2016-09-16 09:04:37 +0200 some final touchup and added function del_ssh_key fix #10028 Base directory -> / questd.c | 121 +++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 79 insertions(+), 42 deletions(-) ------------------------------------------------------------------------------- commit b21726f24905863e01ecc09eb4024d0cafe1260c Author: Reidar Cederqvist <reidar.cederqvist@gmail.com> Date: 2016-09-15 13:07:39 +0200 tmp-commit Base directory -> / questd.c | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++------- questd.h | 1 + 2 files changed, 75 insertions(+), 8 deletions(-) ------------------------------------------------------------------------------- commit 6350708ed87645a3953a571676e3324e3b28fbb5 Author: Reidar Cederqvist <reidar.cederqvist@gmail.com> Date: 2016-09-13 17:27:56 +0200 tmp commit TODO: is it not possible to send in big data Base directory -> / questd.c | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 80 insertions(+), 8 deletions(-) ------------------------------------------------------------------------------- commit 726350e761e40c03c3e1f9eecf5cb7da886f3a50 Author: Reidar Cederqvist <reidar.cederqvist@gmail.com> Date: 2016-09-09 16:41:40 +0200 finished get_keys method Base directory -> / questd.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) ------------------------------------------------------------------------------- commit 9e05c08fca648643c5120b2f4a6c7cd63d887a14 Author: Reidar Cederqvist <reidar.cederqvist@gmail.com> Date: 2016-09-09 12:06:01 +0200 added first method Base directory -> / questd.c | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) ------------------------------------------------------------------------------- commit 8a8dfd4e7eade8d2e61418cda3fe71fae763d267 Author: Reidar Cederqvist <reidar.cederqvist@gmail.com> Date: 2016-09-15 11:00:23 +0200 fixed all warnings in questd Base directory -> / arping.c | 12 ++++++------ broadcom.c | 10 +++++----- broadcom.h | 4 +++- ndisc.c | 1 + questd.h | 2 +- wificontrol.c | 9 ++++++--- 6 files changed, 22 insertions(+), 16 deletions(-) ------------------------------------------------------------------------------- commit 2bfabafbb239319cb5030ca396a3b0077af4f207 Author: Reidar Cederqvist <reidar.cederqvist@gmail.com> Date: 2016-09-14 17:55:32 +0200 cleaned up questd.c from warnings Base directory -> / broadcom.h | 3 +++ ndisc.c | 1 + questd.c | 23 +++++++++++------------ questd.h | 4 ++++ 4 files changed, 19 insertions(+), 12 deletions(-) ------------------------------------------------------------------------------- commit e3514b69b50add10cb63d15f332edefa83b347ee Author: Reidar Cederqvist <reidar.cederqvist@gmail.com> Date: 2016-09-14 17:54:39 +0200 added a function that takes the hostname from dhcp config if avalible and call it for each client Base directory -> / questd.c | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) -------------------------------------------------------------------------------
This commit is contained in:
parent
63ad9ad3fc
commit
bbcd9976b6
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||
PKG_NAME:=questd
|
||||
PKG_VERSION:=3.1.16
|
||||
|
||||
PKG_SOURCE_VERSION:=4e479921fb09d189df9baf6bb9007dc630d1e778
|
||||
PKG_SOURCE_VERSION:=eda189074fd45df90d1641da37d792cc7ddb1607
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=http://public.inteno.se:/questd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue