| Commit message (Expand) | Author | Age | Files | Lines |
* | repair comments about 2 byte xdrred headers |  deraadt | 1997-05-28 | 1 | -5/+5 |
* | Don't do pointer arithmetic on void pointers |  tholo | 1997-04-30 | 1 | -2/+2 |
* | something is wrong with this level of randomness; let 2.1 go out with this "problem" |  deraadt | 1997-04-29 | 2 | -6/+8 |
* | re-randomize xid on reuse of a CLIENT *; pointed out by adam@math.tau.ac.il |  deraadt | 1997-04-27 | 2 | -8/+6 |
* | strncpy |  deraadt | 1997-04-06 | 1 | -2/+4 |
* | if a bad socket is accept()ed, bail without trying another accept() |  deraadt | 1997-03-29 | 1 | -6/+11 |
* | in svcudp_bufcreate(), only close socket if we created it |  deraadt | 1997-03-29 | 1 | -5/+11 |
* | delete extra spaces |  deraadt | 1997-03-29 | 1 | -7/+7 |
* | Ok here is the mvme88k userland, minus a few important pieces. |  rahnds | 1997-03-25 | 1 | -2/+2 |
* | sync to __powerpc__ |  gvf | 1997-02-21 | 1 | -2/+2 |
* | do not leak descriptors and mem |  deraadt | 1997-02-17 | 2 | -12/+15 |
* | if i find one more little problem, and have to make one more little |  deraadt | 1997-02-13 | 1 | -2/+2 |
* | option handling is a bitch |  deraadt | 1997-02-13 | 1 | -2/+3 |
* | ok, i finally learned about struct ipoption |  deraadt | 1997-02-13 | 1 | -6/+8 |
* | Make printf's match actual type (%lu -> %u). |  millert | 1997-02-10 | 1 | -4/+4 |
* | do not print extra \n |  deraadt | 1997-02-09 | 1 | -2/+2 |
* | destroy everything with source routes |  deraadt | 1997-02-07 | 1 | -1/+28 |
* | handle SIOCGIFCONF for as many interfaces as provided |  deraadt | 1997-01-22 | 2 | -29/+50 |
* | SIOCGIFCONF more carefully |  deraadt | 1997-01-22 | 1 | -8/+21 |
* | More sprintf -> snprintf. |  millert | 1997-01-21 | 1 | -22/+28 |
* | use arc4random for xid generation |  deraadt | 1997-01-02 | 3 | -18/+6 |
* | Change to support the powerpc port. To bad this define isn't put in |  rahnds | 1996-12-21 | 1 | -2/+2 |
* | avoid oflows, thanks also to todd |  deraadt | 1996-12-19 | 1 | -30/+28 |
* | Clean up lint and compile warnings |  tholo | 1996-12-14 | 3 | -15/+18 |
* | avoid close(-1) cases |  deraadt | 1996-12-10 | 5 | -10/+15 |
* | use MAXHOSTNAMELEN |  deraadt | 1996-12-10 | 1 | -2/+2 |
* | Missed one cast. |  etheisen | 1996-11-14 | 1 | -2/+2 |
* | memcpy needs string.h. |  etheisen | 1996-11-14 | 3 | -3/+6 |
* | memcpy needs string.h. |  etheisen | 1996-11-14 | 1 | -1/+2 |
* | More Alpha casts. |  etheisen | 1996-11-14 | 1 | -2/+2 |
* | Cast better for the alpha. |  etheisen | 1996-11-14 | 1 | -2/+2 |
* | memcpy needs proto from string.h. |  etheisen | 1996-11-14 | 1 | -1/+2 |
* | document sin_port behaviour, pr#36, kstailey@dol-esa.gov |  deraadt | 1996-10-21 | 1 | -1/+6 |
* | returns int |  deraadt | 1996-09-30 | 1 | -1/+2 |
* | Remove dead code |  tholo | 1996-09-15 | 15 | -33/+38 |
* | Correct links for getrpcent.3 pages |  tholo | 1996-09-02 | 1 | -5/+5 |
* | Don't overwrite the last byte of a line unless we have to |  tholo | 1996-09-02 | 1 | -5/+6 |
* | perturb xid further. confuse the world |  deraadt | 1996-09-02 | 3 | -6/+18 |
* | do not leak byname; this needs a complete rewrite |  deraadt | 1996-09-02 | 1 | -4/+5 |
* | use strncpy correctly |  deraadt | 1996-08-27 | 1 | -2/+3 |
* | memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw@openbsd.org |  deraadt | 1996-08-20 | 6 | -28/+45 |
* | only close real socket |  deraadt | 1996-08-20 | 1 | -3/+5 |
* | deal with unintializated __svc_fdset |  deraadt | 1996-08-20 | 1 | -6/+13 |
* | Fix RCS ids |  tholo | 1996-08-19 | 44 | -281/+82 |
* | support descriptors > FD_SETSIZE and correct timeout handling |  deraadt | 1996-08-15 | 6 | -113/+233 |
* | do not limit to FD_SETSIZE here, that is idiotic |  deraadt | 1996-08-13 | 1 | -9/+3 |
* | fix some fn/arg decls; strengthen reminder that svc_fdset is readonly |  deraadt | 1996-08-13 | 1 | -22/+28 |
* | idle cleanup |  deraadt | 1996-08-10 | 1 | -4/+5 |
* | idle cleanup |  deraadt | 1996-08-10 | 1 | -14/+6 |
* | if port 20 incoming, kill it and try again |  deraadt | 1996-08-05 | 1 | -2/+10 |