Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
net-tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
net-tools
Commits
3b602edc
Commit
3b602edc
authored
May 21, 2000
by
Phil Blundell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation updates.
parent
39b7aeb5
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
293 additions
and
284 deletions
+293
-284
README
README
+3
-27
ifconfig.c
ifconfig.c
+2
-2
man/en_US/rarp.8
man/en_US/rarp.8
+6
-0
po/net-tools.pot
po/net-tools.pot
+282
-255
No files found.
README
View file @
3b602edc
...
...
@@ -32,32 +32,7 @@ Contents:
Notes
-----
This is net-tools 1.55. Since 1.54, various bugs have been fixed.
Notable changes since 1.53 include:
- Jiri Pavlovsky supplied a Czech translation
Notable changes since 1.52 include:
- a bunch of buffer overrun vulnerabilities are fixed (thanks to
David Wagner)
- Meelis Roos contributed an Estonian translation
- netstat recognizes ESP and GRE protocols, courtesy John D. Hardin.
Notable changes since 1.51 include:
- Jean-Michel Vansteene updated the French translation.
- Dag Brattli contributed support for IrDA
Notable changes since 1.50 include:
- Tuan Hoang added support to netstat for printing multicast group
information (option --groups)
- Jan Kratochvil added support to netstat for displaying details of
the process owning a socket (option --programs)
- Steve Whitehouse contributed support for DECnet
- Ralf Bächle provided a translation to German
This is net-tools 1.56.
You need kernel 2.0 or later to use these programs. These programs
should compile cleanly with both glibc (version 2.0 or 2.1) and libc5,
...
...
@@ -66,7 +41,8 @@ though support for libc5 is not well tested.
The NLS support was changed from catgets to GNU gettext by Arnaldo
Carvalho de Melo <acme@conectiva.com.br> in June, 1998, to make the
source more readable. Translations to brazilian portuguese (pt_BR),
German (de) and French (fr) are available and others are welcome!
German (de), Estonian (ee), Czech (cz) and French (fr) are available.
Others are welcome!
route/netstat -r do not yet support different address families
cleanly. IPX/DDP/AX25 people, please feel free to add the code.
...
...
ifconfig.c
View file @
3b602edc
...
...
@@ -3,7 +3,7 @@
* that either displays or sets the characteristics of
* one or more of the system's networking interfaces.
*
* Version: $Id: ifconfig.c,v 1.3
5 2000/05/20 18:08:48
pb Exp $
* Version: $Id: ifconfig.c,v 1.3
6 2000/05/21 13:46:39
pb Exp $
*
* Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
* and others. Copyright 1993 MicroWalt Corporation
...
...
@@ -114,7 +114,7 @@ static const char *if_port_text[][4] =
#include "sockets.h"
#include "util.h"
char
*
Release
=
RELEASE
,
*
Version
=
"ifconfig 1.
39 (1999-03-18
)"
;
char
*
Release
=
RELEASE
,
*
Version
=
"ifconfig 1.
40 (2000-05-21
)"
;
int
opt_a
=
0
;
/* show all interfaces */
int
opt_i
=
0
;
/* show the statistics */
...
...
man/en_US/rarp.8
View file @
3b602edc
...
...
@@ -9,6 +9,12 @@ rarp \- manipulate the system RARP table
.B "rarp [-v] -d hostname ..."
.br
.B "rarp [-v] [-t type] -s hostname hw_addr"
.SH NOTE
.P
This program is obsolete. From version 2.3, the Linux kernel
no longer contains RARP support. For a replacement RARP daemon, see
.I
ftp://ftp.dementia.org/pub/net-tools
.SH DESCRIPTION
.B Rarp
manipulates the kernel's RARP table in various ways. The primary options
...
...
po/net-tools.pot
View file @
3b602edc
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment