Commit Graph

13 Commits

Author SHA1 Message Date
Pau Espin b5ae1af602 util/Makefile.am: Fix build with builddir neq srcdir
Change-Id: I2ce5feeacda1f0b41de1d0a07d8c40ca09ad9fc2
2018-08-10 13:00:45 +02:00
Martin Hauke 4d4d9ec5c2 Fix no-return-in-nonvoid-function ipaccess-auth.c:80
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-08 16:35:39 +01:00
Holger Hans Peter Freyther 1465a8668d ipaccess: Default to port 3210 for the telnet session
No need to remember the CLI port of the BTS, it is static anyway
2011-05-14 20:45:55 +02:00
Holger Hans Peter Freyther 5083c2ab6d ipaccess: Terminate the application on CTRL+C or CTRL+D
The terminal is switched into the raw mode and no SIGs
are generated.
2011-05-14 20:32:36 +02:00
Holger Hans Peter Freyther eb490d3882 ipaccess: Add \r when we get a \n to fix line wrappings 2011-05-14 20:14:35 +02:00
Holger Hans Peter Freyther d3e5f24409 telnet: Flush the console after every character
Make sure that every character is written to the stdout. This
way typing 'help' will always flush everything.
2011-05-14 20:05:24 +02:00
Holger Hans Peter Freyther 4d2cdc7986 ipaccess: Start without echoing by default for ipaccess 2011-05-14 19:58:20 +02:00
Holger Hans Peter Freyther 8d545fbb62 Fix the compilation and linking of the ipaccess_telnet 2010-12-27 21:21:55 +01:00
Harald Welte 000cfc37a3 use basename(argv[0]) to determine true program name 2010-03-25 21:40:25 +08:00
Harald Welte a3c6223016 remove code duplication between telnet-client / telnet-client-ipa
We now simply use the original telnet-client.c with one small callback
into the ipaccess authentication layer
2010-03-25 21:33:21 +08:00
Harald Welte 0d2ece6a6f add "ipaccess-telnet" support, i.e. telnetting to an ip.access nanoBTS
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-03-25 16:34:39 +08:00
Sean Middleditch 4b3c7fd19a automake fixes 2010-01-06 21:05:26 -08:00
Sean Middleditch 641df58b6e move util source code to util/ directory 2009-11-03 19:06:17 -08:00