<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libnetgraph/msg.c, branch release/5.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-01-10T05:53:29Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-01-10T05:53:29Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-01-10T05:53:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=58c9ff44c8041f394c663cb9640e9b77fe07bb13'/>
<id>urn:sha1:58c9ff44c8041f394c663cb9640e9b77fe07bb13</id>
<content type='text'>
'RELENG_5_2_0_RELEASE'.

This commit was manufactured to restore the state of the 5.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Use the new defines that include the trailing '\0' in the code.</title>
<updated>2003-11-14T08:09:01Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-11-14T08:09:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=54e33116437439f86e3276c90d07c0bd5724dfef'/>
<id>urn:sha1:54e33116437439f86e3276c90d07c0bd5724dfef</id>
<content type='text'>
Replace occurences of the magic constant 2 with an offsetof macro
call that computes the size of the leading members of the sockaddr.
Use strlcpy instead of sprintf where appropriate. Document the new changes
in the man page.
</content>
</entry>
<entry>
<title>Fix bugs in NgSendMsg() and NgSendAsciiMsg() where the wrong token</title>
<updated>2001-10-25T04:02:25Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2001-10-25T04:02:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0fb56449d624bb1b809cc2fdc3b9870c3bb88f37'/>
<id>urn:sha1:0fb56449d624bb1b809cc2fdc3b9870c3bb88f37</id>
<content type='text'>
value could be returned when the debug level was non-zero.

Submitted by:	Harti Brandt &lt;brandt@fokus.gmd.de&gt;
MFC after:	5 days
</content>
</entry>
<entry>
<title>Add __FBSDID()s to libnetgraph</title>
<updated>2001-09-30T22:03:54Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-09-30T22:03:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fd0d00c59747ea3700ebf727eda9df09e8dc7fd9'/>
<id>urn:sha1:fd0d00c59747ea3700ebf727eda9df09e8dc7fd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Make sure the message token returned by NgSendMsg() is non-negative</title>
<updated>2000-06-21T23:01:07Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2000-06-21T23:01:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=33c22c64e90bb76e13d5cc546c25e3b52a6ac646'/>
<id>urn:sha1:33c22c64e90bb76e13d5cc546c25e3b52a6ac646</id>
<content type='text'>
- Have NgSendAsciiMsg() return the same token as NgSendMsg()
- Document that NgSendMsg() and NgSendAsciiMsg() return the token
- Add MLINKS for the functions defined in netgraph(3)
</content>
</entry>
<entry>
<title>Fix buffer overflow bug in NgSendAsciiMsg().</title>
<updated>2000-06-02T21:51:36Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2000-06-02T21:51:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7273f8bc176db948f354a261a7d72271929893e7'/>
<id>urn:sha1:7273f8bc176db948f354a261a7d72271929893e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add two new generic control messages, NGM_ASCII2BINARY and</title>
<updated>1999-11-30T02:45:32Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>1999-11-30T02:45:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f8307e1233657707bc582110f07373c96d91943b'/>
<id>urn:sha1:f8307e1233657707bc582110f07373c96d91943b</id>
<content type='text'>
NGM_BINARY2ASCII, which convert control messages to ASCII and back.
This allows control messages to be sent and received in ASCII form
using ngctl(8), which makes ngctl a lot more useful.

This also allows all the type-specific debugging code in libnetgraph
to go away -- instead, we just ask the node itself to do the ASCII
translation for us.

Currently, all generic control messages are supported, as well as
messages associated with the following node types: async, cisco,
ksocket, and ppp.

See /usr/share/examples/netgraph/ngctl for an example of using this.

Also give ngctl(8) the ability to print out incoming data and
control messages at any time.  Eventually nghook(8) may be subsumed.

Several other misc. bug fixes.

Reviewed by:	julian
</content>
</entry>
<entry>
<title>Whistle's Netgraph link-layer (sometimes more) networking infrastructure.</title>
<updated>1999-10-21T09:06:11Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1999-10-21T09:06:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4cf49a43559ed9fdad601bdcccd2c55963008675'/>
<id>urn:sha1:4cf49a43559ed9fdad601bdcccd2c55963008675</id>
<content type='text'>
Been in production for 3 years now. Gives Instant Frame relay to if_sr
and if_ar drivers, and PPPOE support soon. See:
ftp://ftp.whistle.com/pub/archie/netgraph/index.html
for on-line manual pages.

Reviewed by: Doug Rabson (dfr@freebsd.org)
Obtained from:  Whistle CVS tree
</content>
</entry>
</feed>
