summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Collapse)Author
1997-04-06strncpyTheo de Raadt
1997-03-29if a bad socket is accept()ed, bail without trying another accept()Theo de Raadt
in svctcp_create(), only close socket if we created it
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
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over.
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
tweak to this ip option handling code I am going to absolutely scream in rage, following which I will rip the bloody innards out of netinet and build my own new incompatible option checking/processing interface that does not make it so hidiously difficult to check if a session has source routes active!
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
a machine header, such as machine/endian.h so that every new architecture would not have to modify this file.
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
Remove unused variables Silence some warnings lint(1) is your friend
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
1996-09-02perturb xid further. confuse the worldTheo de Raadt
1996-09-02do not leak byname; this needs a complete rewriteTheo de Raadt
1996-08-27use strncpy correctlyTheo de Raadt
1996-08-20memset 0; also fix for byte order botch in __svc_fdset handling; thanks to ↵Theo de Raadt
mw@openbsd.org
1996-08-20only close real socketTheo de Raadt
1996-08-20deal with unintializated __svc_fdsetTheo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-08-15support descriptors > FD_SETSIZE and correct timeout handlingTheo de Raadt
1996-08-13do not limit to FD_SETSIZE here, that is idioticTheo de Raadt
1996-08-13fix some fn/arg decls; strengthen reminder that svc_fdset is readonlyTheo de Raadt
1996-08-10idle cleanupTheo de Raadt
1996-08-10idle cleanupTheo de Raadt
1996-08-05if port 20 incoming, kill it and try againTheo de Raadt
1996-07-30errno restore was reversed.Jason Downs
1996-07-30if (beer-tonight) test-before-commit();Theo de Raadt
1996-07-30only reset port-range if modified initially; if needed call getsocknameTheo de Raadt
1996-07-29Reset port range if bind() fails.Jason Downs