summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_login.c
Commit message (Collapse)AuthorAgeFilesLines
* Switch to our preferred 2-clause BSD license.joel2010-04-071-6/+0
| | | | Approved by: bp
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* Use __FBSDID().obrien2003-06-111-3/+4
|
* Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will staybp2001-03-221-160/+0
| | | | empty for a while.
* Major update of NCP requester:bp2001-03-101-29/+39
| | | | | | | | | | | | | | | | | Use mchain API to work with mbuf chains. Do not depend on INET and IPX options. Allocate ncp_rq structure dynamically to prevent possible stack overflows. Let ncp_request() dispose control structure if request failed. Move all NCP wrappers to ncp_ncp.c file and all NCP request processing functions to ncp_rq.c file. Improve reconnection logic. Misc style fixes.
* Remove unnessary includes.bp1999-10-121-4/+0
|
* Import kernel part of ncplib: netncp and nwfsbp1999-10-021-0/+202
Reviewed by: msmith, peter Obtained from: ncplib
OpenPOWER on IntegriCloud