summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Expand)Author
1997-11-08avoid more abort()Theo de Raadt
1997-11-05oopsTheo de Raadt
1997-11-05if xdr_replymsg() fails, it can leave memory still allocated. thus weTheo de Raadt
1997-09-29Xr bindresvport and rresvportTheo de Raadt
1997-09-22Some -Wall.Todd C. Miller
1997-08-10Update date up.Todd C. Miller
1997-08-09Fix some minor stuff and flesh out a bit.Todd C. Miller
1997-07-21include file with protoTheo de Raadt
1997-07-17verf is a ptrTheo de Raadt
1997-07-16in rejected(), RPC_MISMATCH is what we are interested in; christosTheo de Raadt
1997-07-09avoid close(closed_socket) or close(-1); it looks disgusting in kdumpTheo de Raadt
1997-07-01typodm
1997-07-01Add missing '#' as in #include.Todd C. Miller
1997-05-28repair comments about 2 byte xdrred headersTheo de Raadt
1997-04-30Don't do pointer arithmetic on void pointersThorsten Lockert
1997-04-29something is wrong with this level of randomness; let 2.1 go out with this "p...Theo de Raadt
1997-04-27re-randomize xid on reuse of a CLIENT *; pointed out by adam@math.tau.ac.ilTheo de Raadt
1997-04-06strncpyTheo de Raadt
1997-03-29if a bad socket is accept()ed, bail without trying another accept()Theo de Raadt
1997-03-29in svcudp_bufcreate(), only close socket if we created itTheo de Raadt
1997-03-29delete extra spacesTheo de Raadt
1997-03-25Ok here is the mvme88k userland, minus a few important pieces.Dale S. Rahn
1997-02-21sync to __powerpc__gvf
1997-02-17do not leak descriptors and memTheo de Raadt
1997-02-13if i find one more little problem, and have to make one more littleTheo de Raadt
1997-02-13option handling is a bitchTheo de Raadt
1997-02-13ok, i finally learned about struct ipoptionTheo de Raadt
1997-02-10Make printf's match actual type (%lu -> %u).Todd C. Miller
1997-02-09do not print extra \nTheo de Raadt
1997-02-07destroy everything with source routesTheo de Raadt
1997-01-22handle SIOCGIFCONF for as many interfaces as providedTheo de Raadt
1997-01-22SIOCGIFCONF more carefullyTheo de Raadt
1997-01-21More sprintf -> snprintf.Todd C. Miller
1997-01-02use arc4random for xid generationTheo de Raadt
1996-12-21Change to support the powerpc port. To bad this define isn't put inDale S. Rahn
1996-12-19avoid oflows, thanks also to toddTheo de Raadt
1996-12-14Clean up lint and compile warningsThorsten Lockert
1996-12-10avoid close(-1) casesTheo de Raadt
1996-12-10use MAXHOSTNAMELENTheo de Raadt
1996-11-14Missed one cast.etheisen
1996-11-14memcpy needs string.h.etheisen
1996-11-14memcpy needs string.h.etheisen
1996-11-14More Alpha casts.etheisen
1996-11-14Cast better for the alpha.etheisen
1996-11-14memcpy needs proto from string.h.etheisen
1996-10-21document sin_port behaviour, pr#36, kstailey@dol-esa.govTheo de Raadt
1996-09-30returns intTheo de Raadt
1996-09-15Remove dead codeThorsten Lockert
1996-09-02Correct links for getrpcent.3 pagesThorsten Lockert
1996-09-02Don't overwrite the last byte of a line unless we have toThorsten Lockert