index
:
libtelnet
github
master
A telnet library (including ipaccess-telnet)
Harald Welte
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-14
ipaccess: Default to port 3210 for the telnet session
HEAD
master
Holger Hans Peter Freyther
1
-3/+6
2011-05-14
ipaccess: Terminate the application on CTRL+C or CTRL+D
Holger Hans Peter Freyther
1
-1/+9
2011-05-14
ipaccess: Add \r when we get a \n to fix line wrappings
Holger Hans Peter Freyther
1
-1/+9
2011-05-14
telnet: Flush the console after every character
Holger Hans Peter Freyther
1
-0/+1
2011-05-14
ipaccess: Start without echoing by default for ipaccess
Holger Hans Peter Freyther
1
-0/+4
2010-12-27
Fix the compilation and linking of the ipaccess_telnet
Holger Hans Peter Freyther
1
-2/+2
2010-03-25
use basename(argv[0]) to determine true program name
Harald Welte
1
-1/+3
2010-03-25
remove code duplication between telnet-client / telnet-client-ipa
Harald Welte
4
-328/+88
2010-03-25
add "ipaccess-telnet" support, i.e. telnetting to an ip.access nanoBTS
Harald Welte
2
-1/+331
2010-01-23
add C++ include wrappers
github
Sean Middleditch
1
-0/+10
2010-01-07
automake fixes
Sean Middleditch
4
-18/+21
2010-01-07
compilation fixes for more pedantic compilers
Sean Middleditch
1
-14/+17
2009-11-04
typo fix in NEWS
Sean Middleditch
1
-0/+1
2009-11-04
move util source code to util/ directory
Sean Middleditch
4
-3/+3
2009-11-04
and update Makefile.am (oops)
Sean Middleditch
1
-5/+5
2009-11-04
store man pages in man subdir
Sean Middleditch
15
-0/+0
2009-11-04
hide INSTALL
Sean Middleditch
1
-0/+1
2009-11-04
remove INSTALL link
Sean Middleditch
1
-1/+0
2009-11-04
telnet_begin_sb and telnet_finish_sb functions
Sean Middleditch
1
-1/+2
2009-11-04
telnet_begin_sb and telnet_finish_sb functions
Sean Middleditch
2
-0/+42
2009-11-04
Makefile.am fix for man page
Sean Middleditch
1
-1/+1
2009-11-03
man pages for telnet-client, telnet-chatd, and telnet-proxy
Sean Middleditch
4
-1/+50
2009-11-03
more man pages
Sean Middleditch
3
-0/+64
2009-11-02
more man pages
Sean Middleditch
6
-3/+120
2009-10-25
cleanups to macro conditions
Sean Middleditch
1
-22/+22
2009-10-24
move telnet_state_t to libtelnet.c as it is only used internally
Sean Middleditch
2
-15/+15
2009-10-24
version corrections in source files and README
Sean Middleditch
3
-3/+3
2009-10-24
initial man pages, bump to 0.13
Sean Middleditch
6
-1/+108
2009-10-14
add NEWS note about telnet_raw_printf()
Sean Middleditch
1
-0/+1
2009-10-14
rename telnet_printf2 to telnet_raw_printf
Sean Middleditch
2
-2/+2
2009-09-28
change library interface version
Sean Middleditch
1
-0/+1
2009-09-28
update README version
Sean Middleditch
1
-1/+1
2009-09-19
documentation update
Sean Middleditch
2
-9/+20
2009-09-19
make libtelnet_t private; libtelnet_init now returns a pointer instead of tak...
Sean Middleditch
5
-63/+76
2009-09-19
pkgconfig support
Sean Middleditch
4
-4/+16
2009-08-31
silence another goofy warning
Sean Middleditch
1
-1/+1
2009-08-31
replace calls to write() for stdout with stdio calls
Sean Middleditch
1
-3/+4
2009-08-31
silence warnings we dont really care about in telnet-client
Sean Middleditch
1
-3/+3
2009-08-31
update/clarify public domain license in COPYING
Sean Middleditch
1
-1/+10
2009-08-31
actually use zlib
Sean Middleditch
2
-1/+15
2009-08-05
Merge branch 'master' of github.com:elanthis/libtelnet
Sean Middleditch
1
-5/+5
2009-08-05
bump to 0.10
Sean Middleditch
2
-2/+2
2009-08-05
header file fixes in Makefile.am
Sean Middleditch
1
-3/+6
2009-07-31
use autoconf, automake, and libtool for building
Sean Middleditch
9
-37/+45
2009-04-27
signedness warnings silence
Sean Middleditch
1
-3/+3
2009-04-03
minor formatting update
Sean Middleditch
1
-2/+2
2009-03-23
Merge branch '0.9'
Sean Middleditch
4
-8/+13
2009-03-23
added telnet_send_sb
Sean Middleditch
4
-10/+75
2009-03-23
prep for 0.9 release
Sean Middleditch
4
-8/+13
2009-03-23
minor cleanups
Sean Middleditch
1
-41/+40
[next]