index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
telnetd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update applet size estimates
Denys Vlasenko
2023-07-10
1
-1
/
+1
*
libbb: code shrink: introduce and use [_]exit_FAILURE()
Denys Vlasenko
2023-06-15
1
-1
/
+1
*
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2022-01-05
1
-1
/
+1
*
httpd,telnetd: make default port configurable
Sergey Ponomarev
2021-09-09
1
-2
/
+8
*
telnetd: give inetd.conf example in --help
Denys Vlasenko
2021-06-16
1
-0
/
+1
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-1
/
+1
*
telnetd: whitespace fix
Denys Vlasenko
2019-04-04
1
-1
/
+1
*
telnetd: better AYT handling
Denys Vlasenko
2019-04-04
1
-3
/
+8
*
telnetd: Added support for AYT IAC command.
Martin Lewis
2019-04-04
1
-1
/
+8
*
telnetd: fix bad interaction with vhangup() from login
Denys Vlasenko
2019-01-06
1
-2
/
+16
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-4
/
+6
*
config: trim/improve item names and help texts, take 2
Denys Vlasenko
2017-07-27
1
-1
/
+1
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-29
/
+29
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+72
*
telnetd: ifdef out a buggy error handling code path
Denys Vlasenko
2016-10-13
1
-0
/
+8
*
telnetd: add another handshake example in comments, no code changes
Denys Vlasenko
2016-10-12
1
-0
/
+5
*
telnetd: treat all 2-byte IACs in 240..249 range as NOPs.
Denys Vlasenko
2016-10-12
1
-18
/
+24
*
telnetd: fix corner case of input processing of 0xff bytes
Denys Vlasenko
2016-10-12
1
-4
/
+30
*
telnetd: fix a corner case where CRLF->CR translation can misbehave
Denys Vlasenko
2016-10-12
1
-14
/
+35
*
telnetd: fix handling of short writes to pty
Denys Vlasenko
2016-10-12
1
-111
/
+120
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-2
/
+2
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
libbb: add setsockopt_foo helpers
Denys Vlasenko
2015-08-24
1
-1
/
+1
*
libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS
Denys Vlasenko
2015-01-05
1
-10
/
+2
*
telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to server
Denys Vlasenko
2012-09-13
1
-0
/
+1
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+22
*
move utmp.h include to libbb.h
Denys Vlasenko
2011-01-25
1
-4
/
+0
*
telnetd: write utmp record with correct pid
Denys Vlasenko
2010-11-30
1
-1
/
+2
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-3
/
+3
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
work on adding testsuite runs to randomconfig test builds
Denys Vlasenko
2010-05-10
1
-1
/
+1
*
telnetd: fill hostname field in utmp/wtmp records
Denys Vlasenko
2010-04-06
1
-6
/
+15
*
telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363
Denys Vlasenko
2010-04-05
1
-5
/
+28
*
who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -H
Denys Vlasenko
2010-04-04
1
-2
/
+2
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-2
/
+2
*
randomconfig fixes
Denys Vlasenko
2009-10-19
1
-1
/
+3
*
telnetd: add -w ("inetd wait") option. Can be configured off.
Denys Vlasenko
2009-09-04
1
-20
/
+36
*
telnetd: more compact version of the fix for stray open fds
Denys Vlasenko
2009-06-10
1
-51
/
+39
*
telnetd: properly close fds in child
Denys Vlasenko
2009-06-09
1
-63
/
+94
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-5
/
+5
*
ftpd: code chrink, fixed some minor bugs
Denis Vlasenko
2009-03-08
1
-1
/
+1
*
telnetd: do not advertise TELNET_LFLOW, we do not support
Denis Vlasenko
2009-02-02
1
-8
/
+9
*
telnetd: fix compile problem for non-standalone telnetd
Denis Vlasenko
2008-11-12
1
-10
/
+15
*
telnetd: correctly output 0xff char. ~100 bytes.
Denis Vlasenko
2008-11-11
1
-7
/
+51
*
telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes.
Denis Vlasenko
2008-11-09
1
-0
/
+4
*
telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive)
Denis Vlasenko
2008-11-07
1
-30
/
+41
[next]