Denys Vlasenko
|
c52cbea2bb
libbb: add setsockopt_foo helpers
|
9 years ago |
Denys Vlasenko
|
da9212667c
libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS
|
9 years ago |
Denys Vlasenko
|
aca464ddac
telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to server
|
12 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 years ago |
Denys Vlasenko
|
8d0e0cdadf
move utmp.h include to libbb.h
|
13 years ago |
Denys Vlasenko
|
58c3d21c2e
telnetd: write utmp record with correct pid
|
14 years ago |
Denys Vlasenko
|
fb132e4737
whitespace cleanup
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
ff0e875e02
work on adding testsuite runs to randomconfig test builds
|
14 years ago |
Denys Vlasenko
|
f6916dbed4
telnetd: fill hostname field in utmp/wtmp records
|
14 years ago |
Denys Vlasenko
|
3a41611bc5
telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363
|
14 years ago |
Denys Vlasenko
|
4c721049c3
who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -H
|
14 years ago |
Denys Vlasenko
|
98a4c7cf3d
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
|
14 years ago |
Denys Vlasenko
|
8131eea3dc
*: introduce and use ffulsh_all()
|
15 years ago |
Denys Vlasenko
|
36df04837a
randomconfig fixes
|
15 years ago |
Denys Vlasenko
|
ed1667e8ee
telnetd: add -w ("inetd wait") option. Can be configured off.
|
15 years ago |
Denys Vlasenko
|
1d77db8459
telnetd: more compact version of the fix for stray open fds
|
15 years ago |
Denys Vlasenko
|
a4bcbd0e04
telnetd: properly close fds in child
|
15 years ago |
Denis Vlasenko
|
5e34ff29bc
*: mass renaming of USE_XXXX to IF_XXXX
|
15 years ago |
Denis Vlasenko
|
5e4fda0aff
ftpd: code chrink, fixed some minor bugs
|
15 years ago |
Denis Vlasenko
|
d814c98692
telnetd: do not advertise TELNET_LFLOW, we do not support
|
15 years ago |
Denis Vlasenko
|
81c6a91251
telnetd: fix compile problem for non-standalone telnetd
|
16 years ago |
Denis Vlasenko
|
9f2f808b0d
telnetd: correctly output 0xff char. ~100 bytes.
|
16 years ago |
Denis Vlasenko
|
6d0443557c
telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes.
|
16 years ago |
Denis Vlasenko
|
b0150d299f
telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive)
|
16 years ago |
Denis Vlasenko
|
202ac504e1
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op
|
16 years ago |
Denis Vlasenko
|
1101d1c980
telnet: shrink
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Bernhard Reutner-Fischer
|
636a1f85e8
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
|
16 years ago |