Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-15 | typo. ftp(8) -> ftp(1) | Jun-ichiro itojun Hagino | |
2000-06-15 | Add missing .include; form@openbsd.ru | Todd C. Miller | |
2000-06-15 | Full support for passive mode FTP | brian | |
Ensure that the segment preceding a PORT/227 segment terminates with a \r\n, the IP address in the PORT/227 matches the source IP address of the packet and the port number in the PORT command or 277 reply is greater than or equal to 1024. Obtained from: FreeBSD | |||
2000-06-15 | typo | Jun-ichiro itojun Hagino | |
2000-06-15 | i386 -> __i386__ | Brad Smith | |
2000-06-15 | regen | Brad Smith | |
2000-06-15 | add more unimplemented syscall name placeholders, from NetBSD. | Brad Smith | |
2000-06-15 | Clean up one of the screwy things about the powerpc pmap, it could | Dale S. Rahn | |
not properly track the count of mapped pages. Fix the count at a higher level. From NetBSD. | |||
2000-06-15 | Add types to all of the global symbols in this asm code, partially necessary | Dale S. Rahn | |
so that vmstat can find symbols, also just a good thing to do. | |||
2000-06-15 | Recognize PowerPC G4 processor (called it's Motorola name "7400"). | Dale S. Rahn | |
2000-06-15 | #if 0 support for WSCONS, not currently used and wscons has changed since | Dale S. Rahn | |
this code worked. | |||
2000-06-15 | UVM compatibility changes, UVM still not working, but can build. | Dale S. Rahn | |
2000-06-15 | be more carefull about pg0, i think switch on sv next time | Michael Shalayeff | |
2000-06-15 | Deal with the chgrp chown -> chmod change. | Dale S. Rahn | |
instead of generating a text file from list, just create it and edit it directly, allows for more control. Also i386 edits this file directly instead of using awk to generate it. | |||
2000-06-15 | What was the offending payload length? | Angelos D. Keromytis | |
2000-06-15 | highlight | Theo de Raadt | |
2000-06-14 | monitor -> monitormode because some OSes have a monitor(3) | Todd C. Miller | |
2000-06-14 | document swap encrypt ctl level | Niels Provos | |
2000-06-14 | document swapencrypt ctl level | Niels Provos | |
2000-06-14 | it's vm.swapencrypt.enable now. | Niels Provos | |
2000-06-14 | add swapencrypt ctl level. | Niels Provos | |
2000-06-14 | put in own ctl level for swapencrypt. | Niels Provos | |
2000-06-14 | explicitly recommend listening to two sockets. | Jun-ichiro itojun Hagino | |
2000-06-14 | move IPv4 mapped issue from inetd.8. some clarifications. | Jun-ichiro itojun Hagino | |
2000-06-14 | clarify tcp4/tcp6 interaction. | Jun-ichiro itojun Hagino | |
2000-06-14 | avoid a few extra processes; d.doroshenko@omnitel.net | Theo de Raadt | |
2000-06-14 | correct STAT command output for LPSV output. | Jun-ichiro itojun Hagino | |
2000-06-14 | readd queue limiting code that was backed out yesterday. (ip_esp.c change | Jason Wright | |
seems to have fixed this). | |||
2000-06-14 | sync | Theo de Raadt | |
2000-06-14 | Initialize tc_ptr to zero if authentication is not used. | Angelos D. Keromytis | |
2000-06-14 | KAME_SCOPEID is necessary | Jun-ichiro itojun Hagino | |
2000-06-13 | Conditional INET6 inclusion (for crunchgen uses) -- default yes. | Angelos D. Keromytis | |
2000-06-13 | Make both ls and dir send a LIST command. Perviously, ls would use | Todd C. Miller | |
NLST but some ftp server (notably wu-ftpd 2.6.x) only list files in the output of NLST. This behavior appears to be RFC conforming and it makes things like "mget *" behave more sanely. To get just the file list you can still use the "nlist" command. | |||
2000-06-13 | Fix typo. | Angelos D. Keromytis | |
2000-06-13 | Fix some compile warnings. | Angelos D. Keromytis | |
2000-06-13 | Cast to avoid warning. | Angelos D. Keromytis | |
2000-06-13 | ptr alignment is not a hack, it's a feature fix for byte-wide prom | Michael Shalayeff | |
2000-06-13 | normalize test vs [; form | Theo de Raadt | |
2000-06-13 | regen | Michael Shalayeff | |
2000-06-13 | a few corrections gathered from comp.sys.hp.hpux | Michael Shalayeff | |
2000-06-13 | the last commit was not enough. s/(int)/(signed char)/. | Jun-ichiro itojun Hagino | |
2000-06-13 | sync | Theo de Raadt | |
2000-06-13 | simplify | Theo de Raadt | |
2000-06-13 | sync | Chris Cappuccio | |
2000-06-13 | IBM Olympic Token Ring | Chris Cappuccio | |
2000-06-13 | workaround for arch with char == unsigned char (suppress warning). | Jun-ichiro itojun Hagino | |
2000-06-13 | update | Michael Shalayeff | |
2000-06-13 | do not use cached route if it goes !RTF_UP. | Jun-ichiro itojun Hagino | |
make validation of jumbo payload more strict. | |||
2000-06-13 | comment out flowinfo manipulation on inbound. the spec is not very clear. | Jun-ichiro itojun Hagino | |
2000-06-13 | avoid mbuf leak on non-matching ifp/sockaddr | Jun-ichiro itojun Hagino | |