Package: rarpd / 0.981107-8

Metadata

Package Version Patches format
rarpd 0.981107-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001_from_0.981107_4.diff | (download)

Makefile | 2 1 + 1 - 0 !
rarpd.c | 74 46 + 28 - 0 !
2 files changed, 47 insertions(+), 29 deletions(-)

 changes present in rarpd_0.981107-4.
001_manual_page.diff | (download)

rarpd.8 | 69 69 + 0 - 0 !
1 file changed, 69 insertions(+)

 manual page rarpd(8).
 The manual page rarpd(8) is missing in the source
 archive but exists as adocument of the same authors.
Authors: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
 Jakub Jelinek <jakub@redhat.com>
Comment: Recovered from rarpd_0.981107-4.
002_from_0.981107_6.diff | (download)

rarpd.c | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 silence compiler warnings.
 Missing header file inclusion.
 .
 Print expected network adapter name.
003_from_0.981107_7.diff | (download)

rarpd.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 silence compiler warning.
 Use proper type for socket address length.
010_standard_conventions.diff | (download)

Makefile | 15 13 + 2 - 0 !
rarpd.8 | 25 21 + 4 - 0 !
rarpd.c | 8 6 + 2 - 0 !
3 files changed, 40 insertions(+), 8 deletions(-)

 conventions and portability.
 Alter the make file to reflect better the
 expected standards.
 .
 Minor improvments on the source code,
 including a logging message.
 .
 Select improvements to the manual page,
 mentioning capabilities in the existing
 source code, but which were not expressed
 in the existing manual page. Most importantly,
 mention the use of SIGHUP.
015_notsock_and_debugging.diff | (download)

rarpd.8 | 3 2 + 1 - 0 !
rarpd.c | 56 39 + 17 - 0 !
2 files changed, 41 insertions(+), 18 deletions(-)

 debug messages and invalid sockets.
 Attempt at identifying invalid socket descriptors,
 and deactivate them after detection. This should
 avoid message flooding in case of ENOTSOCK.
 .
 Implement the changes needed to make debug mode useful,
 printing to the console, and verbosely.