aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-01-27configure.ac: set -std=gnu11HEADmasterOliver Smith1-0/+2
Change-Id: Ief41cc4fc2e3d763a4b84f427496a5611f3c90c5
2019-07-10contrib/jenkins.sh: run "make {distcheck,maintainer-clean}"Oliver Smith1-0/+2
Related: OS#3047 Change-Id: I0c7cd8f8b2a3821e5c55fc84b24eca5e199ebbd8
2018-08-10util/Makefile.am: Fix build with builddir neq srcdirPau Espin Pedrol1-3/+3
Change-Id: I2ce5feeacda1f0b41de1d0a07d8c40ca09ad9fc2
2018-03-08Fix no-return-in-nonvoid-function ipaccess-auth.c:80Martin Hauke1-1/+1
OBS post-build check complained: Change-Id: Id1368f308f0af6ac88334002a8aa1e90737e563b I: Program returns random data in a function E: libtelnet no-return-in-nonvoid-function ipaccess-auth.c:80
2018-03-08build: check for libcrypto and libsslMartin Hauke1-0/+4
Use PKG_CHECK_MODULES to check for libcrypto and libssl Change-Id: I442603f9fa3f648cb552f5e9daf6e0fd49776eff
2016-04-13jenkins: Add the build script from jenkins hereHolger Hans Peter Freyther1-0/+7
This can be used to replicate a build issue more easily.
2011-05-14ipaccess: Default to port 3210 for the telnet sessionHolger Hans Peter Freyther1-3/+6
No need to remember the CLI port of the BTS, it is static anyway
2011-05-14ipaccess: Terminate the application on CTRL+C or CTRL+DHolger Hans Peter Freyther1-1/+9
The terminal is switched into the raw mode and no SIGs are generated.
2011-05-14ipaccess: Add \r when we get a \n to fix line wrappingsHolger Hans Peter Freyther1-1/+9
2011-05-14telnet: Flush the console after every characterHolger Hans Peter Freyther1-0/+1
Make sure that every character is written to the stdout. This way typing 'help' will always flush everything.
2011-05-14ipaccess: Start without echoing by default for ipaccessHolger Hans Peter Freyther1-0/+4
2010-12-27Fix the compilation and linking of the ipaccess_telnetHolger Hans Peter Freyther1-2/+2
2010-03-25use basename(argv[0]) to determine true program nameHarald Welte1-1/+3
2010-03-25remove code duplication between telnet-client / telnet-client-ipaHarald Welte4-328/+88
We now simply use the original telnet-client.c with one small callback into the ipaccess authentication layer
2010-03-25add "ipaccess-telnet" support, i.e. telnetting to an ip.access nanoBTSHarald Welte2-1/+331
There is a special MD5-challenge/response authentication after establishing the telnet session to an ip.access nanoBTS / TCP port 3210. The ipaccess-telnet program supports this mode of operation
2010-01-22add C++ include wrappersgithubSean Middleditch1-0/+10
2010-01-06automake fixesSean Middleditch4-18/+21
2010-01-06compilation fixes for more pedantic compilersSean Middleditch1-14/+17
2009-11-03typo fix in NEWSSean Middleditch1-0/+1
2009-11-03move util source code to util/ directorySean Middleditch4-3/+3
2009-11-03and update Makefile.am (oops)Sean Middleditch1-5/+5
2009-11-03store man pages in man subdirSean Middleditch15-0/+0
2009-11-03hide INSTALLSean Middleditch1-0/+1
2009-11-03remove INSTALL linkSean Middleditch1-1/+0
2009-11-03telnet_begin_sb and telnet_finish_sb functionsSean Middleditch1-1/+2
2009-11-03telnet_begin_sb and telnet_finish_sb functionsSean Middleditch2-0/+42
2009-11-03Makefile.am fix for man pageSean Middleditch1-1/+1
2009-11-02man pages for telnet-client, telnet-chatd, and telnet-proxySean Middleditch4-1/+50
2009-11-02more man pagesSean Middleditch3-0/+64
2009-11-02more man pagesSean Middleditch6-3/+120
2009-10-25cleanups to macro conditionsSean Middleditch1-22/+22
2009-10-24move telnet_state_t to libtelnet.c as it is only used internallySean Middleditch2-15/+15
2009-10-24version corrections in source files and READMESean Middleditch3-3/+3
2009-10-24initial man pages, bump to 0.13Sean Middleditch6-1/+108
2009-10-14add NEWS note about telnet_raw_printf()Sean Middleditch1-0/+1
2009-10-14rename telnet_printf2 to telnet_raw_printfSean Middleditch2-2/+2
2009-09-28change library interface versionSean Middleditch1-0/+1
2009-09-28update README versionSean Middleditch1-1/+1
2009-09-19documentation updateSean Middleditch2-9/+20
2009-09-19make libtelnet_t private; libtelnet_init now returns a pointer instead of ↵Sean Middleditch5-63/+76
taking one, and libtelnet_free frees the pointer passed in
2009-09-19pkgconfig supportSean Middleditch4-4/+16
2009-08-31silence another goofy warningSean Middleditch1-1/+1
2009-08-31replace calls to write() for stdout with stdio callsSean Middleditch1-3/+4
2009-08-31silence warnings we dont really care about in telnet-clientSean Middleditch1-3/+3
2009-08-31update/clarify public domain license in COPYINGSean Middleditch1-1/+10
2009-08-31actually use zlibSean Middleditch2-1/+15
2009-08-05Merge branch 'master' of github.com:elanthis/libtelnetSean Middleditch1-5/+5
2009-08-05bump to 0.10Sean Middleditch2-2/+2
2009-08-05header file fixes in Makefile.amSean Middleditch1-3/+6
2009-07-31use autoconf, automake, and libtool for buildingSean Middleditch9-37/+45