Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-01 | match xid nicer; plus notes for later work | Theo de Raadt | |
1998-02-27 | indent | Theo de Raadt | |
1998-02-25 | remove unneccessary section | Theo de Raadt | |
1998-02-25 | __svc_fdsetsize is a max bitcount; like FDSETSIZE before it | Theo de Raadt | |
1998-02-25 | doc __svc_fdset & __svc_fdsetsize | Theo de Raadt | |
1998-02-24 | mandocmania. there were old mistakes, now it has new mistakes | Theo de Raadt | |
1998-02-24 | cleanup a bit more | Theo de Raadt | |
1998-02-24 | commas are good | Theo de Raadt | |
1998-02-24 | mandocmania | Theo de Raadt | |
1997-12-10 | pw -> rpc | Tobias Weingartner | |
1997-11-08 | avoid more abort() | Theo de Raadt | |
1997-11-05 | oops | Theo de Raadt | |
1997-11-05 | if xdr_replymsg() fails, it can leave memory still allocated. thus we | Theo de Raadt | |
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. | |||
1997-09-29 | Xr bindresvport and rresvport | Theo de Raadt | |
1997-09-22 | Some -Wall. | Todd C. Miller | |
1997-08-10 | Update date up. | Todd C. Miller | |
1997-08-09 | Fix some minor stuff and flesh out a bit. | Todd C. Miller | |
1997-07-21 | include file with proto | Theo de Raadt | |
1997-07-17 | verf is a ptr | Theo de Raadt | |
1997-07-16 | in rejected(), RPC_MISMATCH is what we are interested in; christos | Theo de Raadt | |
1997-07-09 | avoid close(closed_socket) or close(-1); it looks disgusting in kdump | Theo de Raadt | |
1997-07-01 | typo | dm | |
1997-07-01 | Add missing '#' as in #include. | Todd C. Miller | |
1997-05-28 | repair comments about 2 byte xdrred headers | Theo de Raadt | |
1997-04-30 | Don't do pointer arithmetic on void pointers | Thorsten Lockert | |
1997-04-29 | something is wrong with this level of randomness; let 2.1 go out with this ↵ | Theo de Raadt | |
"problem" | |||
1997-04-27 | re-randomize xid on reuse of a CLIENT *; pointed out by adam@math.tau.ac.il | Theo de Raadt | |
1997-04-06 | strncpy | Theo de Raadt | |
1997-03-29 | if 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-29 | in svcudp_bufcreate(), only close socket if we created it | Theo de Raadt | |
1997-03-29 | delete extra spaces | Theo de Raadt | |
1997-03-25 | Ok 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-21 | sync to __powerpc__ | gvf | |
1997-02-17 | do not leak descriptors and mem | Theo de Raadt | |
1997-02-13 | if i find one more little problem, and have to make one more little | Theo 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-13 | option handling is a bitch | Theo de Raadt | |
1997-02-13 | ok, i finally learned about struct ipoption | Theo de Raadt | |
1997-02-10 | Make printf's match actual type (%lu -> %u). | Todd C. Miller | |
1997-02-09 | do not print extra \n | Theo de Raadt | |
1997-02-07 | destroy everything with source routes | Theo de Raadt | |
1997-01-22 | handle SIOCGIFCONF for as many interfaces as provided | Theo de Raadt | |
1997-01-22 | SIOCGIFCONF more carefully | Theo de Raadt | |
1997-01-21 | More sprintf -> snprintf. | Todd C. Miller | |
1997-01-02 | use arc4random for xid generation | Theo de Raadt | |
1996-12-21 | Change to support the powerpc port. To bad this define isn't put in | Dale S. Rahn | |
a machine header, such as machine/endian.h so that every new architecture would not have to modify this file. | |||
1996-12-19 | avoid oflows, thanks also to todd | Theo de Raadt | |
1996-12-14 | Clean up lint and compile warnings | Thorsten Lockert | |
1996-12-10 | avoid close(-1) cases | Theo de Raadt | |
1996-12-10 | use MAXHOSTNAMELEN | Theo de Raadt | |
1996-11-14 | Missed one cast. | etheisen | |