<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netgraph/ng_socket.c, branch release/4.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2000-07-26T21:12:35Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-07-26T21:12:35Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-07-26T21:12:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f1bf9342879a7ee2dd88e11a33ae7509eab55b0'/>
<id>urn:sha1:7f1bf9342879a7ee2dd88e11a33ae7509eab55b0</id>
<content type='text'>
'RELENG_4_1_0_RELEASE'.

This commit was manufactured to restore the state of the 4.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Remove a bunch of un-needed includes.</title>
<updated>1999-12-07T05:50:48Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1999-12-07T05:50:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=647b86df6e2309de7c27fb3414f3daf139616500'/>
<id>urn:sha1:647b86df6e2309de7c27fb3414f3daf139616500</id>
<content type='text'>
Submitted by: phk@freebsd.org
</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/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>oops cut-n-paste error</title>
<updated>1999-11-21T23:11:52Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1999-11-21T23:11:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aa548c6abe92b998dfb7cf5bb60f54d16bf58435'/>
<id>urn:sha1:aa548c6abe92b998dfb7cf5bb60f54d16bf58435</id>
<content type='text'>
</content>
</entry>
<entry>
<title>It's time to only allow root to manipulate netgraph nodes.</title>
<updated>1999-11-21T23:06:30Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1999-11-21T23:06:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cae912fcc88d9e1bb37d740400f075aa5e4022ef'/>
<id>urn:sha1:cae912fcc88d9e1bb37d740400f075aa5e4022ef</id>
<content type='text'>
(I meant to do this before checking in to FreeBSD and forgot)
</content>
</entry>
<entry>
<title>Hopefully the last patch from Brian to get server side PPPoE working.</title>
<updated>1999-11-21T22:18:54Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1999-11-21T22:18:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=490ccf9c5a055ca815801f849d0223f305d2a8cf'/>
<id>urn:sha1:490ccf9c5a055ca815801f849d0223f305d2a8cf</id>
<content type='text'>
remove a 'free' that is no longer needed.
</content>
</entry>
<entry>
<title>Fixes from brian. With some changes from me.</title>
<updated>1999-11-21T10:43:05Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1999-11-21T10:43:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6faf164ce90e5a30225002a1bad41834a6a5fc8b'/>
<id>urn:sha1:6faf164ce90e5a30225002a1bad41834a6a5fc8b</id>
<content type='text'>
Allows FreeBSD to run as a PPPOE server
One patch still not included.
</content>
</entry>
<entry>
<title>Provide an empty name to getsockname() if one hasn't been set up.</title>
<updated>1999-11-11T20:08:04Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-11-11T20:08:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=03e3936479d0f95d82c885fd150bcda599157b82'/>
<id>urn:sha1:03e3936479d0f95d82c885fd150bcda599157b82</id>
<content type='text'>
Ok'd (for now) by: julian
</content>
</entry>
<entry>
<title>Move a structure Netstat needs back out to ng_socketvar.h (yech)</title>
<updated>1999-11-06T19:27:04Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1999-11-06T19:27:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0e12356c530ea2307a1303ea19c0264899b4ad21'/>
<id>urn:sha1:0e12356c530ea2307a1303ea19c0264899b4ad21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the option for a socket node to shut down when the last hook</title>
<updated>1999-11-05T02:18:08Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1999-11-05T02:18:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=45168c5d16a3992bafe5e2bd9ca268bf2d6485e4'/>
<id>urn:sha1:45168c5d16a3992bafe5e2bd9ca268bf2d6485e4</id>
<content type='text'>
to an adjoining node is removed. Also move file scope definitions back
within the file, and remove un-needed include file.
</content>
</entry>
</feed>
