diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2004-04-25 05:11:19 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2004-04-25 05:11:19 +0000 |
commit | c6992feee37fff107298f81697756db6beadb87d (patch) | |
tree | 8317cbcc27649d7e541e7bddb3fdd09d1543e2da /networking | |
parent | b94669543df39440415d734ad2932a83651471e9 (diff) | |
download | busybox-w32-c6992feee37fff107298f81697756db6beadb87d.tar.gz busybox-w32-c6992feee37fff107298f81697756db6beadb87d.tar.bz2 busybox-w32-c6992feee37fff107298f81697756db6beadb87d.zip |
Update my email address, document some of my tasks in the AUTHORS file
Diffstat (limited to 'networking')
-rw-r--r-- | networking/ftpgetput.c | 2 | ||||
-rw-r--r-- | networking/ifupdown.c | 2 | ||||
-rw-r--r-- | networking/nameif.c | 2 | ||||
-rw-r--r-- | networking/udhcp/ChangeLog | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c index 47ffb5d98..2ef0b2c44 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Mini implementation of FTP to retrieve a remote file. | 5 | * Mini implementation of FTP to retrieve a remote file. |
6 | * | 6 | * |
7 | * Copyright (C) 2002 Jeff Angielski, The PTR Group <jeff@theptrgroup.com> | 7 | * Copyright (C) 2002 Jeff Angielski, The PTR Group <jeff@theptrgroup.com> |
8 | * Copyright (C) 2002 Glenn McGrath <bug1@optushome.com.au> | 8 | * Copyright (C) 2002 Glenn McGrath <bug1@iinet.net.au> |
9 | * | 9 | * |
10 | * Based on wget.c by Chip Rosenthal Covad Communications | 10 | * Based on wget.c by Chip Rosenthal Covad Communications |
11 | * <chip@laserlink.net> | 11 | * <chip@laserlink.net> |
diff --git a/networking/ifupdown.c b/networking/ifupdown.c index de65d29f3..ebf528d71 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * ifupdown for busybox | 3 | * ifupdown for busybox |
4 | * Copyright (c) 2002 Glenn McGrath <bug1@optushome.com.au> | 4 | * Copyright (c) 2002 Glenn McGrath <bug1@iinet.net.au> |
5 | * Copyright (c) 2003-2004 Erik Andersen <andersen@codepoet.org> | 5 | * Copyright (c) 2003-2004 Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * Based on ifupdown v 0.6.4 by Anthony Towns | 7 | * Based on ifupdown v 0.6.4 by Anthony Towns |
diff --git a/networking/nameif.c b/networking/nameif.c index dcc5ec097..10f13b4bc 100644 --- a/networking/nameif.c +++ b/networking/nameif.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Written 2000 by Andi Kleen. | 4 | * Written 2000 by Andi Kleen. |
5 | * Busybox port 2002 by Nick Fedchik <nick@fedchik.org.ua> | 5 | * Busybox port 2002 by Nick Fedchik <nick@fedchik.org.ua> |
6 | * Glenn McGrath <bug1@optushome.com.au> | 6 | * Glenn McGrath <bug1@iinet.net.au> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/networking/udhcp/ChangeLog b/networking/udhcp/ChangeLog index 2feffc776..bf2982f4b 100644 --- a/networking/udhcp/ChangeLog +++ b/networking/udhcp/ChangeLog | |||
@@ -14,7 +14,7 @@ | |||
14 | + use /dev/urandom to seed xid's (instead of time(0)) (me) | 14 | + use /dev/urandom to seed xid's (instead of time(0)) (me) |
15 | + fixed renew behavior (me) | 15 | + fixed renew behavior (me) |
16 | + udhcp now fits nicely into busybox | 16 | + udhcp now fits nicely into busybox |
17 | (Glenn McGrath <bug1@optushome.com.au> as well as myself) | 17 | (Glenn McGrath <bug1@iinet.net.au> as well as myself) |
18 | + updated client manpage (me) | 18 | + updated client manpage (me) |
19 | + both client and server now use sockets for signal handling, | 19 | + both client and server now use sockets for signal handling, |
20 | hopefully, this will be the last needed change in signal | 20 | hopefully, this will be the last needed change in signal |