proto-shell: Fix possible segfault
[project/netifd.git] / proto-shell.c
2016-02-01 Hans Dedeckerproto-shell: Fix possible segfault
2015-08-25 Yousong Zhouproto-shell: add checkup timeout to restart interface.
2015-06-10 Steven Barthproto-shell: add support for generic host-dependencies...
2015-05-23 Felix Fietkauproto-shell: simplify no_proto_task assignment
2015-05-23 Yousong Zhouproto-shell: allow running protocols without proto_task.
2015-04-21 Felix Fietkauproto-shell: retry setup if the proto handler script...
2015-04-03 Hans Dedeckernetifd: Interface last error support
2014-12-08 Hans Dedeckernetifd: Make possible state transitions more clear...
2014-12-08 Hans Dedeckernetifd: Fix proto shell setup/teardwon race condition
2014-10-16 Michel Stamproto-shell: fix for not handling switch from DHCP...
2014-08-31 Felix Fietkauproto-shell: also set proto_task_killed for SIGKILL
2014-08-31 Ulrich Weberproto-shell: set proto_task_killed for SIGTERM only
2014-08-07 Hans Dedeckernetifd: More fine grained handling of unwanted proto...
2014-08-05 Hans Dedeckernetifd: Accept notify errors in proto_shell teardown...
2014-07-29 Steven Barthproto-shell: extend race condition avoidance
2014-07-26 Felix Fietkauproto-shell: fix renew_pending handling
2014-07-26 Felix Fietkauproto-shell: fix setup/renew race condition
2014-07-24 Steven Barthproto-shell: don't accept up-notifications in teardown...
2014-06-26 Felix Fietkauproto-shell: add debug msg for calling handlers
2014-06-18 Hans Dedeckernetifd: Check device_claim return code in all cases
2014-04-10 Felix Fietkauproto-shell: fix a regression with handling multiple...
2014-04-07 Felix Fietkauproto-shell: ensure that l3_dev is always set
2014-03-21 Helmut Schaanetifd: Reload proto on topology change
2014-03-07 Felix Fietkauproto-shell: defer init until after command line option...
2014-02-27 Hans Dedeckernetifd: Link layer state awareness support on interface...
2014-01-16 Steven BarthAdd indicator-flags to ubus and hotplug update-events
2013-12-14 Felix FietkauRevert "netifd: Link layer state support on interface...
2013-12-08 Hans Dedeckernetifd: Link layer state support on interface level
2013-10-29 Felix Fietkauproto-shell: replace variable length name char arrays...
2013-10-22 Felix Fietkauutils: add a function for checking if a process given...
2013-10-22 Felix Fietkauproto-shell: move more core to handler.c
2013-10-22 Felix Fietkauproto-shell: move script handler config parse code...
2013-10-22 Felix Fietkauproto-shell: move script handler dump code to handler.c
2013-10-22 Felix Fietkauproto-shell: make handler dump code more generic
2013-10-18 Steven BarthReevaluate target routes also on interface update
2013-10-17 Steven BarthAdd protocol update notifications and hotplug legacy...
2013-06-10 Felix Fietkauconfig: use the new uci_blob library code
2013-05-13 Steven BarthAdd support for IPv6 and interface target-routes &...
2013-01-05 Felix Fietkauproto-shell: use calloc_a
2012-10-30 Felix Fietkauproto-shell: ensure that the teardown timeout gets...
2012-10-29 Felix Fietkauuse FD_CLOEXEC instead of tracking lists of fds
2012-06-18 Jo-Philipp Wichproto-shell.c: mark device present after reclaiming...
2012-05-19 Felix Fietkaumove dns server/search list parsing to interface core...
2012-05-14 Felix Fietkauadd a command for allowing the setup task to schedule...
2012-05-14 Felix Fietkauproto-shell: clear dependencies on free
2012-05-05 Felix Fietkauproto-shell: implement host route dependencies
2012-05-04 Felix Fietkauadd copyright headers
2012-04-29 Felix Fietkauproto-shell: add support for appending configuration...
2012-04-12 Felix Fietkauproto-shell: set sm to S_IDLE once the interface is up
2012-03-23 Felix Fietkauallow proto handlers to attach data items in notify
2012-03-23 Felix Fietkaumove l3 device tracking to interface core to enforce...
2012-03-19 Felix Fietkauproperly flush routes and l3 devices when tearing down...
2012-03-19 Felix Fietkauproto-shell: fix potential use-after-free
2012-03-15 Felix Fietkaushell: add tunnel support
2012-02-26 Felix Fietkauproto: move the dns search option handling to the core
2012-02-26 Felix Fietkauproto-shell: process some common notify options using...
2012-01-22 Felix Fietkauproto-shell: merge setup/teardown task into one
2012-01-21 Felix Fietkauproto-shell: rework task statemachine
2011-10-27 Felix Fietkauproto-shell: handle the "available" config flag
2011-10-27 Felix Fietkauproto-shell: add a notify command for setting interface...
2011-10-21 Felix Fietkaufix the exit status for the proto-shell task, use WEXIT...
2011-10-20 Felix Fietkauproto-shell: allow protocol handlers to add interface...
2011-10-20 Felix Fietkauproto-shell: pass the return code of the proto task...
2011-10-20 Felix Fietkaureduce stack usage
2011-10-20 Felix Fietkauproto-shell: fix parsing of long proto handler descript...
2011-10-20 Felix Fietkaudo not clear device state for devices created by proto...
2011-10-19 Felix Fietkaumake a few more functions static
2011-10-19 Felix Fietkaurework route handling, move parser code to interface...
2011-10-19 Felix Fietkauadd support for keeping multiple ip addr/route/dns...
2011-10-18 Felix Fietkauproto-shell: reset l3 device if it was set before
2011-10-18 Felix Fietkaudefer releasing the l3 dev so that the generic code...
2011-10-15 Felix Fietkaudetach stdin/stdout/stderr from child processes, implem...
2011-10-15 Felix Fietkauadd support for tracking open file descriptors of modul...
2011-10-15 Felix Fietkaumove netifd_start_process dir_fd to the data structure
2011-10-15 Felix Fietkaukeep track of all running child processes in one place
2011-10-14 Felix Fietkauproto-shell: fix parsing route netmask
2011-10-13 Felix Fietkauproto-shell: allow proto handlers to export variables...
2011-10-13 Felix Fietkauproto-shell: add dns search domains
2011-10-13 Felix Fietkauproto-shell: allow passing netmask in ip address format
2011-10-13 Felix Fietkauproto-shell: allow proto setups without ifname (if...
2011-10-13 Felix Fietkauadd support for killing running proto-shell tasks with...
2011-10-13 Felix Fietkauproto-shell: fix updating settings, only issue ifup...
2011-10-13 Felix Fietkauproto-shell: add dns server support
2011-10-12 Felix Fietkaukill the proto task after teardown is complete, ignore...
2011-10-12 Felix Fietkauadd support for launching a long running command from...
2011-10-09 Felix Fietkauproto-shell: add _GNU_SOURCE define to get O_DIRECTORY
2011-10-03 Felix Fietkauproto-shell: remove the device user before issuing...
2011-10-03 Felix Fietkauproto-shell: fix a typo in string length calculation
2011-10-03 Felix Fietkaufix a heap overrun
2011-09-14 Felix Fietkauproto-shell: parse routes
2011-09-12 Felix Fietkauremove proto-shell handlers list
2011-09-12 Felix Fietkauproto-shell: parse ipv4/ipv6 address lists
2011-09-11 Felix Fietkauproto-shell: only set the l3 dev if it is not already set
2011-09-11 Felix Fietkauuse false instead of 0 for a bool variable
2011-09-11 Felix Fietkaufix a null pointer deref bug
2011-09-11 Felix Fietkauadd a protocol event for link loss
2011-09-11 Felix Fietkauproto-shell: add l3 interface claim/release
2011-09-11 Felix Fietkauadd forced shell proto setup kill (timeout: 1 second)
2011-09-11 Felix Fietkauadd support for interrupting shell protocol setup
2011-09-11 Felix Fietkauproto-shell: pass the interface name to plugins
next