Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When authnone_create fails, do not leave behind a NULL cl_auth attribute, | 2009-06-02 | 1 | -1/+6 | |
| | | | | | | because that one will typically derefenced later without any checking. Instead, flag the error condition and bail out cleanly. useful feedback from kjell@ and ok millert@ | ||||
* | sprinkle a bit of ARGSUSED | 2006-03-31 | 1 | -1/+2 | |
| | |||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -4/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | ansify. ok deraadt@ jaredy@ | 2005-04-01 | 1 | -34/+15 | |
| | |||||
* | Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointed | 2005-01-08 | 1 | -4/+4 | |
| | | | | | | out by mickey@, seconded by millert@. ok deraadt@. | ||||
* | Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2) | 2003-12-31 | 1 | -34/+15 | |
| | | | | | | | | | in the libc rpc code. The main difference between this and the previous version is the use of a simple free list that simplifies the logic when adding a socket to svc_pollfd. I've also added code to pack svc_pollfd when the free list gets too big. The idea general idea is to keep svc_pollfd as tightly packed as possible to make poll(2) efficient. Tested by many people and OK deraadt@ | ||||
* | use socklen_t where needed; henning pvalchev ok | 2002-09-06 | 1 | -2/+2 | |
| | |||||
* | compatiblity -> compatibility | 2002-06-03 | 1 | -2/+2 | |
| | | | | | | decriptor -> descriptor authentciated -> authenticated transmition -> transmission | ||||
* | prototype cleanup | 2001-09-15 | 1 | -26/+25 | |
| | |||||
* | uninit variables | 2000-08-24 | 1 | -2/+2 | |
| | |||||
* | match xid nicer; plus notes for later work | 1998-03-01 | 1 | -5/+18 | |
| | |||||
* | if xdr_replymsg() fails, it can leave memory still allocated. thus we | 1997-11-05 | 1 | -2/+8 | |
| | | | | | | need to go XDR_FREE it; wpaul@freebsd. clnt_raw.c also appears to have the same problem, and there is precedent for the solution in various other rpc code. | ||||
* | Some -Wall. | 1997-09-22 | 1 | -1/+2 | |
| | |||||
* | something is wrong with this level of randomness; let 2.1 go out with this "problem" | 1997-04-29 | 1 | -4/+6 | |
| | |||||
* | re-randomize xid on reuse of a CLIENT *; pointed out by adam@math.tau.ac.il | 1997-04-27 | 1 | -6/+4 | |
| | |||||
* | use arc4random for xid generation | 1997-01-02 | 1 | -6/+2 | |
| | |||||
* | Missed one cast. | 1996-11-14 | 1 | -2/+2 | |
| | |||||
* | perturb xid further. confuse the world | 1996-09-02 | 1 | -2/+6 | |
| | |||||
* | memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw@openbsd.org | 1996-08-20 | 1 | -3/+4 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+2 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | support descriptors > FD_SETSIZE and correct timeout handling | 1996-08-15 | 1 | -48/+66 | |
| | |||||
* | bcopy->memcpy & tag | 1996-07-20 | 1 | -1/+2 | |
| | |||||
* | typo | 1996-06-29 | 1 | -1/+1 | |
| | |||||
* | Pull prototypes into scope | 1996-03-25 | 1 | -3/+4 | |
| | | | | Remove graticious casts | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+436 | |