summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* repair comments about 2 byte xdrred headersderaadt1997-05-281-5/+5
* Don't do pointer arithmetic on void pointerstholo1997-04-301-2/+2
* something is wrong with this level of randomness; let 2.1 go out with this "problem"deraadt1997-04-292-6/+8
* re-randomize xid on reuse of a CLIENT *; pointed out by adam@math.tau.ac.ilderaadt1997-04-272-8/+6
* strncpyderaadt1997-04-061-2/+4
* if a bad socket is accept()ed, bail without trying another accept()deraadt1997-03-291-6/+11
* in svcudp_bufcreate(), only close socket if we created itderaadt1997-03-291-5/+11
* delete extra spacesderaadt1997-03-291-7/+7
* Ok here is the mvme88k userland, minus a few important pieces.rahnds1997-03-251-2/+2
* sync to __powerpc__gvf1997-02-211-2/+2
* do not leak descriptors and memderaadt1997-02-172-12/+15
* if i find one more little problem, and have to make one more littlederaadt1997-02-131-2/+2
* option handling is a bitchderaadt1997-02-131-2/+3
* ok, i finally learned about struct ipoptionderaadt1997-02-131-6/+8
* Make printf's match actual type (%lu -> %u).millert1997-02-101-4/+4
* do not print extra \nderaadt1997-02-091-2/+2
* destroy everything with source routesderaadt1997-02-071-1/+28
* handle SIOCGIFCONF for as many interfaces as providedderaadt1997-01-222-29/+50
* SIOCGIFCONF more carefullyderaadt1997-01-221-8/+21
* More sprintf -> snprintf.millert1997-01-211-22/+28
* use arc4random for xid generationderaadt1997-01-023-18/+6
* Change to support the powerpc port. To bad this define isn't put inrahnds1996-12-211-2/+2
* avoid oflows, thanks also to toddderaadt1996-12-191-30/+28
* Clean up lint and compile warningstholo1996-12-143-15/+18
* avoid close(-1) casesderaadt1996-12-105-10/+15
* use MAXHOSTNAMELENderaadt1996-12-101-2/+2
* Missed one cast.etheisen1996-11-141-2/+2
* memcpy needs string.h.etheisen1996-11-143-3/+6
* memcpy needs string.h.etheisen1996-11-141-1/+2
* More Alpha casts.etheisen1996-11-141-2/+2
* Cast better for the alpha.etheisen1996-11-141-2/+2
* memcpy needs proto from string.h.etheisen1996-11-141-1/+2
* document sin_port behaviour, pr#36, kstailey@dol-esa.govderaadt1996-10-211-1/+6
* returns intderaadt1996-09-301-1/+2
* Remove dead codetholo1996-09-1515-33/+38
* Correct links for getrpcent.3 pagestholo1996-09-021-5/+5
* Don't overwrite the last byte of a line unless we have totholo1996-09-021-5/+6
* perturb xid further. confuse the worldderaadt1996-09-023-6/+18
* do not leak byname; this needs a complete rewritederaadt1996-09-021-4/+5
* use strncpy correctlyderaadt1996-08-271-2/+3
* memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw@openbsd.orgderaadt1996-08-206-28/+45
* only close real socketderaadt1996-08-201-3/+5
* deal with unintializated __svc_fdsetderaadt1996-08-201-6/+13
* Fix RCS idstholo1996-08-1944-281/+82
* support descriptors > FD_SETSIZE and correct timeout handlingderaadt1996-08-156-113/+233
* do not limit to FD_SETSIZE here, that is idioticderaadt1996-08-131-9/+3
* fix some fn/arg decls; strengthen reminder that svc_fdset is readonlyderaadt1996-08-131-22/+28
* idle cleanupderaadt1996-08-101-4/+5
* idle cleanupderaadt1996-08-101-14/+6
* if port 20 incoming, kill it and try againderaadt1996-08-051-2/+10