Compare commits
No commits in common. "hibbian/latest" and "pristine-tar" have entirely different histories.
hibbian/la
...
pristine-t
6
BBS.txt
6
BBS.txt
|
@ -1,6 +0,0 @@
|
|||
Note in regards to PBBS forwarding:
|
||||
If you do compressed forwarding with other PBBS systems, insure you flag
|
||||
your connection so that you do NOT have ANSI turned on for that interface
|
||||
AND that you disable the escape character. See: man uronode.perms
|
||||
for the proper flags. This insures that compression will stay enabled
|
||||
and that a compressed ctrl+t is not sent via compressed ascii codes.
|
929
CHANGES.1
929
CHANGES.1
|
@ -1,929 +0,0 @@
|
|||
URONode bug fix and change notes:
|
||||
|
||||
30/4/1998 v0.3a:
|
||||
Users with no permissions on AX25, NETROM, ROSE, TELNET outgoing connections,
|
||||
can use alias commands that connect a remote node by AX25, NETROM, ROSE and
|
||||
TELNET outgoing connections.
|
||||
|
||||
30/4/1998 v0.3b:
|
||||
"!" command crashed on systems with no swap: CORRECTED!
|
||||
Reconnected on Telnet sended two prompt-line: CORRECTED!
|
||||
|
||||
8/1/2000 v0.4-pre1:
|
||||
Now compile and run under kernel 2.2.x, glibc6 and new ax25 and ax25io libs!
|
||||
Added Gateway special tranfer mode.
|
||||
|
||||
18/2/2000 v0.4-pre2:
|
||||
"Ports" command crashed on systems without listening sockets: CORRECTED!
|
||||
Bad Pre-compiler directive order for systems without ROSE support: CORRECTED!
|
||||
Now AWZNode have a better I/O flushing.
|
||||
Other little code bugs resolved.
|
||||
|
||||
*Rewrites by Brian N1URO
|
||||
**Note: this is being done on a debian linux server running kernel 2.4.20.
|
||||
your milage may vary depending on the flavor of linux you're using. It
|
||||
may be possible that with the exception of screen pushes, the AWZNode
|
||||
could infact be working 100% fine, this I don't know.
|
||||
|
||||
5/4/2003 v0.5.2:
|
||||
Renamed the project to AWZ-URONode.
|
||||
Stripped out the recursing prompt to the end users.
|
||||
Redesigned the output of the node to be similar to that of TheNet X1J type
|
||||
nodes.
|
||||
Added NodeId variable header of several command output lines, this is
|
||||
totally configurable in /etc/ax25/node.conf under the "NodeId" option. I
|
||||
suggest in keeping with the design of TheNet X1J to use a format similar
|
||||
to: UROHUB:N1URO-2} (that's my personal preference hi!)
|
||||
In flexd.c (line 310), changed i++ from (2) to (16) to ignore additional ctext.
|
||||
If by chance you only get one packet burst worth of ctext or login.fpr
|
||||
information, you may reduce (16) below to 8, or if yo uget 3 packets worth
|
||||
of information you may go higher. In my case, I receive two packets of connect
|
||||
texts from my FlexNet gateway node so I use 16 for myself. You will have to
|
||||
experiment with this. You have been notified. Failure to adjust the parsing
|
||||
code properly -will- result in any connect text strings as being falsely
|
||||
parsed as bogus flexnet destinations and will maintain a sloppy list.
|
||||
|
||||
5/4/2003 v0.5.3:
|
||||
With the amount of rewrites, I decided to rename the node to URONode.
|
||||
Did more cosmetic cleanups and changed the node to look more like TheNet
|
||||
type node. This also included some code cleanup and rewrites of some
|
||||
minor routines.
|
||||
Readded a node prompt as an option, however unlike the previous way
|
||||
the prompt was programmed, if there was no prompt defined, a generic
|
||||
AWZNode -> prompt displayed. If in /etc/ax25/node.conf the prompt
|
||||
was left blank (aka: "") then a null line feed occurred. Now in
|
||||
regards to the prompt, if no Prompt is defined in /etc/ax25/node.conf
|
||||
a flexnet type prompt "=>" will display, or if you set the prompt in
|
||||
/etc/ax25/node.conf to Prompt "", then the prompt will be defeated
|
||||
and no additional lines of text (null or not) will be displayed.
|
||||
*I found it VERY frustrating that when a sysop or a user with
|
||||
shell permissions accessed the shell, upon return, there was
|
||||
no notification that you were back into the node! Added a routine
|
||||
that welcomed the user back to the node upon shell logout.
|
||||
Repeated the above for the PMS gateway. I guess AWZ hardcoded in
|
||||
a prompt for such notifications so I assume I am the one who
|
||||
broke this hi!
|
||||
|
||||
6/4/2003 v0.5.4
|
||||
Cleaned out some coded carriage returns which to me only adds junk to the
|
||||
code (unless the intent was for this to ensure a local echo wasn't working
|
||||
or something of that nature... ) at any rate, commented it out for now.
|
||||
Tightned some more of the displays which also cleans up some code as well.
|
||||
By now you may be wondering the madness behind my logic:
|
||||
As I stated when I first started this project, my goal was to use the
|
||||
existing AWZNode code and make it behave (oh austin powers behave!) as
|
||||
much like a TheNet X1J node as I could, with enhancing upon the existing
|
||||
tcp/ip and flexnet features this node has. Of course, code cleanup is part
|
||||
of the process. One thing I noticed on both AWZ and Tomi's node programs
|
||||
were the added strings both push such as the "Trying" messages when a
|
||||
user requests a connect to another node, etc. Personally, and especially
|
||||
on busy 1k2 baud links, i find it a bit irritating (as I'm sure end users
|
||||
do also) that additional lag due to a null line-feed or the node telling
|
||||
me what I asked it to is in process. In essance, this *should* make the
|
||||
node appear to connect faster for the end user... I hope *grin*
|
||||
Cleaned up the Sessions display... the net/rom sessions screen had an
|
||||
allocation for Rtt when it's not in use. This also caused the Sendq
|
||||
colum to appear grunged/misplaced.
|
||||
There's still some line-feeds here n there I'm cleaning as I go to which
|
||||
the subversion will increase hi!
|
||||
|
||||
6/4/2003 v0.5.5
|
||||
Changed mailbox.c and system.c from looking at the users's environment
|
||||
mail variable to point to /usr/bin/mail and /var/spool/mail/ respectively.
|
||||
I noticed (on debian anyway) that the hardcoded paths failed mail to no
|
||||
end. Doing more work on mail as I go along. Note: this only affects internet
|
||||
based email! A seperate PBBS such as F6FBB is recommended for AX.25 mail.
|
||||
Changed MSession command back to Sessions. I have no idea why this was done.
|
||||
Deleted the Send command. It refuses to send no matter what I do anyway, so
|
||||
to me it's useless. Also changed ! (STats) to STats to match Tomi's node.
|
||||
Personally, I found this confusing between the two nodes. Added a Quit
|
||||
hardcoded command to match both TheNet X1J and FlexNet style nodes.
|
||||
Tweeked the way the Stats displayed. Memory shows not just 'memory' but
|
||||
the definitions between swap and physical ram are displayed. Also AX.25
|
||||
daemon socket stats are also a bit more defined.
|
||||
Mail checking sometimes worked, other times didn't. Fixed the mailpoll
|
||||
routines so that polling would keep displaying to the user that he/she
|
||||
has new mail. This may irritate the user, but considering it's your
|
||||
hard disk space that's storing their internet email, for them to be
|
||||
on the node and simply choose *not* to read and/or delete mail from
|
||||
your resources is just as rude to you (my train of thought anyway).
|
||||
**NOTE: I can't stress enough on how dangerous (in regards to spam)
|
||||
the mail feature can be! I **highly** suggest that you *only* give
|
||||
access to those you know are hams! Needless to say, I would *not*
|
||||
turn access for this feature on for global access!!! Not only would
|
||||
you upset many people who are against receiving junk emails, but you
|
||||
could risk losing any and all internet connectivity from your ISP as
|
||||
some are *very* picky about spam mail that's relayed! Working for ISPs
|
||||
in the past, I can verify this :-)
|
||||
|
||||
8/4/2003 v0.5.6
|
||||
Still cleaning up some displays...this will be a task as I go along.
|
||||
One thing I'm not positive about is whether or not on multiple port
|
||||
usage how some diplays will read since I only have a single ax0 port
|
||||
I'm using.
|
||||
Fixed some routines in the do_finger command and added user usage
|
||||
messages. In some cases, routines were forced so that if certain
|
||||
strings (even null) weren't set after the finger command, it
|
||||
was programmed to force the user to finger the localhost whether
|
||||
or not that was their intentions. Personally, I found it better
|
||||
to push a usage message of one line to the user than to go ahead
|
||||
and process an errant finger request to the localhost. I did
|
||||
force finger to require an @ within the command... since you're
|
||||
fingering something"@"somewhere. This is displayed in the usage
|
||||
message to the end user whether or not the input string after
|
||||
the command is null.
|
||||
Mail checking still seems buggy, and the bug seems somehow (so far)
|
||||
to be linked with the mailbox.c routines. This is also where the
|
||||
do_sendmessage command is. Fixed some routines in the send command
|
||||
where if the To: or Subject fields comtained an UPPERCASE
|
||||
character, it could cause the node to segfault out and leave
|
||||
the ipcs open. This is bad! More on this in the Known Bugs section.
|
||||
|
||||
10/4/2003 v0.5.7
|
||||
Whew! After much hassle...FIXED the former (and I mean former hi!)
|
||||
SEnd command. While I was at it I also renamed it from Send to
|
||||
MEssage. I thought Mail and MEssage were similar in function so
|
||||
I decided to keep them together on the prompt as well.
|
||||
|
||||
11/4/2003 v0.5.8
|
||||
Found a bug in the MEssage command *sigh* more on this below.
|
||||
Moved the location of the help files from /usr/lib/ax25/node/help/
|
||||
to /var/ax25/node/help/ so that all created node files are together.
|
||||
Changed/fixed some of the help files to reflect changed commands, etc.
|
||||
Cleaned up more diplay text. (since I'm more a code hacker than a true
|
||||
coder, this is what I do best hi!.. but I learn as I go.)
|
||||
Edited the man pages and changed them from a text to a compressed format.
|
||||
Changed the configure script to grab the server's hostname. If your
|
||||
server's hostname is already an *.ampr.org host, then you should be
|
||||
fine with everything. If your server's hostname is a commercial domain
|
||||
based name, then you will have to edit config.h and insert the proper
|
||||
your.ampr.org hostname inside, or if you wish replied mail to be auto
|
||||
redirected to a NOS based node, enter in your NOS' ampr.org hostname.
|
||||
Added a warning message in the ./configure script to alert the sysop
|
||||
to check their config.h file for proper paths, etc. I was going to force
|
||||
a load of vi, but now-a-day most people don't use vi from my discussions
|
||||
but another editor such as ae, joe, pico, etc. Since the sysop will be
|
||||
editing their config files anyway, I feel the sysop can take a minute to
|
||||
verify paths and variables. Please pay close attention to any and all
|
||||
comments within this file!
|
||||
Added Makefile.in which is a 'generic' Makefile. Makefile is now created
|
||||
when you run the configure script. Also added some other environment
|
||||
grabber functions to the configure script which adds to the proper files
|
||||
that requires them for you.
|
||||
Added removal of Makefile in the command 'make distclean'.
|
||||
Removed local echo of "To:" field when using the MEssage command. That was
|
||||
for debugging purposes anyway.
|
||||
|
||||
12/4/2003 v0.5.9
|
||||
Fixed the bug that drove me nuts with the mail command. Now the mail
|
||||
command will reject/refuse a parameter. One more down off of the
|
||||
hitlist of bugs :-) It was suggested by N1UAN to make a configure
|
||||
script toggle for the MEssage command too. I may do that in the future.
|
||||
Fixed a bug in the POrts output. Since I only have one port, this was
|
||||
hard for me to test. N1UAN has multiple ports and using his node I was
|
||||
able to see and fix this bug before it made it to the buglist.
|
||||
|
||||
12/4/2003 v0.5.10
|
||||
Woops, fixed a bug in the Info command where there wasn't a line
|
||||
feed after the compile date. Reported by N1UAN. I also found a bug
|
||||
in the display of: Node Call|Alias where lines were grunging. I
|
||||
*think* I fixed this. Unfortunately this is the result of me only
|
||||
having one port to work with hi! I happened to find this myself
|
||||
using the copy N1UAN is running. Hopefully I fixed this bug.
|
||||
More of a maintenance release than anything else. Fixed a few tweeks
|
||||
here and there, nothing worthwhile to mention. The key thing in this
|
||||
version was to make it more customizable for the hard-set commands.
|
||||
This was suggested by N1UAN to which I kind of agree. It is possible that
|
||||
one could have a linux box on an amateur radio packet network but not wish
|
||||
to have it connected to the ampr.org or any other TCP/IP network. Coding in
|
||||
these commands would then become a bit of a tease to the end user who may
|
||||
wish to use URONode as a 'NOS' substitute for outbound telnet links, etc.
|
||||
Now hardcoded commands will be toggled on/off depending on how you answer
|
||||
the configure script. Answering NO to ALL questions will enable ONLY the
|
||||
following hardcoded commands:
|
||||
?, Bye, Escape, Help, Info, Quit, Status.
|
||||
Answering YES to AX.25 enables:
|
||||
Connect, Desti, Ports, Links, SEssions, Users.
|
||||
Answering YES to Email enables:
|
||||
MEssage.
|
||||
Answering NO to FlexNet:
|
||||
Disables the Desti command and will NOT compile or install the flexd
|
||||
daemon...however if you have a destinations file that is valid that
|
||||
will allow users to connect to digipeated paths without having to
|
||||
manually type a 'via' statement in.
|
||||
Answering YES to FlexNet enables:
|
||||
Desti.
|
||||
Answering YES to MHEARD enables:
|
||||
MHeard.
|
||||
Answering YES to NETROM enables:
|
||||
Nodes, Routes.
|
||||
Answering YES to ROSE enables:
|
||||
Rose based protocol strings within ax.25
|
||||
Answering YES to TCP/IP enables:
|
||||
Finger, HOst, Ping, Telnet
|
||||
Answering YES to TALK enables:
|
||||
TAlk.
|
||||
I may move the users to the default hardcoded commands..but for now my
|
||||
thinking at 5:00am on a saturday morning is, if you're not going to run
|
||||
ax.25, then you probably aren't as concerned who's in the node :-) Also
|
||||
the use of the linux netstat command will show you who's on. The commands
|
||||
I'm considering moving to the default are the ax.25 related commands...
|
||||
since after all, if you're on RF, you'll -need- ax.25 right?
|
||||
The Mail and SYsop commands are flagged on|off by the node.user file.
|
||||
|
||||
14/4/2003 v.0.5.11
|
||||
Another change to the configure script. This time it checks your local
|
||||
hostname and requests that you verify it. If you see it's correct,
|
||||
just hit enter. If not, change it. Now... and this is tricky...
|
||||
*if* you do NOT wish to have users RECEIVE mail on the node but have another
|
||||
smtp based server such as a NOS node in which you wish your users to receive
|
||||
smtp mail, then what I suggest you do is set hostname to the hostname of
|
||||
THAT server. What this will do is send mail from the user with a 'return'
|
||||
path of your NOS server. For example;
|
||||
On my system I have an MFNOS node which users may send and receive SMTP
|
||||
based mail. It has a hostname of "n1uro.ampr.org". While users may have
|
||||
permission to SEND mail from URONode "dx.n1uro.ampr.org", I wish them to
|
||||
only receive their mail at n1uro.ampr.org, so in this case I would tell
|
||||
the configure script my hostname is: n1uro.ampr.org. It's sort of a way
|
||||
you can allow mail with some sort of anti-third-party protection. Its not
|
||||
perfect, but it helps. The configure script *will* prompt you for this
|
||||
whether or not you enable the Email feature.
|
||||
I added two neat commands. One is the new Version command. This is set
|
||||
as part of the default hardcoded commands. All it does is shows the
|
||||
version information of the node. This same data is also shown in the
|
||||
Users command to keep the node in line with the display parameters of
|
||||
TheNet/X1J style nodes (as I like). The other is what I call a Whowas
|
||||
command. I got the idea from being on IRC, and borrowed code from
|
||||
PE1RJA's node. With the W command, this will show you when a callsign
|
||||
was last on the node, and how that user connected... ie: which port,
|
||||
ip address, etc. If the user connected multiple times within the scope
|
||||
of the log rotation then a columnized listing of that user's information
|
||||
will be displayed. My happy news is that the SSID stripper from the
|
||||
user's connection in sending email is fixed. One bug down!
|
||||
|
||||
15/4/2003 v0.5-R1
|
||||
WooHOO! MHeard table read/write of digipeated MHeard routing is FIXED!
|
||||
What I had to do was get argv to parse up to two digipeaters and then
|
||||
print to the device each in reverse order. Now since my RF digipeater
|
||||
gateway is a direct flexnet neighbor on axip, this was all I had to
|
||||
test with, your milage may vary. If the digipeated path is not yet in
|
||||
the mheard table, then it will fail. Another bug off of the list!
|
||||
*whew* I knew I was close <G>. Also found some more screen writes
|
||||
to tighten up. As far as I know, I'm going to (for now) close this
|
||||
chapter of my life's efforts and make a release. I"m happy with how
|
||||
URONode is performing and my alpha tester N1UAN appears to be just
|
||||
as pleased :)
|
||||
Found a bug in the output of the Who command when *
|
||||
was entered. While this didn't seem to affect me on a debian system,
|
||||
it did seem to act funky on a SuSe system. Flexd needs NOT be edited
|
||||
now. Cleaned up some time variables in the MHeard routine and added
|
||||
a column for the port heard, and the frame (pid) type. Since the
|
||||
users can now see the pid types, they'll have a hint as to how their
|
||||
connect request will be handled.
|
||||
Found two bugs in the finger routine, both which appear to be in ALL
|
||||
flavors of "*node". The first one I fixed, and that was quite simple.
|
||||
When fingering information, the [address] or [hostname] was omitted.
|
||||
I don't know if this was intentional, but I fixed it anyway to match
|
||||
that of standard 'finger' displays. The second appears to be that
|
||||
on a long RF hop, or a socket that's become broke due to routing
|
||||
being cut, etc... there's *no* escape. For now, I've omitted the
|
||||
Escape: CTRL-* display in all routines. It will still work for
|
||||
telnet, netrom, and other types of connects. Since the Escape
|
||||
command is a seperate command at the moment, I think it's fine
|
||||
for users to check|set their Escape sequence. Hopefully I'll be
|
||||
able to figure out a routine to escape from a 'stuck finger' :-)
|
||||
Also tweeked the output of the HOst command.
|
||||
*Welp, further research shows that there is no "escape" in the
|
||||
native linux finger command... as there is none with the ftp command.
|
||||
Needless to say, the better 'fix' was to simply disable all 'trying' state
|
||||
messages. Personally I find them to be excess traffic that's not needed as
|
||||
either the node will tell you that it's connected or it will tell you that
|
||||
it failed. I know flexnet will tell you that it's trying a link setup and
|
||||
xnet will take that a step further and show you which port the link is being
|
||||
setup on. I may add the set escape sequence in the login screen as default
|
||||
prior to users attempting connections so that it'll be easier on them to
|
||||
know that there is a way to break a connect if needed.
|
||||
|
||||
16/4/2003 v0.5-R2
|
||||
Ok, well I did decide to add the CTRL-* message as part of the
|
||||
initial user login screen. Also made some minor tweeks to the
|
||||
telnet login where now it shows more of a 'linux' style login.
|
||||
Did some more screens cleanups and stripped out a lot of the debugs
|
||||
I had commented out of the code. Ok..enough for now...I'm considering
|
||||
this version 'done' unless bugs are reported. :)
|
||||
|
||||
22/08/2003 - Bug/security report
|
||||
Morgan sm6tky publically posed a security report with some PoC listed but
|
||||
not all. While I was able to duplicate what he did submit for PoC, I
|
||||
wasn't able to find others. I'm very greatful to Morgan for bringing such
|
||||
information to my attention, I'm surprised that his first step was to post
|
||||
it in a public email list and list that I didn't reply when I wasn't even
|
||||
given the chance to... however with that being said, I still took his
|
||||
notations to heart and put the project a bit on the back-burner until I
|
||||
had time to do the fixes. I also offered Morgan a chance to submit code
|
||||
fixes to which he failed to do such. I don't claim to be a coder but just
|
||||
a hobbiest in regards to C and always welcome patches as I have with htppu
|
||||
with patches submitted by Thomas dl9sau who's also released his own flavor
|
||||
entitled SAUPP. Version 0.6.x will be in process as I have the time to do
|
||||
such.
|
||||
|
||||
v0.6.0 - never happened. Just made the directory structure and took an
|
||||
initial peek at Morgan's reports.
|
||||
|
||||
12/7/2005 v0.6.1
|
||||
Security issues fixed/removed. Rather than fix the talk command I decided
|
||||
to just eliminate it in favor of an external conversd command. I figure
|
||||
there's plenty of channels and lord knows there's actually more convers
|
||||
servers now than users to use them... why not just use that?
|
||||
|
||||
Another security issue was mail. Instead of having mail routines built
|
||||
into the node itself, I figure a node sysop can grab my updated axmail
|
||||
node plugin and use that. I've done some basic security tests and it
|
||||
seems to be a better way to go.
|
||||
|
||||
12/7/2005 v0.6.2
|
||||
Just a beta version, never released while working on more security
|
||||
fixes... I think I'm getting close now!
|
||||
|
||||
Changed some code in the do_help routine in command.c where Morgan
|
||||
reported the possibility of a buffer overflow.
|
||||
|
||||
Changed some code in the syslog routine in util.c hopefully fixing the
|
||||
formatstring vulnerability in that routine.
|
||||
|
||||
Changed some code in gateway.c in hopes of fixing the reported buffer
|
||||
overflow.
|
||||
|
||||
Found what I thought to be an open hole in ipc.c, should be fixed and
|
||||
with any luck the ipcs build-up issues will vanish with it. Only time
|
||||
and your debug reports will tell.
|
||||
|
||||
Fixed a bug in Makefile where the man pages weren't installed due to the
|
||||
fact I gzipped them and didn't change this in Makefile.
|
||||
|
||||
Changed the ftp url path, listed below.
|
||||
|
||||
v0.6.3 - some cosmetic tweeks I can't recall what they were.
|
||||
|
||||
04/07/2006 v0.6.4
|
||||
|
||||
Found a bug where if a user's permissions were flagged for "no escape"
|
||||
such as a xNOS, F6FBB BBS, etc, that the node tried to display an Esc-?
|
||||
as part of the prompt/screens. Removed the Esc-? from displaying. That
|
||||
simply annoyed me and I'm surprised it wasn't reported... after all if
|
||||
there's no escape why show "?" as one since "?" can be used as an escape
|
||||
character with CTRL.
|
||||
|
||||
Added an Email flag in node.conf. Simply add:
|
||||
Email <your@node.ampr.org>
|
||||
on a blank line within node.conf for it to get pulled into the node. If you
|
||||
don't "(null)" will display. It won't prevent the node from functioning but
|
||||
will show users how lazy you are hi! This allows a sysop to deny all users
|
||||
connection access _unless_ they have a password, while at the same time
|
||||
allowing the node sysop a means of displaying a point of contact so that
|
||||
users wishing to use their node and it requires a password can send a
|
||||
communication to gain access. I strongly suggest for any account that has
|
||||
sysop privs on the node that you force a password on _all_ connects and
|
||||
that you only grant access via internet/amprnet to those who request a
|
||||
password for security reasons if anything at all. Because I feel this is
|
||||
security related, I'm making this a release.
|
||||
|
||||
Fixed a bug in the install routine for the man pages. The default
|
||||
install for man pages was /usr/man, now it's /usr/share/man. I also
|
||||
updated the manpage for node.conf.5 and re-gzipped it.
|
||||
|
||||
24/10/2006 v0.6.5
|
||||
After a nudge from Stefano in Italy, I reintroduced a method in which one
|
||||
user on the node can send a brief "msg" to another. The command once was
|
||||
"talk" and still is on node (or if you prefer linuxnode that Tomi has
|
||||
set the standard for!). For the sender, they get a full status report
|
||||
as to what happened to their "msg" once the "enter" key is hit. For
|
||||
the receiver, if they're truely idle on the node, the message will pop up
|
||||
on them and the prompt will not return until they acknowledge receipt
|
||||
of the msg by hitting the "enter" key. Also note that a system bell
|
||||
will return on both sides, or just the sender's side *if* the msg
|
||||
wasn't delivered. Since this acts sort of similar to today's Instant
|
||||
Messaging world... I figure "what the hay they play noises too". I still
|
||||
stand on the theory that if one wishes to engage in keyboard chat, they
|
||||
should make direct TNC<>TNC connects or use convers but Stefano
|
||||
made me rethink this and I can see how it could be used for one user
|
||||
to "ping" another user with a msg saying "hey meet me on conv channel
|
||||
32767 and see if we can wake the sleeping sysops!" :-) Originally this
|
||||
was part of Morgan's security report filed back in 2003 (what? me
|
||||
procrastinate? LOL) so with convers so easily available to URONode as
|
||||
a plugin I felt it just as simple and quicker a fix just to remove
|
||||
"talk". I renamed the command to "msg" since you're really just sending
|
||||
a message and not really "talking" to the remote end.
|
||||
|
||||
Fixed the help files a bit to move talk.hlp to msg.hlp, and edited the
|
||||
content of such to fit the re-introduced command.
|
||||
|
||||
26/10/2006 v1.0.0
|
||||
First off, many thanks to Stefano and Alessio for their interest and
|
||||
contributions to URONode. They've inspired me to help improve this
|
||||
spinoff of AWZNode (which is a spinoff of FlexNode which is a
|
||||
spinoff of node which is a spinoff of.... :-} ) Stefano asked me a while
|
||||
back about putting in compression for Telnet and Connect commands.
|
||||
Considering so many have broadband now on their wired links, I somewhat felt
|
||||
this to be unnecessary, and here in the U.S. ax25 based transmissions are
|
||||
supposed to be in plain text... so between those two major reasons I had
|
||||
thought it best to just eliminate this feature a while back... not to
|
||||
mention security issues with zlib that were going on. Since those have
|
||||
been cleared and in respect to the motivation Stefano and Alessio have
|
||||
given me with their interest in this project I thought it only nice that
|
||||
I try and fullfill their desires as best as I can. Recieving compressed
|
||||
requests into URONode was always there but not an outgoing client... so
|
||||
I spent a few moments and coded one back into the front end. Needless
|
||||
to say, ZTelnet and ZConnect (as with node) are in URONode now as
|
||||
client gateway commands.
|
||||
You need to set up another inetd/xinetd instance on an unused port
|
||||
that calls "node -c" to enable receiving compressed connections via
|
||||
telnet. Make a new alias/ssid for ax25/netrom if you wish to support
|
||||
ZConnect client requests. Failure to do such will result in the remote
|
||||
end getting an error message.
|
||||
|
||||
27/12/2007 v1.0.1
|
||||
After a heated discussion with w0rli (as if that has never happened
|
||||
on packet before, and him accusing me of knowing nothing about packet
|
||||
or it's protocols) I decided to keep him happy while working on a system
|
||||
that's linked to one of his. Hank feels that by having a login screen this
|
||||
makes a node an application. While I can understand how he determines this
|
||||
in his one-sided point of view, I still disagree with it but can appreciate
|
||||
his concerns. Apparently he has never logged into a backbone router at an
|
||||
ISP and seen a cisco MOTD file... or is a backbone core or border router
|
||||
not a node on a network? :) In any event, I decided that I'd make the whole
|
||||
login sequence of displaying the node version and /etc/ax25/node.motd file
|
||||
an option to the node sysop upon running the ./configure script. Along
|
||||
with not displaying a MOTD file, the default FlexNet style prompt of
|
||||
"=>" will also not display. This will make URONode act more like
|
||||
Hank's snos and like TheNet X1J-4 (with the "welcome" message flagged
|
||||
off upon connect). Thanks are given to w0rli for this idea.
|
||||
|
||||
I also added a flag for the "NODE} Goodbye." string so that if you
|
||||
do not have a MOTD displayed, it will also halt the display of the
|
||||
node front-end saying bye to the user.
|
||||
|
||||
01/01/2008 v1.0.1a
|
||||
I decided that I'd go through the code and search for more cases that
|
||||
if MOTD is *not* defined, to ignore any and all reconnect flags, whether or not
|
||||
they're defined for external plugins (ie: axMail) or alias commands in the
|
||||
/etc/ax25/node.conf file. If during configure you decided to add MOTD during
|
||||
the option questions, then the node will infact act more like a user
|
||||
application including allowing reconnects etc.
|
||||
|
||||
I had thought I fixed the man pages install, appearantly I never saved it.
|
||||
This should now be fixed. My apologies.
|
||||
|
||||
* Author's Note: If you're linking the node to systems such as SNOS, or
|
||||
you're on a very busy network, or if you forward with other BBS systems
|
||||
who for whatever reason feel the need to connect to your node first
|
||||
before connecting to the BBS (which I feel is unneccessary but happens), I
|
||||
strongly suggest that you do NOT enable the MOTD which is the default option
|
||||
now in the configure script.
|
||||
|
||||
*** Important: I just don't have the time to clean up all the gcc-3.x
|
||||
compiler warnings however URONode compiles just fine under gcc-2.95
|
||||
so I made a decision to force gcc-2.95 for compiling URONode under.
|
||||
Configure was rewritten to check for this, and if it doesn't it will
|
||||
instruct you on where you can get a copy. This will not interfere with
|
||||
your installed copy of gcc-3.x if you so have it. I have verified that
|
||||
URONode compiles quite cleanly under gcc-2.95 and I do have both
|
||||
versions on my box:
|
||||
root@schlitz:/usr/bin# ls -al gcc
|
||||
lrwxrwxrwx 1 root root 7 Jun 25 00:00 gcc -> gcc-3.3
|
||||
root@schlitz:/usr/bin# ls -al gcc-*
|
||||
-rwxr-x--- 1 root root 69960 Mar 10 2004 gcc-2.95
|
||||
-rwxr-x--- 1 root root 85196 May 24 2005 gcc-3.3
|
||||
As you see above, gcc by itself is just a symlink to the latest
|
||||
version of gcc-*. Ensure that gcc-2.95 is in your executable
|
||||
path.
|
||||
|
||||
23-24/01/2008 v1.0.2
|
||||
Huge news! I finally got off my duff and cleaned up compile warnings.
|
||||
URONode will now compile fine on gcc-4.1 and under! This was just something
|
||||
that was under my craw for a very long time, but not that critical enough
|
||||
so you can really ignore the above notes in regards to GCC.
|
||||
|
||||
I ended up also making some modifications to the configure script, Makefile
|
||||
and config.h. Part of cleaning up some of the compile errors was a dupe
|
||||
conflict between library "log" routines and the internal node "log" routine.
|
||||
URONode now has it's own node_log() routine as to keep it seperate from
|
||||
library log routines. There's no change in it writing to syslog for you,
|
||||
just the function was renamed to avoid compiler warnings. Many files were
|
||||
updated due to this.
|
||||
|
||||
**Man file for uronode is now called "uronode", not "node". The binary made now
|
||||
is also "uronode".** This is *very* important because when you run
|
||||
"make install" or "make installbin", your inetd.conf/xinetd files will need
|
||||
to be changed to spawn the new binary, and your config within
|
||||
/etc/ax25/ax25d.conf will also need to be changed from calling "node" to
|
||||
call "uronode" now!! If you do NOT do this, you will be stuck running either
|
||||
an older compile or it won't launch at all. Please see the examples in the
|
||||
INSTALL file for help on how to configure this properly. In the future
|
||||
I may change the config files from node.* to uronode.* too. The advantage
|
||||
of doing this would be tri fold:
|
||||
1) it'd allow sysops to compare and test URONode side by side with another
|
||||
package such as Tomi's LinuxNode
|
||||
2) sysops could offer both flavors of a "node" to users if they so desired
|
||||
to do such.
|
||||
3) a sysop might prefer to have 2 compiles of URONode... one with full
|
||||
MOTD compiled in, one without.
|
||||
Those who know me, know I believe in allowing a sysop to have the freedom
|
||||
to pick and choose just how they run their nodes... and this just adds
|
||||
to their options. I do however discourage doing this unless it's for
|
||||
testing reasons but c'est la vie.
|
||||
|
||||
**** Actually, I figured why wait to change files around, so I changed
|
||||
all the config files from "node.*" to "uronode.*". Now if you're doing
|
||||
an UPGRADE, you'll need to rename your config files in /etc/ax25/node.*
|
||||
to /etc/ax25/uronode.* or else you'll have issues with some routines.
|
||||
I also deleted the *.ex files and changed installconf so that the proper
|
||||
files get copied into /etc/ax25 for new installs. I also changed all the
|
||||
man page files that were node.* to uronode.*
|
||||
|
||||
As much as it sorta kinda but not really pained me to do this, I decided
|
||||
that it may be cool to have *something* to let the user know that their
|
||||
outbound ax25-type connect is via flexnet, so I added a routine in
|
||||
gateway.c which checks the connect type and if the request is via FlexNet,
|
||||
the user will see the standard "link setup..." message like they would on
|
||||
a flexnet node, followed by "*** connected to <desti>". This MAY have an
|
||||
adverse affect on FBB forwarding since FBB looks for "Connected..." instead
|
||||
of "*** connected...", but there's ways around that in your FBB forward
|
||||
file.
|
||||
|
||||
25/01/2008 v1.0.3
|
||||
|
||||
*Big News*
|
||||
For Debian and (K)ubuntu users, I've decided to make a release of
|
||||
uronode as a .deb package. This is my first time doing this and I'm really
|
||||
not that comfortable with rolling it out officially since it's my first
|
||||
pre-packaged binary so here's what I suggest you do if you decide to use it:
|
||||
cd /etc and tar cvf ax25/* ax25files.tar
|
||||
dpkg -i /path/to/uronode*.deb
|
||||
tar xvf ax25files.tar
|
||||
For now this will preserve your current config as the .deb package *will*
|
||||
overwrite your current files in full including configs!
|
||||
YOU HAVE BEEN WARNED!
|
||||
|
||||
Found a bug in the WHO command when MOTD was disabled. Currently if you
|
||||
don't define that, then the WHO command is deactivated and not compiled
|
||||
in. MH works fine and should be enough to be used to track recent connects
|
||||
to your node.
|
||||
|
||||
Discovered a bug in the newly introduced FlexNet style cosmetics where
|
||||
after "link setup..." if the connect request times out, error isn't printed
|
||||
on a new line. I wrote a new string to push to the user so that if their
|
||||
request does time out, it matches that of FlexNet's timeout string while
|
||||
leaving vanilla ax25 and netrom timeout errors the same. Again, these
|
||||
strings will inform end users the type of outgoing request was made
|
||||
whether it was FlexNet or vanilla ax25.
|
||||
|
||||
While I was add it, I decided it would be helpful to end users who are
|
||||
making FlexNet links to show which ax25 interface is being used for
|
||||
connects similar to that of how Xnet shows connect requests. The interface
|
||||
will be displayed in parentheses () such as: Link setup (ax0)...
|
||||
so if the link fails, the user can see which interface to try a direct ax25
|
||||
connect request out from.
|
||||
|
||||
I think I fixed a slight bug in flexd.c where if the LO.FPR and C.FPR
|
||||
weren't formatted just right, it'd exit prematurely and issue a false
|
||||
error. Apparantly the buffer was set a bit too high and captured too much
|
||||
to parse, so I lowered "buffer" from 1024 to 512 and it now appears to be
|
||||
fine.
|
||||
|
||||
A "bug" was reported about the config of the backend of URONode when infact
|
||||
the bug was with ax25d.conf and nrports. Remember, when you configure your
|
||||
node, ALL your SSIDs for ax25, netrom ports, and axports *MUST BE UNIQUE* if
|
||||
you have RF links to native netrom nodes. Failure to do such will result in
|
||||
some flooding issues because if an ssid in axports, ax25d.conf and nrports
|
||||
is shared, an X1J node connecting into URONode will result in the ax25 link
|
||||
layer being seen as a user and not a network socket. You'll ping-pong
|
||||
the node with X1J in almost an endless loop. *You have been warned!*
|
||||
|
||||
22/02/2008 v1.0.4
|
||||
|
||||
I decided to make the node text more "technically correct" in it's display
|
||||
of things... mainly in regards to "ports". We don't have "ports" per say
|
||||
but we do have "interfaces". Needless to say, any reference to "port(s)"
|
||||
has been changed to "interface(s)" including the former Ports command. This
|
||||
has been replaced with the new INTerfaces command.
|
||||
|
||||
Users now will show the "interface" a user may be coming in on if it's ax25
|
||||
or if inbound from FlexNet.
|
||||
|
||||
The PIng command has been shortened to Ping now with the refactor of the
|
||||
"Ports" command. Ping now only requires "P" to ping another node.
|
||||
|
||||
*Note: this will be the last release for a while as I'm moving and won't
|
||||
have a server or test bed to test with.
|
||||
|
||||
10/05/2008 v1.0.5r1
|
||||
|
||||
The move has completed and of course in my own sick and twisted mind, I have
|
||||
decided to do a release that I call version 1.0.5 release candidate 1. This
|
||||
is a minor release but it's something I despirately wanted to do for a while
|
||||
and was just sitting like an itch under my skin to do, and sometimes you have
|
||||
to just take a break from it <all> to clear the noggin and get the code the
|
||||
way you want it. What was bothering me was the fact that not one flavor of
|
||||
a linux-node complies with that of the Software 2000, inc specifications of
|
||||
Net/Rom... and I desired to be the first to do such... yay me?
|
||||
|
||||
In any event I went through the code and made changes to the following files:
|
||||
command.c, config.c, extcmd.c, gateway.c, node.c, node.h, and system.c.
|
||||
What this does for you is makes your URONode behave more to the specifications
|
||||
of Net/Rom regardless of how you define the MOTD flag. If you define the MOTD
|
||||
flag, the node will continue to behave as it has <all> along, however it forces
|
||||
it in "off" mode when the incoming connection is Net/Rom based. This is
|
||||
extremely useful if a robot script (such as FBB forwarding) is used to
|
||||
go through your node.
|
||||
|
||||
The decision of making this a release candidate was because I'm sure I may
|
||||
have missed testing some of it's behavior and will have to do some cosmetic
|
||||
and/or bug fixes.. so if you find any, please report them to me and I'll do
|
||||
what I can to fix it.
|
||||
|
||||
Source, .deb, and .rpm packages are available at the typical location of
|
||||
ftp://ftp.uroweb.net/pub/ax25/ ...enjoy for now!
|
||||
|
||||
12/05/2008 v1.0.5r2
|
||||
|
||||
I had this really irritating bug that appearantly I just never noticed
|
||||
all this time when HAVEMOTD was undefined. Thanks to some assistance from
|
||||
K2MF, I was able to identify and fix this bug. Inside the main loop statement
|
||||
for the node, when a user disconnected, it was adding an extra frame to
|
||||
the stream that contained only a line feed. Looking back at this, I did this
|
||||
due to the fact that X1J handles it's output to the terminal differently than
|
||||
does any other node that I'm aware of.
|
||||
|
||||
In any event, taking out this line feed somewhat caused other outputs of
|
||||
text to lack a line feed when it needed it... so this meant changes in
|
||||
command.c, extcmd.c, gateway.c, ipc.c, node.c, system.c, user.c and maybe
|
||||
more that I can't quite recall as of this writing.
|
||||
|
||||
The good news is that I did fix 2 minor bugs that were under my skin!
|
||||
One minor bug was that when a nodes or destis list ended with a row of
|
||||
4, an extra line-feed was displayed. While this bug still exists under
|
||||
certain conditions, it's no longer present during netrom connects.
|
||||
|
||||
Also during a netrom disconnect, an extra line-feed no longer sends to
|
||||
the remote node thus making it more Software 2000, inc. compliant. I'll fix
|
||||
the previous mentioned bug for release 1.0.6 sometime.
|
||||
|
||||
21/05/08 v1.0.5r3
|
||||
|
||||
Fixed some screen cosmetics that I introduced while making the node more
|
||||
Software2000 compliant... I'm sure I missed a few more.
|
||||
|
||||
***Big News***
|
||||
I've finally tracked down and fixed the remote escape bug (I think)!
|
||||
What I saw was happening was that the SIGPIPE handler wasn't being
|
||||
executed properly and it appeared to be waiting for more data which
|
||||
it never received. I added a quit_handler routine in the main loop
|
||||
which now will execute a node_logout(), flush out the IPCs,
|
||||
log the event to syslog, and close out the application properly.
|
||||
Due to this bug lingering in all flavors of *node for linux, and not
|
||||
having the resources to fully stress-test this, I'm going to leave this
|
||||
as release candidate 3 for now until (hopefully not!) someone reports
|
||||
that this routine is causing ill-behavior.
|
||||
|
||||
26/05/08 v1.0.5r4
|
||||
|
||||
There was a LOT of cosmetic changes in this one which caused me to add
|
||||
a LOT of conditional calls into the code, many of which I'm unsure whether
|
||||
or not it'll fly properly under every condition so your milage will definately
|
||||
vary depending on your specific setup! Since URONode has become very popular
|
||||
within the EastNet packet system I decided to make the node appear for both
|
||||
the ax25/FlexNet side or its NetRom side, dependant on how the user logs into
|
||||
the node. Because of the massive changes in structures, rather than listing
|
||||
them <all>, the above description should do.
|
||||
**Note: you MUST add a new line in uronode.conf that defines
|
||||
FlexId XX#XX-##
|
||||
Either take yourcall-ssid from ax25d.conf OR if you're linked to a
|
||||
node that does flexnet, use yourcall-ssid as it is on the remote flexnet
|
||||
system. If you don't, and a user connects in via telnet or ax25/flex you'll
|
||||
display (null) to them. Also: if you added a } after your NodeId
|
||||
callsign-ssid, remove it. It's been hardcoded into URONode now.
|
||||
|
||||
I decided to mute the banner section of the login sequence however
|
||||
it will still display your MOTD if it's defined during ./configure.
|
||||
If there's a demand for it, I may add it as a configurable option.
|
||||
|
||||
Even though I put r4 out for download, I did find a couple minor bugs
|
||||
which have since been fixed.
|
||||
|
||||
29/05/08 v1.0.5r5
|
||||
|
||||
In a nutshell, if the user connects to your URONode via NetRom, then
|
||||
they will get standard NetRom prompts with "ALIAS:CALL-#} " as a result
|
||||
header to all of your commands with the exception of FlexNet gateway
|
||||
connects.
|
||||
|
||||
Now in uronode.conf, a *new* line _must_ be added for FlexId. The parameter
|
||||
is:
|
||||
FlexId <call-flexssid>
|
||||
An example since my URONode is on FlexNet as ssid 3:
|
||||
FlexId N1URO-3
|
||||
|
||||
Also note that the need to have a closed bracket "}" after your NodeId
|
||||
now is not required and should be deleted. I finally got off my butt and
|
||||
hard-coded it into the software.
|
||||
|
||||
The Version routine was also changed depending on how the user is connected
|
||||
in. If the incoming connect is made using NetRom, then the standard prompt
|
||||
is displayed. If the incoming connect is via any other type of link, then
|
||||
a columnized display is made showing Software version, NodeId, and FlexId
|
||||
in hopes of eliminating confusion to the end user.
|
||||
|
||||
While in the midst of all the above, I did find some cosmetics to fix.
|
||||
|
||||
Before I make this release candidate an official, I'm curious as to
|
||||
whether or not anyone would object to me eliminating some of the
|
||||
standards of the login banner of the node (non-NetRom displayed).
|
||||
Please let me know and I'll make the necessary changes if need be.
|
||||
-- actually I already decided to do this.
|
||||
|
||||
I added a new routine in util.c which now will give the end user
|
||||
the type of prompt based upon the type of connection. The default
|
||||
for ax25/FlexNet is: "=> " (note the space after > unlike Flex)
|
||||
for NetRom is: "ALIAS:CALL-ID} "
|
||||
for tcp/ip is: "usercall@hostname:/uronode$ "
|
||||
|
||||
With the new routine, I changed the main loop in node.c from defaulting to
|
||||
Prompt simply to using node_prompt().
|
||||
|
||||
01/06/08 v 1.0.5
|
||||
URONode version 1.0.5 is now considered to be "final". With the new month
|
||||
is a new final release, and in this release it has more face-lifts than
|
||||
Joan Rivers hihi!
|
||||
|
||||
I added a new routine in the configure script which will prompt you for
|
||||
telnet colored routines... yes we have ANSI! Now, a couple things about
|
||||
pushing ANSI code:
|
||||
1 - consider network bandwidth if you have IP users via RF
|
||||
2 - many windows apps such as WinPack do NOT support ansi. This is NOT
|
||||
a fault of URONode, but that of the Windows application. If you
|
||||
find you have trouble decoding ansi, try PuTTY or use HyperTerminal
|
||||
in telnet mode. Ansi is hard disabled for ax25/Flex and NetRom connects.
|
||||
I also added ansi codes for "Nodes" and for "Desti" lists commands if the
|
||||
inbound connect is made via IP.
|
||||
|
||||
Added an "EXit" command for users in IP mode since you now feel like you're
|
||||
in a bash shell... just a 'force of habit' thing. Bye still works.
|
||||
|
||||
Fixed a bug introduced with the new node_prompt changes to node.c. If
|
||||
the user was required to enter a password outside of being on the localhost
|
||||
or amprnet, the prompt displayed twice... this is now fixed. I also found
|
||||
and fixed soem more cosmetics that I considered to be wrong. This bug was
|
||||
driving me insane as to why it was doing this, but I finally tracked it
|
||||
down.
|
||||
|
||||
Found and fixed another bug where if the user's permissions were set
|
||||
to a perm "escape off", prompts didn't properly function.
|
||||
|
||||
Made a change to nodeusers where now if no one is on the node, it'll
|
||||
say such instead of simply being blank.
|
||||
|
||||
A note about ansi:
|
||||
linux shells will decode ansi pretty good as will old DOS based terminal
|
||||
programs such as Qmodem, Telix, etc. If you use a raw terminal such as
|
||||
xNOS, you'll need to insure you load ANSI.SYS in your C:\CONFIG.SYS file
|
||||
and reboot so the terminal will decode ansi.
|
||||
Windows telnet *will* decode ansi as well however since XP, local echoing
|
||||
by default is set to OFF. You can CTRL-] and type: set localecho, then hit
|
||||
enter twice and you can get echoing back on.
|
||||
If you use something such as WinPack which doesn't decode ANSI, please do
|
||||
NOT contact me! Contact the authors of WinPack and report the lack of
|
||||
ansi as a bug.
|
||||
|
||||
I also am including a copy of axdigi from the original FlexNode package.
|
||||
This is compiled as a static binary and a copy of axdigi.conf IS
|
||||
also included in the source package, but I won't package it with the .deb
|
||||
or .rpm packages... however I do reserve the right to change my mind :)
|
||||
|
||||
Static binary packages are compiled with the following options OFF:
|
||||
Rose support
|
||||
All other options are compiled in.
|
||||
|
||||
04/07/2008 v1.0.6
|
||||
Found and fixed a bug in the Who routine where a netrom prompt was merging
|
||||
with the last entry of a list even if the connect was not netrom. This change
|
||||
was made in system.c.
|
||||
|
||||
Added some more ansi routines if #defined COLOR. Here's the schema:
|
||||
Connects display in green as in "gateway go"
|
||||
Reconnects display in red as in "gateway stop"
|
||||
Commands display in bright white
|
||||
Netrom Nodes (full list) in bold cyan
|
||||
FlexNet destis (full list) in yellow
|
||||
Current users in magenta
|
||||
Aborts and timeouts blink bright red
|
||||
Logouts in low cyan
|
||||
I'm making the color schema a bit more consistant through out the application.
|
||||
While doing such, I'm cleaning things up so that just the headers are in
|
||||
color, not the actual results so that if one is NOT decoding in ansi (and
|
||||
again if not that's a fault of the client NOT of the node) the node won't
|
||||
appear as offensive.
|
||||
|
||||
Found a bug in the auto router where it wasn't parsing the digi path
|
||||
from the mheard table, HUGE credit goes to Barry K2MF (of MFNOS fame) for
|
||||
supplying the code that properly handles this. Fixed.
|
||||
|
||||
Did a lot of clean-up for how the node/shell responds dependant on how the
|
||||
user connects in. Many changes done in gateway.c, extcmd.c and node.c.
|
||||
|
||||
Now made ANSI a flag in uronode.perm... I may change this later however
|
||||
because of such, it forced me to have to make a new nuser_list routine
|
||||
in command.c as well as move node_prompt from util.c elsewhere so
|
||||
command.c seemed like the best choice. Setting the user bit +512 will
|
||||
now grant them telnet ANSI color. Not giving them this will turn
|
||||
it off. I'd like to make it an end-user toggle so that depending on
|
||||
which client the user is coming in with they can choose online to get
|
||||
color or not. The user perm flag replaces defining Color during the
|
||||
configure script.
|
||||
|
||||
Defining MOTD now serves multiple functions:
|
||||
1) Display of the MOTD screen/file
|
||||
2) Display of prompts for all interfaces
|
||||
3) Reconnect back to the node upon a gateway link out
|
||||
I suggest compiling with MOTD on, which configured by default in the
|
||||
.deb and .rpm packages.
|
||||
|
||||
Changed some of the technical correctness of the node in regards to IP
|
||||
functions. Ping now returns ICMP Echo request/reply messages and IP based
|
||||
connects out now show the service/port that the connection request is being
|
||||
opened to.
|
||||
|
||||
Added color schemas to the NetRom and ax25/Flex interfaces if the user
|
||||
requests it to be on. The same color schema is used on all 3 interfaces.
|
||||
|
||||
Fixed a very irritating bug that some folks have reported on which
|
||||
when do_ports() was called, and the axport description was over 42
|
||||
characters in length, do_ports() was *not* properly truncating the
|
||||
additional characters, and making things looks a bit sloppy. A similar
|
||||
bug exists in LinuxNode =< 0.3.2. Note: In your axports file, you *MUST*
|
||||
have a tab after the window digit before writing your interface
|
||||
description or else the parser will consider the spaces as just that...
|
||||
empty spaces! You have been WARNED!
|
||||
|
||||
Updated uronode.conf and uronode.perms files to show examples of recently
|
||||
added features.
|
||||
|
||||
Long overdue: Updated the MAN pages!! I'm so sorry for letting these slide!
|
||||
It really is hard enough trying to keep track of things in this file, never
|
||||
mind actually documenting it in a manual page or two hihi!
|
||||
|
||||
Found and fixed a bug in the logout routine where a false error was being
|
||||
reported that the shared memory segment (IPC) couldn't close. Somehow this
|
||||
was introduced by me duping the lines in the routines so that it was actually
|
||||
trying to close the shared memory segment twice! I guess in reality, the
|
||||
log error was indeed correct since there was no second segment to close hi!
|
||||
|
||||
Added a "make update" option to the Makefile. This option *must* be used
|
||||
in version release sequential order or else it may fail!
|
||||
|
||||
Fixed a cosmetic bug in the way NetRom nodes introduced by me when I created
|
||||
multiple interfaces. The word "NetRom" appeared twice in the header when
|
||||
a user would request a Nodes list.
|
||||
|
||||
15/11/2008 v1.0.7
|
||||
|
||||
Made some cosmetic changes to text and ansi color displays, still a few
|
||||
more to do but not critical so it gives me an excuse to do a maintenance
|
||||
release one of these days hihi!
|
||||
|
||||
With the assistance of the great and mighty <all>, the <all> of c coding
|
||||
knowledge, I was able to incorporate a loop detection system when making
|
||||
FlexNet or ax25 connects... now if there's a loop in the outbound connect
|
||||
request, the user will be informed of such which includes a system bell
|
||||
(beep). I thought about adding a loop connect block such as with FlexNet
|
||||
however in the case of axip/axudp links many links may share the same
|
||||
interface which really would be unfair to the user trying to gateway out
|
||||
that's also coming in from the same axip interface.
|
||||
|
||||
Now for the big news of this release: By request of Bob Anderson K2BJG,
|
||||
I wrote a kluge for flexd.c which now requires 2 additional fields in
|
||||
/etc/ax25/flexd.conf - MyGate and MyRange. Inside flexd.conf, MyGate
|
||||
is your neighbor FlexNet gateway without ssid, and MyRange would be
|
||||
the full ssid range of the FlexNet gateway you poll. This will add your
|
||||
FlexNet gateway into your local desti table complete with SSID range and
|
||||
give it a ttl of 0 since there's no true ttl polling going on... but there
|
||||
is a catch to this: you MUST add each ssid of the remote FlexNet system
|
||||
into uronode.routes as a direct link or else connect requests will fail
|
||||
because the connect will try to digi off of the remote FlexNet system
|
||||
to itself. I don't know if I agree with this yet or not as a local
|
||||
FlexNet system never shows itself in it's desti table, and that's what
|
||||
K2BJG has asked me to do with URONode. As I said, for now this is all
|
||||
a kluge but it does appear to work if instructions are followed
|
||||
verbatim.
|
||||
|
||||
Examples:
|
||||
MyGate N1URO
|
||||
MyRange 1-11
|
||||
|
||||
Made a change in the Makefile so that the axdigi module does NOT copy over
|
||||
by default. Now you MUST do this manually and add it to your scripts. Not
|
||||
everyone would wish to use this so why force more junk in a directory? :)
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
See CHANGES.2 for more notes in regards to changes.
|
700
CHANGES.2
700
CHANGES.2
|
@ -1,700 +0,0 @@
|
|||
28/11/2008 v1.0.8
|
||||
*notes lost, sorry.
|
||||
|
||||
27/05/2009 v1.0.9
|
||||
**production copy stolen. See LICENSE for who did this and my response.
|
||||
|
||||
11/05/2013 v2.0
|
||||
Clean up of some code... I had a copy of 1.0.8 from 2008 I recovered. I
|
||||
did
|
||||
have a version 1.0.9 in production but can't seem to locate it for some
|
||||
reason so starting from memory using 1.0.8. Thanks to Brett WA7V for
|
||||
supplying me with some teaser code :-)
|
||||
|
||||
Updated version! We're on 2.0... finally! (yea, big news right? Maybe
|
||||
not!)
|
||||
|
||||
Moved the "Who" commmand to the list of basic internal node commands.
|
||||
I can't recall why on earth I had it defined with MOTD. Perhaps it may
|
||||
come to me later but for now I can't recall. I may have to move it
|
||||
somewhere else, but I believe it has to do something with logging
|
||||
features or something along those lines. For now, you need to define
|
||||
MOTD as a compile selective to have the <Who (call)> defined.
|
||||
|
||||
Fixed the sysop shell warning, this needed to be a tad more specific
|
||||
in my point of view... then again who am I? Also cleaned up the return
|
||||
prompt as it could be confusing if the incoming connection was done via
|
||||
NetRom. I removed the default FlexNet Identifier out. Now it just says:
|
||||
"Welcome back.".
|
||||
|
||||
In regards to the "Who" command; I see what was going on here and where
|
||||
I left off with it! Logging and the "Who" command pretty much go hand in
|
||||
hand - so they're combined. The initial design of FlexNode was to have a
|
||||
MOTD based off of the logging of when the user last was on, otherwise if
|
||||
they did not exist, push the "new user" screen to them. The down and
|
||||
dirty quick fix is to simply remove it from netrom connections into the
|
||||
system! Who cares if you get a MOTD on a flex/ax25 or a telnet connect
|
||||
into the system!
|
||||
|
||||
With the above said, I changed the sequence of "configure" to ask if the
|
||||
sysop/admin wishes to log user connects into the system. In the future I
|
||||
will either move this to be included with protocols or I may simply hard
|
||||
code it in as a defaulted option, and move the "Who" command as being
|
||||
defined into TCP/IP functions. For now, it's hard coded in as a selected
|
||||
option but will NOT display for NetRom connects.
|
||||
|
||||
While I was at it, I changed some of the routines in the configure script.
|
||||
Nothing major but did improve upon a few things. While doing this, and
|
||||
running "make upgrade" I noticed that flexd.conf was being overwritten!
|
||||
OUCH! I'm surprised this went on for as long as it did. I *think* I did
|
||||
this to force people to add the new lines in flexd.conf that K2BJG/SK had
|
||||
asked me to do.
|
||||
|
||||
Created a man page for flexd.conf(5)! I'm surprised no one asked me why this
|
||||
was missing! It explains further how to create the file. Keep in mind, this
|
||||
also works on Xnet as well as Flexnet. If this doesn't help you figure out
|
||||
how to create this file or edit the sample one... I don't honestly know what
|
||||
to tell you. In doing such, it also forced me to change the generated
|
||||
Makefile so that "install upgrade" and "install man" installs it.
|
||||
|
||||
Changed the licensing! This is (I'll admit) very personal and _must_
|
||||
remain as is! I could fill a TB hard disk with reasons and debates
|
||||
as to why it's no longer GPL code. Please insure you are in an area
|
||||
where you can use this code. Thank you.
|
||||
|
||||
Fixed an ANSI bug I had in the "Users" command which was driving me nuts!
|
||||
On NetRom, it would change the prompt to magenta which it shouldn't. What
|
||||
I did as a fix was to force a removal of ANSI on the prompt for NetRom
|
||||
based connects... simple enough. There may be other ANSIs for me to fix
|
||||
and I'll cross those bridges when I get to them. Found another in gateway.c
|
||||
and fixed the netrom ANSI to properly reflect that once a connection was
|
||||
made, it was "systems GO" (green) without changing the Node's ID string.
|
||||
|
||||
Created a COLORS file which somewhat explains the hows/whys of not only
|
||||
how I came up with a schema, but when it should and should NOT be used.
|
||||
It may also be used as a quick reference guide for the local sysop. It's
|
||||
a nice little cheat sheet one may print and keep near their keyboard if
|
||||
they want.
|
||||
|
||||
Added text to both the colors.hlp and help.hlp file for a users better
|
||||
understanding of the color schema and how to gain colors to their terminal
|
||||
if they so choose to have it. See my wishlist below for more information on
|
||||
where I wish to go with this.
|
||||
|
||||
Added an item to the Wish List located further below in this file. With so
|
||||
many spend-thrifty hams, do I really need to go through the code and match
|
||||
it with the most up-to-date version(s) of GCC for compiling? I originally
|
||||
developed the code using GCC version 2.95, now I'm compiling it on version
|
||||
4.2.4 and it's not showing any errors during compile. If you have a specific
|
||||
version of GCC you're using, please submit that and proper hardware for me
|
||||
to run it on and I'll be more than happy to march forward :-)
|
||||
|
||||
Changed the inactivity timeout message so that it does NOT show
|
||||
the FlexNet node call and gives a more specific message as to why the user
|
||||
was disconnected. This was a call I originally edited and have now cleaned
|
||||
up in node.c. There may be more of such messages. I can only test so much
|
||||
and for so long :)
|
||||
|
||||
Made some more ANSI cleanups - in regards to Status and Users commands. I
|
||||
had them as magenta and they should only be bright white as they don't
|
||||
fit into any real category except for local system informations. For these
|
||||
I had to make routine changes as well as ANSI changes in user.c and in
|
||||
command.c. Also fixed the ANSI for version in NetRom. It currently had none.
|
||||
This was done in command.c. Also cleaned up Links and Routes ANSI in command.c
|
||||
and other places where needed. Originally I had the Routes as yellow which
|
||||
even though it points the ax25-interface that NetRom is encapsulated under,
|
||||
it's really more for NetRom "route"-ing... so changed it to cyan to keep with
|
||||
the schema.
|
||||
|
||||
Found a disaster in ANSI routines for the Links command and the variant
|
||||
switches along with it! The ANSI ran to the table which I did not want
|
||||
to have happen and I believe I was very diligent in cleaning this up
|
||||
in ver 1.0.8 or 1.0.9. In any event, I recall doing this and now I have
|
||||
repeated my work... thus taken time away from more important tasks
|
||||
*sigh*.
|
||||
|
||||
These were worked in router.c. I also cleaned up other places where ANSI
|
||||
ran over other strings that it shouldn't, and where it may have engaged
|
||||
prior to where it should. Such instances are when it would highlight over
|
||||
the Node-ID string (ex: MYNODE:mycall-5}). This really made my skin crawl
|
||||
and I *know* I fixed this before... who knows perhaps I made a cleaner
|
||||
routine than I had.
|
||||
|
||||
I recall doing a LOT of code clean-up, and it appears I need to revisit this
|
||||
again. When I'm done, hopefully I can get rid of a few hundred lines of code
|
||||
that's simply commented out for testing purposes only. The sizes of your
|
||||
binaries should not be affected by this and I believe I've been diligent
|
||||
to clean up the configure script to somewhat automate this process for you.
|
||||
This task will be excessively time consuming! If anything it'd be an excuse
|
||||
for a maintenance release!
|
||||
|
||||
Fixed a minor routine in ipc.c in regards to the Msg command. I deliberately
|
||||
did NOT add ANSI to this because in a way the Msg command I feel is a tad
|
||||
intrusive such as with an instant message, however I did clean up how an
|
||||
incoming message was handled to the recipient. It now (in my opinion)
|
||||
shows a cleaner screen.
|
||||
|
||||
I found Craig Small's old axdigi code and made an elf compile. In layman's
|
||||
terms, it's a static binary and should run as-is for you. This binary
|
||||
claims to be fully automagic in regards to crossport digipeating unless you
|
||||
make changes to your interfaces in which you should restart it. This binary
|
||||
also should NOT require /etc/ax25/axdigi.conf anymore. I have the other
|
||||
binary so if you think you need it, let me know.
|
||||
|
||||
Added an install for axdigi in Makefile.in under "install bin". Previously
|
||||
this file was not included, now it is. I may write a shell script to launch
|
||||
the daemons for you... keep an eye on this file for further info!
|
||||
|
||||
26/05/2013 v2.1
|
||||
|
||||
Fixed a bug in gateway.c where the finger "stop" ansi was white instead
|
||||
of red (for stop). This was one I missed not having proper routing yet
|
||||
to fully test. Thanks Brett WA7V for the link!!
|
||||
|
||||
Made another change in gateway.c in regards to the handling of the
|
||||
flexnet destinations listing when using Flex/AX25 ONLY. There is a
|
||||
reason for this (believe it or not) and that's in the shell and netrom
|
||||
interfaces they both begin the destinations list with the string
|
||||
"Flexnet Destinations:". This may cause neighbor URONode/AWZNode/etc
|
||||
systems using flexd to improperly parse flexnet destinations from each
|
||||
other. At the moment, I don't have the facilities to properly test this
|
||||
but am hoping to work something out.
|
||||
|
||||
Thanks to Bob K2JJT, I added an include for socket.h in ipc.c. While I
|
||||
never saw any errors here, I don't believe I've ever tested or compiled
|
||||
on a Slackware system... Bob uses Slack. K2JJT reported adding this to
|
||||
ipc.c helped him fix issues with his compile as it was griping about
|
||||
AF_NETROM. Adding it here made no difference so since it helps Slackware
|
||||
I'm all for being multi-distro compatable as much as humanly possible.
|
||||
|
||||
In reviewing 2.0 changes, it had me look more into the shell function
|
||||
for sysops. I made a change that more defines which shell you may be
|
||||
in when you do a 'w' or a 'who' in a linux shell via the node. This
|
||||
was changed in system.c
|
||||
|
||||
Made a patch to node.c where if called from a shell, it would coredump.
|
||||
Now, if it's called from a shell it simply exits back to the shell
|
||||
prompt. I believe the same is in other "node" variants to which
|
||||
the documentation directs the local sysop not to call the node from
|
||||
a prompt, however KI6ZHD felt this was an issue. Being harmless in
|
||||
nature to the function of my design I felt it wasn't harmful to add
|
||||
it in. This patch was provided by David Ranch KI6ZHD. Thanks to him
|
||||
for providing this, and eliminating any accidental core files on your
|
||||
hard drives, and to Steven, K6SPI for coding the patch.
|
||||
|
||||
Thanks to David KI6ZHD for motivating me to do something I wanted to do
|
||||
but put it way on the back burner, and to Barry K2MF for his elite C
|
||||
skills. MHeard now will only print up to the 20 most recent heards. With
|
||||
the initial routine, it would just dump either the global list heard
|
||||
or if the user selected a specific interface the entire list for that
|
||||
interface. At first, it worked fine for telnet and/or ax25/flex
|
||||
connections but in NetRom it was double spacing. This was fixed by me. I
|
||||
chose 20 to leave room for system headers and prompt returns. In a
|
||||
standard 80x25 terminal screen, with a full listing, this should fill
|
||||
the entire screen without a need for the end user to scroll up and
|
||||
should help keep some traffic down on a busy network.
|
||||
|
||||
Made a change in gateway.c to eliminate the "trying state" message only
|
||||
in NetRom when trying to connect to a remote NetRom node. This should
|
||||
keep the node more in compliance with Software2000 specifications.
|
||||
|
||||
There was chatter within the BPQ32 user group on Yahoo that URONode was
|
||||
not releasing any keep-alive timers. Please, this is NOT the duty of
|
||||
a node Front End to control what the native protocol stack is designed
|
||||
to do. This is totally sysop configurable. To flag this I strongly
|
||||
suggest the following be added to your scripts:
|
||||
echo "600000" > /proc/sys/net/ax25/ax0/idle_timeout
|
||||
echo "600000" > /proc/sys/net/ax25/ax1/idle_timeout
|
||||
echo "600000" > /proc/sys/net/ax25/ax2/idle_timeout
|
||||
and so on... one line for each ax25 interface. This will break the
|
||||
keep-alive virtual circuit Netrom AND IP will use for transport, and
|
||||
thus break your IP as well. If you're running IP through an ax25
|
||||
interface I suggest you leave this defaulted to 0 (disabled).
|
||||
|
||||
Rewrote the auto-find routine in gateway.c in do_connect so that first
|
||||
order of preference for connects searches the destis table from flexd
|
||||
BEFORE checking the netrom nodes and mheard tables, THEN it will search
|
||||
for the destination in the netrom nodes if not found in the destis
|
||||
table and prior to searching the mheard list. If you don't use flexnet,
|
||||
then this shouldn't be an issue for you. As of this time, I'm unsure
|
||||
if this would create any bugs if you don't define FlexNet during
|
||||
the configure procedure. If it does, please file a report on the
|
||||
online forum at https://www.n1uro.net/forum for me!
|
||||
|
||||
Made some changes in util.c and gateway.c in regards to duplicate ax25
|
||||
route connection attempts. If you attempt to connect twice through the
|
||||
same path, same call, etc, to clarify the error handling. This was
|
||||
something I worked with K2MF on in regards to MFNOS. This does not mean
|
||||
you can't make a connect on the same interface you came in on, you will
|
||||
get a loop warning but the connect will attempt. If you connect from
|
||||
the node, and try to connect to <callsign>, loop back into the node,
|
||||
and try to connect to the same <callsign> again, you will NOT be allowed
|
||||
to connect. URONode will tell you that a duplicate connection is not
|
||||
allowed.
|
||||
|
||||
Cleaned up the do_routes routine in command.c. Shortened "Quality" to
|
||||
"Qual" and renamed "Destinations" to "Nodes". After all, netrom doesn't
|
||||
really use "Destinations", that's more a flexnet thing. Still more
|
||||
cleanup to do in there *sigh*.
|
||||
|
||||
While I was at the do_routes, I noticed missing ansi in do_routes and
|
||||
do_nodes. This has been fixed (and was previously in 1.0.10). I also
|
||||
cleaned up the ansi routine in do_destinations in router.c to match
|
||||
that of the netrom counterpart routines in command.c. Again, this was
|
||||
done in 1.0.10 *double sigh*.
|
||||
|
||||
Rather than include an i686 elf of Craig Small's axdigi cross-port
|
||||
digipeater which probably would NOT work on a Raspberry PI, I added
|
||||
it into the Makefile by default. I also added an additional routine
|
||||
in the configure script to check to insure that this file is made.
|
||||
|
||||
I also had to update axdigi.c so that it wouldn't error on the newer
|
||||
(as if I run newer ha!) gcc. This was done for strcpy so that it
|
||||
wouldn't produce errors as it does. I suspect in the "OLD" days of
|
||||
linux/gcc it may have been OK as I consider Craig to be one of the
|
||||
"village elders" of the packet system on linux.
|
||||
|
||||
Added a man page for axdigi. READ THIS VERY CAREFULLY!! To digi through
|
||||
linux you *must* know some specific information and you might have to
|
||||
educate your users on how exactly to cross-port digi through you if
|
||||
they intend to do such. It's not something normally visible to them!
|
||||
I may add a node-help file on digi...but for now please study the man
|
||||
page on how. It works and works very slick as I've been testing it for
|
||||
a couple of months. Mheard also will learn digi paths and use them to
|
||||
connect to digipeated nodes if need be.
|
||||
|
||||
Cleaned up do_nodes in command.c. Shortened Quality to Qual, and the
|
||||
equivilant of Obs. This will use less chars per line when doing a
|
||||
node <node> or node * . I've been wanting to do this but saved
|
||||
it for one of those rainy day things. Guess today was that rainy day?
|
||||
|
||||
Cleaned up more code and hope to have it finished before 2.1's final
|
||||
release. So far I'm doing flexd.c at this point. FYI; code cleanup will
|
||||
be a 2-fold process. First; I'll be formatting each file so it's at a
|
||||
level of consistency. Second, things I have commented out for testing
|
||||
that aren't needed may be permanently removed. I may leave a few things
|
||||
in in case someone desires to say add a 'Welcome." message to netrom
|
||||
(which is NOT Software2000 compliant!).
|
||||
|
||||
Speaking of which, I see I introduced a bug when ANSI is defined for
|
||||
a specific user which violates Software2000 specs. I believe I did this
|
||||
as a fail-safe in the prompt routine however now I see it's not needed
|
||||
with all the other ANSI cleanups I've done. This change (deletion)
|
||||
was done in node.c where I forced a shutoff of ANSI upon NetRom connects
|
||||
only, as NetRom does not display the MOTD.
|
||||
|
||||
I rewrote a bit of the reconnect string. The "reconnect" in uronode.conf
|
||||
should be set to OFF. All connections with the exception of NetRom WILL
|
||||
reconnect. NetRom defaults to off, however with the {S|D} flags you may
|
||||
manually request you stay connected. Eventually I will remove this flag
|
||||
in the file so it will become moot. Please change it now to OFF! This
|
||||
was done in gateway.c. Previously, these flags were moot in NetRom
|
||||
connects. With the default to OFF, this keeps the NetRom in URONode
|
||||
Software2000 compliant. A NetRom disconnect should *never* send any
|
||||
text back whether it's a user or robot/script. Now a user can request
|
||||
staying connected to URONode from a incoming NetRom connection. For
|
||||
clarity sake, this only affects the user IF they connect INTO URONode
|
||||
via NetRom. The "S" flag works for ax25/Flex/NetRom outbound connects.
|
||||
A user connecting INTO URONode via ax25/Flex/IP will still automatically
|
||||
be reconnected after an outbound connect.
|
||||
|
||||
N1UAN reports make install fails to install the config files. He's
|
||||
correct. Changed Makefile.in so that "make install" also includes
|
||||
make installconf which run by itself will install just the config
|
||||
files for /etc/ax25.
|
||||
|
||||
I'm also working on changing the configure script to have some
|
||||
"eye candy". This will be a continuing work in progress. You'll see it
|
||||
as it comes. You will need the package "whiptail" in order to see this
|
||||
new configuration routine. I don't know if this is standard amongst
|
||||
ALL distributions, however I do know it comes default in debian and
|
||||
debian based systems. If this *is* too much of an issue, I'll revert
|
||||
back to the old method.
|
||||
|
||||
Almost forgot about an ANSI bug in extcmd.c where if you created an
|
||||
external command in the node and the user was in via NetRom, when the
|
||||
node issued "Welcome back." the ansi did NOT clear the color. I found
|
||||
this in ver 2.0 and thought I fixed it, apparently not (age catching
|
||||
up to me?) In any event, this is now fixed and working properly again.
|
||||
Since most people don't use the +512 Color flags I'm sure it was missed.
|
||||
|
||||
Found a non-critical bug in cmdparse.s in regards to running external
|
||||
commands - where it would automatically input a line feed before it
|
||||
executed the command. This was the only routine which did this. A
|
||||
routine like this really got under my skin and I was determined to find
|
||||
and fix this finally... this was a routine I never changed, and that
|
||||
was halted today (28 July 2013). Instead of totally removing this line
|
||||
of code, I changed it to now display "Executing command... " and where
|
||||
ANSI is defined, it is, naturally, green.
|
||||
|
||||
Found a non-critical bug in the Info command where it would show as
|
||||
the first string to the user: "Help command for help" then it would push
|
||||
the uronode.info file. This is very wrong. While the Info command does
|
||||
use the routine of do_help in command.c, Info is an independent internal
|
||||
command and this should not have occurred. This is now fixed with ANSI
|
||||
if permissions display ANSI.
|
||||
|
||||
Updated the outdated INSTALL text document. It had some now misleading
|
||||
pieces of information in it as some paths and make options have been
|
||||
changed. Since no one has said anything to this, I'll assume no one
|
||||
RTFM? (not surprised! email me and say in the subject line: surprise!
|
||||
if you do!)
|
||||
|
||||
Went through the example config files and heavily commented them so for
|
||||
new installs, it explains each line more specifically in hopes less
|
||||
misconfigured systems will be created. I also found some typos as to
|
||||
man page references - fixed. Also updated some of the help files in
|
||||
regards to the new changes in relation to the "stay" sub command when
|
||||
connecting out from URONode.
|
||||
|
||||
Note: in node.c I modified the pre-provided segfault patch to now
|
||||
push text to the local console instructing the local sysop or user
|
||||
what/how to properly execute the node. This will (I hope) force
|
||||
some RTFM to occur. Syslog logging was also added in the event this
|
||||
occurs. Actually, after thinking about this, I figured I'd dummy it up
|
||||
a bit and have it launch a login anyway. This depends that the local
|
||||
administrator/sysop -properly configures their box- and does the
|
||||
following:
|
||||
1 - add a line in /etc/services to point tcp/3694 to uronode
|
||||
2 - add uronode as a service in inetd or xinetd
|
||||
3 - insure you have a local telnet client on the box
|
||||
4 - enjoy!
|
||||
You will be reminded about this during the login, and syslog will
|
||||
reflect a local console login as well.I strongly urge you not to open
|
||||
2 shells and tail your syslog in one while you try to run URONode from
|
||||
the console. Wink
|
||||
|
||||
Cleaned up a minor routine in do_nodes which lays in command.c where
|
||||
under an incoming NetRom connect, a user who did "Nodes" received
|
||||
an extra line feed if the columns were all equal at 4 per row. This
|
||||
was a bit under my skin... fixed/changed. While I was at it, I changed
|
||||
the output string when doing "Nodes *" from 'Nodes:' to "Detailed
|
||||
nodes listing:' which actually makes more sense since it is a detailed
|
||||
list.
|
||||
|
||||
Fixed a minor bug in the way the prompts were handled under certain
|
||||
telnet clients. This was reported also by Marius Petrescu yo2loj. Under
|
||||
telnet, I added a carriage return (/r) along with the line feed (/n).
|
||||
Thank you Marius for the report.
|
||||
|
||||
Slightly rewrote the way meminfo() was being handled. While I may have
|
||||
created a bug in 2.4 and lower kernels, this now should work in 2.6 and
|
||||
higher kernels. I guess the phrase "if it's not broke don't fix it"
|
||||
doesn't apply anymore?
|
||||
|
||||
FINALLY - split the CHANGES file into a new page!! This makes it easier
|
||||
for me to input the change notes instead of having to scroll down for 30
|
||||
seconds Smile Call me lazy but don't call me late for supper! <G>
|
||||
|
||||
04/09/2013 v2.2
|
||||
|
||||
Made multiple .c file edits to reflect the new libax25-devel .h files.
|
||||
Currently these were pointing to the older kernel_*.h files and on newer
|
||||
linux systems was preventing compile. Now URONode should work fine.
|
||||
|
||||
Added Marius Petrescu to the URONode team! With his c version of ripv2d,
|
||||
Marius will (and already has) make a huge impact on the future of
|
||||
URONode! Welcome Marius to the team! Made a reflection of this in the
|
||||
configure script.
|
||||
|
||||
Marius brought to my attention the issue in the log timer routine where
|
||||
it was forcing 32-bit. He supplied code to fix this in both system.c and
|
||||
flexd.c.
|
||||
|
||||
While in discussions, Marius brought it to my attention that Ubuntu (and
|
||||
this includes Mint and any other Ubuntu backed distributions) where they
|
||||
run as he calls it a "fortified libc6" which segfaults on every (what it
|
||||
thinks is suspicious) buffer accesseD to prevent overflows however this
|
||||
libc6 itself causes buffer overflowing. Why on earth did the Ubuntu team
|
||||
ever do this?? Anyway, we're investigating how we're going to handle
|
||||
this issue. I personally have verified URONode to compile and work on
|
||||
the new kernel 3.x series on Debian and Fedora.
|
||||
|
||||
In "fixing" the prompt bug earlier reported by Marius, I made an error in
|
||||
the non-ANSI telnet prompt where the (/r) was also chopping off the first
|
||||
letter of a callsign! OOPS! This was reported by Ted K1YON. Fixed.
|
||||
|
||||
** Key news of this release: ROSE is a LOT more user friendly, AND it also
|
||||
has the ability to display color screens to the end user. This now means
|
||||
that URONode is an 8-prompt system! 4 main prompts, and 4 color prompts.
|
||||
The prompt system is designed to show the end user what protocol/method
|
||||
they used to connect into URONode with. Also proper SSIDs are displayed
|
||||
to match that of how the end user connected. I did this because seeing
|
||||
other nodes, they don't and when (as a user) connect into, for example,
|
||||
a NetRom node who's ssid is -12 and the node displays something
|
||||
-=totally=- different, I often wonder if I connected to the proper node.
|
||||
|
||||
The new prompt schema is:
|
||||
telnet : user@<sysop>.ampr.org:/uronode$
|
||||
netrom : <none> - this keeps in spec with Software2000
|
||||
flex/ax25: =>
|
||||
rose : -=>
|
||||
|
||||
Each matches with its own colors as well if you run the ansi flag. The
|
||||
goodbye message for rose is also different than it is for flex/ax25 and
|
||||
telnet links. The new RoseID flag is used as a personalized message to
|
||||
the remote user to say a nice goodbye, and to remind them of your Rose
|
||||
information. The (V)ersion command also has a rose column added to show
|
||||
the remote user your rose information. An example of this is included
|
||||
in the uronode.conf.5 man page.
|
||||
|
||||
With such, a new uronode.conf file string called RoseID has been created.
|
||||
Details are in the file. You must keep the single quotes ' ' around the
|
||||
string for it to display properly. You have been warned. Also, I've added
|
||||
a default ExtCmd called ROSe so those who connect remotely can get rose
|
||||
addresses for now. I'm sure I'll be changing this in the future.
|
||||
|
||||
Also, I decided to eliminate the permissions flag for use of hidden interfaces.
|
||||
Reason being is if a sysop flags an interface to be hidden, they did so for a
|
||||
specific reason. With that, I moved the ANSI flag from 512 in it's place to
|
||||
64. This was also changed in the man page uronode.perms.5.
|
||||
|
||||
In regards to PBBS forwarding, I -=URGE=- you to read BBS.txt. Since
|
||||
there's no need for me to rewrite it, please heed my warning here. This
|
||||
is not something critical, just informational to help you improve your
|
||||
link with URONode systems.
|
||||
|
||||
Fixed a cosmetic bug in regards to windows->linux emulation where when
|
||||
logging in, sentences were not getting properly wrapped. This was done
|
||||
in node.c. Other emulations such as PuTTY do not give you in windows
|
||||
full linux-type emulation. Higher profile programs such as SecureCRT
|
||||
will. For a free/shareware program I suggest MobiXterm. This also
|
||||
gives you a raw Xserver emulated screen. Of course, there are no issues
|
||||
if you use a standard linux console.
|
||||
|
||||
Added a .pid file to flexd, code supplied by Jaroslav, OK2JRQ and other
|
||||
patches such as installer edits, etc. The only patches he supplied that I
|
||||
have yet to add is the install location patch, and one he feels is good
|
||||
for non-interactive. Source installs need to be interactive, if not you
|
||||
would not be compliling - just my honest opinion. I can see in the case
|
||||
of a possible distro package this may not be desired. The distros for now
|
||||
can hash that out on their own.
|
||||
|
||||
Many more cosmetic bugs fixed/changed. Moreso in ROSE but I did find a
|
||||
few others in there which needed my attention. I have noticed windows terminal
|
||||
based programs such as PuTTY have an issue determining \n based line feeds
|
||||
vs \r carriage returns in C code. This mainly seems to affect the various
|
||||
8 prompts. It seems if I put both in the code, Windows is happy but *nx
|
||||
may issue an added line-feed. I had thought I cleaned these all up but
|
||||
I introduced a couple old ones and some new ones with the ROSE work.
|
||||
|
||||
01/10/2014 -2.2 released!
|
||||
|
||||
02/10/2014 - 2.2.1
|
||||
|
||||
Improperly packaged an old flexd.c! This one should compile. This is NOT
|
||||
the one I want, I've been fighting with flexd for a while now.
|
||||
|
||||
uronode.conf may not update. If it does, you will need to redo yours from
|
||||
scratch. Look at the one in the etc/ directory in the source and add the
|
||||
line for RoseId. This is required. Thanks for the above reports from
|
||||
VE1JOT and SP2LOB.
|
||||
|
||||
Removed the need to have quotes around the RoseId string in URONode.conf. I
|
||||
found it unneccessary to have to do this. Keep the string togther ex:
|
||||
callsign-ssid@1000,200000 now is fine. I also find this cleaner.
|
||||
|
||||
12/10/2014 - v5.1
|
||||
URONode release ver 51 is out!.. um.. I mean its main developer *sigh*
|
||||
|
||||
21/12/2014 - v2.3
|
||||
|
||||
Added Bob Tenty ve3tok to the development team and created a subversion
|
||||
server. Please welcome Bob to the team!
|
||||
|
||||
Bob Tenty ve3tok reports when NOT using the official ax25 packages and
|
||||
on Ubuntu, the node when compiled natively may buffer overflow. He made
|
||||
changes to buffers in gateway.c, router.c, and flexd.c which prevent this.
|
||||
I have incorporated these changes and there's no ill effect on non Ubuntu
|
||||
distros.
|
||||
|
||||
Fixed a bug I introduced into the ROSE ansi prompt where it wasn't
|
||||
executing a proper \n because I inadvertantly removed it. Restored.
|
||||
|
||||
Fixed a warning in the axdigi code. Now that I'm on a more modern system
|
||||
I can fix these things as now I can see them better. This was also brought
|
||||
to my attention by Tomasz SP2L... thanks Tomasz!
|
||||
|
||||
Figured out a way to compile and have it NOT segfault under Ubuntu. While
|
||||
I'll admit for the time being it's somewhat of a hack, but it *does* work
|
||||
for Ubuntu. There are warnings on Ubuntu compiles that don't exist on other
|
||||
platforms - interesting to say the least - but I think I see a relation
|
||||
between the warnings and the pervious Makefile. The prior statement is being
|
||||
left in as a comment deliberately as I hope to try and revert back to
|
||||
the previous method.
|
||||
|
||||
**IMPORTANT: Per distro downstreams, I've been asked to change the paths
|
||||
of the URONode installs. Now your uronode and binaries will be placed in
|
||||
/usr/local/sbin instead of /usr/sbin. Config files will be in
|
||||
/usr/local/etc/ax25 instead of /usr/ax25/. Node files will now be in
|
||||
/usr/local/var/ax25/node or flexd instead of /var/ax25/node or flexd.
|
||||
If you're a thrifty ham such as myself, you'll already have symlinks created
|
||||
for easier management, so that /etc/ax25 is symlinked into /usr/local/etc/ax25
|
||||
and so forth. Local files I can think of that would need editing if you use
|
||||
my standard config:
|
||||
/usr/local/bin/ax25
|
||||
/etc/xinetd.d/uronode
|
||||
/etc/xinetd.d/telnet (?)
|
||||
/etc/ax25/ax25d.conf
|
||||
|
||||
Added a compile flag to keep Ubuntu happy. This and other routines were at the
|
||||
suggestions of YO2LOJ and VE3TOK.
|
||||
|
||||
SYSop command does NOT spawn a shell anymore. This is due to the changes
|
||||
with the UNIX98 file system. I'm debating on whether or not I wish to
|
||||
continue to keep this or possibly eliminate this (for possible security
|
||||
reasons). I see both PROs and CONs with it. Note: this ONLY affects those
|
||||
systems which force the use of /dev/ptmx in which one needs to use SOCAT
|
||||
to create static /dev/tty*# and /dev/pty*# pipes. This only affects the
|
||||
Kernel 3-series in which the older /dev/pty# system is no longer used and
|
||||
a master ptyx is used.
|
||||
|
||||
I did notice UBUNTU made changes to their libraries last year (2013) in
|
||||
which URONode compiled but failed to execute any direct disk read/write
|
||||
routines. In any event, they fixed this bug late fall 2014 (at least in
|
||||
12.0.4LTS). One of the nice things about Ubuntu doing this is that you
|
||||
can add a line in your grub configuration to have the kernel create a
|
||||
number of satic pseudo terminals upon boot. Debian, however, breaks this
|
||||
ruleset. I contacted my downstream and he hasn't responded. This would
|
||||
help a sysop gain a shell... however also creates a possible backdoor.
|
||||
|
||||
Edited gateway.c so that the callsign-ssid is force altered on outbound
|
||||
ax25 connect requests regardless of how the inbound connect was initiated.
|
||||
VE1JOT reports that when a user telnets in, and gateway ax25 connects out,
|
||||
the callsign-0 is kept. This should be altered to a -15. This was always
|
||||
true when inbound connects were ax25 and also outbound connects the same.
|
||||
VE1JOT reports this is troublesome, and in some cases causing DM frames
|
||||
to occur. While I tested this and found this not to be true on my own
|
||||
system, I did make a code adjustment to handle this.
|
||||
|
||||
Fixed a bug in config.h which may cause flexd not to find the proper
|
||||
config lines. When I changed file paths I missed a couple. Now the system as
|
||||
a whole should be consistant in regards to config files.
|
||||
|
||||
Removed the need for MyGate and MyRange in flexd.conf! This was added by
|
||||
the request of K2BJG/SK so that the flexgate itself would be listed. Actually
|
||||
it is in the LINKS file. Unfortunately when trying to connect to a listed
|
||||
flexgate, it would try to digi via itself! Not good. While I was at it, I
|
||||
also increased the buffer from 512 to 1024. This may help with those gates
|
||||
that insist on making L A R G E MOTDs.
|
||||
|
||||
|
||||
14/02/2015 - v2.3.1
|
||||
Happy Valentine's day to the one we all love: Our Compilers!
|
||||
This is a critical security patch! I URGE you *all* to recompile.
|
||||
If anything, hopefully you've all patched your systems against GHOST.
|
||||
For those who wish to test their system I have a tool on my ftp site
|
||||
which can do this for you.
|
||||
|
||||
Through Paul G4APL, Andy G0HXT reported a condition on Ubuntu-based
|
||||
systems in which a user may enter a malformed NetRom connect string
|
||||
into URONode and the node will buffer overflow. I fixed this in
|
||||
gateway.c limiting the string for searching connects on the first parameter.
|
||||
Also changed the error output to the user so that they may know the error
|
||||
may be their own.
|
||||
|
||||
Made edits to all the man pages and the INSTALL file as suggested by Tomasz
|
||||
SP2L. I also grepped for certain strings in other files and made a change
|
||||
to the README file as well.
|
||||
|
||||
Changed the version in node.h to reflect this security patch.
|
||||
|
||||
21/11/2015 - v2.4
|
||||
|
||||
Made a change to gatway.c in which during an incoming ax.25 connect, if
|
||||
the user gateways out to another node/rose/flex/etc and does NOT request
|
||||
to "s"tay on the node, they will be disconnected from the node upon
|
||||
disconnect at the remote. No termination message from the node will be
|
||||
displayed either as to not conflict with a possible exit message from
|
||||
the remote. If the user DOES request to remain on the node, they will
|
||||
be presented with the return message and a disconnect will also generate
|
||||
a disconnect message. This should make the node a bit more HF friendly.
|
||||
|
||||
Made a change in node.c and in command.c in regards to the prompts.
|
||||
This idea came via Mitch AB4MW. In the main loop, the buffer was already
|
||||
called to flush. By eliminating certain flush routines and only calling
|
||||
them where they're truly required, the functions now have their own
|
||||
buffer flushing and the prompts have their own. This also should help
|
||||
reduce the number of frames required while keeping the prompts themselves
|
||||
intact. I have noticed for quite a while that it was possible to send
|
||||
a colored prompt BUT the ANSI reset code took it's own frame to follow
|
||||
the prompt leaving the user's input in color. While it didn't harm any
|
||||
functionality, it just looked a little sloppy.
|
||||
|
||||
Mitch AB4MW caught a bug in node.c line 330ish where the ansi code was
|
||||
missing the "m" at the end of the sequence. This is fixed. I never noticed
|
||||
this in the terminal (xterm), however it appears to affect others.
|
||||
|
||||
Paul G4APL convinced me on a minor issue where if a user requested his login
|
||||
be password protected that under the condition of NetRom ONLY the logins
|
||||
failed to return any clue that the user properly authenticated in. It appears
|
||||
as if the user is in a hung mode, and they need to break out of the session.
|
||||
While this was not true, I concur that it does appear that way which can be
|
||||
a tad confusing. Of course, if a user did "?" the command list would appear.
|
||||
I made a change in node.c so that ONLY if a user had to password authenticate
|
||||
to an incoming NetRom connect, once they did so the user will now be presented
|
||||
with a "ALIAS:CALL} Welcome." message. If the user does NOT have a password
|
||||
for NetRom, than the standard rules (as per Software2000 spec) apply. Note:
|
||||
I've not only added this for the end user but also in keeping with Software-
|
||||
2000 specs, I can't recall any situation where a user may wish to password
|
||||
his NetRom connections. While this login greeting upon a successful
|
||||
authentication to the remote NetRom node may be out of spec, I had to first
|
||||
ask myself if requiring a password at a remote NetRom node is in spec?
|
||||
Needless to say, in my past conversations with W0RLI (RLI BBS Fame and SK)
|
||||
we've decided that the specs were written with PBBS scripts in mind and
|
||||
that a robot forwarding session needs no extra frames to confuse it... so
|
||||
with that in mind, I can't think of a situation where a user who's call is
|
||||
also their pbbs may want to password themselves so I'm hoping this is a
|
||||
moot issue.
|
||||
|
||||
Many dupe texts found by SP2L, removed. Thanks Tom.
|
||||
|
||||
Added pidfile creation and daemonize routine for axdigi. No longer will you
|
||||
need to load it by calling "/usr/local/sbin/axdigi &", now you may simply
|
||||
call it using "/usr/local/sbin/axdigi".
|
||||
|
||||
Fixed a bug in flexd where if you had to kill it, "killall -TERM flexd"
|
||||
failed... you had to "kill -9 #####" via the process id. Now the killall
|
||||
string will properly work.
|
||||
|
||||
Added a README.flexd file for binary errors in regards to flexd failing to
|
||||
run on some systems. If you manually compile, this will help you if your
|
||||
flexd errors within two cycles of attempting to import remote routes.
|
||||
|
||||
Removed the gzipped status of man pages, did some spell checks to others
|
||||
and added a flexd.8 manpage. This request came to me from Dave at Debian
|
||||
for downstream purposes.
|
||||
|
||||
Considering more folks are beginning to use URONode on HF frequencies such
|
||||
as Net105, I've decided that a 60 second login timer on a 300 baud link may
|
||||
be too slow so I've extended this to a 3 minute login timer. Hopefully a 3
|
||||
minute login process will be long enough for those on HF frequencies to
|
||||
continue to enjoy URONode and the ability to telnet from an incoming ax25
|
||||
connection to say an amprnet connection to a remote URONode elsewhere. While
|
||||
I don't really expect or would imagine folks would route IP via HF (however
|
||||
it *can* be done!) I would think this should help this sort of a scenario
|
||||
so that users don't get logged off before even being able to log on!
|
||||
|
||||
VE1JOT suggested that on busier frequencies where there may be a lot of
|
||||
beaconing that's via digipeated paths, a way to disable the MHeard auto
|
||||
router. Now when running the configure script, you will now be presented
|
||||
with such an option. The problem stems from the MHeard daemon from the
|
||||
ax25-tools package will pick up whatever path is last heard (which is
|
||||
actually correct behavior) but on some of the HF packet nets this will
|
||||
make the MHeard database to overwrite the last path to what may be a
|
||||
direct site. Sysops can do 2 things here in this case now:
|
||||
1) disable the AutoRouter for ax25 during configure.
|
||||
2) adding the remote node into uronode.routes as a direct static route.
|
||||
|
||||
While working on this, I also noticed config.h was a tad sloppy and this
|
||||
got under my skin, so I cleaned this up while I was at it, along with
|
||||
deciding for now to make an official release for the upcoming holiday
|
||||
season. As for a developer's note, I did the above before but did a real
|
||||
bone-headed move and wiped out my email amongst other things by accident.
|
||||
Fortunatey I maintain monthly backups and restored from that. For me this
|
||||
meant minimum recreations of work lost. As for URONode, I only lost the
|
||||
suggestion by VE1JOT and other clean ups.
|
||||
|
||||
---
|
||||
see CHANGES.1 for prior changes, or CHANGES.3 for the latest changes.
|
||||
|
539
CHANGES.3
539
CHANGES.3
|
@ -1,539 +0,0 @@
|
|||
27/03/2016 - v2.5 YO2LOJ reports 2 warnings with regards to system.c and
|
||||
the date/time stamp function. While I do not get one, I also do not get
|
||||
one with his supplied patch... so I included it. The patch affects the
|
||||
differences between 32 and 64 bit OS timestamps. Now the OS bit
|
||||
shouldn't matter. Thanks Marius! (That's why we have ya on the team)
|
||||
|
||||
Ported the calibrate tool from F1OAT to the URONode suite. I could have
|
||||
rewritten the whole thing from scratch but why the need to reinvent the
|
||||
wheel? There was some recoding I had to do so that it'd compile under
|
||||
URONode but that was somewhat minor. Usage is the same:
|
||||
calibrate -t [ms] interface.
|
||||
This port is similar in theory to what I did with Craig Small's axdigi package.
|
||||
|
||||
Cleaned up routines in Makefile. I'll probably have several and
|
||||
hopefully they will go unnoticed. One critical thing I did notice and
|
||||
I'm surprised no one reported this was if flexnet wasn't selected, and
|
||||
one ran a "make install" or "make upgrade" - it would exit as soon as it
|
||||
tried to install a non-existant binary (FlexD). This left the axdigi
|
||||
module to go un-installed/upgraded. This is a very important module to
|
||||
install as it allows for interface to multi-interface digipeating.
|
||||
Anyway, I got off my butt and fixed this amongst other things.
|
||||
|
||||
Fixed the way the system handled parsing of the info file that carried
|
||||
the stats for Memory and Swap usage: /proc/meminfo. In some cases, the
|
||||
node couldn't properly parse the swap statistics in the "Status"
|
||||
command. Now, regardless of which kernel is being used, the proper stats
|
||||
will be parsed and the percentage arithmetic will be properly applied to
|
||||
show final percentage used. An example of the output:
|
||||
|
||||
Memory: Available Used Free perc. Used
|
||||
------------------ ---------- ---------- ---------- ----------
|
||||
Physical: 4048024 kB 3206552 kB 841472 kB 79 %
|
||||
Swap: 1881084 kB 0 kB 1881084 kB 0 %
|
||||
|
||||
I really don't know why this was such a difficult thing for me to fix
|
||||
but I got it after months of pondering. This fixes a known non-critial
|
||||
bug :D After fixing this bug however I created another one that would
|
||||
cause a divide-by-zero segfault. Someone asked me to configure a box
|
||||
remotely for them and they didn't add a swap partition at all! Now if
|
||||
there's none or it's simply not activated, the node's 'STatus' report
|
||||
will reflect such. Thanks to the NY EOC folks for creating this error so
|
||||
I could find this bug before relase xD
|
||||
|
||||
Fixing texts in gateway.c and mheard.c where it still referenced the
|
||||
word "port(s)" instead of "interface(s)" as it should. Also cleaned up
|
||||
some minor error reporting. Also made some changes in how some aborts
|
||||
are displayed, and also invalid callsign error reporting. For example,
|
||||
an aborted connect will now show:
|
||||
c n1uro-3
|
||||
UNIVLE:N1URO-5} link setup (ax2)...
|
||||
|
||||
UNIVLE:N1URO-5} Connection aborted.
|
||||
The same as with an aborted telnet session.
|
||||
|
||||
Pings now will show: ping www.comcast.com
|
||||
ICMP Echo request sent to: 68.87.29.59
|
||||
|
||||
UNIVLE:N1URO-5} Ping aborted.
|
||||
|
||||
and a connect attempt that doesn't exist in any tables or links:
|
||||
c g4apl
|
||||
UNIVLE:N1URO-5} G4APL not found, please retry your entry.
|
||||
I'm sure I'll figure out some more as time goes on. Always a little something
|
||||
to do :)
|
||||
|
||||
One thing I noticed was an error in the Ping routine. The "Maximum size"
|
||||
of a ping was preset to 248 bytes. On an ax25 link, this doesn't even
|
||||
leave room for the IP headers, nevermind the ax25 headers! In thinking
|
||||
this over, and not knowing if the IP path would be over vanilla ax25 OR
|
||||
perhaps via NetRom, I decided to make the Maximum content per ping at
|
||||
128 bytes. This should also be just large enough to allow ALL ascii
|
||||
characters a chance to be included in 1 ping frame. Ex:
|
||||
|
||||
n1uro-15@n1uro.ampr.org:/uronode$ ping k1yon 129
|
||||
Maximum size is 128
|
||||
n1uro-15@n1uro.ampr.org:/uronode$ ping k1yon 128
|
||||
ICMP Echo request sent to: 44.88.4.1
|
||||
ICMP Echo reply received from: 44.88.4.1
|
||||
Ping completed in: 151ms (ttl=63)
|
||||
n1uro-15@n1uro.ampr.org:/uronode$
|
||||
|
||||
While at it, I made changes to the online help file for ping and to
|
||||
uronode.8 man page.
|
||||
|
||||
Also I noticed while working on a new site for EastNet, I somehow omitted an
|
||||
install line in the Makefile for flexd.8. This not only is fixed but I also
|
||||
expanded a bit on the limited text that was inside.
|
||||
|
||||
Cleaned up a text display bug in the Status report. Swap: was not right
|
||||
column justified with the rest of the memory stats. This was handled in
|
||||
command.c
|
||||
|
||||
Added a routine in configure to check for "make" as I've seen new
|
||||
installs where make is not installed but gcc is. Needless to say you
|
||||
can't "make" a binary if "make" does not exist ;->
|
||||
|
||||
Also added a notification in flexd where when started to inform you that
|
||||
the poll cycle has started. You may see it connect to test the existance
|
||||
of an ax25 socket for the remote end when you first start flexd. This
|
||||
starts the timer for your poll sequence in flexd.conf.
|
||||
|
||||
While I was at it (and with a decent nudge from Tomasz SP2L) I did some
|
||||
further digging and found (with the aid of Thomas DL9SAU) that the
|
||||
getsockopt routine itself was showing failure because the socket wasn't
|
||||
initially established prior to the polling loop. In adjusting it's
|
||||
settings this appears to help relieve the initial error getsockopt() was
|
||||
showing upon start of flexd. Now flexd should login to the remote
|
||||
immediately upon start and pull down the desti table of the remote node.
|
||||
Thanks Thomas and Tomasz :)
|
||||
|
||||
In digging through the flexd source some more, and enjoying the fact
|
||||
that the configs can be changed "on the fly" without having to restart
|
||||
the system in most cases, or disrupt activity that's in session on or
|
||||
through the node, I added a call to update the destinations upon a
|
||||
"killall -HUP flexd". This allows the node sysop to change the flex-gate
|
||||
they wish to poll without having to stop and restart flexd, and grab an
|
||||
immediate destinations list. Remember to do the following:
|
||||
- add the route in uronode.routes
|
||||
- change the flex gateway in flexd.conf
|
||||
- killall -HUP flexd
|
||||
... and your new config and destination will instantly be live. Also, you can
|
||||
-HUP your flexd to force an update as well.
|
||||
|
||||
Fixed a non-critical bug in axdigi where killing the daemon would NOT
|
||||
clear the pidfile in /var/run. Always a stale pidfile was left over, and
|
||||
as a quick fix I had the daemon delete the pidfile through a system call upon
|
||||
start. A hack but worked. NOW, the daemon will remove the pidfile upon
|
||||
exit as it should.
|
||||
|
||||
Wrote a set of SystemD files since xinetd/inet will soon be eliminated in
|
||||
favor of SystemD. I've tested the files on both a Pi running Raspbian
|
||||
wheezy and on my Fedora testbed. Important Note:
|
||||
IF you spawn your incoming telnet connects with SystemD, it's very possible
|
||||
that SystemD *will* convert your incoming IPv4 to internal IPv6 sockets.
|
||||
You may handle this by forcing IPv4 in your SystemD uronode.socket file.
|
||||
While as of this version URONode will handle *incoming* IPv6, I haven't
|
||||
written any outbound routines for IPv6. To my knowledge, there's no need
|
||||
for it and I don't know if we'll ever have such a need on ham-based
|
||||
networks for IPv6. URONode *is* the first packet node however, to support
|
||||
IPv6... a historical milestone I do believe.
|
||||
|
||||
While I was testing SystemD and finally realizing that the above IPv6
|
||||
conversions were true, I created a menu system for IPv6 to make it a lot
|
||||
cleaner than it already was... actually it had none. Since it's also
|
||||
spawned by SystemD, I made that the prompt for IPv6...
|
||||
SystemD - n1uro@fedora.n1uro.ampr.org:
|
||||
I was going to dupe the IPv4 prompt but decided it should have it's own
|
||||
to follow with the scope of how I maintain this project. So far everything
|
||||
in regards to both SystemD and IPv6 seem to be working fine.
|
||||
|
||||
31/03/2016 - v2.5.1 (Maintenance release)
|
||||
Added better error handling output to FlexD and axDigi. Now they tell you
|
||||
when they've properly received your -HUP, your -TERM or your start. This
|
||||
should help you all in better debugging your backend engines (FlexD, axDigi,
|
||||
etc.)
|
||||
|
||||
Added a -b flag to the installer routines by suggestion of Marius YO2LOJ
|
||||
so one with an existing install won't have their files totally overwritten
|
||||
however they'll be backed up with a *~ flag instead during "make install".
|
||||
The preferred method for upgrading an existing node as always is by using
|
||||
"make upgrade" which only copies over the files required for that version.
|
||||
Once in a while a new field will be added or one deleted from the file
|
||||
uronode.conf, or one of the others and I've noticed sysops don't pay
|
||||
any attention to the new field requirements (ex: RoseId is the latest
|
||||
add). Compare the fields in files before just copying them back over!
|
||||
|
||||
Gus I0OJJ and our own Bob VE3TOK reported strangeness in certain ALIAS
|
||||
commands. I tried like heck to reproduce it here and on machines I take
|
||||
care of. I knew where the issue layed but not fully being able to get
|
||||
it to reproduce was a royal "b". After sending Bob code to test, he
|
||||
was able to get positive results and checked it in for me.
|
||||
|
||||
While at it Bob increased the buffer for the reader within FlexD. Seems
|
||||
Xnet may require a larger buffer than FlexNet for some reason? Bob also
|
||||
checked that in. Thanks Bob.
|
||||
|
||||
18/04/2016 - v2.6
|
||||
Removed stale and unused axdigi.conf file. Thanks to David KI6ZHD for
|
||||
pointing this out that I had a stale file in the archive. This file
|
||||
belonged to another digi daemon I was going to revive instead of Craig
|
||||
Small's multi-interface crossport digi daemon. I find that especially
|
||||
with FlexNet, a multi-interface crossport digipeat system not only is
|
||||
unique to the native linux kernel BUT is also very efficient. If you
|
||||
have a stale copy of axdigi.conf floating around, please delete this.
|
||||
|
||||
Added a question to engage or disengage interactive configure/make mode.
|
||||
This idea came to me from a query I received by KI6ZHD. If you choose NOT
|
||||
to use interactive mode, than you must run make/make upgrade/make install
|
||||
manually. Note: ALL options including rose and flexnet WILL BE COMPILED IN.
|
||||
|
||||
Tomasz SP2L was seeing carriage returns when administering his server
|
||||
remotely and sending SIGHUP to flexd in the terminal messages confirming
|
||||
the -HUP. Removed.
|
||||
|
||||
Added a version output for FlexD and tweeked the one for axdigi. Now both
|
||||
helper daemons will display its versions based on URONode's version and
|
||||
some very brief information about themselves. flexd -v or flexd -h
|
||||
along with axdigi -v or axdigi -h will bring up this information.
|
||||
|
||||
Decided that since there's so many commands beginning with M I would move
|
||||
the MHeard command to a Jheard command. This keeps the commandset more in
|
||||
line with other systems except for TheNet and X1J-4, and separates that one
|
||||
command away from the volume of M's. While at it I also made a JL for
|
||||
Just heard Long. If you specify an interface, Jheard/JLong engages only for
|
||||
that interface. Note - JLong will say: it may time out HFers. I also had to
|
||||
modify Makefile and rework the help files to match. While at it I needed to
|
||||
modify the uronode.8 MAN page.
|
||||
|
||||
Gave Makefile a more modernized compile line option. I'm hoping this will
|
||||
keep URONode one of packet's better robust nodes.
|
||||
|
||||
I noticed some sites were violating Software2000's NetRom specifications
|
||||
by defaulting reconnect on still in their uronode.conf files. I had thought
|
||||
that I fixed this in an earlier release. Perhaps I did and then migrated
|
||||
an old .c file back into the mix? (wouldn't be the first time I've done
|
||||
that by mistake!) Anyway... three key things Software2000 was insistant upon
|
||||
were NO CTEXT, NO RECONNECT, NO GOODBYE MESSAGES. If you've noticed, I've
|
||||
taken ALL that out of URONode. These things were done as to not confuse
|
||||
robot scripts such as PBBS mail forwarding sessions. While other systems
|
||||
may wish to continue to violate the NetRom protocol (and others) I will
|
||||
do everything in my power NOT to.
|
||||
|
||||
I have made a diff file for JNOS2.0K that makes it a bit more user
|
||||
compatible with URONode, and other linux-based nodes. For almost 30 years
|
||||
TCP port 3694 has been used for inbound telnet for linux-based nodes, and
|
||||
URONode is no exception... just as IP protocol 93 is for axip and UDP
|
||||
port 93 is for axudp (again other systems love to violate protocols, we
|
||||
try not to). Besides my little isms that I like in xNOS which I often
|
||||
contributed to K2MF for MFNOS, I've began to do similar for JNOS. I'm adding
|
||||
the .diff file in the main code distribution so if you do run JNOS 2.0K as
|
||||
your PBBS TCP port 3694 is now recognized in JNOS with my patch. I have
|
||||
as of this writing submitted it to Maiko for considerations, I don't know
|
||||
if he's going to use it or not. If you do want to patch your JNOS 2.0K
|
||||
copy it into your jnos source directory and run: patch -p1 -i jnos20k.diff
|
||||
and you should see about a half dozen files updated. If Maiko doesn't wish
|
||||
to include this and you want me to keep up to date with it, let me know.
|
||||
|
||||
With the recent CVE study on Winlink2000 and plain text passwords exposed, I
|
||||
went through URONode to insure it wasn't posessing the same issue. By
|
||||
default URONode doesn't ask for ANY passwords however it's highly suggested
|
||||
that the sysop require passwords on any internet or amprnet interface. Before
|
||||
yes, a sysop could require a password on an ax25/NetRom/Rose interface which
|
||||
would be exposed. Now, if a sysop mistakenly tries to force a password
|
||||
on RF, it will be ignored by the node so it's not exposed.
|
||||
|
||||
25/05/2017 - v2.7
|
||||
|
||||
Added an "A"nnouncements command. Sysops can use this to give users a chance
|
||||
to read any announcements you and/or your club may have. I figured that I
|
||||
would segment this from the "I"nformation command since a lot of guys tend
|
||||
to post their system specs in the uronode.info file. If a user is seeking any
|
||||
news or announcements they won't have to sort through the other information
|
||||
contained within the system.info file and vice versa. A new file called
|
||||
uronode.announce now needs to be with your other uronode.* files.
|
||||
|
||||
Added a trying state display for telnet where before there was none. Actually
|
||||
there was a whole bunch of info but I had it commented out. This I did after
|
||||
a recent user poll was in support of such and other "trying" state messages.
|
||||
Such messages are still filtered for netrom connects.
|
||||
|
||||
Removed uronode.service file from the systemd group. Only uronode.socket and
|
||||
uronode@service needs to be placed and engaged. This was discovered by SP2L
|
||||
on his systems and I verified this on my Fedora test system (which is systemd).
|
||||
Thanks to Tomasz for finding this and pointing it out to me. Without the
|
||||
uronode@.service file, the uronode.socket file won't properly engage upon
|
||||
a connection request via IP. Without uronode@.service your systemd will
|
||||
report an error in loading the uronode.socket file:
|
||||
root@vbfc25:~# systemctl status uronode.socket
|
||||
● uronode.socket - URONode Server Activation Socket
|
||||
Loaded: loaded (/usr/lib/systemd/system/uronode.socket; enabled; vendor preset:
|
||||
Active: failed (Result: resources) since Sat 2016-12-31 11:30:54 CET; 45s ago
|
||||
Listen: 0.0.0.0:3694 (Stream)
|
||||
Accepted: 4; Connected: 0
|
||||
|
||||
Dec 31 12:18:11 vbfc25 systemd[1]: Listening on URONode Server Activation Socket.
|
||||
Dec 31 11:30:54 vbfc25 systemd[1]: uronode.socket: Failed to queue service startup
|
||||
Dec 31 11:30:54 vbfc25 systemd[1]: uronode.socket: Unit entered failed state.
|
||||
lines 1-9/9 (END)
|
||||
|
||||
Fixed a bug in JHeard and JLong in regards to flagging an interface that
|
||||
has existed I'll guess since the beginning of time. This bug was found and
|
||||
reported to me by Han PE1FAM. I was considering removing this feature
|
||||
however I can understand it's usage in the way Han is using it. In the way
|
||||
I have it now, the "Hidden" interface now will lock an end user from trying
|
||||
to attempt connects out an interface a sysop doesn't want users connecting
|
||||
out from such as an APRS interface. The interface in an "int' will not be
|
||||
displayed as to be a subtle message that the interface is not usable, however
|
||||
it will be displayed in a NetRom "Routes" list and in J/JL request.
|
||||
If an attempt to connect out a "hidden port" is made the user is shown an error:
|
||||
n1uro-15@n1uro.ampr.org:/uronode$ c ax1 foo
|
||||
Not a user interface.
|
||||
The reason I did this was so that you may see propagation in a heard list
|
||||
in the event of ducting for some VHF/UHF "dx"ing so to speak.
|
||||
**Note: do NOT flag a L4 protocol interface such as a NetRom interface
|
||||
as a locked interface or the node will not deliberately load.
|
||||
Thanks to Han for reporting this.
|
||||
|
||||
While working on new node W1WCG, I noticed some code clean up in node.c
|
||||
There's still a lot more to do especially with ANSI.
|
||||
|
||||
15/06/2017 - v2.8
|
||||
|
||||
In gateway.c I cleaned up the do_ping routing slightly. I was going to add
|
||||
a default timer but instead decided to let the user hit enter for their own
|
||||
"timer" of sorts. Users are also now instructed on the node to hit enter
|
||||
in order to abort a ping.
|
||||
|
||||
Cleaned up do_nodes so now if there's a slime trail node, rather than prefix
|
||||
it with a colon ":", now it will display ##TEMP: instead. This was sorta
|
||||
bugging me on just how to handle these. While I was at it, I made a
|
||||
modification to gateway.c so if a user tried to "C ##TEMP" it instructs the
|
||||
end user to use the callsign-ssid. I can't think of any other node that does
|
||||
this.
|
||||
|
||||
Thanks to Dave Hibbard (at Debian) for pointing out a dropped "t" in the word
|
||||
"software" in flexd.c when the -v switch is used.
|
||||
|
||||
Cleaned up some prompt routines including the ipv4/ipv6 login sequences.
|
||||
Before (especially with ipv6) if a callsign had no permissions to login via
|
||||
the internet they were never informed how to gain access - they were simply
|
||||
denied. I found this to somewhat make the node a bit unfriendly. Fixed.
|
||||
|
||||
With all the chatter on the 44-net list about IPv6, I've decided to get my
|
||||
block active for further testing. In doing so, I noticed that if a user
|
||||
telnetted in via IPv6 and made a NetRom connect out, the node failed to
|
||||
inform them that they were connected... fixed.
|
||||
|
||||
As of this writing there's no outboud telnet or dns functions for IPv6
|
||||
but that's not to say it's not in the works. Personally, I don't see a
|
||||
true need for IPv6 outbound for amateur radio as the amprnet is going
|
||||
quite strong however that's not to say things may not change either. If
|
||||
anything, IPv6 through an HE.net tunnel works as slick as the amprnet
|
||||
does with the exception of how it handles dynamic clients. Other than
|
||||
that, it does appear to tunnel through your ISP filters as amprnet
|
||||
does which is a plus.
|
||||
|
||||
12/07/2017 v2.8.1
|
||||
Spotted and fixed an issue in the D command within router.c that I somehow
|
||||
introduced in regards to columns not equalling a full 4x4. Locally it didn't
|
||||
show but remotely it did. When one ran a D command and there were less than
|
||||
4 columns a carriage return/new line was not sent making the user's screen
|
||||
look "stuck" when in fact it was not. Fixed!.. before bugs were reported :)
|
||||
Note: this *only* affected an incoming NetRom connection.
|
||||
|
||||
Changed this file and node.h to reflect 2.8.1.
|
||||
|
||||
27/05/2018 v2.9
|
||||
Changed the abort message from "Connection Aborted" to just "Aborted".
|
||||
The madness in the logic is that FBB and other PBBS scripts may only
|
||||
read "Connect" and send their next command in their sequence and thus
|
||||
causing a bit of a loop.
|
||||
|
||||
Changed version number in node.h
|
||||
Changed this file.
|
||||
|
||||
I noticed that an IPv6 connection did NOT offer EXit as a command. Fixed.
|
||||
|
||||
I also noticed that for an IPv6 connection, when running an external command
|
||||
it did not inform the user that they were being returned to the node which
|
||||
may hint that the plug-in is not returning to the node properly, or is
|
||||
exiting/forking prior to it's close. This is now fixed.
|
||||
|
||||
Mainly for sysop debugging purposes but also for end users, when executing a
|
||||
plugin such as NS or tracer, it'll still open with "Executing command" but now
|
||||
it will return back to the node prompt with "Command ended.". This lets both
|
||||
the sysop and end user know the command exited properly, like with a
|
||||
"return 0"
|
||||
|
||||
I decided that just having IPv6 as a trailer for IPv6 connects at the prompt
|
||||
to be a bit vague in display so to keep it a bit more consistant with IPv4
|
||||
it now will show ...:/uronode6 instead.
|
||||
|
||||
Fixed the "Sockets:" line in the Status command display. The word "Sessions"
|
||||
was off by one space throwing all the following column headers off by 1 space.
|
||||
|
||||
17/10/2018 v2.10
|
||||
Edited node.h to reflect this version.
|
||||
|
||||
Edited CHANGES.3 to include new changes to the node.
|
||||
|
||||
Thanks to Marius YO2LOJ for a patch in do_ports within command.c where there
|
||||
is a possibility that the interface count may return NULL and the function
|
||||
will generate an exception in libc for the routine causing the node to
|
||||
segment fault out and disconnect the user from the node. Good to see Marius
|
||||
digging into the code again.
|
||||
|
||||
While at it Marius also discovered the possibility of the interface showing
|
||||
as "null" in the do_sessions routine, possibly due to some changes in
|
||||
libax25 perhaps? Under some conditions ax25_config_get_name(dev) could return
|
||||
a null pointer - Marius YO2LOJ
|
||||
|
||||
Changed a call that was in axdigi.c which had a lib call hardcoded and could
|
||||
break compiles under different archs. Patch supplied by Helmut Grohne, thanks
|
||||
to KI6ZHD for relaying the mail that included the patch.
|
||||
|
||||
03/03/2020 v2.11
|
||||
Changed node.h to reflect current version.
|
||||
|
||||
Note: The system has been behaving as best as it can be expected considering
|
||||
it's a front-end to the linux protocol stacks. As long as there can be an
|
||||
ax# or sp# interface, it can attach to it and work the protocol(s) the user
|
||||
wishes to use. There's still the 2-line patch that the kernel maintainers
|
||||
need to add to ax25.ko so that netrom will continue to properly function
|
||||
however that's not the issue of URONode, it's the kernel ax25 module.
|
||||
|
||||
Made a couple of changes in gateway.c where the color schema wasn't properly
|
||||
resetting the netrom prompt only in regards to aborting ping or a connect
|
||||
request. This is now fixed.
|
||||
|
||||
Made changes in system.c where it wasn't displaying the user being on IPv6
|
||||
properly. While at it, I changed how it handles the user when they're on
|
||||
IPv4 in the lastlog and loggedin databases.
|
||||
|
||||
Changed user.c to reflect incoming session is via IPv6 which also fixes the
|
||||
output of nodeusers so that instead of displaying ??????? it now shows that
|
||||
Telnet6 is being used as the incoming protocol. This one was really getting
|
||||
under my skin. Now I can rest in peace (as per QST 2/2020 haha!)
|
||||
|
||||
28/03/2020 v2.12
|
||||
Edited node.h to reflect new version.
|
||||
|
||||
ADDED documentation! I wrote docs in both .txt and .doc format. Choose your
|
||||
poison hihi! Unless you're a new sysop, I'm sure these are a waste of time
|
||||
for you to read.
|
||||
|
||||
Modified the do_sessions command so that a plain S now shows SEssions and
|
||||
ST is the minimum required now for do_status. This also cleans up the
|
||||
commandset so it's more alphabetical.
|
||||
|
||||
I also modified do_status so that it now may require an argument to show
|
||||
the full screen worth of system status otherwise by default it will only
|
||||
show very basic stats of version/date/hostname/uptime and now requires
|
||||
"ST" to be called. Calling "ST L" will show the long (original) status
|
||||
screens. I did this after noticing some other node softwares go to the
|
||||
extreme in showing stats that most end users would never understand nor
|
||||
even care about. This also saves a lot of bandwidth!
|
||||
|
||||
17/01/2020 v2.13
|
||||
|
||||
Changed the external command text to inform the end user that the escape
|
||||
sequence (CTRL-T typically) is disabled while an external command is run.
|
||||
I've been wanting to do this for a while to preserve integrity for the
|
||||
user. This required an edit in cmdparse.c
|
||||
|
||||
Edited node.h to reflect this version.
|
||||
|
||||
Cleaned up the status command. Prior *any* single character would print the
|
||||
long status report. Now either "l" OR "L" will be accepted. If another
|
||||
character is pressed an error will display:
|
||||
n1uro-15@n1uro.ampr.org:/uronode6: st s
|
||||
Usage: status l OR status L
|
||||
|
||||
** IMPORTANT **
|
||||
-= IF YOU DO NOT READ THIS YOU WILL APPEAR BROKEN =-
|
||||
To be more compliant with downstreams I moved the files in /var/ax25/
|
||||
to now be looked for in /var/lib/ax25 which appears to be the new file
|
||||
system ruleset by the linux gods. I did NOT make this up. I would *strongly*
|
||||
urge you to copy over your current /var/ax25/node/* files after running
|
||||
"make upgrade" unless you wish to start with a fresh system of sorts.
|
||||
Your config files in etc/ax25 won't be moved or touched and the man
|
||||
pages will remain where they are. Your help files, perhaps your ROSE
|
||||
directory (if you use rose.hlp like I do), and user logs will be reset.
|
||||
Users will be all considered new again so to prevent this from occurring
|
||||
I would move those files over.
|
||||
|
||||
73 - Enjoy.
|
||||
|
||||
24/6/2021 2.14
|
||||
Fixed a display issue when connecting via flex/ax.25 in regard to the desti
|
||||
table where an additional line feed was presented upon the last row being
|
||||
a full 4-wide. This was done in router.c
|
||||
|
||||
I went through multiple files that were giving compile warnings and fixed
|
||||
all the warnings I saw. Hopefully URONode compiles without any warnings
|
||||
whatsoever. If you do send me your log.
|
||||
|
||||
Note: Linux is on kernel 5.x now and since kernel 4.2, the ax.25 stack module
|
||||
in the kernel has had a minor issue of NOT closing an ax.25 socket when used
|
||||
with NetRom as a virtual circuit. This prohibits other NetRom sockets from
|
||||
being created/established. This is an awful long time to allow such a bug
|
||||
to linger. Until this bug is fixed (to which I have nothing to do with) there's
|
||||
not much more I can do with the node. Some guys are more than able to do
|
||||
their own kernel compiles, others are not however I seem to get the blame of
|
||||
faulty software when this is far from the truth. Until this bug is resolved
|
||||
and fixed, the project is on an indefinite pause.
|
||||
|
||||
22/10/2021 2.15
|
||||
K3CHB found when running "make" that it was erroring on util.c due to dupe
|
||||
calls. Removing those calls fixes this bug and allows URONode to compile
|
||||
now without error on newer GCC systems. Older ones were a lot more tollerant
|
||||
to bugs like this.
|
||||
|
||||
----------- Note on SystemD --------
|
||||
In uronode.socket, you'll notice the line:
|
||||
ListenStream=0.0.0.0:3694
|
||||
This tells SystemD to listen on TCP socket 3694 for any IPv4 ONLY incoming
|
||||
connection. If you wish to filter JUST your amprnet and IPv4 localhost
|
||||
IPs make a line for each changing 0.0.0.0 to 127.0.0.1 and another for
|
||||
your amprnet IP. This will by default filter any commercial IP requests
|
||||
to URONode. If you want SystemD to try IPv6 *first*, don't enter in any
|
||||
IP schemas and just list the port number. SystemD by default appears to
|
||||
use IPv6 prior to IPv4.
|
||||
|
||||
You can verify the above by running systemctl status uronode.socket:
|
||||
ystemctl status uronode.socket
|
||||
● uronode.socket - URONode Server Activation Socket
|
||||
Loaded: loaded (/usr/lib/systemd/system/uronode.socket; enabled)
|
||||
Active: active (listening) since Mon 2016-03-07 15:30:39 EST; 6min ago
|
||||
Listen: 0.0.0.0:3694 (Stream)
|
||||
Accepted: 3; Connected: 1
|
||||
|
||||
----------- Wish-list: -----------
|
||||
----------------------------------
|
||||
Original Development Information (aka Disclaimer): URONode was developed
|
||||
on an IBM eSeries 330 eServer with dual 1.2GHz CPUs The OS is Debian
|
||||
Linux 4 using kernel 2.4.27, libax25 v0.0.11, ax25-tools v0.0.8 and
|
||||
ax25-apps v0.0.6. This software comes with absolutely NO guarantees so
|
||||
crash n burn at your own risk. We all may be surprised and find out that
|
||||
it actually DOES something useful! URONode may not run 100% depending on
|
||||
environmental conditions specific to your system.
|
||||
|
||||
URONode is GLPv2 code, and tested by it's main author on the following
|
||||
platforms: Raspberry Pi ver. B, Debian 7.7 on a Core-i3, Ubuntu
|
||||
12.0.4LTS on a Core-i3, Fedora ver. 21
|
||||
|
||||
------------
|
||||
|
||||
Comments/suggestions? email: n1uro@n1uro.ampr.org Gripes??? cat gripes >
|
||||
/dev/null :D just kidding!
|
||||
|
||||
This version will get you going for now. I'll post any changes to:
|
||||
ftp://ftp.n1uro.net/packet and https://uronode.sourceforge.net. You may
|
||||
also find URONode in your distro's repositories. <dnf/yum or apt-cache>
|
||||
search uronode
|
||||
|
||||
Join our support mail list:
|
||||
https://uronode.n1uro.com/list/
|
||||
|
||||
73 de Brian N1URO
|
25
COLORS
25
COLORS
|
@ -1,25 +0,0 @@
|
|||
Incase you're wondering about the method behind the madness in my color
|
||||
schema it's very simple. Picture yourself with 3 vehicles to drive on
|
||||
different roads with; a scooter, a compact car, and an SUV. Each vehicle
|
||||
(or protocol) has it's own color. Each vehicle follows the same rules
|
||||
of the road (green for go, red for stop, blinking red for alarms). When
|
||||
you command URONode to go somewhere, you get green. When you return and
|
||||
the process has completed it's red. Ax25/Flex is Yellow, NetRom is Cyan,
|
||||
and IP/System messages are Magenta.
|
||||
|
||||
It's VERY IMPORTANT that you program any automated scripts that connect
|
||||
to URONode that they do NOT use colors! Simply remove 512 from their
|
||||
permissions. If you do NOT do this, the robot script may attempt to
|
||||
decipher ANSI code and it may cause it to hang. YOU HAVE BEEN WARNED!
|
||||
|
||||
|
||||
Here's the schema:
|
||||
Connects display in green as in "gateway go"
|
||||
Reconnects display in red as in "gateway stop"
|
||||
IP based information is in magenta
|
||||
Netrom Nodes (full list) in bold cyan
|
||||
FlexNet destis (full list) in yellow
|
||||
System info in bright white
|
||||
Aborts and timeouts blink bright red
|
||||
Logouts in low cyan
|
||||
|
339
COPYING
339
COPYING
|
@ -1,339 +0,0 @@
|
|||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||
675 Mass Ave, Cambridge, MA 02139, USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Library General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
Appendix: How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) 19yy <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) 19yy name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Library General
|
||||
Public License instead of this License.
|
35
FAQ
35
FAQ
|
@ -1,35 +0,0 @@
|
|||
Welcome to the official FAQ file for URONode.
|
||||
|
||||
The purpose of this file is to help explain better about URONode and what
|
||||
the various features were designed for. Since this file will be maintained
|
||||
via URONode Sysop reports, I'll consider this file a constant 'work in
|
||||
progress' type file.
|
||||
|
||||
When using URONode or really any other linux node flavor, keep in mind
|
||||
that the actual node program itself is only a front-end for the users
|
||||
to do various functions your linux server may have to provide. Node really
|
||||
doesn't do any sort of control features whatsoever, it merely acts as a
|
||||
sort of proxy to your linux daemons. Those features are toggled on/off at
|
||||
compile time by the operator of the node. I've taken time to rework the
|
||||
configure script to give the node ops more flexibility in what they wish
|
||||
to service their end users with. Nothing about URONode was ever designed
|
||||
as a 'replacement' for any existing services such as email and convers.
|
||||
I'm not even going to suggest one chooses to run URONode as a replacement
|
||||
for LinuxNode by Tomi, AWZNode, or even FlexNode. The goals I set when
|
||||
starting this project were moreso to custom fit my unique setup and its
|
||||
something I can share with the amateur community at the same time.
|
||||
|
||||
URONode is NOT:
|
||||
A replacement for *NOS
|
||||
A replacement for Email
|
||||
A replacement for PBBS
|
||||
A replacement for convers
|
||||
A FlexNet router
|
||||
|
||||
URONode IS:
|
||||
A user front-end with some additional features to help compliment those
|
||||
existing features an end user may need but for whatever reason doesn't
|
||||
have access to at the moment, while allowing links to various entities
|
||||
such as AX.25 links, Net/Rom routing, FlexNet destinations, general and
|
||||
amprnet TCP/IP services.
|
||||
|
79
INSTALL
79
INSTALL
|
@ -1,79 +0,0 @@
|
|||
1. COMPILING and INSTALLING
|
||||
|
||||
To compile and run URONode you will need to have libax25-0.0.4 or newer
|
||||
installed on your system. It should work on any platform where libax25 can
|
||||
be compiled and installed.
|
||||
Note however that it will NOT work with 2.0.x kernels.
|
||||
|
||||
To install you should first run:
|
||||
|
||||
./configure
|
||||
|
||||
and answer to the questions it makes.
|
||||
|
||||
** IF ** this is an ** UPGRADE **:
|
||||
and if you said no to configure running a "make", just type:
|
||||
make; make upgrade
|
||||
This will *not* overwrite your config files, and will freshen up
|
||||
your binaries only. If you told the configure script to make, then
|
||||
all you need to type to upgrade is: make upgrade.
|
||||
|
||||
** IF ** this is a new install:
|
||||
|
||||
If all files needed are present everything should work. Next:
|
||||
|
||||
make (if you said "no" to the configure script launching it for you)
|
||||
make install
|
||||
make installhelp
|
||||
|
||||
Optionally you may want to run also:
|
||||
|
||||
make installconf
|
||||
|
||||
to install the default configuration files.
|
||||
Note however this copy example files in /usr/local/etc/ax25 but with ".ex".
|
||||
You should rename it by removing ".ex" at the end of filenames.
|
||||
|
||||
After that you need to edit the configuration files to suit your system.
|
||||
The manual pages for uronode.conf(5) and uronode.perms(5) should give
|
||||
an idea of what to put into these files. The AX25-HOWTO is a must read also.
|
||||
|
||||
2. RUNNING
|
||||
|
||||
URONode is intended to be called from ax25d or inetd. It doesn't need
|
||||
any command line arguments. See the uronode(8) manual page.
|
||||
|
||||
To run URONode from ax25d, /usr/local/etc/ax25/ax25d.conf should have something
|
||||
like this in it:
|
||||
|
||||
# AX25 Port ax0
|
||||
# Belows SSID can not be the same as your netrom node SSID!
|
||||
[N1URO-2 VIA ax0]
|
||||
default * * * * * * - root /usr/local/sbin/uronode uronode
|
||||
|
||||
# NETROM Port
|
||||
<nr0>
|
||||
default * * * * * * - root /usr/local/sbin/uronode uronode
|
||||
|
||||
add uronode as a service in /etc/services:
|
||||
uronode 3694/tcp # Node/URONode packet
|
||||
|
||||
if you use inetd -
|
||||
/etc/inetd.conf could have something like this in it:
|
||||
|
||||
# Listen at telnet port -> URONode
|
||||
uronode stream tcp nowait root /usr/local/sbin/uronode uronode
|
||||
|
||||
if you use xinetd -
|
||||
/etc/xinetd.d/uronode should look like this:
|
||||
|
||||
service uronode
|
||||
{
|
||||
disable = no
|
||||
socket_type = stream
|
||||
protocol = tcp
|
||||
user = root
|
||||
server = /usr/local/sbin/uronode
|
||||
wait = no
|
||||
instances = 20
|
||||
}
|
110
Makefile.in
110
Makefile.in
|
@ -1,110 +0,0 @@
|
|||
all: nodeusers uronode axdigi calibrate @FLEXNET@
|
||||
|
||||
CC = gcc
|
||||
LD = gcc
|
||||
# CFLAGS = -O2 -g -s -Wno-unused-result -Wstrict-prototypes
|
||||
CFLAGS = -DUNIX -g3 -DDEBUG
|
||||
LDFLAGS =
|
||||
LIBS = -lax25 -lax25io
|
||||
|
||||
include Makefile.include
|
||||
|
||||
COMMON_SRC = user.c util.c
|
||||
NODE_SRC = node.c cmdparse.c config.c command.c jheard.c axcalluser.c \
|
||||
gateway.c extcmd.c procinfo.c router.c system.c sysinfo.c ipc.c
|
||||
NODEUSERS_SRC = nodeusers.c
|
||||
FLEXD_SRC = flexd.c procinfo.c
|
||||
DIGI_SRC = axdigi.c
|
||||
CALIBRATE_SRC = calibrate.c
|
||||
|
||||
COMMON_OBJS = $(COMMON_SRC:.c=.o)
|
||||
NODE_OBJS = $(NODE_SRC:.c=.o)
|
||||
NODEUSERS_OBJS = $(NODEUSERS_SRC:.c=.o)
|
||||
FLEXD_OBJS = $(FLEXD_SRC:.c=.o)
|
||||
DIGI_OBJS = $(DIGI_SRC:.c=.o)
|
||||
CALIBRATE_OBJS = $(CALIBRATE_SRC:.c=.o)
|
||||
.c.o:
|
||||
$(CC) $(CFLAGS) -c $<
|
||||
|
||||
install: installbin installman installhelp installconf
|
||||
install -b -m 755 -D -d $(VAR_DIR)
|
||||
install -b -m 755 -D -d $(VAR_DIR)/node
|
||||
install -b -m 644 -p etc/loggedin $(VAR_DIR)/node
|
||||
install -b -m 644 -p etc/lastlog $(VAR_DIR)/node
|
||||
install -b -m 755 -D -d $(VAR_DIR)/flex
|
||||
install -b -m 644 -p etc/gateways $(VAR_DIR)/flex
|
||||
|
||||
installbin: all
|
||||
install -m 755 -s -p uronode $(SBIN_DIR)
|
||||
install -m 755 -s -p nodeusers $(SBIN_DIR)
|
||||
install -m 755 -s -p axdigi $(SBIN_DIR)
|
||||
install -m 755 -s -p calibrate $(SBIN_DIR)
|
||||
@IN@ install -m 755 -s -p flexd $(SBIN_DIR)
|
||||
|
||||
installhelp:
|
||||
install -b -m 755 -D -d $(VAR_DIR)
|
||||
install -b -m 755 -D -d $(VAR_DIR)/node/help
|
||||
install -b -m 644 -p etc/help/*.hlp $(VAR_DIR)/node/help
|
||||
|
||||
installconf: installhelp
|
||||
install -b -m 755 -D -d $(ETC_DIR)
|
||||
install -b -m 600 -p etc/uronode.announce $(ETC_DIR)
|
||||
install -b -m 600 -p etc/uronode.conf $(ETC_DIR)
|
||||
install -b -m 600 -p etc/uronode.perms $(ETC_DIR)
|
||||
install -b -m 600 -p etc/uronode.info $(ETC_DIR)
|
||||
install -b -m 600 -p etc/uronode.motd $(ETC_DIR)
|
||||
install -b -m 600 -p etc/uronode.users $(ETC_DIR)
|
||||
install -b -m 600 -p etc/uronode.routes $(ETC_DIR)
|
||||
install -b -m 600 -p etc/flexd.conf $(ETC_DIR)
|
||||
|
||||
installman:
|
||||
install -m 755 -D -d $(MAN_DIR)/man1 $(MAN_DIR)/man5 $(MAN_DIR)/man8
|
||||
install -m 644 -p man/nodeusers.1 $(MAN_DIR)/man1
|
||||
install -m 644 -p man/uronode.conf.5 $(MAN_DIR)/man5
|
||||
install -m 644 -p man/uronode.perms.5 $(MAN_DIR)/man5
|
||||
install -m 644 -p man/flexd.conf.5 $(MAN_DIR)/man5
|
||||
install -m 644 -p man/uronode.8 $(MAN_DIR)/man8
|
||||
install -m 644 -p man/calibrate.8 $(MAN_DIR)/man8
|
||||
install -m 644 -p man/axdigi.8 $(MAN_DIR)/man8
|
||||
install -m 644 -p man/flexd.8 $(MAN_DIR)/man8
|
||||
|
||||
upgrade: installbin installman installhelp
|
||||
install -b -m 600 -p etc/uronode.announce $(ETC_DIR)
|
||||
install -m 755 -p uronode $(SBIN_DIR)
|
||||
install -m 755 -p nodeusers $(SBIN_DIR)
|
||||
install -m 755 -p calibrate $(SBIN_DIR)
|
||||
@IN@ install -m 755 -p flexd $(SBIN_DIR)
|
||||
install -m 755 -p axdigi $(SBIN_DIR)
|
||||
|
||||
|
||||
clean:
|
||||
rm -f *.o *~ *.bak *.orig make.debug nodeusers uronode flexd axdigi calibrate
|
||||
rm -f etc/*~ etc/*.bak etc/*.orig
|
||||
rm -f etc/help/*~ etc/help/*.bak etc/help/*.orig
|
||||
|
||||
distclean: clean
|
||||
rm -f .depend Makefile.include config.h
|
||||
rm -f uronode nodeusers axdigi calibrate @FLEXNET@
|
||||
rm -f Makefile make.debug
|
||||
|
||||
depend:
|
||||
$(CC) $(CFLAGS) -M $(COMMON_SRC) $(NODE_SRC) $(NODEUSERS_SRC) $(FLEXD_SRC) $(CALIBRATE_SRC) > .depend
|
||||
|
||||
uronode: $(COMMON_OBJS) $(NODE_OBJS)
|
||||
$(LD) $(LDFLAGS) -o uronode $(COMMON_OBJS) $(NODE_OBJS) $(LIBS) $(ZLIB)
|
||||
|
||||
nodeusers: $(COMMON_OBJS) $(NODEUSERS_OBJS)
|
||||
$(LD) $(LDFLAGS) -o nodeusers $(COMMON_OBJS) $(NODEUSERS_OBJS) $(LIBS) $(ZLIB)
|
||||
|
||||
flexd: $(FLEXD_OBJS)
|
||||
$(LD) $(LDFLAGS) -o flexd $(FLEXD_OBJS) $(LIBS) $(ZLIB)
|
||||
|
||||
calibrate: $(CALIBRATE_OBJS)
|
||||
$(LD) $(LDFLAGS) -o calibrate $(CALIBRATE_OBJS) $(LIBS) $(ZLIB)
|
||||
|
||||
axdigi: $(DIGI_OBJS)
|
||||
$(LD) $(LDFLAGS) -o axdigi $(DIGI_OBJS) $(LIBS) $(ZLIB)
|
||||
|
||||
ifeq (.depend,$(wildcard .depend))
|
||||
include .depend
|
||||
endif
|
|
@ -1,13 +0,0 @@
|
|||
# Processor architecture
|
||||
ARCH = @ARCH@
|
||||
|
||||
# Paths
|
||||
ETC_DIR = @ETC_DIR@
|
||||
SBIN_DIR = @SBIN_DIR@
|
||||
BIN_DIR = @BIN_DIR@
|
||||
LIB_DIR = @LIB_DIR@
|
||||
MAN_DIR = @MAN_DIR@
|
||||
VAR_DIR = @VAR_DIR@
|
||||
|
||||
# Is Zlib available?
|
||||
ZLIB = @ZLIB@
|
95
README
95
README
|
@ -1,95 +0,0 @@
|
|||
Please check out the file INSTALL to compile and install URONode.
|
||||
Also please read the CHANGES.* file for all version history changes.URONode README file September 09, 2013
|
||||
|
||||
Note: Please read the CHANGES file for detailed information
|
||||
about the changes from AWZNode to URONode and what I've
|
||||
done with it... along with current version info! - Brian N1URO
|
||||
|
||||
Hi linuxers!
|
||||
|
||||
First all, I thanks PE1RJA and OH2BNS for their very great job!
|
||||
|
||||
*****************************************************************************
|
||||
The v0.5.x release is a temporary version of URONode running and compiling
|
||||
under linux 2.4.x, with glibc 6 and new ax25 and ax25io libraries. v0.0.11
|
||||
*****************************************************************************
|
||||
|
||||
UROnode is based on AWZ|LinuxNode by Tomi Manninen OH2BNS and FlexNode
|
||||
by Roy PE1RJA. It was born initially for the aripisa.ampr.org system
|
||||
by Stefano Noferi IZ5AWZ of ARI Ham Radio Association of Pisa (ITALY).
|
||||
Users in URONode can connect all ham packet world: all AX25, NETROM, ROSE,
|
||||
FLEXNET, ITANET, TCP/IP nodes in the world are now near.
|
||||
|
||||
Comment from Stefano:
|
||||
I have a "packet" dream: all the packet networks can interchange connections.
|
||||
My version of node software for Linux is an attempt to realize this idea
|
||||
and I hope it can help the ham radio digital world to come back one. ;)
|
||||
|
||||
I thanks ARI association of Pisa and Alex Del Chicca IK5PWJ,
|
||||
for their trust and supports.
|
||||
|
||||
This README file, the documentation etc. are very incomplete!
|
||||
Sorry, but my free time is very very very... very little.. :)
|
||||
|
||||
If you decide to use URONode, send me a mail.
|
||||
|
||||
Routing features include: (in order preferance)
|
||||
- netrom routing
|
||||
- fixed routes
|
||||
Create and/or modify /usr/local/etc/ax25/uronode.routes, the format of
|
||||
this file is in the example file uronode.route.ex.
|
||||
Now fixed link nodes in this file have an alias and 3 connection
|
||||
modes, can be queried using the Links command and can be
|
||||
connected directly using: Connect <call>|<alias> (ie. without
|
||||
specifying the downlink port)
|
||||
- flexnet destination lists
|
||||
A separate daemon (flexd) queries a neighbouring flexnet node for its
|
||||
reachable destinations, these destinations are stored on the local
|
||||
disk and can be queried using the Dest command and can be connected
|
||||
directly using: Connect <destination>
|
||||
Config file: flexd.conf:
|
||||
MyCall <call> # the callsign used during the connection
|
||||
PollInterval <interval> # how often the destinations are downloaded
|
||||
FlexGate <call> # the neighbouring flexnet node
|
||||
The pollinterval is specified in seconds and the callsign after
|
||||
flexgate must be defined in uronode.routes !!
|
||||
- mheard based routing
|
||||
When users are using your node the mheard tables are filled with
|
||||
callsigns, callsigns heard on ports can be connected directly with
|
||||
the Connect <call> command, without specifying the downlink port.
|
||||
|
||||
Other features:
|
||||
- local users of the linux machine can be granted access to the mailreader
|
||||
and optionally to the shell. Config file: /etc/ax25/node.users
|
||||
<call>:<password>:<username>:[mail][,shell]
|
||||
call : the callsign of the user that is allowed to access special features
|
||||
password : a string pasword
|
||||
username : the (real)-username on the linux side
|
||||
options : mail - the user has permission to access his or her mailbox
|
||||
shell - the user has permission to access the shell
|
||||
Users with the mail option enabled will receive messages like "New mail
|
||||
has arrived", mostly when the stated condition is met ;-)
|
||||
- all users can send messages to a callsign associated in the kernel table
|
||||
with a linux username ("send" command).
|
||||
- now the sysop can modified the node prompt and password prompt
|
||||
- "!" command show system statistics
|
||||
- old "SEssions" command is now "MSessions"
|
||||
- now "MHeard" command can be used without port specification
|
||||
- changed the output of several query programs (like ports/routes etc.) also
|
||||
included more netrom specific output in these commands
|
||||
- included a lastlog, which shows the time, date and port of your previous
|
||||
session, if this is your first connect, you are requested to read the
|
||||
info text
|
||||
|
||||
The official FTP Site of URONode is:
|
||||
https://sourceforge.net/projects/uronode/?source=directory
|
||||
ftp://ftp.n1uro.net/packet/
|
||||
|
||||
The official Forums site is:
|
||||
http://www.tapr.org/mailman/listinfo/uronode
|
||||
|
||||
URONode is also a part of Fedora 20 and higher.
|
||||
"yum install uronode" to install the .rpm package.
|
||||
|
||||
Please check out the file INSTALL to compile and install URONode.
|
||||
Also please read the CHANGES.* file for all version history changes.
|
30
README.flexd
30
README.flexd
|
@ -1,30 +0,0 @@
|
|||
If you find that your flexd isn't properly working, scroll down to line 120
|
||||
where it says:
|
||||
char buffer[256], port[14], path[AX25_MAX_DIGIS*10]
|
||||
and adjust the buffer per your neighbor's screens. The formula is:
|
||||
2 data frames: 256
|
||||
3 data frames: 512
|
||||
4 data frames: 1024
|
||||
|
||||
Unfortunately the configure script can't autosense this because in some
|
||||
cases, flexd doesn't already exist yet. To determine how many frames you're
|
||||
receiving, use the (ax)listen tool and count the frames after making a manual
|
||||
connect. Ex:
|
||||
ax2: fm N1URO-15 to N1URO-1 ctl SABM+
|
||||
ax2: fm N1URO-1 to N1URO-15 ctl UA-
|
||||
ax2: fm N1URO-1 to N1URO-15 ctl I00^ pid=F0(Text) len 256
|
||||
0000 PC/FlexNet V3.3g - Welcome to the N1URO FlexNet-Digi. This node
|
||||
0040 is located at .Unionville, Hartford County, Connecticut [FN31ns]
|
||||
0080 . This version of pc/Flexnet.and all related services are hosted
|
||||
00C0 under the Linux operating system. Enjoy!..Basic commands are:.<
|
||||
ax2: fm N1URO-1 to N1URO-15 ctl I01^ pid=F0(Text) len 176
|
||||
0000 A>rea destinations file.<C>onnect <desti>.<D>estinations list..<
|
||||
0040 H>elp (more detailed command list).<L>inks.list...<M>ailBox (BBS
|
||||
0080 URO:N1URO-4).<Q>uit this node..<T>alk <call>..=>
|
||||
|
||||
Here I made a manual connect from my URONode to my pc/FlexNet node.
|
||||
After the protocol handshakes there's 2 frames prior to the => prompt.
|
||||
So using the formula above, my line needs to be 256 for the buffer size.
|
||||
|
||||
Hope this may help those with flexd errors.
|
||||
73 de Brian N1URO
|
49
URONode.his
49
URONode.his
|
@ -1,49 +0,0 @@
|
|||
** Note: this file is depreciated, refer to CHANGES.*
|
||||
|
||||
URONode was spawned off of the original linuxnode by Tomi Manninen OH2BNS
|
||||
Before URONode was FlexNode by Roy PE1RJA, and then by Stefano Noferi IZ5AWZ
|
||||
who called it AWZNode. I took over the code willingly and on my own mainly
|
||||
as a project I could do under C program coding in April 2003 after it
|
||||
appeared that AWZNode was no longer being developed.
|
||||
|
||||
My first goal was to make it appear and act more like TheNet X1J and spent
|
||||
most of my time configuring the node to behave as such which I felt I did
|
||||
quite successfully. While doing that I thought I'd try to add in email
|
||||
features by using the old PMS system written by Alan Cox, who has a lot
|
||||
of code in the main linux kernel for it's IP stack (most of which is taken
|
||||
directly out of KA9Q nos). While I was successful in doing that, Morgan
|
||||
SM6TKY reported that the code was old and exploitable... unfortunately I had
|
||||
a period where I couldn't devote the time into getting it repaired quickly
|
||||
and URONode sat and suffered with a note explaining that certain features
|
||||
should not be used or enabled. As a quick fix, I simply commented out the
|
||||
found exploits and did some more cosmetics to the code and released a patch.
|
||||
|
||||
Still with users wanting EMAIL as a feature to the software, this inspired me
|
||||
to pick up with the dropped axMail code and bring that more up to date. axMail
|
||||
was originally started by Heikki Hannikainen, and then mailbox routines were
|
||||
added by Marius Petrescu, however system configs were lacking. I took the
|
||||
code and added in the routines which are in there now so that new users
|
||||
are properly created within the basic linux filesystem schema, and passwords
|
||||
can be created (optional) so that a web front-end such as NeoMail can be
|
||||
used in conjunction with axMail giving users the choice of the web or RF
|
||||
packet to do their SMTP based EMAIL with. It was and always will be an optional
|
||||
add-on module for URONode, and other flavors of *node for linux.
|
||||
|
||||
These two packages together, along with F6FBB make for one heck of a feature
|
||||
packed system a sysop can piece together on one server. Because of such,
|
||||
URONode has become very popular in the NorthEast USA and in Central East
|
||||
Florida within the EastNet FlexNet network and with the Florida MARS
|
||||
networks. With this, I've taken the look and feel of URONode to try and
|
||||
match that of a FlexNet interface.
|
||||
|
||||
The latest version of URONode under-went many face lifts! The node not only
|
||||
auto-senses the incoming connection but delivers an interface which clones
|
||||
that of the type of system they're connecting in from. A user connecting
|
||||
in via IP will actually get a prompt that looks and acts similar to a
|
||||
Unix bash prompt with custom aliased commands!.. and to top that all off
|
||||
I've added an ansi schema to the IP interface!!
|
||||
|
||||
URONode is used world-wide in Europe, Africa, Asia, and in North America.
|
||||
A web bbs is available at https://www.n1uro.net/forum where release notes
|
||||
for URONode are posted. If the functionality of URONode isn't enough to
|
||||
get interest in packet growing, the stability of URONode should!
|
77
axcalluser.c
77
axcalluser.c
|
@ -1,77 +0,0 @@
|
|||
/* axcalluser.c - determine username corresponding to callsign */
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <syslog.h>
|
||||
#include <errno.h>
|
||||
#include "config.h"
|
||||
#include "axcalluser.h"
|
||||
|
||||
int axcalluserid(char *call)
|
||||
{
|
||||
char callsign[10];
|
||||
char username[80];
|
||||
int id;
|
||||
int userid = -1;
|
||||
FILE *f = fopen(PROC_AX25_CALLS_FILE,"r");
|
||||
if (f) { /* VE3TOK, 18Nov2014, return value usage */
|
||||
if (fgets(username,79,f) == NULL) {
|
||||
syslog(LOG_DEBUG, "Can't get username: %s", strerror(errno));
|
||||
return 1;
|
||||
}
|
||||
while (fscanf(f," %d %9s",&id,callsign) != EOF) {
|
||||
char *a,*b;
|
||||
for (a=call,b=callsign;
|
||||
*a && *b && toupper(*a)==toupper(*b) && *b!='-';
|
||||
a++,b++) ;
|
||||
if (!isalnum(*a) && !isalnum(*b)) {
|
||||
userid = id;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
fclose(f);
|
||||
return userid;
|
||||
}
|
||||
char *getusername(int userid)
|
||||
{
|
||||
int colons;
|
||||
int c,i;
|
||||
char token[80];
|
||||
static char name[80];
|
||||
char *retval = NULL;
|
||||
FILE *f;
|
||||
f = fopen("/etc/passwd","r");
|
||||
if (f) {
|
||||
i = 0;
|
||||
colons = 0;
|
||||
while ((c = getc(f)) != EOF) {
|
||||
switch (c) {
|
||||
case ':':
|
||||
token[i] = '\0';
|
||||
colons++;
|
||||
if (colons == 3) {
|
||||
if (userid == atoi(token)) {
|
||||
retval = name;
|
||||
goto endloop;
|
||||
}
|
||||
} else if (colons == 1) {
|
||||
strcpy(name,token);
|
||||
}
|
||||
i = 0;
|
||||
break;
|
||||
case '\n':
|
||||
colons = 0;
|
||||
i = 0;
|
||||
break;
|
||||
default:
|
||||
token[i++] = c;
|
||||
break;
|
||||
}
|
||||
}
|
||||
endloop:
|
||||
fclose(f);
|
||||
}
|
||||
return retval;
|
||||
}
|
16
axcalluser.h
16
axcalluser.h
|
@ -1,16 +0,0 @@
|
|||
#ifndef AXCALLUSER_H
|
||||
#define AXCALLUSER_H
|
||||
|
||||
/* Simple functions to return userid of a callsign, and */
|
||||
/* username of a userid, by reading appropriate files. */
|
||||
/* Surely there's a better way to do 'getusername', but */
|
||||
/* this works. */
|
||||
/* Dave Brown N2RJT 5/5/96 */
|
||||
|
||||
/* return userid of given callsign, or -1 if not found */
|
||||
int axcalluserid(char *callsign);
|
||||
|
||||
/* return username of given userid, or NULL if not found */
|
||||
char *getusername(int userid);
|
||||
|
||||
#endif
|
306
axdigi.c
306
axdigi.c
|
@ -1,306 +0,0 @@
|
|||
/*
|
||||
* axdigi: Cross and straight port digipeater program
|
||||
* Copyright (C) 1995 Craig Small VK2XLZ
|
||||
* modificatioins 2012-present Brian N1URO
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* JSN - Small tweaks to ensure compilation and execution under Linux 2.1.x.
|
||||
* 12th June 1997.
|
||||
*
|
||||
* Thanks to Helmut Grohne for a minor patch
|
||||
*
|
||||
*/
|
||||
|
||||
#include <net/if.h>
|
||||
#include <linux/if_ether.h>
|
||||
#include <netinet/in.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <strings.h>
|
||||
/* below added by N1URO */
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <error.h>
|
||||
#include <signal.h>
|
||||
#include <linux/ax25.h>
|
||||
/* added by N1URO */
|
||||
#include <netax25/daemon.h>
|
||||
#include "node.h"
|
||||
int recv_packet(unsigned char *buf, int size, unsigned char *port);
|
||||
void print_call(unsigned char *buf);
|
||||
unsigned char *find_call(char *port);
|
||||
void add_port(char *call, char *port);
|
||||
void get_interfaces(int skt);
|
||||
|
||||
/*
|
||||
* The defines we use
|
||||
*/
|
||||
#define AXALEN 7
|
||||
#define E_BIT 0x01 /* Address extension bit */
|
||||
#define REPEATED 0x80 /* Has-been-repeated bit */
|
||||
#define MAX_PORTS 16
|
||||
// #define VERSION "0.3"
|
||||
#define AXDIGI_PID_FILE "/var/run/axdigi.pid"
|
||||
int port_count = 0;
|
||||
unsigned char portname[MAX_PORTS][20];
|
||||
unsigned char portcall[MAX_PORTS][8];
|
||||
|
||||
void(*sigterm_defhnd)(int);
|
||||
|
||||
void quit_handler(int sig)
|
||||
{
|
||||
unlink(AXDIGI_PID_FILE);
|
||||
signal(SIGTERM, SIG_IGN);
|
||||
fprintf(stderr, "axDigi quitting.\n\r");
|
||||
signal(SIGTERM, sigterm_defhnd);
|
||||
raise(SIGTERM);
|
||||
return;
|
||||
}
|
||||
|
||||
void hup_handler(int sig)
|
||||
{
|
||||
signal(SIGHUP, SIG_IGN);
|
||||
fprintf(stderr, "SIGHUP caught by axDigi.\n\r");
|
||||
signal(SIGHUP, hup_handler); /* Restore hangup handler */
|
||||
}
|
||||
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
int skt;
|
||||
int size, rt;
|
||||
unsigned char buf[4096];
|
||||
struct sockaddr sa;
|
||||
int asize;
|
||||
|
||||
|
||||
FILE *pidfile;
|
||||
|
||||
/* Check our huge range of flags */
|
||||
if (argc > 1)
|
||||
{
|
||||
if (strcmp(argv[1], "-v") == 0 || strcmp(argv[1], "-h") ==0)
|
||||
{
|
||||
printf("axdigi: version %s.\n\r", VERSION);
|
||||
printf("Copywrite (c) 1995 Craig Small - VK2XLZ\n\r");
|
||||
printf("modificatiions Copyright (C) 2012-present by Brian N1URO\n\n");
|
||||
printf("axdigi comes with ABSOLUTELY NO WARRANTY.\n\r");
|
||||
printf("This is free software, and you are welcome to redistribute it\n\r");
|
||||
printf("under the terms of GNU General Public Licence as published\n\r");
|
||||
printf("by Free Software Foundation; either version 2 of the License, or\n\r");
|
||||
printf("(at your option) any later version.\n\r");
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* Routine to daemonize - added by N1URO */
|
||||
|
||||
if (!daemon_start(TRUE)) {
|
||||
fprintf(stderr, "Sorry, axdigi cannot become a daemon\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* Change to keep code more modern - N1URO */
|
||||
if ((skt = socket(PF_PACKET, SOCK_PACKET, htons(ETH_P_AX25))) == -1)
|
||||
{
|
||||
perror("socket");
|
||||
return(1);
|
||||
}
|
||||
|
||||
pidfile = fopen(AXDIGI_PID_FILE, "w");
|
||||
fprintf(pidfile, "%d\n", (int)getpid());
|
||||
fprintf(stderr, "axDigi started. \n");
|
||||
fclose(pidfile);
|
||||
|
||||
signal(SIGHUP, hup_handler);
|
||||
sigterm_defhnd = signal(SIGTERM, quit_handler);
|
||||
|
||||
get_interfaces(skt);
|
||||
|
||||
while(1)
|
||||
{
|
||||
asize = sizeof(sa);
|
||||
|
||||
if ((size = recvfrom(skt, buf, sizeof(buf), 0, &sa, &asize)) == -1)
|
||||
{
|
||||
perror("recv");
|
||||
exit(1);
|
||||
}
|
||||
if ((rt = recv_packet(buf, size, sa.sa_data)) >= 0)
|
||||
{
|
||||
if (rt < port_count)
|
||||
{
|
||||
asize = sizeof(sa);
|
||||
strcpy(sa.sa_data, portname[rt]);
|
||||
if (sendto(skt, buf, size, 0, &sa, asize) == -1)
|
||||
perror("sendto");
|
||||
continue;
|
||||
}
|
||||
/* printf("Unknown port %s\n", sa.sa_data);*/
|
||||
} /* recv_packet true */
|
||||
} /* while(1) */
|
||||
|
||||
close(skt);
|
||||
}
|
||||
|
||||
int recv_packet(unsigned char *buf, int size, unsigned char *port)
|
||||
{
|
||||
unsigned char *bptr;
|
||||
int count, i;
|
||||
unsigned char *call;
|
||||
|
||||
/* printf("Got packet size %d\n", size);*/
|
||||
|
||||
/*
|
||||
* Decode the AX.25 Packet
|
||||
*/
|
||||
/* Find packet, skip over flag */
|
||||
bptr = buf+1;
|
||||
/* Now at destination address */
|
||||
/* print_call(bptr);
|
||||
printf("<-");*/
|
||||
bptr += AXALEN;
|
||||
|
||||
/* Now at source address */
|
||||
/* print_call(bptr);*/
|
||||
if (bptr[6] & E_BIT)
|
||||
{
|
||||
/* printf("\n");*/
|
||||
return -1; /* No digis, we're not interested */
|
||||
}
|
||||
/* printf(" ");*/
|
||||
bptr += AXALEN;
|
||||
/* Now at digipeaters */
|
||||
|
||||
count = 0;
|
||||
while( count < AX25_MAX_DIGIS && ( (bptr - buf) < size))
|
||||
{
|
||||
/* print_call(bptr);
|
||||
printf(", ");*/
|
||||
if (bptr[6] & REPEATED)
|
||||
{
|
||||
/* This one has been repeated, move to next one */
|
||||
bptr += AXALEN;
|
||||
count++;
|
||||
continue;
|
||||
}
|
||||
/* Check to see if callsign is one of ours */
|
||||
for (i = 0; i < port_count; i++)
|
||||
{
|
||||
/* printf("compare ");
|
||||
print_call(bptr);
|
||||
printf(" ");
|
||||
print_call(portcall[i]);
|
||||
printf("\n");*/
|
||||
if ( (bcmp(bptr, portcall[i], AXALEN-1) == 0) && ((bptr[6] & 0x1e) == portcall[i][6]))
|
||||
{
|
||||
/* Copy new address over and turn on repeated bit*/
|
||||
call = find_call(port);
|
||||
if (call == NULL)
|
||||
return -1;
|
||||
bcopy(call, bptr, AXALEN-1);
|
||||
bptr[6] = (bptr[6] & ~0x1e) | call[6];
|
||||
bptr[6] |= REPEATED;
|
||||
return i;
|
||||
}
|
||||
} /* for */
|
||||
return -1;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
void print_call(unsigned char *bptr)
|
||||
{
|
||||
printf("%c%c%c%c%c%c-%d", bptr[0] >> 1, bptr[1] >> 1,
|
||||
bptr[2] >> 1, bptr[3] >> 1, bptr[4] >> 1, bptr[5] >> 1,
|
||||
(bptr[6] >> 1) & 0xf);
|
||||
}
|
||||
|
||||
void add_port(char *call, char *port)
|
||||
{
|
||||
unsigned char *s;
|
||||
int n;
|
||||
|
||||
if (port_count == MAX_PORTS)
|
||||
return;
|
||||
|
||||
s = portcall[port_count];
|
||||
|
||||
while( (*call != '-') && ( (int)(s - portcall[port_count])< 6))
|
||||
*s++ = (*call++) << 1;
|
||||
call++; /* skip over dash */
|
||||
n = atoi(call);
|
||||
*s = n << 1;
|
||||
|
||||
strcpy(portname[port_count], port);
|
||||
port_count++;
|
||||
}
|
||||
|
||||
|
||||
unsigned char *find_call(char *port)
|
||||
{
|
||||
static unsigned char callsign[8];
|
||||
int i;
|
||||
|
||||
for(i = 0; i < port_count; i++)
|
||||
{
|
||||
if (strcmp(port, portname[i]) == 0)
|
||||
{
|
||||
bcopy(portcall[i], callsign, 7);
|
||||
return callsign;
|
||||
}
|
||||
}
|
||||
return (char*)NULL;
|
||||
}
|
||||
|
||||
void get_interfaces(int skt)
|
||||
{
|
||||
char buf[1024];
|
||||
struct ifconf ifc;
|
||||
struct ifreq *ifr;
|
||||
int i;
|
||||
|
||||
ifc.ifc_len = sizeof(buf);
|
||||
ifc.ifc_buf = buf;
|
||||
if (ioctl(skt, SIOCGIFCONF, &ifc) < 0)
|
||||
{
|
||||
perror("ioctl");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
ifr = ifc.ifc_req;
|
||||
for (i = ifc.ifc_len / sizeof(struct ifreq); --i >= 0; ifr++)
|
||||
{
|
||||
if (ioctl(skt, SIOCGIFHWADDR, ifr) < 0)
|
||||
continue;
|
||||
if (ifr->ifr_hwaddr.sa_family == AF_AX25)
|
||||
{
|
||||
/* AX25 port, add to list */
|
||||
if (port_count < MAX_PORTS)
|
||||
{
|
||||
bcopy(ifr->ifr_hwaddr.sa_data, portcall[port_count], 7);
|
||||
strcpy(portname[port_count], ifr->ifr_name);
|
||||
port_count++;
|
||||
}
|
||||
}
|
||||
} /* for */
|
||||
}
|
||||
|
||||
void(*sigterm_defhnd)(int);
|
130
calibrate.c
130
calibrate.c
|
@ -1,130 +0,0 @@
|
|||
/*
|
||||
* calibrate : Modem calibration utility
|
||||
* Most code is portion of beacon.c of the standard ax25-utils package
|
||||
* F1OAT 980321
|
||||
* mods by N1URO 151123
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <syslog.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include <netax25/axlib.h>
|
||||
#include <netax25/axconfig.h>
|
||||
#include <netax25/nrconfig.h>
|
||||
#include <netax25/rsconfig.h>
|
||||
#include <netax25/procutils.h>
|
||||
#include <netax25/mheard.h>
|
||||
#include <netax25/daemon.h>
|
||||
|
||||
#define BUFLEN 256
|
||||
#define NBFRAMES 100
|
||||
#define TEMPO 1000
|
||||
|
||||
|
||||
static void Usage(void)
|
||||
{
|
||||
fprintf(stderr, "Usage : calibrate [-t ms] interface\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
struct full_sockaddr_ax25 dest;
|
||||
struct full_sockaddr_ax25 src;
|
||||
int i, s, dlen, len, tempo = TEMPO;
|
||||
char *port;
|
||||
char *srccall = NULL, *destcall = "CAL";
|
||||
char buffer[BUFLEN];
|
||||
fd_set rfds;
|
||||
struct timeval tv;
|
||||
|
||||
if (argc < 2) Usage();
|
||||
|
||||
while ((s = getopt(argc, argv, "t:")) != -1) {
|
||||
switch (s) {
|
||||
case 't':
|
||||
tempo = atoi(optarg);
|
||||
break;
|
||||
case ':':
|
||||
fprintf(stderr, "calibrate: option -t needs a duration in ms\n");
|
||||
return 1;
|
||||
case '?':
|
||||
Usage();
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
if (optind == argc) {
|
||||
Usage();
|
||||
return 1;
|
||||
}
|
||||
|
||||
port = argv[optind];
|
||||
|
||||
if (ax25_config_load_ports() == 0) {
|
||||
fprintf(stderr, "calibrate: no AX.25 interfaces defined\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
if ((srccall = ax25_config_get_addr(port)) == NULL) {
|
||||
fprintf(stderr, "calibrate: invalid AX.25 interface setting - %s\n", port);
|
||||
return 1;
|
||||
}
|
||||
|
||||
if ((dlen = ax25_aton(destcall, &dest)) == -1) {
|
||||
fprintf(stderr, "calibrate: unable to convert callsign '%s'\n", destcall);
|
||||
return 1;
|
||||
}
|
||||
|
||||
if ((len = ax25_aton(srccall, &src)) == -1) {
|
||||
fprintf(stderr, "calibrate: unable to convert callsign '%s'\n", srccall);
|
||||
return 1;
|
||||
}
|
||||
|
||||
if ((s = socket(AF_AX25, SOCK_DGRAM, 0)) == -1) {
|
||||
perror("socket");
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (bind(s, (struct sockaddr *)&src, len) == -1) {
|
||||
perror("bind");
|
||||
return 1;
|
||||
}
|
||||
|
||||
printf("Press return to stop calibrate\n");
|
||||
|
||||
for (i = 0 ; i < BUFLEN ; i++)
|
||||
buffer[i] = 0x55;
|
||||
|
||||
for (i = 0 ; i < NBFRAMES ; i++) {
|
||||
/* fd_set rfds;
|
||||
struct timeval tv;
|
||||
*/
|
||||
tv.tv_sec = tempo / 1000;
|
||||
tv.tv_usec = (tempo % 1000) * 1000;
|
||||
|
||||
FD_ZERO(&rfds);
|
||||
FD_SET(0, &rfds);
|
||||
|
||||
if (select(1, &rfds, NULL, NULL, &tv) == 1) break;
|
||||
|
||||
buffer[0] = (i / 100) + '0';
|
||||
buffer[1] = ((i % 100) / 10) + '0';
|
||||
buffer[2] = (i % 10) + '0';
|
||||
|
||||
if (sendto(s, buffer, BUFLEN, 0, (struct sockaddr *)&dest, dlen) == -1) {
|
||||
perror("sendto");
|
||||
}
|
||||
}
|
||||
|
||||
close(s);
|
||||
|
||||
return 0;
|
||||
}
|
301
cmdparse.c
301
cmdparse.c
|
@ -1,301 +0,0 @@
|
|||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include <netax25/ax25.h>
|
||||
#include <netrose/rose.h>
|
||||
#include <netax25/axlib.h>
|
||||
|
||||
#include "node.h"
|
||||
|
||||
static void expand_string(char *dest, char *src, int argc, char **argv)
|
||||
{
|
||||
char tmpbuf[64], def[64];
|
||||
char *p1, *p2, *cp;
|
||||
int n, skip, nocopy;
|
||||
|
||||
if (strchr(src, '%') == NULL) {
|
||||
strcpy(dest, src);
|
||||
return;
|
||||
}
|
||||
p1 = src;
|
||||
p2 = dest;
|
||||
while (*p1) {
|
||||
if (*p1 == '%') {
|
||||
nocopy=1;
|
||||
p1++;
|
||||
skip = 1;
|
||||
def[0] = 0;
|
||||
if (*p1 == '{') {
|
||||
p1++;
|
||||
if ((cp = strchr(p1, '}')) != NULL) {
|
||||
skip = cp - p1 + 1;
|
||||
cp = p1;
|
||||
if (*++cp == ':') {
|
||||
cp++;
|
||||
n = min(skip - 3, 63);
|
||||
strncpy(def, cp, n);
|
||||
def[n] = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
switch (*p1) {
|
||||
case 'u':
|
||||
case 'U':
|
||||
strcpy(tmpbuf, User.call);
|
||||
if ((cp = strrchr(tmpbuf, '-'))) *cp = 0;
|
||||
break;
|
||||
case 's':
|
||||
case 'S':
|
||||
strcpy(tmpbuf, User.call);
|
||||
break;
|
||||
case 'p':
|
||||
case 'P':
|
||||
strcpy(tmpbuf, User.ul_name);
|
||||
if ((cp = strrchr(tmpbuf, '-'))) *cp = 0;
|
||||
break;
|
||||
case 'r':
|
||||
case 'R':
|
||||
strcpy(tmpbuf, User.ul_name);
|
||||
break;
|
||||
case 't':
|
||||
case 'T':
|
||||
switch (User.ul_type) {
|
||||
case AF_FLEXNET:
|
||||
strcpy(tmpbuf, "flexnet");
|
||||
break;
|
||||
case AF_AX25:
|
||||
strcpy(tmpbuf, "ax25");
|
||||
break;
|
||||
case AF_NETROM:
|
||||
strcpy(tmpbuf, "netrom");
|
||||
break;
|
||||
#ifdef HAVE_ROSE
|
||||
case AF_ROSE:
|
||||
strcpy(tmpbuf, "rose");
|
||||
break;
|
||||
#endif
|
||||
case AF_INET:
|
||||
strcpy(tmpbuf, "inet");
|
||||
break;
|
||||
case AF_UNSPEC:
|
||||
strcpy(tmpbuf, "host");
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case '0':
|
||||
case '1':
|
||||
case '2':
|
||||
case '3':
|
||||
case '4':
|
||||
case '5':
|
||||
case '6':
|
||||
case '7':
|
||||
case '8':
|
||||
case '9':
|
||||
n = *p1 - '0';
|
||||
if (n < argc) strcpy(tmpbuf, argv[n]);
|
||||
else strcpy(tmpbuf, def);
|
||||
break;
|
||||
case '*':
|
||||
nocopy=0;
|
||||
for(n=2;n<argc;n++) {
|
||||
if (argv[n]==NULL) break;
|
||||
strcpy(tmpbuf, argv[n]);
|
||||
if (isalpha(*p1)) {
|
||||
if (isupper(*p1)) strupr(tmpbuf);
|
||||
else strlwr(tmpbuf);
|
||||
}
|
||||
strcpy(p2, tmpbuf);
|
||||
p2 += strlen(tmpbuf);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
strcpy(tmpbuf, "%");
|
||||
break;
|
||||
}
|
||||
if (nocopy==1) {
|
||||
if (isalpha(*p1)) {
|
||||
if (isupper(*p1)) strupr(tmpbuf);
|
||||
else strlwr(tmpbuf);
|
||||
}
|
||||
strcpy(p2, tmpbuf);
|
||||
p2 += strlen(tmpbuf);
|
||||
}
|
||||
p1 += skip;
|
||||
} else
|
||||
*p2++ = *p1++;
|
||||
}
|
||||
*p2 = 0;
|
||||
return;
|
||||
}
|
||||
|
||||
/* This function is straight from *NOS */
|
||||
|
||||
static char *parse_string(char *str)
|
||||
{
|
||||
char *cp = str;
|
||||
unsigned long num;
|
||||
|
||||
while (*str != '\0' && *str != '\"') {
|
||||
if (*str == '\\') {
|
||||
str++;
|
||||
switch (*str++) {
|
||||
case 'n': *cp++ = '\n'; break;
|
||||
case 't': *cp++ = '\t'; break;
|
||||
case 'v': *cp++ = '\v'; break;
|
||||
case 'b': *cp++ = '\b'; break;
|
||||
case 'r': *cp++ = '\r'; break;
|
||||
case 'f': *cp++ = '\f'; break;
|
||||
case 'a': *cp++ = '\007'; break;
|
||||
case '\\': *cp++ = '\\'; break;
|
||||
case '\"': *cp++ = '\"'; break;
|
||||
case 'x':
|
||||
num = strtoul(--str, &str, 16);
|
||||
*cp++ = (char) num;
|
||||
break;
|
||||
case '0':
|
||||
case '1':
|
||||
case '2':
|
||||
case '3':
|
||||
case '4':
|
||||
case '5':
|
||||
case '6':
|
||||
case '7':
|
||||
num = strtoul(--str, &str, 8);
|
||||
*cp++ = (char) num;
|
||||
break;
|
||||
case '\0':
|
||||
return NULL;
|
||||
default:
|
||||
*cp++ = *(str - 1);
|
||||
break;
|
||||
};
|
||||
} else {
|
||||
*cp++ = *str++;
|
||||
}
|
||||
}
|
||||
if (*str == '\"') str++; /* skip final quote */
|
||||
*cp = '\0'; /* terminate string */
|
||||
return str;
|
||||
}
|
||||
|
||||
int parse_args(char **argv, char *cmd)
|
||||
{
|
||||
int ct = 0;
|
||||
int quoted;
|
||||
|
||||
while (ct < 31) {
|
||||
quoted = 0;
|
||||
while (*cmd && isspace(*cmd)) cmd++;
|
||||
if (*cmd == 0) break;
|
||||
if (*cmd == '"') {
|
||||
quoted++;
|
||||
cmd++;
|
||||
}
|
||||
argv[ct++] = cmd;
|
||||
if (quoted) {
|
||||
if ((cmd = parse_string(cmd)) == NULL)
|
||||
return 0;
|
||||
} else {
|
||||
while (*cmd && !isspace(*cmd)) cmd++;
|
||||
}
|
||||
if (*cmd) *cmd++ = 0;
|
||||
}
|
||||
argv[ct] = NULL;
|
||||
return ct;
|
||||
}
|
||||
|
||||
int cmdparse(struct cmd *list, char *cmdline)
|
||||
{
|
||||
struct cmd *cmdp;
|
||||
int argc;
|
||||
char *argv[32];
|
||||
static char cmdbuf[1024];
|
||||
|
||||
/* convert cmdline to argc,argv[] if '#' or empty: return */
|
||||
/* changing return 2 to return -1 */
|
||||
if ((argc = parse_args(argv, cmdline)) == 0 || *argv[0] == '#') return 1;
|
||||
/* check if the command in argv[0] is in the list */
|
||||
for (cmdp = list; cmdp != NULL; cmdp = cmdp->next) {
|
||||
if (strlen(argv[0]) < cmdp->len || strlen(argv[0]) > strlen(cmdp->name)) continue;
|
||||
if (strncasecmp(cmdp->name, argv[0], strlen(argv[0])) == 0) break;
|
||||
}
|
||||
if (cmdp == NULL) return -1;
|
||||
strlwr(argv[0]);
|
||||
switch (cmdp->type) {
|
||||
case CMD_INTERNAL: /* execute internal command */
|
||||
return (*cmdp->function)(argc, argv);
|
||||
case CMD_ALIAS:
|
||||
/* evaluate arguments */
|
||||
expand_string(cmdbuf, cmdp->command, argc, argv);
|
||||
aliascmd=1;
|
||||
/* re-execute the command */
|
||||
return cmdparse(list, cmdbuf);
|
||||
case CMD_EXTERNAL:
|
||||
/* evaluate arguments */
|
||||
expand_string(cmdbuf, cmdp->command, argc, argv);
|
||||
/* convert the cmdline to argc,argv[] */
|
||||
argc = parse_args(argv, cmdbuf);
|
||||
/* execute an external command */
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
axio_printf(NodeIo, "%s} ", NodeId);
|
||||
}
|
||||
if (check_perms(PERM_ANSI, 0L) != -1) {
|
||||
axio_printf(NodeIo,"\e[01;32mExecuting command. Escape is disabled until command is done.\e[0m\n");
|
||||
} else {
|
||||
axio_puts("Executing command. Escape is disabled until command is done. \n", NodeIo);
|
||||
}
|
||||
return extcmd(cmdp, argv);
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
void insert_cmd(struct cmd **list, struct cmd *new)
|
||||
{
|
||||
struct cmd *tmp, *p;
|
||||
|
||||
if (*list == NULL || strcasecmp(new->name, (*list)->name) < 0) {
|
||||
tmp = *list;
|
||||
*list = new;
|
||||
new->next = tmp;
|
||||
} else {
|
||||
for (p = *list; p->next != NULL; p = p->next)
|
||||
if (strcasecmp(new->name, p->next->name) < 0) break;
|
||||
tmp = p->next;
|
||||
p->next = new;
|
||||
new->next = tmp;
|
||||
}
|
||||
}
|
||||
|
||||
int add_internal_cmd(struct cmd **list, char *name, int len, int (*function) (int argc, char **argv))
|
||||
{
|
||||
struct cmd *new;
|
||||
|
||||
if ((new = calloc(1, sizeof(struct cmd))) == NULL) {
|
||||
node_perror("add_internal_cmd: calloc", errno);
|
||||
return -1;
|
||||
}
|
||||
new->name = strdup(name);
|
||||
new->len = len;
|
||||
new->type = CMD_INTERNAL;
|
||||
new->function = function;
|
||||
insert_cmd(list, new);
|
||||
return 0;
|
||||
}
|
||||
|
||||
void free_cmdlist(struct cmd *list)
|
||||
{
|
||||
struct cmd *tmp;
|
||||
|
||||
while (list != NULL) {
|
||||
free(list->name);
|
||||
free(list->command);
|
||||
free(list->path);
|
||||
tmp = list;
|
||||
list = list->next;
|
||||
free(tmp);
|
||||
}
|
||||
}
|
494
config.c
494
config.c
|
@ -1,494 +0,0 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <pwd.h>
|
||||
#include <netax25/ax25.h> /* axutils.h needs this... */
|
||||
#include <netrose/rose.h>
|
||||
#include <netax25/axlib.h>
|
||||
#include <netax25/axconfig.h>
|
||||
|
||||
#include "node.h"
|
||||
|
||||
long IdleTimeout = 360L; /* default to 6 mins */
|
||||
long ConnTimeout = 300L; /* default to 5 mins */
|
||||
int ReConnectTo = 0;
|
||||
int LogLevel = LOGLVL_ERROR;
|
||||
int EscChar = 20; /* CTRL-T */
|
||||
|
||||
char *Email = NULL;
|
||||
char *HostName = NULL;
|
||||
char *NodeId = NULL;
|
||||
char *NrPort = NULL; /* first netrom port */
|
||||
char *FlexId = NULL;
|
||||
char *RoseId = NULL;
|
||||
|
||||
#ifdef HAVEMOTD
|
||||
char *Prompt = "\n=> "; /* Prompt by IZ5AWZ */
|
||||
#else
|
||||
char *Prompt = "\n";
|
||||
#endif
|
||||
char *PassPrompt = "\nPassword >"; /* Prompt Password by IZ5AWZ */
|
||||
|
||||
static unsigned long Permissions = 0L;
|
||||
static unsigned long LocalNet = 0L;
|
||||
static unsigned long LocalMask = ~0L;
|
||||
static char *HiddenPorts[32] = {0};
|
||||
|
||||
/*
|
||||
* Return non-zero if `port' is a hidden port.
|
||||
*/
|
||||
|
||||
int is_hidden(const char *port)
|
||||
{
|
||||
int i;
|
||||
|
||||
for (i = 0; HiddenPorts[i] != NULL && i < 31; i++)
|
||||
if (!strcmp(port, HiddenPorts[i]))
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Return non-zero if peer is on "local" or loopback network.
|
||||
*/
|
||||
|
||||
static int is_local(unsigned long peer)
|
||||
{
|
||||
return ((peer & LocalMask) == LocalNet) || ((peer & 0xff) == 127);
|
||||
}
|
||||
|
||||
/*
|
||||
* Return non-zero if peer is on amprnet.
|
||||
*/
|
||||
static int is_ampr(unsigned long peer)
|
||||
{
|
||||
return ((peer & 0xff) == 44);
|
||||
}
|
||||
|
||||
/*
|
||||
* Convert NOS style width to a netmask in network byte order.
|
||||
*/
|
||||
static unsigned long bits_to_mask(int bits)
|
||||
{
|
||||
return htonl(~0L << (32 - bits));
|
||||
}
|
||||
|
||||
int check_perms(int what, unsigned long peer)
|
||||
{
|
||||
if (what == PERM_TELNET) {
|
||||
if (is_local(peer)) {
|
||||
if (Permissions & PERM_TELNET_LOCAL)
|
||||
return 0;
|
||||
} else if (is_ampr(peer)) {
|
||||
if (Permissions & PERM_TELNET_AMPR)
|
||||
return 0;
|
||||
} else {
|
||||
if (Permissions & PERM_TELNET_INET)
|
||||
return 0;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
if ((Permissions & what) == 0) {
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Read permissions file and return a password if needed or "*" if not.
|
||||
* If user access is denied return NULL.
|
||||
*/
|
||||
char *read_perms(struct user *up, unsigned long peer)
|
||||
{
|
||||
FILE *fp;
|
||||
char line[256], *argv[32], *cp;
|
||||
int argc, n = 0;
|
||||
|
||||
if ((fp = fopen(CONF_NODE_PERMS_FILE, "r")) == NULL) {
|
||||
node_perror(CONF_NODE_PERMS_FILE, errno);
|
||||
return NULL;
|
||||
}
|
||||
if ((cp = strchr(up->call, '-')) != NULL)
|
||||
*cp = 0;
|
||||
while (fgets(line, 256, fp) != NULL) {
|
||||
n++;
|
||||
argc = parse_args(argv, line);
|
||||
if (argc == 0 || *argv[0] == '#')
|
||||
continue;
|
||||
if (argc != 5) {
|
||||
node_msg("Configuration error");
|
||||
node_log(LOGLVL_ERROR, "Syntax error in permission file at line %d", n);
|
||||
break;
|
||||
}
|
||||
if (strcmp(argv[0], "*") && strcasecmp(argv[0], up->call))
|
||||
continue;
|
||||
switch (up->ul_type) {
|
||||
case AF_FLEXNET:
|
||||
if (!strcmp(argv[1], "*"))
|
||||
break;
|
||||
if (!strcasecmp(argv[1], "flexnet"))
|
||||
break;
|
||||
continue;
|
||||
case AF_AX25:
|
||||
if (!strcmp(argv[1], "*"))
|
||||
break;
|
||||
if (!strcasecmp(argv[1], "ax25"))
|
||||
break;
|
||||
continue;
|
||||
case AF_NETROM:
|
||||
if (!strcmp(argv[1], "*"))
|
||||
break;
|
||||
if (!strcasecmp(argv[1], "netrom"))
|
||||
break;
|
||||
continue;
|
||||
#ifdef HAVE_ROSE
|
||||
case AF_ROSE:
|
||||
if (!strcmp(argv[1], "*"))
|
||||
break;
|
||||
if (!strcasecmp(argv[1], "rose"))
|
||||
break;
|
||||
continue;
|
||||
#endif
|
||||
// case AF_INET6:
|
||||
// if (!strcmp(argv[1], "*"))
|
||||
// break;
|
||||
// if (!strcasecmp(argv[1], ""))
|
||||
// break;
|
||||
// continue;
|
||||
case AF_INET:
|
||||
if (!strcmp(argv[1], "*"))
|
||||
break;
|
||||
if (!strcasecmp(argv[1], "local") && is_local(peer))
|
||||
break;
|
||||
if (!strcasecmp(argv[1], "ampr") && is_ampr(peer))
|
||||
break;
|
||||
if (!strcasecmp(argv[1], "inet") && !is_local(peer) && !is_ampr(peer))
|
||||
break;
|
||||
continue;
|
||||
case AF_UNSPEC:
|
||||
if (!strcmp(argv[1], "*"))
|
||||
break;
|
||||
if (!strcasecmp(argv[1], "host"))
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
if (up->ul_type == AF_AX25) {
|
||||
if (strcmp(argv[2], "*") && strcmp(argv[2], up->ul_name))
|
||||
continue;
|
||||
}
|
||||
if (cp != NULL)
|
||||
*cp = '-';
|
||||
if ((Permissions = strtoul(argv[4], NULL, 10)) == 0)
|
||||
return NULL;
|
||||
else
|
||||
return strdup(argv[3]);
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static int do_alias(int argc, char **argv)
|
||||
{
|
||||
struct cmd *new;
|
||||
int len = 0;
|
||||
|
||||
if (argc < 3)
|
||||
return -1;
|
||||
if ((new = calloc(1, sizeof(struct cmd))) == NULL) {
|
||||
node_perror("do_alias: malloc", errno);
|
||||
// return -2;
|
||||
return -1; /* ve3tok 31 Mar,2016 - tnx Brian */
|
||||
}
|
||||
new->name = strdup(argv[1]);
|
||||
while (isupper(new->name[len]))
|
||||
len++;
|
||||
/* Ok. So they can't read... */
|
||||
if (len == 0) {
|
||||
strupr(new->name);
|
||||
len = strlen(new->name);
|
||||
}
|
||||
new->len = len;
|
||||
new->command = strdup(argv[2]);
|
||||
new->type = CMD_ALIAS;
|
||||
insert_cmd(&Nodecmds, new);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int do_loglevel(int argc, char **argv)
|
||||
{
|
||||
if (argc < 2)
|
||||
return -1;
|
||||
LogLevel = atoi(argv[1]);
|
||||
return 0;
|
||||
}
|
||||
|
||||
int get_escape(char *s)
|
||||
{
|
||||
int escape;
|
||||
char *endptr[1];
|
||||
|
||||
if (isdigit(*s)) {
|
||||
escape = strtol(s, endptr, 0);
|
||||
if (**endptr)
|
||||
return -2;
|
||||
else
|
||||
return escape;
|
||||
}
|
||||
|
||||
if (strlen(s) == 1)
|
||||
return *s;
|
||||
|
||||
if (strlen(s) == 2 && *s == '^')
|
||||
return (toupper(*++s) - 'A' + 1);
|
||||
|
||||
if (strcasecmp(s, "off") == 0 || strcmp(s, "-1") == 0)
|
||||
return -1;
|
||||
|
||||
return -2;
|
||||
}
|
||||
|
||||
|
||||
static int do_escapechar(int argc, char **argv)
|
||||
{
|
||||
if (argc < 2)
|
||||
return -1;
|
||||
|
||||
EscChar = get_escape(argv[1]);
|
||||
|
||||
if (EscChar < -1 || EscChar > 255) {
|
||||
node_msg("Configuration error");
|
||||
node_log(LOGLVL_ERROR, "do_escapechar: Invalid escape character %s",
|
||||
argv[1]);
|
||||
return -2;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int do_idletimeout(int argc, char **argv)
|
||||
{
|
||||
if (argc < 2)
|
||||
return -1;
|
||||
IdleTimeout = atol(argv[1]);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int do_conntimeout(int argc, char **argv)
|
||||
{
|
||||
if (argc < 2)
|
||||
return -1;
|
||||
ConnTimeout = atol(argv[1]);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int do_hostname(int argc, char **argv)
|
||||
{
|
||||
if (argc < 2)
|
||||
return -1;
|
||||
HostName = strdup(argv[1]);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int do_localnet(int argc, char **argv)
|
||||
{
|
||||
char *cp;
|
||||
|
||||
if (argc < 2)
|
||||
return -1;
|
||||
if ((cp = strchr(argv[1], '/')) != NULL) {
|
||||
*cp = 0;
|
||||
LocalMask = bits_to_mask(atoi(++cp));
|
||||
}
|
||||
LocalNet = inet_addr(argv[1]);
|
||||
LocalNet &= LocalMask;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int do_reconnect(int argc, char **argv)
|
||||
{
|
||||
#ifdef HAVEMOTD
|
||||
if (argc < 2)
|
||||
return -1;
|
||||
if (!strcasecmp(argv[1], "on"))
|
||||
ReConnectTo = 1;
|
||||
else
|
||||
#endif
|
||||
ReConnectTo = 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int do_hiddenports(int argc, char **argv)
|
||||
{
|
||||
int i;
|
||||
|
||||
if (argc < 2)
|
||||
return -1;
|
||||
for (i = 1; i < argc && i < 31; i++) {
|
||||
if (ax25_config_get_dev(argv[i]) == NULL) {
|
||||
node_msg("Configuration error");
|
||||
node_log(LOGLVL_ERROR, "do_hiddenports: invalid port %s", argv[i]);
|
||||
return -2;
|
||||
}
|
||||
HiddenPorts[i - 1] = strdup(argv[i]);
|
||||
}
|
||||
HiddenPorts[i - 1] = NULL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int do_extcmd(int argc, char **argv)
|
||||
{
|
||||
struct cmd *new;
|
||||
struct passwd *pw;
|
||||
char buf[1024];
|
||||
int i, len;
|
||||
|
||||
if (argc < 6)
|
||||
return -1;
|
||||
if ((new = calloc(1, sizeof(struct cmd))) == NULL) {
|
||||
node_perror("do_extcmd: malloc", errno);
|
||||
return -2;
|
||||
}
|
||||
new->name = strdup(argv[1]);
|
||||
len = 0;
|
||||
while (isupper(new->name[len]))
|
||||
len++;
|
||||
/* Ok. So they can't read... */
|
||||
if (len == 0) {
|
||||
strupr(new->name);
|
||||
len = strlen(new->name);
|
||||
}
|
||||
new->len = len;
|
||||
new->flags = atoi(argv[2]);
|
||||
if ((pw = getpwnam(argv[3])) == NULL) {
|
||||
node_msg("Configuration error");
|
||||
node_log(LOGLVL_ERROR, "do_extcmd: Unknown user %s", argv[3]);
|
||||
return -2;
|
||||
}
|
||||
new->uid = pw->pw_uid;
|
||||
new->gid = pw->pw_gid;
|
||||
new->path = strdup(argv[4]);
|
||||
len = 0;
|
||||
for (i = 0; argv[i + 5] != NULL; i++) {
|
||||
sprintf(&buf[len], "\"%s\" ", argv[i + 5]);
|
||||
len = strlen(buf);
|
||||
}
|
||||
new->command = strdup(buf);
|
||||
new->type = CMD_EXTERNAL;
|
||||
insert_cmd(&Nodecmds, new);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int do_nodeid(int argc, char **argv)
|
||||
{
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
if (argc < 2)
|
||||
return -1;
|
||||
NodeId = strdup(argv[1]);
|
||||
} else if (User.ul_type != AF_NETROM) {
|
||||
NodeId = strdup(argv[1]);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int do_flexid(int argc, char **argv)
|
||||
{
|
||||
if (argc < 2 )
|
||||
return -1;
|
||||
FlexId = ("%s ;" , strdup(argv[1]));
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int do_roseid(int argc, char **argv)
|
||||
{
|
||||
if (argc < 2 )
|
||||
return -1;
|
||||
RoseId = ("%s ;" , strdup(argv[1]));
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int do_prompt(int argc, char **argv)
|
||||
{
|
||||
if ((User.ul_type != AF_NETROM) || (User.ul_type != AF_INET) || (User.ul_type != AF_INET6)) {
|
||||
if (argc < 2) {
|
||||
return -1;
|
||||
Prompt = strdup(argv[1]);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
static int do_passprompt(int argc, char **argv)
|
||||
{
|
||||
if (User.ul_type != AF_NETROM) {
|
||||
if (argc < 2)
|
||||
return -1;
|
||||
PassPrompt = strdup(argv[1]);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
static int do_nrport(int argc, char **argv)
|
||||
{
|
||||
if (argc < 2)
|
||||
return -1;
|
||||
NrPort = strdup(argv[1]);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int do_email(int argc, char **argv)
|
||||
{
|
||||
if (argc < 2)
|
||||
return -1;
|
||||
Email = strdup(argv[1]);
|
||||
return 0;
|
||||
}
|
||||
|
||||
int read_config(void)
|
||||
{
|
||||
struct cmd *cfg_cmds = NULL;
|
||||
FILE *fp;
|
||||
char line[256];
|
||||
int ret, n = 0;
|
||||
|
||||
add_internal_cmd(&cfg_cmds, "alias", 5, do_alias);
|
||||
add_internal_cmd(&cfg_cmds, "conntimeout", 11, do_conntimeout);
|
||||
add_internal_cmd(&cfg_cmds, "email", 5, do_email);
|
||||
add_internal_cmd(&cfg_cmds, "escapechar", 10, do_escapechar);
|
||||
add_internal_cmd(&cfg_cmds, "extcmd", 6, do_extcmd);
|
||||
add_internal_cmd(&cfg_cmds, "hiddenports", 11, do_hiddenports);
|
||||
add_internal_cmd(&cfg_cmds, "hostname", 8, do_hostname);
|
||||
add_internal_cmd(&cfg_cmds, "idletimeout", 11, do_idletimeout);
|
||||
add_internal_cmd(&cfg_cmds, "localnet", 8, do_localnet);
|
||||
add_internal_cmd(&cfg_cmds, "loglevel", 8, do_loglevel);
|
||||
add_internal_cmd(&cfg_cmds, "nodeid", 6, do_nodeid);
|
||||
add_internal_cmd(&cfg_cmds, "flexid", 6, do_flexid);
|
||||
add_internal_cmd(&cfg_cmds, "roseid", 6, do_roseid);
|
||||
add_internal_cmd(&cfg_cmds, "prompt", 6, do_prompt);
|
||||
add_internal_cmd(&cfg_cmds, "nrport", 6, do_nrport);
|
||||
add_internal_cmd(&cfg_cmds, "reconnect", 8, do_reconnect);
|
||||
add_internal_cmd(&cfg_cmds, "passprompt", 6, do_passprompt);
|
||||
|
||||
if ((fp = fopen(CONF_NODE_FILE, "r")) == NULL) {
|
||||
node_perror(CONF_NODE_FILE, errno);
|
||||
return -1;
|
||||
}
|
||||
while (fgets(line, 256, fp) != NULL) {
|
||||
n++;
|
||||
ret = cmdparse(cfg_cmds, line);
|
||||
if (ret == -1) {
|
||||
node_msg("Configuration error");
|
||||
node_log(LOGLVL_ERROR, "Syntax error in config file at line %d: %s", n, line);
|
||||
}
|
||||
if (ret < 0) {
|
||||
fclose(fp);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
fclose(fp);
|
||||
free_cmdlist(cfg_cmds);
|
||||
cfg_cmds = NULL;
|
||||
return 0;
|
||||
}
|
38
config.h.in
38
config.h.in
|
@ -1,38 +0,0 @@
|
|||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
|
||||
/*
|
||||
* Some global #defines for programmers to use for conditional compilation
|
||||
*/
|
||||
@HAVEAX25@
|
||||
@HAVEFLEX@
|
||||
@HAVEROSE@
|
||||
@HAVENETROM@
|
||||
@HAVEZLIB@
|
||||
@HAVEMHEARD@
|
||||
@HAVEAUTOROUTE@
|
||||
@HAVETCPIP@
|
||||
#define PROC_AX25_CALLS_FILE "/proc/net/ax25_calls"
|
||||
|
||||
/*
|
||||
* node specific
|
||||
*/
|
||||
#define CONF_NODE_FILE "@ETC_DIR@/uronode.conf"
|
||||
#define CONF_NODE_PERMS_FILE "@ETC_DIR@/uronode.perms"
|
||||
@HAVEMOTD@ @MOTDPATH@
|
||||
#define CONF_NODE_INFO_FILE "@ETC_DIR@/uronode.info"
|
||||
#define CONF_NODE_ANN_FILE "@ETC_DIR@/uronode.announce"
|
||||
#define AX_ROUTES_FILE "@ETC_DIR@/uronode.routes"
|
||||
#define CONF_USERS_FILE "@ETC_DIR@/uronode.users"
|
||||
#define FLEXD_CONF_FILE "@ETC_DIR@/flexd.conf"
|
||||
#define FLEXD_TEMP_PATH "@VAR_DIR@/flex/"
|
||||
#define FLEXD_PID_FILE "/var/run/flexd.pid"
|
||||
#define FLEX_GT_FILE "@VAR_DIR@/flex/gateways"
|
||||
#define FLEX_DST_FILE "@VAR_DIR@/flex/destinations"
|
||||
#define DATA_MHEARD_FILE "@VAR_DIR@/mheard/mheard.dat"
|
||||
#define DATA_NODE_LOGIN_FILE "@VAR_DIR@/node/loggedin"
|
||||
#define DATA_NODE_HELP_DIR "@VAR_DIR@/node/help/"
|
||||
#define DATA_NODE_LAST_FILE "@VAR_DIR@/node/lastlog"
|
||||
#define DATA_NODE_IP_FILE "@VAR_DIR@/node/iplog"
|
||||
|
||||
#endif
|
|
@ -1,356 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo -n "Use interactive mode? [Y/n]: "; read answer
|
||||
if [ "$answer" = "Y" -o "$answer" = "y" -o "$answer" = "" ]
|
||||
then NON_INTERACTIVE=0;
|
||||
else NON_INTERACTIVE=1;
|
||||
fi
|
||||
|
||||
_sleep()
|
||||
{
|
||||
[ "$NON_INTERACTIVE" = 1 ] || sleep "$@"
|
||||
}
|
||||
|
||||
_whiptail()
|
||||
{
|
||||
[ "$NON_INTERACTIVE" = 1 ] || whiptail "$@"
|
||||
}
|
||||
|
||||
echo "Cleaning the directory for a fresh configuration..."
|
||||
_sleep 2
|
||||
make distclean > make.debug
|
||||
|
||||
[ "$ETC_DIR" ] || ETC_DIR=/usr/local/etc/ax25
|
||||
[ "$SBIN_DIR" ] || SBIN_DIR=/usr/local/sbin
|
||||
[ "$BIN_DIR" ] || BIN_DIR=/usr/local/bin
|
||||
[ "$LIB_DIR" ] || LIB_DIR=/usr/local/lib
|
||||
[ "$DATA_DIR" ] || DATA_DIR=/usr/local/share
|
||||
[ "$MAN_DIR" ] || MAN_DIR=/usr/local/share/man
|
||||
[ "$VAR_DIR" ] || VAR_DIR=/usr/local/var/lib/ax25
|
||||
|
||||
echo "Welcome to the configuration utility for URONode. This configure script"
|
||||
echo "will very simply and easily guide you into installling URONode with as"
|
||||
echo "very little trouble as possible. All you need to really do is simply"
|
||||
echo "answer the following questions below properly. If you make a mistake"
|
||||
echo "just break out of it (ctrl+c) and rerun ./configure. Let's get started!"
|
||||
_sleep 1
|
||||
echo " "
|
||||
_sleep 1
|
||||
echo -n "you need gcc to build URONode: "
|
||||
GCC=`which gcc`
|
||||
_sleep 2
|
||||
if [ -e "$GCC" ]
|
||||
then
|
||||
echo -n "saw $GCC... "
|
||||
_sleep 1
|
||||
echo "GCC found! Congratulations!!"
|
||||
else
|
||||
echo "gcc not found!"
|
||||
echo " "
|
||||
echo "You need this compiler to build URONode."
|
||||
echo "Please install gcc, and rerun this ./configure script."
|
||||
echo "If you have a copy of gcc installed, please insure you have a"
|
||||
echo "symlink by typing as root: ln -s /usr/bin/gcc-#.## /usr/bin/gcc"
|
||||
echo "and rerun ./configure to continue."
|
||||
exit 1
|
||||
fi
|
||||
_sleep 1
|
||||
echo -n "you need make to make URONode: "
|
||||
MAKE=`which make`
|
||||
_sleep 2
|
||||
if [ -e "$MAKE" ]
|
||||
then
|
||||
echo -n "saw $MAKE... "
|
||||
_sleep 1
|
||||
echo "MAKE found!"
|
||||
else
|
||||
echo "make not found!"
|
||||
echo " "
|
||||
echo "You need this utility to make URONode."
|
||||
echo "Please install make, and rerun this ./configure script."
|
||||
echo "If you have a copy of make installed, please insure you have"
|
||||
echo "it in your path and rerun ./configure to continue."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo -n "Your machine architecture is: "
|
||||
_sleep 1
|
||||
ARCH=`uname -m`
|
||||
echo $ARCH
|
||||
_sleep 1
|
||||
echo -n "Checking for the existence of the Zlib headers... "
|
||||
ZLIB=""
|
||||
HAVEZLIB="#undef HAVE_ZLIB"
|
||||
for zlibdir in /usr/include /usr/local/include
|
||||
do
|
||||
if [ -f $zlibdir/zlib.h ]
|
||||
then
|
||||
echo $zlibdir/zlib.h
|
||||
ZLIB="-lz"
|
||||
HAVEZLIB="#define HAVE_ZLIB 1"
|
||||
fi
|
||||
done
|
||||
if [ -z "$ZLIB" ]
|
||||
then
|
||||
echo "not found."
|
||||
echo " Without Zlib Node will lack compression support"
|
||||
echo " See INSTALL for more information."
|
||||
echo
|
||||
fi
|
||||
|
||||
# Global protocol definition symbols for programmers that want to conditionally
|
||||
# compile
|
||||
HAVEAX25="#undef HAVE_AX25"
|
||||
HAVEFLEX="#undef HAVE_FLEX"
|
||||
FLEXNET=" "
|
||||
IN="#"
|
||||
HAVENETROM="#undef HAVE_NETROM"
|
||||
HAVEROSE="#undef HAVE_ROSE"
|
||||
HAVEMHEARD="#undef HAVE_JHEARD"
|
||||
HAVEAUTOROUTE="#undef HAVE_AUTOROUTE"
|
||||
HAVETCPIP="#undef HAVE_TCPIP"
|
||||
HAVEMOTD="#undef HAVE_MOTD"
|
||||
MOTDPATH=
|
||||
# echo -n "Include support for the AX.25 protocol ? [Y/n]: "; read answer
|
||||
# if [ "$answer" = "Y" -o "$answer" = "y" -o "$answer" = "" ]
|
||||
if [ "$NON_INTERACTIVE" = 1 ]
|
||||
then
|
||||
echo "$@" | grep -vqe "--without-ax25"
|
||||
else
|
||||
whiptail --title "URONode Options:" --yesno "Support AX25?" 7 22
|
||||
fi
|
||||
if [ $? -ne 1 ]
|
||||
then
|
||||
HAVEAX25="#define HAVE_AX25 1"
|
||||
fi
|
||||
#
|
||||
# echo -n "Include support for the FlexNet protocol ? [Y/n]: "; read answer
|
||||
# if [ "$answer" = "Y" -o "$answer" = "y" -o "$answer" = "" ]
|
||||
|
||||
if [ "$NON_INTERACTIVE" = 1 ]
|
||||
then
|
||||
echo "$@" | grep -vqe "--without-flexnet"
|
||||
else
|
||||
whiptail --title "URONode Options:" --yesno "Support FlexNet?" 7 22
|
||||
fi
|
||||
if [ $? -ne 1 ]
|
||||
then
|
||||
HAVEAX25="#define HAVE_AX25 1"
|
||||
HAVEFLEX="#define HAVE_FLEX 1"
|
||||
FLEXNET="flexd"
|
||||
IN=""
|
||||
fi
|
||||
#
|
||||
# echo -n "Include support for the NetRom protocol ? [Y/n]: "; read answer
|
||||
# if [ "$answer" = "Y" -o "$answer" = "y" -o "$answer" = "" ]
|
||||
if [ "$NON_INTERACTIVE" = 1 ]
|
||||
then
|
||||
echo "$@" | grep -vqe "--without-netrom"
|
||||
else
|
||||
whiptail --title "URONode Options:" --yesno "Support NetRom?" 7 22
|
||||
fi
|
||||
if [ $? -ne 1 ]
|
||||
then
|
||||
HAVEAX25="#define HAVE_AX25 1"
|
||||
HAVENETROM="#define HAVE_NETROM 1"
|
||||
fi
|
||||
#
|
||||
# echo -n "Include support for the Rose protocol ? [Y/n]: "; read answer
|
||||
# if [ "$answer" = "Y" -o "$answer" = "y" -o "$answer" = "" ]
|
||||
if [ "$NON_INTERACTIVE" = 1 ]
|
||||
then
|
||||
echo "$@" | grep -vqe "--without-rose"
|
||||
else
|
||||
whiptail --title "URONode Options:" --yesno "Support ROSE?" 7 22
|
||||
fi
|
||||
if [ $? -ne 1 ]
|
||||
then
|
||||
HAVEAX25="#define HAVE_AX25 1"
|
||||
HAVEROSE="#define HAVE_ROSE 1"
|
||||
fi
|
||||
#
|
||||
# echo -n "Include support for MHeard ports listen ? [Y/n]: "; read answer
|
||||
# if [ "$answer" = "Y" -o "$answer" = "y" -o "$answer" = "" ]
|
||||
if [ "$NON_INTERACTIVE" = 1 ]
|
||||
then
|
||||
echo "$@" | grep -vqe "--without-mheard"
|
||||
else
|
||||
whiptail --title "URONode Options:" --yesno "Support MHeard?" 7 22
|
||||
fi
|
||||
if [ $? -ne 1 ]
|
||||
then
|
||||
HAVEAX25="#define HAVE_AX25 1"
|
||||
HAVEMHEARD="#define HAVE_JHEARD 1"
|
||||
fi
|
||||
#
|
||||
# echo -n "Include support for ax25 AutoRouter ? [Y/n]: "; read answer
|
||||
# if [ "$answer" = "Y" -o "$answer" = "y" -o "$answer" = "" ]
|
||||
if [ "$NON_INTERACTIVE" = 1 ]
|
||||
then
|
||||
echo "$@" | grep -vqe "--without-autorouter"
|
||||
else
|
||||
whiptail --title "URONode Options:" --yesno "Support AutoRouter?" 7 23
|
||||
fi
|
||||
if [ $? -ne 1 ]
|
||||
then
|
||||
HAVEAX25="#define HAVE_AX25 1"
|
||||
HAVEAUTOROUTE="#define HAVE_AUTOROUTE 1"
|
||||
fi
|
||||
#
|
||||
|
||||
# echo -n "Include support for TCP/IP functions ? [Y/n]: "; read answer
|
||||
# if [ "$answer" = "Y" -o "$answer" = "y" -o "$answer" = "" ]
|
||||
if [ "$NON_INTERACTIVE" = 1 ]
|
||||
then
|
||||
echo "$@" | grep -vqe "--without-tcpip"
|
||||
else
|
||||
whiptail --title "URONode Options:" --yesno "Support TCP/IP?" 7 22
|
||||
fi
|
||||
if [ $? -ne 1 ]
|
||||
then
|
||||
HAVETCPIP="#define HAVE_TCPIP 1"
|
||||
HAVEMOTD="#define HAVEMOTD"
|
||||
MOTDPATH='"/etc/ax25/uronode.motd"'
|
||||
fi
|
||||
|
||||
echo "Creating Makefile"
|
||||
|
||||
sed -e "s~@FLEXNET@~$FLEXNET~g; \
|
||||
s~@IN@~$IN~g" <Makefile.in > Makefile
|
||||
|
||||
echo "Creating Makefile.include"
|
||||
|
||||
sed -e "s~@ARCH@~$ARCH~g; \
|
||||
s~@ETC_DIR@~$ETC_DIR~g; \
|
||||
s~@LIB_DIR@~$LIB_DIR~g; \
|
||||
s~@SBIN_DIR@~$SBIN_DIR~g; \
|
||||
s~@BIN_DIR@~$BIN_DIR~g; \
|
||||
s~@VAR_DIR@~$VAR_DIR~g; \
|
||||
s~@DATA_DIR@~$DATA_DIR~g; \
|
||||
s~@MAN_DIR@~$MAN_DIR~g; \
|
||||
s~@ZLIB@~$ZLIB~g" <Makefile.include.in >Makefile.include
|
||||
|
||||
echo "Creating config.h"
|
||||
|
||||
sed -e "s~@ETC_DIR@~$ETC_DIR~g; \
|
||||
s~@LIB_DIR@~$LIB_DIR~g; \
|
||||
s~@SBIN_DIR@~$SBIN_DIR~g; \
|
||||
s~@BIN_DIR@~$BIN_DIR~g; \
|
||||
s~@VAR_DIR@~$VAR_DIR~g; \
|
||||
s~@MAN_DIR@~$MAN_DIR~g; \
|
||||
s~@DATA_DIR@~$DATA_DIR~g; \
|
||||
s~@HAVEAX25@~$HAVEAX25~g; \
|
||||
s~@HAVEFLEX@~$HAVEFLEX~g; \
|
||||
s~@HAVENETROM@~$HAVENETROM~g; \
|
||||
s~@HAVEROSE@~$HAVEROSE~g; \
|
||||
s~@HAVEMHEARD@~$HAVEMHEARD~g; \
|
||||
s~@HAVEAUTOROUTE@~$HAVEAUTOROUTE~g; \
|
||||
s~@HAVETCPIP@~$HAVETCPIP~g; \
|
||||
s~@HAVEMOTD@~$HAVEMOTD~g; \
|
||||
s~@MOTDPATH@~$MOTDPATH~g; \
|
||||
s~@HAVEZLIB@~$HAVEZLIB~g" <config.h.in >config.h
|
||||
|
||||
echo "Creating dependancy files..."
|
||||
make depend > /dev/null 2>&1
|
||||
echo "Configuration successful!!"
|
||||
_sleep 1
|
||||
echo "about the authors..."
|
||||
_sleep 3
|
||||
echo "URONode is a combined effort of years worth of work. Those who's code"
|
||||
echo "is included in this flavor of a linux based node are:"
|
||||
_sleep 1
|
||||
echo "Brian Rogers N1URO (current maintainer), "
|
||||
_sleep 1
|
||||
echo "Marius Petrescu YO2LOJ (current team member),"
|
||||
_sleep 1
|
||||
echo "Bob Tenty VE3TOK (current team member),"
|
||||
_sleep 1
|
||||
echo "Stefano Noferi IZ5AWZ (AWZNode)"
|
||||
_sleep 1
|
||||
echo -n "Tomi Manninen OH2BNS, "
|
||||
_sleep 1
|
||||
echo -n "Alan Cox GW4PTS, "
|
||||
_sleep 1
|
||||
echo "and Roy Van Zundert PE1RJA"
|
||||
echo ""
|
||||
_sleep 1
|
||||
echo "Special thanks to: Morgan, sm6tky for his security report"
|
||||
echo "and Barry K2MF for his input on some of my routines and supplying"
|
||||
echo "some source code. If you did not use interactive mode, you must"
|
||||
echo "run make manually."
|
||||
_sleep 1
|
||||
echo ""
|
||||
#echo -n "Shall I run the make command for you ? [Y/n]: "
|
||||
_whiptail --title "Shall I make URONode?" --yesno "Yes to make or No to exit" 7 30
|
||||
# if [ "$answer" = "Y" -o "$answer" = "y" -o "$answer" = "" ]
|
||||
if [ "$NON_INTERACTIVE" != 1 -a $? -ne 1 ]
|
||||
then
|
||||
# echo "Making URONode! Please be patient."
|
||||
# _sleep 1
|
||||
# echo "compile errors will be in make.debug."
|
||||
# echo ""
|
||||
# _sleep 1
|
||||
# echo "You may not see anything until the process is complete..."
|
||||
_whiptail --title "Making URONODE..." --msgbox "Making. Check make.debug for errors. Hit OK to continue. You may not see anything for a minute..." 10 45
|
||||
make >> make.debug
|
||||
echo "let's check for binary errors..."
|
||||
_sleep 1
|
||||
echo -n "nodeusers: "
|
||||
_sleep 1
|
||||
if [ -x ./nodeusers ]; then
|
||||
echo "SUCCESS!"
|
||||
else
|
||||
echo "FAILED!"
|
||||
fi
|
||||
_sleep 1
|
||||
echo -n "uronode: "
|
||||
_sleep 1
|
||||
if [ -x ./uronode ]; then
|
||||
echo "SUCCESS!"
|
||||
else
|
||||
echo "FAILED!"
|
||||
fi
|
||||
_sleep 1
|
||||
echo -n "axdigi: "
|
||||
_sleep 1
|
||||
if [ -x ./axdigi ]; then
|
||||
echo "SUCCESS!"
|
||||
fi
|
||||
_sleep 1
|
||||
echo -n "calibrate: "
|
||||
_sleep 1
|
||||
if [ -x ./calibrate ]; then
|
||||
echo "SUCCESS!"
|
||||
fi
|
||||
|
||||
_sleep 1
|
||||
echo -n "flexd: "
|
||||
_sleep 1
|
||||
if [ -x ./flexd ]; then
|
||||
echo "SUCCESS!"
|
||||
_sleep 1
|
||||
else
|
||||
echo "FAILED! - perhaps you didn't want flexnet?"
|
||||
echo "This is not an error if you chose NO to flexnet."
|
||||
echo "This only means the flexnet daemon binary was not found."
|
||||
echo ""
|
||||
echo "Process complete!"
|
||||
echo ""
|
||||
fi
|
||||
_sleep 1
|
||||
_whiptail --title "URONode" --msgbox "Check the file make.debug if you had errors. If no errors, type: make install (new install) or make upgrade (existing install) and edit your files in /usr/local/etc/ax25/\n\n**WARNING: if you haven't already, add the following to your startup scripts:\n/usr/local/sbin/axdigi & \nto insure cross-port digipeating.\n\nFor help and release news join the forum at\nhttps://www.n1uro.net/forum\n\nEnjoy URONode - 73 de Brian N1URO" 20 50
|
||||
|
||||
# echo "Check the file make.debug if you had errors."
|
||||
# echo "If no errors, type: make install or make upgrade"
|
||||
# echo "and edit your files in /etc/ax25/"
|
||||
# echo "**WARNING: if you haven't already, add the following to your"
|
||||
# echo "startup scripts:"
|
||||
# echo "/usr/sbin/axdigi &"
|
||||
# echo "to insure cross-port digipeating."
|
||||
# echo ""
|
||||
# echo "For support and release news join the forum"
|
||||
# echo "at https://www.n1uro.net/forum"
|
||||
# echo ""
|
||||
# echo "Enjoy URONode! 73 de N1URO."
|
||||
fi
|
||||
exit 0
|
|
@ -1,10 +0,0 @@
|
|||
uronode (2.13-1) unstable; urgency=medium
|
||||
|
||||
From this version on, upstream have changed running files from /var/ax25/ to
|
||||
/var/lib/ax25. It is recommended by upstream to migrate your current
|
||||
/var/ax25/node/* files to /var/lib/ax25/node/* after upgrade.
|
||||
If you do not do this, your help files, ROSE directory and user logs shall
|
||||
be considered fresh and reset, with all users being treated as if they are
|
||||
new and connecting for the first time.
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Wed, 27 Jan 2021 21:33:36 +0000
|
|
@ -1,2 +0,0 @@
|
|||
Manpages from upstream have been patched out due to being supplied as
|
||||
gzipped files. They have been unzipped and moved to debian/manpages.
|
|
@ -1,177 +0,0 @@
|
|||
uronode (2.15-3~hibbian+2) bookworm-hibbian-unstable; urgency=medium
|
||||
|
||||
* Bring the twists back in...
|
||||
|
||||
-- Dave Hibberd <hibby@debian.org> Mon, 26 Aug 2024 21:23:29 +0100
|
||||
|
||||
uronode (2.15-3~hibbian+1) bookworm-hibbian-unstable; urgency=medium
|
||||
|
||||
* Rebuild for hibbian
|
||||
|
||||
-- Dave Hibberd <hibby@debian.org> Mon, 26 Aug 2024 21:04:30 +0100
|
||||
|
||||
uronode (2.15-3) unstable; urgency=medium
|
||||
|
||||
* Patching mheardd.dat location
|
||||
- this should fix jh and jl functionality
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Tue, 12 Sep 2023 22:37:21 +0100
|
||||
|
||||
uronode (2.15-2) unstable; urgency=medium
|
||||
|
||||
* Add zlib to control and patch in correct ifdef to configure
|
||||
* Add netrom MOTD patch
|
||||
* Standards bump to 4.6.2.0
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Tue, 08 Aug 2023 21:48:30 +0100
|
||||
|
||||
uronode (2.15-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version 2.15
|
||||
* Standards bump to 4.6.0.1
|
||||
* Multiple definition patch removed
|
||||
- Included upstream
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Sat, 05 Nov 2022 17:01:31 +0100
|
||||
|
||||
uronode (2.13-2) unstable; urgency=medium
|
||||
|
||||
* Fix runtime bug introduced by changes in folder-update patch for 2.12-1
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Tue, 02 Feb 2021 00:18:52 +0000
|
||||
|
||||
uronode (2.13-1) unstable; urgency=medium
|
||||
|
||||
* New upstream Update to 2.13
|
||||
- Patches Refreshed
|
||||
* Config files now live in /var/lib/ax25
|
||||
- Cleared lintian override
|
||||
- Added news file
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Wed, 27 Jan 2021 22:33:18 +0000
|
||||
|
||||
uronode (2.12-1) unstable; urgency=medium
|
||||
|
||||
* Team upload
|
||||
|
||||
[ Dave Hibberd ]
|
||||
* New upstream update to 2.12
|
||||
- Patches Refreshed
|
||||
* Removed makefile-install-locations patch
|
||||
* Fixed lots of patch conflicts and funk
|
||||
* Added gitlab CI
|
||||
* Added multiple-definition.patch to build in gcc10
|
||||
- Closes: #957902
|
||||
|
||||
[ tony mancill ]
|
||||
* Update debian/watch to version 4
|
||||
* Commit upstream version 2.12 to upstream and pristine-tar branches
|
||||
* Bump Standards-Version to 4.5.1
|
||||
* Set Rules-Requires-Root: no in debian/control
|
||||
* Freshen debian/copyright
|
||||
* Use debhelper-compat 13
|
||||
* Use https URL for Homepage in debian/control
|
||||
|
||||
-- tony mancill <tmancill@debian.org> Sun, 10 Jan 2021 13:51:11 -0800
|
||||
|
||||
uronode (2.10-1) unstable; urgency=medium
|
||||
* New upstream update
|
||||
- Patches Refreshed
|
||||
* Removed multiarch-libc patch, included upstream
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Sat, 17 Aug 2019 23:15:37 +0100
|
||||
|
||||
uronode (2.9-1) unstable; urgency=medium
|
||||
|
||||
* Salsa vcs added
|
||||
* Architecture changed to linux-any
|
||||
* Non-Interactive configure patched in
|
||||
* Upstream bump to 2.9
|
||||
- Patches Refreshed
|
||||
* New patch added (Closes: #911491)
|
||||
- Allow the compiler to choose net/if.h
|
||||
* Two old patches Removed
|
||||
- flexd-spelling
|
||||
- no-install-gz-manpages
|
||||
* debian/control
|
||||
- Updated to Standards Version 4.3.0.1
|
||||
* debian/copyright
|
||||
- Secure Copyright url added
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Thu, 27 Dec 2018 16:19:08 +0000
|
||||
|
||||
uronode (2.8.1-1) unstable; urgency=medium
|
||||
|
||||
* New Upstream import
|
||||
- patches refreshed
|
||||
* debian/control
|
||||
- Updated to Standards Version 4.1.3
|
||||
* debian/compat
|
||||
- Updated to Debhelper 11
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Sat, 20 Jan 2018 12:20:19 +0000
|
||||
|
||||
uronode (2.7-1) unstable; urgency=medium
|
||||
|
||||
* New Upstream import
|
||||
- Patches refreshed
|
||||
* debian/patches/hardening
|
||||
- Updated flags to be included
|
||||
* debian/patches/install-dir-creation
|
||||
- Refreshed to accommodate new lines
|
||||
* debian/patches/flexd-spelling
|
||||
- Added to fix binary spelling error
|
||||
* debian/control
|
||||
- Updated Standards Version to 4.1.1
|
||||
- Removed zlib1g-dev dependency
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Tue, 22 Aug 2017 14:01:16 +0100
|
||||
|
||||
uronode (2.6-1) unstable; urgency=medium
|
||||
|
||||
* New Upstream import
|
||||
- Patches refreshed
|
||||
* debian/control
|
||||
- Updated Standards version to 3.9.8
|
||||
* debian/patches/hardening
|
||||
- Added options for CXXFLAGS and CPPFLAGS
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Sat, 21 Jan 2017 15:41:58 +0000
|
||||
|
||||
uronode (2.5.1-2) unstable; urgency=medium
|
||||
|
||||
* debian/control
|
||||
- Updated Standards Version to 3.9.7
|
||||
- Changed VCS-* to secure URIs
|
||||
* debian/patches/hardening
|
||||
- patch renamed (previously called remove-cflags)
|
||||
- patch adds CPPFlags and LDFlags to compiler instructions
|
||||
* debian/rules
|
||||
- Exporting hardening=+all to enable fPIE and bindnow
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Tue, 05 Apr 2016 01:21:27 +0100
|
||||
|
||||
uronode (2.5.1-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Fri, 01 Apr 2016 16:33:24 +0100
|
||||
|
||||
uronode (2.3.1-3) unstable; urgency=medium
|
||||
|
||||
* Fix hardcoding temporary install directories into program binaries
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Fri, 16 Oct 2015 20:02:02 +0100
|
||||
|
||||
uronode (2.3.1-2) unstable; urgency=medium
|
||||
|
||||
* Team upload.
|
||||
* Add Breaks+Replaces for ax25-node. (Closes: #800924)
|
||||
|
||||
-- Iain R. Learmonth <irl@debian.org> Mon, 05 Oct 2015 13:28:37 +0100
|
||||
|
||||
uronode (2.3.1-1) unstable; urgency=medium
|
||||
|
||||
* Initial release. (Closes: #778843)
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Thu, 03 Sep 2015 23:37:40 +0100
|
|
@ -1,22 +0,0 @@
|
|||
Source: uronode
|
||||
Section: hamradio
|
||||
Priority: optional
|
||||
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
|
||||
Uploaders: Dave Hibberd <d@vehibberd.com>
|
||||
Build-Depends: debhelper-compat (= 13), libax25-dev, zlib1g-dev
|
||||
Standards-Version: 4.6.2.0
|
||||
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/uronode
|
||||
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/uronode.git
|
||||
Homepage: https://uronode.sourceforge.net/
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: uronode
|
||||
Architecture: linux-any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Breaks: ax25-node
|
||||
Replaces: ax25-node
|
||||
Description: Node front end for AX.25, NET/ROM, Rose and TCP
|
||||
URONode is a packet radio node front end for amateur radio operators.
|
||||
It provides a shell modelled after those of LinuxNode, AWZNode and
|
||||
Flexnode. It is capable of initiating connections to remote stations
|
||||
and exposing services installed on them to users.
|
|
@ -1,29 +0,0 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: uronode
|
||||
Source: http://sourceforge.net/projects/uronode/files
|
||||
|
||||
Files: *
|
||||
Copyright: (C) 1998-2020 Brian Rodgers N1URO <n1uro@n1uro.ampr.org>
|
||||
License: GPL-2+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: (C) 2015-2021 Dave Hibberd <d@vehibberd.com>
|
||||
License: GPL-2+
|
||||
|
||||
License: GPL-2+
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
.
|
||||
The GPL License which applies to this package can be found on your Debian
|
||||
system at /usr/share/common-licenses/GPL-2.
|
|
@ -1,4 +0,0 @@
|
|||
[DEFAULT]
|
||||
debian-branch = debian/latest
|
||||
dist = DEP14
|
||||
pristine-tar = True
|
|
@ -1,6 +0,0 @@
|
|||
include:
|
||||
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
|
||||
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
|
||||
|
||||
reprotest:
|
||||
extends: .test-reprotest-diffoscope
|
|
@ -1,61 +0,0 @@
|
|||
Description: Correct the folders in which Uronode is installed
|
||||
Author: Dave Hibberd <d@vehibberd.com>
|
||||
Last-Update: 2021-02-02
|
||||
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -14,13 +14,13 @@
|
||||
_sleep 2
|
||||
make distclean > make.debug
|
||||
|
||||
-[ "$ETC_DIR" ] || ETC_DIR=/usr/local/etc/ax25
|
||||
-[ "$SBIN_DIR" ] || SBIN_DIR=/usr/local/sbin
|
||||
-[ "$BIN_DIR" ] || BIN_DIR=/usr/local/bin
|
||||
-[ "$LIB_DIR" ] || LIB_DIR=/usr/local/lib
|
||||
-[ "$DATA_DIR" ] || DATA_DIR=/usr/local/share
|
||||
-[ "$MAN_DIR" ] || MAN_DIR=/usr/local/share/man
|
||||
-[ "$VAR_DIR" ] || VAR_DIR=/usr/local/var/lib/ax25
|
||||
+[ "$ETC_DIR" ] || ETC_DIR=/etc/ax25
|
||||
+[ "$SBIN_DIR" ] || SBIN_DIR=/usr/sbin
|
||||
+[ "$BIN_DIR" ] || BIN_DIR=/usr/bin
|
||||
+[ "$LIB_DIR" ] || LIB_DIR=/usr/lib
|
||||
+[ "$DATA_DIR" ] || DATA_DIR=/usr/share
|
||||
+[ "$MAN_DIR" ] || MAN_DIR=/usr/share/man
|
||||
+[ "$VAR_DIR" ] || VAR_DIR=/var/lib/ax25
|
||||
|
||||
echo "Welcome to the configuration utility for URONode. This configure script"
|
||||
echo "will very simply and easily guide you into installling URONode with as"
|
||||
--- a/Makefile.include.in
|
||||
+++ b/Makefile.include.in
|
||||
@@ -2,12 +2,12 @@
|
||||
ARCH = @ARCH@
|
||||
|
||||
# Paths
|
||||
-ETC_DIR = @ETC_DIR@
|
||||
-SBIN_DIR = @SBIN_DIR@
|
||||
-BIN_DIR = @BIN_DIR@
|
||||
-LIB_DIR = @LIB_DIR@
|
||||
-MAN_DIR = @MAN_DIR@
|
||||
-VAR_DIR = @VAR_DIR@
|
||||
+ETC_DIR = debian/uronode@ETC_DIR@
|
||||
+SBIN_DIR = debian/uronode@SBIN_DIR@
|
||||
+BIN_DIR = debian/uronode@BIN_DIR@
|
||||
+LIB_DIR = debian/uronode@LIB_DIR@
|
||||
+MAN_DIR = debian/uronode@MAN_DIR@
|
||||
+VAR_DIR = debian/uronode@VAR_DIR@
|
||||
|
||||
# Is Zlib available?
|
||||
-ZLIB = @ZLIB@
|
||||
\ No newline at end of file
|
||||
+ZLIB = @ZLIB@
|
||||
--- a/config.h.in
|
||||
+++ b/config.h.in
|
||||
@@ -29,7 +29,7 @@
|
||||
#define FLEXD_PID_FILE "/var/run/flexd.pid"
|
||||
#define FLEX_GT_FILE "@VAR_DIR@/flex/gateways"
|
||||
#define FLEX_DST_FILE "@VAR_DIR@/flex/destinations"
|
||||
-#define DATA_MHEARD_FILE "@VAR_DIR@/mheard/mheard.dat"
|
||||
+#define DATA_MHEARD_FILE "/var/ax25/mheard/mheard.dat"
|
||||
#define DATA_NODE_LOGIN_FILE "@VAR_DIR@/node/loggedin"
|
||||
#define DATA_NODE_HELP_DIR "@VAR_DIR@/node/help/"
|
||||
#define DATA_NODE_LAST_FILE "@VAR_DIR@/node/lastlog"
|
|
@ -1,33 +0,0 @@
|
|||
Description: Fix Lintian hardening errors caused by flags not being passed to compiler,
|
||||
use debhelper compiler flags
|
||||
Author: Dave Hibberd <d@vehibberd.com>
|
||||
Last-Update: 2017-08-22
|
||||
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -1,10 +1,13 @@
|
||||
all: nodeusers uronode axdigi calibrate @FLEXNET@
|
||||
|
||||
CC = gcc
|
||||
-LD = gcc
|
||||
+LD = $(CC)
|
||||
# CFLAGS = -O2 -g -s -Wno-unused-result -Wstrict-prototypes
|
||||
-CFLAGS = -DUNIX -g3 -DDEBUG
|
||||
-LDFLAGS =
|
||||
+# CFLAGS = -DUNIX -g3 -DDEBUG
|
||||
+CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
|
||||
+CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
|
||||
+CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
|
||||
+LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
|
||||
LIBS = -lax25 -lax25io
|
||||
|
||||
include Makefile.include
|
||||
@@ -24,7 +27,7 @@
|
||||
DIGI_OBJS = $(DIGI_SRC:.c=.o)
|
||||
CALIBRATE_OBJS = $(CALIBRATE_SRC:.c=.o)
|
||||
.c.o:
|
||||
- $(CC) $(CFLAGS) -c $<
|
||||
+ $(CC) $(CPPFLAGS) $(CFLAGS) $(CXXFLAGS) $(LDFLAGS) -c $<
|
||||
|
||||
install: installbin installman installhelp installconf
|
||||
install -b -m 755 -D -d $(VAR_DIR)
|
|
@ -1,14 +0,0 @@
|
|||
Description: Create proper SBIN_DIR directory at install time
|
||||
Author: Dave Hibberd <d@vehibberd.com>
|
||||
Last-Update: 2018-02-10
|
||||
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -38,6 +38,7 @@
|
||||
install -b -m 644 -p etc/gateways $(VAR_DIR)/flex
|
||||
|
||||
installbin: all
|
||||
+ install -b -m 755 -D -d $(SBIN_DIR)
|
||||
install -m 755 -s -p uronode $(SBIN_DIR)
|
||||
install -m 755 -s -p nodeusers $(SBIN_DIR)
|
||||
install -m 755 -s -p axdigi $(SBIN_DIR)
|
|
@ -1,38 +0,0 @@
|
|||
Description: Add in motd functionality for Netrom
|
||||
Author: Dave Hibberd <d@vehibberd.com>
|
||||
Last-Update: 2023-08-07
|
||||
|
||||
--- a/node.c
|
||||
+++ b/node.c
|
||||
@@ -301,6 +301,11 @@
|
||||
node_log(LOGLVL_LOGIN, "%s @ %s logged in", User.call, User.ul_name);
|
||||
#ifdef HAVEMOTD
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
+ node_msg("%s - Welcome to %s", VERSION, NodeId);
|
||||
+ if ((fp = fopen(HAVEMOTD, "r")) != NULL) {
|
||||
+ while (fgets(buf, 256, fp) != NULL) axio_puts(buf,NodeIo);
|
||||
+ axio_puts ("\n",NodeIo);
|
||||
+ }
|
||||
/* axio_printf(NodeIo, "%s} Welcome.\n", NodeId); */
|
||||
} else
|
||||
if ((User.ul_type == AF_INET) || (User.ul_type == AF_INET6)) {
|
||||
@@ -365,6 +370,8 @@
|
||||
axio_printf(NodeIo,"\n");
|
||||
}
|
||||
}
|
||||
+ } else {
|
||||
+ node_prompt();
|
||||
}
|
||||
if (check_perms(PERM_ANSI, 0L) != -1) {
|
||||
/* Not needed from what I see so far. */
|
||||
--- a/command.c
|
||||
+++ b/command.c
|
||||
@@ -137,7 +137,7 @@
|
||||
}
|
||||
}
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
- axio_printf(NodeIo,"");
|
||||
+ axio_printf(NodeIo,"%s, thank you for connecting to the %s\nURONode netrom shell. Come back soon, 73!\n",User.call, NodeId);
|
||||
}
|
||||
if (User.ul_type == AF_ROSE) {
|
||||
if (check_perms(PERM_ANSI, 0L) != -1) {
|
|
@ -1,28 +0,0 @@
|
|||
Description: Remove interactive mode from configure, speed up build
|
||||
Author: Dave Hibberd <d@vehibberd.com>
|
||||
Last-Update: 2018-02-10
|
||||
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -1,11 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
-echo -n "Use interactive mode? [Y/n]: "; read answer
|
||||
-if [ "$answer" = "Y" -o "$answer" = "y" -o "$answer" = "" ]
|
||||
- then NON_INTERACTIVE=0;
|
||||
- else NON_INTERACTIVE=1;
|
||||
-fi
|
||||
-
|
||||
_sleep()
|
||||
{
|
||||
[ "$NON_INTERACTIVE" = 1 ] || sleep "$@"
|
||||
@@ -122,6 +116,9 @@
|
||||
if [ $? -ne 1 ]
|
||||
then
|
||||
HAVEAX25="#define HAVE_AX25 1"
|
||||
+ #These have been moved out of tcp-ip so I have an MOTD when I don't build telnet in
|
||||
+ HAVEMOTD="#define HAVEMOTD"
|
||||
+ MOTDPATH='"/etc/ax25/uronode.motd"'
|
||||
fi
|
||||
#
|
||||
# echo -n "Include support for the FlexNet protocol ? [Y/n]: "; read answer
|
|
@ -1,6 +0,0 @@
|
|||
netrom-motd.patch
|
||||
non-interactive-install.patch
|
||||
hardening
|
||||
folder-update
|
||||
install-dir-creation
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
Description: Fix zlib ifdef to ensure it builds right
|
||||
Author: Dave Hibberd <d@vehibberd.com>
|
||||
Last-Update: 2023-08-07
|
||||
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -74,14 +74,14 @@
|
||||
_sleep 1
|
||||
echo -n "Checking for the existence of the Zlib headers... "
|
||||
ZLIB=""
|
||||
-HAVEZLIB="#undef HAVE_ZLIB"
|
||||
+HAVEZLIB="#undef HAVE_ZLIB_H"
|
||||
for zlibdir in /usr/include /usr/local/include
|
||||
do
|
||||
if [ -f $zlibdir/zlib.h ]
|
||||
then
|
||||
echo $zlibdir/zlib.h
|
||||
ZLIB="-lz"
|
||||
- HAVEZLIB="#define HAVE_ZLIB 1"
|
||||
+ HAVEZLIB="#define HAVE_ZLIB_H 1"
|
||||
fi
|
||||
done
|
||||
if [ -z "$ZLIB" ]
|
|
@ -1,18 +0,0 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
||||
export NON_INTERACTIVE=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
# Remove things we aren't using in oarc. mheard is a bug awaiting a fix.
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- --without-flexnet --without-tcpip --without-rose --without-autorouter
|
||||
|
||||
# Collapse upstream changes file into single file
|
||||
|
||||
override_dh_auto_build:
|
||||
cat CHANGES.* > changelog
|
||||
dh_auto_build
|
|
@ -1 +0,0 @@
|
|||
3.0 (quilt)
|
|
@ -1,5 +0,0 @@
|
|||
BBS.txt
|
||||
COLORS
|
||||
FAQ
|
||||
URONode.his
|
||||
changelog
|
|
@ -1 +0,0 @@
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
version=4
|
||||
https://sf.net/uronode/uronode-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
|
|
@ -1 +0,0 @@
|
|||
URONode documentation in both ascii text and word-97 .doc format.
|
BIN
docs/URONode.doc
BIN
docs/URONode.doc
Binary file not shown.
244
docs/URONode.txt
244
docs/URONode.txt
|
@ -1,244 +0,0 @@
|
|||
Documentation for URONode program
|
||||
dated 28/03/2020
|
||||
|
||||
Contents:
|
||||
|
||||
I - Introduction
|
||||
II - What it is
|
||||
III - Generic commands
|
||||
IV - Extra commands
|
||||
V - Where to get it
|
||||
VI - Where to get support
|
||||
VII - Acknowledgements
|
||||
|
||||
Introduction:
|
||||
|
||||
I decided to make URONode primarily for my own use and purposes but those who
|
||||
came to login my node enjoyed it's functionality so much that they would want
|
||||
a copy of their own so I decided around the year 2000 to release it. At the
|
||||
time I was also helping K2MF with MFNOS and wanted something a bit similar
|
||||
in functionality with xNOS that would also keep true to form with the basics
|
||||
of the linux-nodes (and variants). Since the original code, there's been many
|
||||
changes and additions. Around 2015 it became a standard node in Debian and
|
||||
Red Hat repositories having proven itself as a sturdy node for native linux.
|
||||
|
||||
I took the best of all the linux based nodes, put them all together into one
|
||||
and made many changes including adding a color schema if a user desires full
|
||||
ansi colors to their screens. The prompt systems are also unique in nature
|
||||
as depending on how the user connects IN to a URONode system is the style of
|
||||
prompt they get returned to them. No other node system allows for such a
|
||||
thing. The advantage is that under no circumstance if a user (or bbs for that
|
||||
matter) connects via NetRom, never ever will a CTEXT or MOTD text get pushed
|
||||
out which can disrupt a BBS session. The same goes for any sort of DTEXT
|
||||
under a NetRom session.
|
||||
|
||||
All your configuration file manuals are online at a shell prompt. Just
|
||||
type: man <filename> to view the online help. Ex: man uronode.conf to
|
||||
read up on the main uronode configuration file or man flexd.conf to see how
|
||||
to add flexnet routing into your node. If by chance you do find a man page
|
||||
missing feel free to let me know.
|
||||
|
||||
There's some what I call helper apps included for you such as axDigi and
|
||||
FlexD for example. AxDigi is a true cross-interface digipeater. There's NO
|
||||
configuration you need to do for axDigi at all. It will auto-sense your ax.25
|
||||
interfaces and simply listen for requests to digi in from one and out the
|
||||
other interface. For more information on this, type "man axdigi".
|
||||
|
||||
|
||||
What URONode is:
|
||||
|
||||
What many people get extremely confused about it is the fact it's not a
|
||||
daemon - it's a shell. Like with bash/dash/sh/etc, it doesn't stay in
|
||||
memory. You'll only see it listed in your process list if someone is
|
||||
connected to you and it's been commanded to spawn so it doesn't hog up
|
||||
any system resources when it's not needed unlike other systems that do.
|
||||
It's also much smaller than bash, and with all features compiled into
|
||||
URONode it's still under 500K in size. This makes it a smart choice to
|
||||
use as it's not sitting there using CPU for nothing, which makes the CPU
|
||||
run cooler thus improving it's lifespan.
|
||||
|
||||
It also locks the connected user to the command-set either within the
|
||||
shell itself or any external commands the sysop may allow for, so
|
||||
there's no file manipulation available, or system info available to
|
||||
"steal" such as user account information. It also never overrides a
|
||||
human command like some other systems may do. for an example,
|
||||
c <int> <callsign-ssid> won't force a user to use an internet gated
|
||||
route to the remote end, but will follow the human instruction to use
|
||||
the RF interface as commanded. If a user wishes to stay RF they may do
|
||||
so and not be forced on wired internet because the systems sees it's a
|
||||
quicker path.
|
||||
|
||||
For those who still believe IP is a wire link only and not a protocol,
|
||||
if you wish not to use it, say NO during the configuration to TCP/IP.
|
||||
Same with ROSE, NetRom, FlexNet, etc. when you compile it if you compile
|
||||
your own. I believe when it's packaged by the various distributions all
|
||||
options are flagged on (which would make sense).
|
||||
|
||||
All protocol routing is handled by the kernel and various tools. Like
|
||||
with bash, it doesn't provide any routing whatsoever. All routing for
|
||||
all protocols is handled internally within the linux kernel. The same
|
||||
for firewalling. By not introducing a "middle man" or trying to
|
||||
re-invent the wheel by using the native protocol stacks within linux
|
||||
itself, URONode is a much faster system.
|
||||
|
||||
For those who aren't that linux savvy, I've made 2 versions of an install
|
||||
script for URONode, axMail-FAX (an SMTP plugin module for the node), and
|
||||
a library installer to get you ready for LinFBB if you so choose to run a
|
||||
BBS with your node. This gives you the opportunity to be fully messaging
|
||||
compliant. One version of the install system is for sysvinit, the other
|
||||
for systemd. It also will install ampr-ripd routing daemon if you're looking
|
||||
to run as an internet gateway, along with an axip and an axudp interface along
|
||||
with what I consider to be a master control file I call ax25 and is located in
|
||||
/usr/local/bin/. All your amateur services can be controlled from this one
|
||||
file quite easily.
|
||||
|
||||
|
||||
Generic node commands:
|
||||
|
||||
Online help is available for all native compiled commands. The user simply
|
||||
does: help <commandname-in-full> to see the online help. If a sysop wishes
|
||||
to add more commands to their node they should follow the format of the
|
||||
online help files (located in /path/to/node/help) to keep consistent with
|
||||
the online help system. Every node may be configured with different commands
|
||||
as sysops often may develop their own tools/apps for their set of users.
|
||||
|
||||
A brief description of compiled-in commands would be:
|
||||
announcements - local news/announcements to share.
|
||||
bye/exit (ipv4/ipv6 only)/quit - leave the node.
|
||||
connect - gateway out to another system/node.
|
||||
desti - bring up a list of flexnet destinations if applicable.
|
||||
escape - This can change/display/disable your escape character. Defaults to
|
||||
ctrl-T
|
||||
finger - finger information from the local or a remote host.
|
||||
host - look up an IP or Hostname in dns.
|
||||
info - read the uronode.info file and display it to the end user.
|
||||
jheard - the most recent 20 just heard stations
|
||||
jlong - a long list of stations heard. This may be quite long.
|
||||
links - connectable nodes hard coded into the uronode.routes file.
|
||||
msg - an "instant message" utility build into the node to talk to another user.
|
||||
nodes - display a listing of NetRom based nodes.
|
||||
ping - an ICMP ping utility to see how fast a path to a remote is.
|
||||
ports - a display of the ax.25 interfaces available on the node.
|
||||
routes - a display of direct neighbor NetRom links.
|
||||
status - a display of some of the hosts statistics including uptime.
|
||||
telnet - a means to use tcp/ip to gateway out to a remote site.
|
||||
users - who's online at the moment.
|
||||
version - display information about the node's version.
|
||||
who - information about a node's users or a specific user.
|
||||
|
||||
This command set is automatically compiled into URONode for you based on the
|
||||
options you choose at pre-compilation time with the configure command.
|
||||
|
||||
|
||||
Extra commands:
|
||||
|
||||
URONode supports execution of external commands from it's own shell such as
|
||||
the axMail-FAX plugin. Some standard shell commands such as "netstat" are
|
||||
preconfigured for you so that you may easily see how to duplicate adding a
|
||||
custom command for your system. Typically these are commanded by executing
|
||||
bash scripts.
|
||||
|
||||
The ideas of added commands you may choose are endless in nature! I have the
|
||||
old Z-80 based game Zork available on my node for example. I also run an
|
||||
Ambient Weather station to which users may pull real-time weather information
|
||||
from via my URONode that calls Lynx (text based browser) and other formulas
|
||||
to gather real-time statistics on my local weather.
|
||||
|
||||
I do provide a bunch of add-ons both on my FTP server and on SourceForge for
|
||||
those who wish to add even more functionality to their node(s). An example
|
||||
of one very useful one is NodeSearch where a user may enter a string either
|
||||
by alias or by callsign to find a NetRom node. An example of searching for
|
||||
either type of string:
|
||||
n1uro-15@n1uro.ampr.org:/uronode6: ns
|
||||
Executing command...
|
||||
Which node are you looking for (no * please): n9
|
||||
Searching NetRom nodes for N9 ...
|
||||
BBSLYA:N9LYA-4 IN105:N9LYA-7 INNOS:N9LYA-5
|
||||
NodeSearch v2.2 by N1URO for URONode.
|
||||
Goodbye.
|
||||
End of command.
|
||||
n1uro-15@n1uro.ampr.org:/uronode6: ns
|
||||
Executing command...
|
||||
Which node are you looking for (no * please): in
|
||||
Searching NetRom nodes for IN ...
|
||||
DZINOD:SV1DZI-11 DZINOS:SV1DZI-12 IN105:N9LYA-7 INNOS:N9LYA-5
|
||||
NodeSearch v2.2 by N1URO for URONode.
|
||||
Goodbye.
|
||||
End of command.
|
||||
|
||||
Bob Tenty has written a parallel for flexnet destis:
|
||||
n1uro-15@n1uro.ampr.org:/uronode6: ds
|
||||
Executing command...
|
||||
Enter the first character or more of a flexnet digi callsign: k1y
|
||||
Searching Flexnet Digi nodes for K1Y ...
|
||||
K1YON 1-1 K1YON 2-14
|
||||
|
||||
Flexnet DigiSearch by VE3TOK for URONode.
|
||||
Adaptation of NodeSearch v1.7 by N1URO.
|
||||
Goodbye.
|
||||
End of command.
|
||||
|
||||
While URONode handles HF just fine such as on Net105, some guys seem to live
|
||||
by the game of "he with the most nodes listing on their node wins", a listing
|
||||
of more than 80 nodes may time out a guest connecting into you via HF thus
|
||||
NOT making them feel welcome. Having easy to use search utilities for example
|
||||
will make their stay with you pleasant and easier to use than some other
|
||||
systems.
|
||||
|
||||
|
||||
Where to get it:
|
||||
|
||||
Latest release of URONode and various plug-ins may be downloaded from one of
|
||||
two below sites:
|
||||
ftp://ftp.n1uro.net/pub/hamradio/packet/
|
||||
https://sourceforge.net/projects/uronode/
|
||||
|
||||
It's always best to wait until you see a new version with .tgz or .tar.gz
|
||||
appended so you know the code has been tested to be as bug-free as possible
|
||||
or else you're on your own.
|
||||
|
||||
|
||||
Where to get support:
|
||||
|
||||
I run an email list server which you may subscribe to by visiting the official
|
||||
URONode website at https://uronode.n1uro.com/ just look for the link.
|
||||
|
||||
|
||||
Acknowledgements:
|
||||
|
||||
I'd like to acknowledge the following people and groups for their various
|
||||
contributions and support of the project:
|
||||
|
||||
Marius Petrescu - code contributor and member of the URONode development
|
||||
team
|
||||
|
||||
Bob Tenty - code contributor and member of the URONode development team
|
||||
|
||||
Paul Lewis - supplied many great ideas for URONode
|
||||
|
||||
Tomasz Stankiewicz - supplied many great ideas for URONode
|
||||
|
||||
Barry Siegfried - supplied code for URONode
|
||||
|
||||
Dave Hibbard - Debian contact
|
||||
|
||||
Jaroslav Skarvada - Red Hat contact and code contributor
|
||||
|
||||
Craig Small - originated axDigi
|
||||
|
||||
Tomi Manninen - original (linux) node creator
|
||||
|
||||
Alan Cox - early linux ax.25 developer
|
||||
|
||||
Roy Van Zundert - FlexNode developer
|
||||
|
||||
Stefano Noferi - AWZNode developer
|
||||
|
||||
TAPR - very supportive of URONode
|
||||
|
||||
... and the many others involved as sysops and developers of the ax.25 and
|
||||
tcp/ip stacks for linux.
|
||||
|
||||
URONode comes with absolutely NO WARRANTEE whatsoever. Use at your own risk.
|
||||
There are no fees to use this software and unlike others we will never "beg"
|
||||
for donations either. Thanks for your support by using URONode.
|
|
@ -1,14 +0,0 @@
|
|||
# /etc/ax25/flexd.conf URONode example configuration file
|
||||
# see man flexd.conf
|
||||
|
||||
# The callsign-ssid you wish to poll your flex neighbor with:
|
||||
|
||||
MyCall xx0xx
|
||||
|
||||
# How often do we poll our flex neighbor (in seconds):
|
||||
|
||||
PollInterval 300
|
||||
|
||||
# The FlexNet node we're to poll:
|
||||
|
||||
FlexGate xx0xx-#
|
|
@ -1,6 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Bye
|
||||
|
||||
DESCRIPTION
|
||||
Disconnects you from this node.
|
|
@ -1,18 +0,0 @@
|
|||
|
||||
USAGE
|
||||
<none>
|
||||
|
||||
DESCRIPTION
|
||||
Adds ANSI color to the system for you. Send a message to
|
||||
the sysop and request that they add 512 to your permissions
|
||||
flag for the interface(s) you connect in from to get the
|
||||
color schema. You *must* use an ANSI compliant terminal such
|
||||
as Qmodem, Telix, telnet, etc.
|
||||
Interfaces available: Schema:
|
||||
ax25 ax25 - yellow
|
||||
netrom netrom - cyan
|
||||
internet internet- magenta
|
||||
amprnet system - white
|
||||
localhost starts - green
|
||||
stops - red
|
||||
alarms - flashing red
|
|
@ -1,25 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Connect <call | alias> [s|d] For NET/ROM or Links
|
||||
Connect <intf> <call> [via <digi1> ...] [s|d] For AX25
|
||||
Connect <call> <address> [<digi>] [d|s] For ROSE
|
||||
Connect <destination> [s|d] For FlexNet
|
||||
|
||||
DESCRIPTION
|
||||
Initiates an AX25, NET/ROM, ROSE or Flexnet connection to a
|
||||
remote host. If more than two parameters are entered and the
|
||||
second parameter is ten charachers in length then it is
|
||||
interpreted as a ROSE connection, otherwise the first
|
||||
parameter is interpreted as a port name and AX25 is used
|
||||
to make the connection via that port. If only one parameter
|
||||
is given the connection is made searching for the callsign
|
||||
in NET/ROM nodes, in AX25 Fixed links, in FlexNet destinations
|
||||
and last in Mheard database in this order.
|
||||
|
||||
If a single `s' is entered as the last parameter, then when
|
||||
the remote host disconnects you will be returned to this node.
|
||||
If a single `d' is entered as the last parameter, you will
|
||||
be disconnected from this node too. Default behaviour depends
|
||||
on how the user connects in:
|
||||
NetRom - defaults to disconnect
|
||||
all others - defaults to reconnect
|
|
@ -1,14 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Dest [*|<nodecall>]
|
||||
|
||||
DESCRIPTION
|
||||
Shows the FlexNet destination table of the local node. The
|
||||
destinations on this list can be reached using the Connect
|
||||
command without knowing the actual network path used
|
||||
(assuming the network is OK).
|
||||
|
||||
The optional parameter * toggles verbose mode, showing the
|
||||
ssid mask, the round-trip-time and the path used to reach each
|
||||
node. You can also specify a node callsign to get the verbose
|
||||
information for a single node.
|
|
@ -1,16 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Escape <escape char>
|
||||
|
||||
DESCRIPTION
|
||||
Sets the character will be treated as the signal to close down any
|
||||
open connection made from the node.
|
||||
|
||||
You can specify the escape character in a number of ways. They are:
|
||||
|
||||
<char> the actual binary character
|
||||
^T to set it to Control-T (or any other control character)
|
||||
0xNN to set it to hexadecimal value NN
|
||||
0NNN to set it to Octal value NNN
|
||||
NNN to set it to decimal value NNN (no leading zero!)
|
||||
-1 to disable this feature
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Finger [<username>][@<hostname>]
|
||||
|
||||
DESCRIPTION
|
||||
Retrieves information about users of a system. If the user
|
||||
name is omitted, shows the users currently logged on the
|
||||
host. If the hostname is omitted, defaults to the local host.
|
||||
|
||||
EXAMPLES
|
||||
finger @aripisa.ampr.org
|
||||
finger iz5awz@aripisa.ampr.org
|
||||
finger iz5awz
|
|
@ -1,10 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Help [<command>]
|
||||
|
||||
DESCRIPTION
|
||||
Gives help for the specified command or this text if no
|
||||
command is specified. Commands can not be abbreviated.
|
||||
Use the "?" command to retrieve a list of available commands,
|
||||
except for the COLOR command which you need to contact your
|
||||
sysop to add. "Help color" to see about the color schema.
|
|
@ -1,11 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Host <hostname>|<ip address>
|
||||
|
||||
DESCRIPTION
|
||||
Tells information about an Internet host. The host can be identified
|
||||
using a host name (for example, aripisa.ampr.org) or an IP
|
||||
address (for example, 44.134.208.29).
|
||||
|
||||
Returns the host name, IP addresses and known aliases for the host.
|
||||
The information is gathered from the DNS (domain name service).
|
|
@ -1,8 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Info
|
||||
|
||||
DESCRIPTION
|
||||
Displays the version information and the contents of the
|
||||
/etc/ax25/uronode.info file, which describes those aspects of
|
||||
the system that the sysop likes to brag about.
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Jheard [<interface>]
|
||||
|
||||
DESCRIPTION
|
||||
Gives a list of the last 20 heard AX25 stations on all interfaces
|
||||
and, if specified, on the specified interface.
|
||||
Use the "INterfaces" command to get a list of available
|
||||
interfaces.
|
|
@ -1,8 +0,0 @@
|
|||
|
||||
USAGE
|
||||
JLong <interface>
|
||||
|
||||
DESCRIPTION
|
||||
Gives a list of ALL heard AX25 stations on all interfaces.
|
||||
This may be a VERY LONG LIST. If you're on HF you may timeout.
|
||||
Add an interface to see a long list for just that interface.
|
|
@ -1,16 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Links [ d | n | v | <call>]
|
||||
|
||||
DESCRIPTION
|
||||
Shows the AX25 link table of the local node. The destinations
|
||||
on this list can be reached using the Connect command without
|
||||
knowing the actual network path used (assuming the network is OK).
|
||||
|
||||
The optional parameter d show the AX25 nodes directly linked.
|
||||
The optional parameter n show the AX25 nodes linked connecting
|
||||
another node and passing a string type "C XX0XX".
|
||||
The optional parameter v show the AX25 links via digipeaters.
|
||||
|
||||
You can also specify a destination callsign to get the verbose
|
||||
information for a single destination.
|
|
@ -1,12 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Mail
|
||||
|
||||
DESCRIPTION
|
||||
Access your mailbox and send mail to other users
|
||||
if you have mail waiting.
|
||||
(only available for sysops and some users).
|
||||
|
||||
Note: this feature is initially disabled, contact the sysop
|
||||
if you like to have it enabled.
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
|
||||
USAGE
|
||||
MEssage <callsign or user@domain>
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
Send email to users (now only available for messages to sysop).
|
||||
Note: sysop has to enable your mail flag for you to be able to
|
||||
receive mail, otherwise you may only send from here.
|
||||
|
||||
*Sysop Note: use your adduser or userconf program and create
|
||||
the users account as well as adding the mail flag to the
|
||||
configuration file. Select: /bin/false for a shell.
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
|
||||
USAGE
|
||||
MSg <call> <message>
|
||||
|
||||
DESCRIPTION
|
||||
Sends a one-line message to another user of the node. The user
|
||||
in question must be in idle state (ie. not connected/connecting
|
||||
anywhere or running a program).
|
||||
|
||||
If the user has an SSID other than zero, the SSID must be
|
||||
specified. If multiple users are logged in with the same
|
||||
callsign/SSID pair, those who are in idle state, get the message.
|
||||
|
||||
EXAMPLES
|
||||
msg k2mf Hello, Bawee!
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
USAGE
|
||||
NEtstat
|
||||
|
||||
DESCRIPTION
|
||||
Gives a list of active TCP/IP connections to and from the local
|
||||
host.
|
|
@ -1,15 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Nodes [*|<nodecall>]
|
||||
|
||||
DESCRIPTION
|
||||
Shows the NET/ROM node table of the local host. The nodes on this
|
||||
list can be reached using the Connect command without knowing the
|
||||
actual network path used (assuming the network is OK).
|
||||
|
||||
The optional parameter * toggles verbose mode, showing the
|
||||
Obsolescence counter, relative path quality and the port and
|
||||
neighbour node used to reach each node. You can also specify
|
||||
a node callsign to get the verbose information for a single node.
|
||||
In that case a "which" field that tells what route the kernel
|
||||
will use to reach the node is shown.
|
|
@ -1,16 +0,0 @@
|
|||
|
||||
USAGE
|
||||
PIng <hostname> [<length>]
|
||||
|
||||
DESCRIPTION
|
||||
Checks if a host can be reached trough the network by sending
|
||||
an ICMP Echo Request packet to the host and waiting for it to
|
||||
reply. If a reply is received the round-trip-time (RTT)
|
||||
between the local and remote hosts is shown.
|
||||
|
||||
If an optional length is specified the data portion of the
|
||||
packet is filled with length number of bytes up to 128.
|
||||
|
||||
EXAMPLES
|
||||
ping aripisa.ampr.org
|
||||
ping n1uro.ampr.org 128
|
|
@ -1,12 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Ports
|
||||
|
||||
DESCRIPTION
|
||||
Shows the available AX25 ports. Shown are the port name, a short
|
||||
description for the port, the number of sessions via the port (qso)
|
||||
and the number received and transmitted packets via the port.
|
||||
The port name is used when using the Connect command to connect
|
||||
to an user or service not running NET/ROM or FlexNet (eg. not visible
|
||||
in the Nodes and Destinations lists). The port name is also visible
|
||||
in the Route, MHeard and MSession lists.
|
|
@ -1,6 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Quit
|
||||
|
||||
DESCRIPTION
|
||||
Disconnects you from this node.
|
|
@ -1,2 +0,0 @@
|
|||
<enter your rose routes here. Ex:>
|
||||
c n1uro-8 3100860906
|
|
@ -1,16 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Routes
|
||||
|
||||
DESCRIPTION
|
||||
Shows the NET/ROM route table of the local host (eg. the nodes
|
||||
which the local node directly talks with). These nodes are used
|
||||
to reach the other nodes on the node table. Fields shown are:
|
||||
|
||||
Link - Is there an AX25 connection active to this node
|
||||
Port - Which port is this route on
|
||||
Callsign - The callsign of the neighbour node
|
||||
Quality - A relative quality for the path (0-255)
|
||||
Destinations - Number of other nodes reached via this route
|
||||
Lock - Is the quality of this route locked by the operator
|
||||
QSO - Number of NET/ROM session enties
|
|
@ -1,10 +0,0 @@
|
|||
|
||||
USAGE
|
||||
SEssions [* | <call>]
|
||||
|
||||
DESCRIPTION
|
||||
Gives a list of active AX25 and NET/ROM connections to and
|
||||
from the local host. With an asterisk (*) as an argument
|
||||
shows also AX25 and NET/ROM sockets in listening state. With
|
||||
a callsign as an argument gives a list of all connections with
|
||||
either source or destination callsign <call>.
|
|
@ -1,19 +0,0 @@
|
|||
|
||||
USAGE
|
||||
STatus [<l>ong]
|
||||
|
||||
DESCRIPTION
|
||||
Returns information about the status of the Linux system which this
|
||||
URONode runs on. All information is taken directly from the
|
||||
operating system.
|
||||
|
||||
By itself STatus will show 4 lines of basic status of the system:
|
||||
Version, System time, Hostname, and Uptime. When followed with a
|
||||
Long or L it will give you more detailed information about the
|
||||
host.
|
||||
|
||||
The "load average" values indicate the average amount of processes
|
||||
waiting for processor time during the last 1, 5 and 15 minutes.
|
||||
Load average of 1.0 would mean that the all of the processor time is
|
||||
used by the processes, and all processes still get all of the time
|
||||
they can use.
|
|
@ -1,26 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Telnet <host> [<port>] [s|d]
|
||||
|
||||
DESCRIPTION
|
||||
Initiates a telnet session to a remote host using TCP/IP.
|
||||
You might not be able to connect to a given host due to the
|
||||
local operator's policy of using this node, or simply because
|
||||
the host is unreachable due to a network failure. You can use
|
||||
the ping command to check if a host is reachable.
|
||||
|
||||
By default, the telnet command connects to the TCP port 23
|
||||
(allocated for telnet). You can specify another TCP port or
|
||||
a TCP port name.
|
||||
|
||||
If a single `s' is entered as the last parameter, then when
|
||||
the remote host disconnects you will be returned to this node.
|
||||
This is only valid if the user connects into your node via
|
||||
NetRom, otherwise the user is automatically reconnected to
|
||||
the node.
|
||||
|
||||
EXAMPLES
|
||||
telnet aripisa.ampr.org
|
||||
telnet aripisa.ampr.org 1024
|
||||
telnet 44.134.208.29 s
|
||||
telnet 44.88.0.9 23 s
|
|
@ -1,8 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Users
|
||||
|
||||
DESCRIPTION
|
||||
Shows a list of users currently connected to the local node,
|
||||
where the users are coming from, and what are they doing at the
|
||||
moment.
|
|
@ -1,6 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Version
|
||||
|
||||
DESCRIPTION
|
||||
Displays the software version information,
|
|
@ -1,8 +0,0 @@
|
|||
|
||||
USAGE
|
||||
Who (<call> | *)
|
||||
|
||||
DESCRIPTION
|
||||
Shows a list when the user with the callsign <call> last
|
||||
connected to this node. Use the asterisk to print out
|
||||
the entire log table.
|
|
@ -1,23 +0,0 @@
|
|||
|
||||
USAGE
|
||||
ZConnect <call | alias> [s|d] For NET/ROM or Links
|
||||
ZConnect <port> <call> [via <digi1> ...] [s|d] For AX25
|
||||
ZConnect <call> <address> [<digi>] [d|s] For ROSE
|
||||
ZConnect <destination> [s|d] For FlexNet
|
||||
|
||||
DESCRIPTION
|
||||
Compresses an AX25, NET/ROM, ROSE or Flexnet connection to a
|
||||
remote host. If more than two parameters are entered and the
|
||||
second parameter is ten charachers in length then it is
|
||||
interpreted as a ROSE connection, otherwise the first
|
||||
parameter is interpreted as a port name and AX25 is used
|
||||
to make the connection via that port. If only one parameter
|
||||
is given the connection is made searching for the callsign
|
||||
in NET/ROM nodes, in AX25 Fixed links, in FlexNet destinations
|
||||
and last in Mheard database in this order.
|
||||
|
||||
If a single `s' is entered as the last parameter, then when
|
||||
the remote host disconnects you will be returned to this node.
|
||||
If a single `d' is entered as the last parameter, you will
|
||||
be disconnected from this node too. Default behaviour (neither
|
||||
`s' nor `d' entered) depends on sysop configuration.
|
|
@ -1,25 +0,0 @@
|
|||
|
||||
USAGE
|
||||
ZTelnet <host> [<port>] [s|d]
|
||||
|
||||
DESCRIPTION
|
||||
Compresses a telnet session to a remote host using TCP/IP.
|
||||
You might not be able to connect to a given host due to the
|
||||
local operator's policy of using this node, or simply because
|
||||
the host is unreachable due to a network failure. You can use
|
||||
the ping command to check if a host is reachable.
|
||||
|
||||
By default, the telnet command connects to the TCP port 23
|
||||
(allocated for telnet). You can specify another TCP port or
|
||||
a TCP port name.
|
||||
|
||||
If a single `s' is entered as the last parameter, then when
|
||||
the remote host disconnects you will be returned to this node.
|
||||
If a single `d' is entered as the last parameter, you will
|
||||
be disconnected from this node too. Default behaviour (neither
|
||||
`s' nor `d' entered) depends on sysop configuration.
|
||||
|
||||
EXAMPLES
|
||||
ztelnet aripisa.ampr.org
|
||||
ztelnet aripisa.ampr.org 1024
|
||||
ztelnet 44.134.208.29
|
|
@ -1,2 +0,0 @@
|
|||
Place your news/announcements in here. Good place for announcing
|
||||
club meetings, club announcements, area flea markets, etc.
|
|
@ -1,87 +0,0 @@
|
|||
# /etc/ax25/uronode.conf - URONode example configuration file
|
||||
#
|
||||
# see uronode.conf(5)
|
||||
|
||||
# Idle timeout (seconds).
|
||||
# This is how long we hold onto a dead link. 0 disables (this is NOT
|
||||
# recommended! Time is in seconds.
|
||||
|
||||
IdleTimeout 900
|
||||
|
||||
# Timeout when gatewaying (seconds).
|
||||
# This (in seconds) is a keep-alive for dead connects out of the node.
|
||||
|
||||
ConnTimeout 600
|
||||
|
||||
# Visible hostname. Will be shown at telnet login.
|
||||
# set this to your ampr.org hostname.
|
||||
|
||||
HostName xx#xx.ampr.org
|
||||
|
||||
# SysOp email address
|
||||
# Set this to your email address - preferred to use an ampr.org email.
|
||||
|
||||
Email <your@email.ampr.org>
|
||||
|
||||
# "Local" network.
|
||||
# This is your local amprnet subnet in full. Do NOT use 44.0.0.0/8!
|
||||
|
||||
LocalNet 44.0.0.0/32
|
||||
|
||||
# Command aliases. See uronode.conf(5) for the meaning of the uppercase
|
||||
# letters in the name of the alias. Examples below:
|
||||
|
||||
Alias CAllbook "telnet %{3:144.167.99.66} 2000 %1 s"
|
||||
Alias CONVers "telnet %{2:44.88.0.9} 3600 \"/n %u %{1:1}\""
|
||||
Alias DXCluster "telnet %{2:44.88.0.9} 9001 %1 s"
|
||||
Alias WX "telnet %{3:38.102.137.140} %1 s"
|
||||
|
||||
# Hidden ports.
|
||||
# List interfaces you wish not to display. Not suggested.
|
||||
|
||||
#HiddenPorts inet
|
||||
|
||||
# External commands. See uronode.conf(5) for the meaning of the uppercase
|
||||
# letters in the name of the extcmd.
|
||||
#
|
||||
# Flags: 1 Run command through pipe
|
||||
# 2 Reconnected flag
|
||||
# 3 Run through pipe and reconnect
|
||||
#
|
||||
ExtCmd NEtstat 1 nobody /bin/netstat netstat --inet
|
||||
|
||||
# Node ID.
|
||||
# This displays before all output texts when the user connects into
|
||||
# your node via NetRom. Set to "" to leave blank.
|
||||
# Note: This -must- be defined or will display as "(null)". A space
|
||||
# is hardcoded in. Example: UROHUB:N1URO-2 do NOT add the bracket
|
||||
# afterwards "}" this is predefined in URONode.
|
||||
#
|
||||
NodeId XXXXXX:XX#XX-#
|
||||
|
||||
# Ax25/Flex ID.
|
||||
# This displays before some strings and at logout to the end user when
|
||||
# they connect in via ax25 as defined in your ax25d.conf file. If
|
||||
# you don't define this "(null)" will be presented to the end user. Its
|
||||
# suggested you take this from your ax25d config which either faces a
|
||||
# flexnet system OR your 2-meter user interface. Note: do NOT make this
|
||||
# ssid the same as your NetRom SSID here or in ax25d.conf.
|
||||
|
||||
FlexId XX#XX-#
|
||||
|
||||
# ROSE ssid@network - if none, enter in: none.
|
||||
|
||||
RoseId XX#XX-#@####,######
|
||||
|
||||
# Netrom port name. This port is used for outgoing netrom connects.
|
||||
|
||||
NrPort nr0
|
||||
|
||||
# Syslog Logging level - suggest leaving this at 3 for debugging. 0
|
||||
# halts logging.
|
||||
|
||||
LogLevel 3
|
||||
|
||||
# The default escape character (CTRL-T)
|
||||
#
|
||||
EscapeChar ^T
|
|
@ -1,3 +0,0 @@
|
|||
This is a new system running URONode.
|
||||
*** please edit /etc/ax25/uronode.info to change this text to display
|
||||
information about your system.
|
|
@ -1,4 +0,0 @@
|
|||
This is copy of URONode is located in <town>,
|
||||
<county>, <state/province> [XX##xx] (grid)
|
||||
Type "?" for commands or H <command> for more detailed help on a command.
|
||||
*** please edit /etc/ax25/uronode.motd to change this text
|
|
@ -1,26 +0,0 @@
|
|||
# /etc/ax25/uronode.perms - URONode example permissions file
|
||||
#
|
||||
# see uronode.perms(5)
|
||||
#
|
||||
# Note: The flags have been changed as of 2014/08/23
|
||||
#
|
||||
# user type port passwd perms
|
||||
|
||||
# User oh2bns can login without password from anywhere else but 'inet'.
|
||||
#
|
||||
#xx0xx inet * qwerty 95
|
||||
#xx0xx * * * 95
|
||||
n1uro * * * 255
|
||||
|
||||
# OH2RBI is a bbs so it needs escape disabled.
|
||||
#
|
||||
#xx0xx * * * 287
|
||||
|
||||
# Default permissions per connection type.
|
||||
#
|
||||
* ax25 * * 31
|
||||
* netrom * * 31
|
||||
* local * * 31
|
||||
* ampr * * 31
|
||||
* inet * * 0
|
||||
* host * * 31
|
|
@ -1,21 +0,0 @@
|
|||
# /etc/ax25/uronode.routes URONode example configuration file
|
||||
# This is used for quick ax25 connects so users need not add an interface
|
||||
# when making a connect. You also need a statement in here for flexd to
|
||||
# poll your flexnet neighbor.
|
||||
|
||||
# URONode shows links with this order. Examples below:
|
||||
|
||||
# Direct Routing
|
||||
# route <call> <alias> <port> d 'description'
|
||||
#
|
||||
#route n1uro-1 fxuro ax0 d 'N1URO FlexNet Hub'
|
||||
|
||||
# Routing across another node with sending a string "C <call>"
|
||||
# route <call> <alias> <port> n 'description' <node>
|
||||
#
|
||||
#route n1uro-14 WMASS ax0 n 'N1URO-NOS' n1uro-1
|
||||
|
||||
# Routing via digipeaters
|
||||
# route <call> <alias> <port> v 'description' <digipeaters>
|
||||
#
|
||||
#route n1uro-9 MACTFX ax0 v 'N1URO Xnet' n1uro-1
|
|
@ -1,6 +0,0 @@
|
|||
# /etc/ax25/uronode.users URONode example configuration file
|
||||
# Shell access for Sysop users
|
||||
|
||||
# callsign:password:local linux username:shell
|
||||
# xx#xx:password:xx#xx:shell
|
||||
# yy#yy:password:thomas:shell
|
209
extcmd.c
209
extcmd.c
|
@ -1,209 +0,0 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <signal.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netax25/ax25.h>
|
||||
#include <netrose/rose.h>
|
||||
#include <grp.h>
|
||||
#include <sys/wait.h>
|
||||
#include <netax25/axlib.h>
|
||||
#include <netax25/axconfig.h>
|
||||
|
||||
#include "node.h"
|
||||
|
||||
#define ECMD_PIPE 1 /* Run through pipe */
|
||||
|
||||
#ifdef HAVEMOTD
|
||||
#define ECMD_RECONN 2 /* */
|
||||
#endif
|
||||
|
||||
static int norm_extcmd(struct cmd *cmdp, char **argv)
|
||||
{
|
||||
int pid;
|
||||
|
||||
alarm(0L);
|
||||
pid = fork();
|
||||
if (pid == -1) {
|
||||
/* fork error */
|
||||
node_perror("norm_extcmd: fork", errno);
|
||||
return 0;
|
||||
}
|
||||
if (pid == 0) {
|
||||
/* child */
|
||||
setgroups(0, NULL);
|
||||
setgid(cmdp->gid);
|
||||
setuid(cmdp->uid);
|
||||
execve(cmdp->path, argv, NULL);
|
||||
node_perror("norm_extcmd: execve", errno);
|
||||
exit(1);
|
||||
}
|
||||
/* parent */
|
||||
waitpid(pid, NULL, 0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int pipe_extcmd(struct cmd *cmdp, char **argv)
|
||||
{
|
||||
ax25io *iop;
|
||||
int pipe_in[2], pipe_out[2];
|
||||
int pid, c;
|
||||
fd_set fdset;
|
||||
|
||||
if (pipe(pipe_in) == -1) {
|
||||
node_perror("pipe_extcmd: pipe_in", errno);
|
||||
return 0;
|
||||
}
|
||||
if (pipe(pipe_out) == -1) {
|
||||
node_perror("pipe_extcmd: pipe_out", errno);
|
||||
return 0;
|
||||
}
|
||||
signal(SIGCHLD, SIG_IGN);
|
||||
pid = fork();
|
||||
if (pid == -1) {
|
||||
/* fork error */
|
||||
node_perror("pipe_extcmd: fork", errno);
|
||||
signal(SIGCHLD, SIG_DFL);
|
||||
return 0;
|
||||
}
|
||||
if (pid == 0) {
|
||||
/* child */
|
||||
/*
|
||||
* Redirect childs output to the pipes closing
|
||||
* stdin/out/err as we go.
|
||||
*/
|
||||
dup2(pipe_in[0], STDIN_FILENO);
|
||||
dup2(pipe_out[1], STDOUT_FILENO);
|
||||
dup2(pipe_out[1], STDERR_FILENO);
|
||||
/* Close the other ends */
|
||||
close(pipe_in[1]);
|
||||
close(pipe_out[0]);
|
||||
setgroups(0, NULL);
|
||||
setgid(cmdp->gid);
|
||||
setuid(cmdp->uid);
|
||||
execve(cmdp->path, argv, NULL);
|
||||
perror("pipe_extcmd: execve");
|
||||
exit(1);
|
||||
}
|
||||
/* parent */
|
||||
close(pipe_in[0]);
|
||||
close(pipe_out[1]);
|
||||
if (fcntl(STDIN_FILENO, F_SETFL, O_NONBLOCK) == -1 ||
|
||||
fcntl(pipe_out[0], F_SETFL, O_NONBLOCK) == -1) {
|
||||
node_perror("pipe_extcmd: fcntl - pipe_out", errno);
|
||||
goto end;
|
||||
}
|
||||
iop = axio_init(pipe_out[0], pipe_in[1], 1024, UNSPEC_EOL);
|
||||
if (iop == NULL) {
|
||||
node_perror("pipe_extcmd: Error initializing I/O", -1);
|
||||
goto end;
|
||||
}
|
||||
while (1) {
|
||||
FD_ZERO(&fdset);
|
||||
FD_SET(STDIN_FILENO, &fdset);
|
||||
FD_SET(pipe_out[0], &fdset);
|
||||
if (select(32, &fdset, 0, 0, 0) == -1) {
|
||||
node_perror("pipe_extcmd: select", errno);
|
||||
break;
|
||||
}
|
||||
if (FD_ISSET(STDIN_FILENO, &fdset)) {
|
||||
alarm(ConnTimeout);
|
||||
while((c = axio_getc(NodeIo)) != -1)
|
||||
axio_putc(c, iop);
|
||||
if (errno != EAGAIN)
|
||||
break;
|
||||
}
|
||||
if (FD_ISSET(pipe_out[0], &fdset)) {
|
||||
alarm(ConnTimeout);
|
||||
while((c = axio_getc(iop)) != -1)
|
||||
axio_putc(c, NodeIo);
|
||||
if (errno != EAGAIN) {
|
||||
if (errno)
|
||||
node_msg("%s", strerror(errno));
|
||||
break;
|
||||
}
|
||||
}
|
||||
axio_flush(NodeIo);
|
||||
axio_flush(iop);
|
||||
}
|
||||
#ifdef HAVEMOTD
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
axio_printf(NodeIo, "%s} ", NodeId);
|
||||
if (check_perms(PERM_ANSI, 0L) != -1) {
|
||||
// axio_printf(NodeIo,"\e[01;31mWelcome back.\e[0m");
|
||||
axio_printf(NodeIo,"\e[01;31mEnd of command.\e[0m");
|
||||
} else {
|
||||
// axio_printf(NodeIo, "Welcome back.");
|
||||
axio_printf(NodeIo, "End of command.");
|
||||
}
|
||||
|
||||
} else if ((User.ul_type == AF_INET) || (User.ul_type == AF_INET6)) {
|
||||
if (check_perms(PERM_ANSI, 0L) != -1) {
|
||||
axio_printf(NodeIo, "\e[01;31m");
|
||||
}
|
||||
// axio_printf(NodeIo, "Returning you to the shell...");
|
||||
axio_printf(NodeIo, "End of command.");
|
||||
} else if (User.ul_type == AF_AX25) {
|
||||
if (check_perms(PERM_ANSI, 0L) != -1) {
|
||||
axio_printf(NodeIo,"\e[01;31m");
|
||||
}
|
||||
// axio_printf(NodeIo,"Welcome back to %s.", FlexId);
|
||||
axio_printf(NodeIo,"End of command.");
|
||||
} else if (User.ul_type == AF_ROSE) {
|
||||
if (check_perms(PERM_ANSI, 0L) != -1) {
|
||||
axio_printf(NodeIo,"\e[01;31m");
|
||||
}
|
||||
// axio_printf(NodeIo,"Back to %s", RoseId);
|
||||
axio_printf(NodeIo,"End of command.");
|
||||
}
|
||||
|
||||
#endif
|
||||
axio_end(iop);
|
||||
end:
|
||||
signal(SIGCHLD, SIG_DFL);
|
||||
kill(pid, SIGKILL);
|
||||
close(pipe_in[1]);
|
||||
close(pipe_out[0]);
|
||||
if (fcntl(STDIN_FILENO, F_SETFL, 0) == -1)
|
||||
node_perror("pipe_extcmd: fcntl - stdin", errno);
|
||||
return 0;
|
||||
}
|
||||
|
||||
int extcmd(struct cmd *cmdp, char **argv)
|
||||
{
|
||||
int ret;
|
||||
|
||||
User.state = STATE_EXTCMD;
|
||||
User.dl_type = AF_UNSPEC;
|
||||
strcpy(User.dl_name, cmdp->name);
|
||||
strupr(User.dl_name);
|
||||
update_user();
|
||||
if (cmdp->flags & ECMD_PIPE)
|
||||
ret = pipe_extcmd(cmdp, argv);
|
||||
else
|
||||
ret = norm_extcmd(cmdp, argv);
|
||||
|
||||
#ifdef HAVEMOTD
|
||||
if (cmdp->flags & ECMD_RECONN) {
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
// axio_printf(NodeIo, "%s} Welcome back.", NodeId);
|
||||
axio_printf(NodeIo, "%s} End of command.", NodeId);
|
||||
}
|
||||
}
|
||||
else if (User.ul_type == AF_AX25) {
|
||||
/* axio_printf(NodeIo, "Welcome back to %s.", FlexId); */
|
||||
}
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
node_msg("");
|
||||
}
|
||||
#else
|
||||
if (cmdp->flags)
|
||||
node_logout("");
|
||||
#endif
|
||||
return ret;
|
||||
}
|
456
flexd.c
456
flexd.c
|
@ -1,456 +0,0 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include <netax25/ax25.h>
|
||||
#include <netrose/rose.h>
|
||||
#include <netinet/ip_icmp.h>
|
||||
#include <netinet/ip.h>
|
||||
|
||||
#include <netax25/axlib.h>
|
||||
#include <netax25/axconfig.h>
|
||||
#include <netax25/nrconfig.h>
|
||||
#include <netax25/rsconfig.h>
|
||||
#include <netax25/procutils.h>
|
||||
#include <netax25/daemon.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "node.h"
|
||||
#include "procinfo.h"
|
||||
|
||||
#define DEFAULT_POLL_TIME 600
|
||||
#define MINIMUM_POLL_TIME 300
|
||||
|
||||
int poll_time=DEFAULT_POLL_TIME;
|
||||
char flexgate[10]="\0";
|
||||
char mycall[10]="\0";
|
||||
char prompt1[1]="\0";
|
||||
char prompt2[1]="\0";
|
||||
struct ax_routes *gw;
|
||||
int s;
|
||||
void (*sigterm_defhnd)(int);
|
||||
|
||||
void read_conf(void)
|
||||
{
|
||||
FILE *fp, *fgt;
|
||||
char buf[1024], line[1024], *cp;
|
||||
int i=0,k;
|
||||
char digipath[AX25_MAX_DIGIS*10];
|
||||
|
||||
if ((fp=fopen(FLEXD_CONF_FILE, "r")) == NULL) {
|
||||
fprintf(stderr, "flexd config: Cannot open config file: %s\n", FLEXD_CONF_FILE);
|
||||
exit(1);
|
||||
}
|
||||
if ((fgt=fopen(FLEX_GT_FILE, "w")) == NULL) {
|
||||
fprintf(stderr, "flexd config: Cannot open flexnet gateways file: %s\n", FLEX_GT_FILE);
|
||||
fclose(fp);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
fputs("addr callsign dev digipeaters\n", fgt);
|
||||
|
||||
while(fgets(buf, sizeof(buf), fp)) {
|
||||
if(*buf=='#' || *buf==' ') continue; /* comment line/empty line */
|
||||
cp=strchr(buf, '#');
|
||||
if (cp) *cp='\0';
|
||||
cp=strtok(buf, " \t\n\r");
|
||||
if(cp==NULL) continue; /* empty line */
|
||||
|
||||
if(strcasecmp(cp,"pollinterval")==0) { /* set poll interval */
|
||||
cp=strtok(NULL, " \t\n\r");
|
||||
if(cp==NULL) {
|
||||
fprintf(stderr, "flexd config: Poll Interval needs an argument\n");
|
||||
fclose(fp);
|
||||
fclose(fgt);
|
||||
exit(1);
|
||||
}
|
||||
poll_time=safe_atoi(cp);
|
||||
if (poll_time<MINIMUM_POLL_TIME) poll_time=MINIMUM_POLL_TIME;
|
||||
}
|
||||
if(strcasecmp(cp,"mycall")==0) { /* set connect call for download */
|
||||
cp=strtok(NULL, " \t\n\r");
|
||||
if(cp==NULL) {
|
||||
fprintf(stderr, "flexd config: MyCall needs an argument\n");
|
||||
fclose(fp);
|
||||
fclose(fgt);
|
||||
exit(1);
|
||||
}
|
||||
safe_strncpy(mycall, cp, 9);
|
||||
}
|
||||
if(strcasecmp(cp,"flexgate")==0) { /* set flexnet gateway */
|
||||
cp=strtok(NULL, " \t\n\r");
|
||||
if(cp==NULL) {
|
||||
fprintf(stderr, "flexd config: FlexGate needs an argument\n");
|
||||
fclose(fp);
|
||||
fclose(fgt);
|
||||
exit(1);
|
||||
}
|
||||
safe_strncpy(flexgate, cp, 9);
|
||||
gw=find_route(flexgate, NULL);
|
||||
if (gw==NULL) {
|
||||
fprintf(stderr, "flexd config: FlexGate %s not found in route file: %s\n", flexgate, AX_ROUTES_FILE);
|
||||
fclose(fp);
|
||||
fclose(fgt);
|
||||
exit(1);
|
||||
} else {
|
||||
*digipath='\0';
|
||||
for(k=0;k<AX25_MAX_DIGIS;k++) {
|
||||
if (gw->digis[k]==NULL) break;
|
||||
strcat(digipath," ");
|
||||
strcat(digipath, gw->digis[k]);
|
||||
}
|
||||
sprintf(line, "%05d %-8s %4s %s\n", i++, gw->dest_call, ax25_config_get_dev(gw->dev), digipath);
|
||||
fputs(line, fgt);
|
||||
}
|
||||
}
|
||||
}
|
||||
fprintf(stderr,"FlexD started.\n");
|
||||
fclose(fgt);
|
||||
fclose(fp);
|
||||
}
|
||||
|
||||
int download_dest(char *gateway, char *fname)
|
||||
{
|
||||
FILE *tmp;
|
||||
char buffer[512], port[14], path[AX25_MAX_DIGIS*10]; /* Increased buffer to 512 from 256 - ve3tok 31 Mar, 2016 */
|
||||
char *addr, *commands[10], *dlist[9]; /* Destination + 8 digipeaters */
|
||||
fd_set read_fd;
|
||||
int n, addrlen, cmd_send=0, cmd_ack=0, c, k;
|
||||
struct full_sockaddr_ax25 axbind, axconnect;
|
||||
struct timeval tv;
|
||||
|
||||
gw=find_route(gateway, NULL);
|
||||
if (gw==NULL) {
|
||||
fprintf(stderr, "flexd connect: FlexGate %s not found in route file: %s\n", gateway, AX_ROUTES_FILE);
|
||||
return 1;
|
||||
} else {
|
||||
*path='\0';
|
||||
for(k=0;k<AX25_MAX_DIGIS;k++) {
|
||||
if (gw->digis[k][0]=='\0') dlist[k+1]=NULL;
|
||||
else dlist[k+1]=gw->digis[k];
|
||||
}
|
||||
dlist[0]=gw->dest_call;
|
||||
strcpy(port,gw->dev);
|
||||
}
|
||||
|
||||
if ((addr = ax25_config_get_addr(port)) == NULL) {
|
||||
sprintf(buffer, "flexd connect: invalid AX.25 port name - %s\n", port);
|
||||
write(STDOUT_FILENO, buffer, strlen(buffer));
|
||||
return 1;
|
||||
}
|
||||
|
||||
/*
|
||||
* Open the socket into the kernel.
|
||||
*/
|
||||
if ((s = socket(AF_AX25, SOCK_SEQPACKET, 0)) < 0) {
|
||||
sprintf(buffer, "flexd connect: cannot open AX.25 socket, %s\n", strerror(errno));
|
||||
write(STDOUT_FILENO, buffer, strlen(buffer));
|
||||
return 1;
|
||||
}
|
||||
|
||||
/*
|
||||
* Set our AX.25 callsign and AX.25 port callsign accordingly.
|
||||
*/
|
||||
if (*mycall=='\0') sprintf(buffer, "%s %s", addr, addr);
|
||||
else sprintf(buffer, "%s %s", mycall, addr);
|
||||
ax25_aton(buffer, &axbind);
|
||||
axbind.fsa_ax25.sax25_family = AF_AX25;
|
||||
addrlen=sizeof(struct full_sockaddr_ax25);
|
||||
|
||||
if (bind(s, (struct sockaddr *)&axbind, addrlen) != 0) {
|
||||
sprintf(buffer, "flexd connect: cannot bind AX.25 socket, %s\n", strerror(errno));
|
||||
write(STDOUT_FILENO, buffer, strlen(buffer));
|
||||
close(s);
|
||||
return 1;
|
||||
}
|
||||
|
||||
/*
|
||||
* Lets try and connect to the far end.
|
||||
*/
|
||||
addrlen=sizeof(struct full_sockaddr_ax25);
|
||||
axconnect.fsa_ax25.sax25_family = AF_AX25;
|
||||
|
||||
if (fcntl(s, F_SETFL, O_NONBLOCK) == -1) {
|
||||
sprintf(buffer, "flexd connect: fcntl on socket: %s\n", strerror(errno));
|
||||
write(STDOUT_FILENO, buffer, strlen(buffer));
|
||||
close(s);
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (ax25_aton_arglist((const char **)dlist, &axconnect) == -1) {
|
||||
sprintf(buffer, "flexd connect: invalid destination callsign or digipeater\n");
|
||||
write(STDOUT_FILENO, buffer, strlen(buffer));
|
||||
close(s);
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (connect(s, (struct sockaddr *)&axconnect, addrlen) == -1 && errno != EINPROGRESS) {
|
||||
switch (errno) {
|
||||
case ECONNREFUSED:
|
||||
strcpy(buffer, "*** Connection refused - aborting\n");
|
||||
break;
|
||||
case ENETUNREACH:
|
||||
strcpy(buffer, "*** No known route - aborting\n");
|
||||
break;
|
||||
case EINTR:
|
||||
strcpy(buffer, "*** Connection timed out - aborting\n");
|
||||
break;
|
||||
default:
|
||||
sprintf(buffer, "*** Cannot connect, %s\n", strerror(errno));
|
||||
break;
|
||||
}
|
||||
|
||||
write(STDOUT_FILENO, buffer, strlen(buffer));
|
||||
close(s);
|
||||
return 1;
|
||||
}
|
||||
|
||||
while (1) {
|
||||
FD_ZERO(&read_fd);
|
||||
FD_SET(s, &read_fd);
|
||||
|
||||
tv.tv_sec=180;
|
||||
tv.tv_usec=0;
|
||||
|
||||
k=select(s + 3, &read_fd, NULL, 0, &tv);
|
||||
|
||||
if (k<1) { /* error or timeout */
|
||||
break;
|
||||
}
|
||||
if (FD_ISSET(s, &read_fd)) {
|
||||
// int ret, retlen;
|
||||
int ret = 0;
|
||||
int retlen = 0;
|
||||
char *cp;
|
||||
|
||||
/* See if we got connected or if this was an error */
|
||||
getsockopt(s, SOL_SOCKET, SO_ERROR, &ret, &retlen);
|
||||
if (ret != 0) {
|
||||
cp = strdup(strerror(ret));
|
||||
strlwr(cp);
|
||||
sprintf(buffer, "flexd connect: Failure with %s\nError: %s\n", gateway, cp);
|
||||
write(STDOUT_FILENO, buffer, strlen(buffer));
|
||||
free(cp);
|
||||
close(s);
|
||||
return 1;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
commands[0]="d\r\n";
|
||||
commands[1]="q\r\n";
|
||||
commands[2]=NULL;
|
||||
|
||||
/*
|
||||
* Loop until one end of the connection goes away.
|
||||
*/
|
||||
|
||||
if ((tmp=fopen(fname, "w")) == NULL) {
|
||||
fprintf(stderr, "flexd connect: Cannot open temporary file: %s\n", fname);
|
||||
close(s);
|
||||
return 1;
|
||||
}
|
||||
|
||||
for (;;) {
|
||||
FD_ZERO(&read_fd);
|
||||
FD_SET(s, &read_fd);
|
||||
|
||||
tv.tv_sec=180;
|
||||
tv.tv_usec=0;
|
||||
|
||||
k=select(s + 1, &read_fd, NULL, NULL, &tv);
|
||||
|
||||
if (k<1) { /* error or timeout */
|
||||
break;
|
||||
}
|
||||
|
||||
if (FD_ISSET(s, &read_fd)) {
|
||||
if ((n = read(s, buffer, 512)) == -1) break;
|
||||
// if ((n = read(s, buffer, 256)) == -1) break;
|
||||
for(c=0;c<n;c++) {
|
||||
if (buffer[c]=='\r') buffer[c]='\n';
|
||||
if (buffer[c]=='=' && c<n-1 && buffer[c+1]=='>') {
|
||||
// if (buffer[c]=='%s' && c<n-1 && buffer [c+1]=='%s', prompt1, prompt2) {
|
||||
// fprintf(stderr, "flex interact: ack[%d]\n", cmd_ack);
|
||||
cmd_ack++;
|
||||
}
|
||||
}
|
||||
fwrite(buffer, sizeof(char), n, tmp);
|
||||
}
|
||||
|
||||
if (cmd_ack!=0) {
|
||||
if (commands[cmd_send]!=NULL) {
|
||||
write(s, commands[cmd_send], 2);
|
||||
// fprintf(stderr, "flexd interact: send[%d]: %s\n", cmd_send, commands[cmd_send]);
|
||||
cmd_send++;
|
||||
}
|
||||
cmd_ack=0;
|
||||
}
|
||||
}
|
||||
|
||||
close(s);
|
||||
|
||||
fputs("\n",tmp);
|
||||
|
||||
fclose(tmp);
|
||||
return 0;
|
||||
}
|
||||
|
||||
int parse_dest(char *gateway, char *fname)
|
||||
{
|
||||
FILE *fdst, *tmp;
|
||||
char *call, *ssid, *rtt, *cp, buf[1024], line[1024], ax[10];
|
||||
int i=0;
|
||||
|
||||
if ((tmp=fopen(fname, "r")) == NULL) {
|
||||
fprintf(stderr, "flexd update: Cannot open temporary file: %s\n", fname);
|
||||
return 1;
|
||||
}
|
||||
|
||||
if ((fdst=fopen(FLEX_DST_FILE, "w")) == NULL) {
|
||||
fprintf(stderr, "flexd update: Cannot open flexnet destinations file: %s\n", FLEX_DST_FILE);
|
||||
fclose(tmp);
|
||||
return 1;
|
||||
}
|
||||
|
||||
fputs("callsign ssid rtt gateway\n", fdst);
|
||||
/* fprintf(fdst, "%s %s 0 00000\n", mygate, myrange); */
|
||||
while(fgets(buf, sizeof(buf), tmp)) {
|
||||
cp=strtok(buf, " \t\n\r");
|
||||
if(cp==NULL) continue; /* empty line */
|
||||
if(strstr(cp,"=>")) i++; /* system prompt */
|
||||
if(i==0) continue; /* skip connect text */
|
||||
if(*cp=='#' || *cp=='=' || *cp==' ' || *cp=='*' || *cp=='-' || *cp==':') continue; /* comment line/system prompt */
|
||||
if(strncmp(cp,"73!",3)==0) continue; /* End greeting */
|
||||
|
||||
/* CALL SSID-ESID RTT */
|
||||
do {
|
||||
call=cp;
|
||||
if (call==NULL) break;
|
||||
if (strlen(call)>6) break;
|
||||
if (strchr(call,'-')) break;
|
||||
if (ax25_aton_entry(call,ax)!=0) break;
|
||||
if (!ax25_validate(ax)) break;
|
||||
ssid=strtok(NULL, " \t\n\r");
|
||||
if (ssid==NULL) break;
|
||||
if (!strchr(ssid,'-')) break;
|
||||
rtt=strtok(NULL, " \t\n\r");
|
||||
if (rtt==NULL) break;
|
||||
if (atoi(rtt)==0) break;
|
||||
sprintf(line, "%-8s %-5s %6d %05d\n", call, ssid, safe_atoi(rtt), 0);
|
||||
fputs(line, fdst);
|
||||
cp=strtok(NULL, " \t\n\r");
|
||||
} while(cp!=NULL);
|
||||
}
|
||||
|
||||
fclose(fdst);
|
||||
fclose(tmp);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int update_flex(void)
|
||||
{
|
||||
char fname[80];
|
||||
|
||||
sprintf(fname, "%s/.session.%s", FLEXD_TEMP_PATH, flexgate);
|
||||
|
||||
if (download_dest(flexgate, fname)==0) parse_dest(flexgate, fname);
|
||||
remove(fname);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void hup_handler(int sig)
|
||||
{
|
||||
signal(SIGHUP, SIG_IGN);
|
||||
|
||||
fprintf(stderr, "SIGHUP caught by FlexD, restarting... \n");
|
||||
read_conf();
|
||||
update_flex();
|
||||
|
||||
signal(SIGHUP, hup_handler); /* Restore hangup handler */
|
||||
}
|
||||
|
||||
void alarm_handler(int sig)
|
||||
{
|
||||
signal(SIGALRM, SIG_IGN);
|
||||
|
||||
update_flex();
|
||||
|
||||
signal(SIGALRM, alarm_handler); /* Restore alarm handler */
|
||||
alarm(poll_time);
|
||||
}
|
||||
|
||||
void quit_handler(int sig)
|
||||
{
|
||||
signal(SIGTERM, SIG_IGN);
|
||||
|
||||
unlink(FLEXD_PID_FILE);
|
||||
fprintf(stderr, "FlexD quitting.\n\r");
|
||||
signal(SIGTERM, sigterm_defhnd);
|
||||
raise(SIGTERM);
|
||||
return;
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
FILE *pidfile;
|
||||
|
||||
if (argc > 1)
|
||||
{
|
||||
if (strcmp(argv[1], "-v") == 0 || strcmp(argv[1], "-h") ==0)
|
||||
{
|
||||
printf("FlexD version %s.\n\r", VERSION);
|
||||
printf("Copywrite (c) 2000-2003 by Roy PE1RJA and Stefano IZ5AWZ\n\r");
|
||||
printf("Copywrite (c) 2003 - present by Brian Rogers - N1URO.\n\r");
|
||||
printf("FlexD is free software and you are welcome to redistribute it\n\r");
|
||||
printf("under the terms of GNU General Public Licence as published\n\r");
|
||||
printf("by Free Software Foundation; either version 2 of the License, or\n\r");
|
||||
printf("(at your option) any later version.\n\r");
|
||||
printf("\n\r");
|
||||
printf("FlexD comes with NO WARRANTY. Use at your own risk.\n\r");
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
|
||||
if (ax25_config_load_ports() == 0) {
|
||||
fprintf(stderr, "flexd error: No AX25 port data configured\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
read_conf();
|
||||
|
||||
if (!daemon_start(TRUE)) {
|
||||
fprintf(stderr, "flexd: cannot become a daemon\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
pidfile = fopen(FLEXD_PID_FILE, "w");
|
||||
fprintf(pidfile, "%d\n", (int)getpid());
|
||||
fclose(pidfile);
|
||||
update_flex();
|
||||
|
||||
signal(SIGHUP, hup_handler);
|
||||
signal(SIGALRM, alarm_handler);
|
||||
sigterm_defhnd = signal(SIGTERM, quit_handler);
|
||||
// if (sigterm_defhnd == SIG_ERR)
|
||||
// sigterm_defhnd = SIG_DFL;
|
||||
alarm(poll_time);
|
||||
|
||||
for(;;) pause();
|
||||
|
||||
return 0;
|
||||
}
|
195
ipc.c
195
ipc.c
|
@ -1,195 +0,0 @@
|
|||
/* oringinal by Heikki Hannikainen, modified by Brian Rogers */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/msg.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/stat.h>
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <netax25/ax25.h>
|
||||
#include <netrose/rose.h>
|
||||
#include <netax25/axlib.h>
|
||||
#include <netax25/axconfig.h>
|
||||
#include <netax25/nrconfig.h>
|
||||
#include <netax25/rsconfig.h>
|
||||
#include <netax25/procutils.h>
|
||||
|
||||
#include "node.h"
|
||||
|
||||
#define FIRST_KEY (3694 - 1) /* Where to start looking for a key */
|
||||
#define LAST_KEY (FIRST_KEY + 200) /* How far to search */
|
||||
#define M_LEN 1024 /* Largest message transferred */
|
||||
|
||||
struct nmsgbuf {
|
||||
long mtype; /* message type, must be > 0 */
|
||||
char mtext[M_LEN]; /* message data */
|
||||
};
|
||||
|
||||
static int ipc_id = -1;
|
||||
|
||||
void node_prompt();
|
||||
|
||||
static void usr2_handler(int sig)
|
||||
{
|
||||
struct nmsgbuf buf;
|
||||
|
||||
if (msgrcv(ipc_id, (struct msgbuf *)&buf, M_LEN, 0, IPC_NOWAIT|MSG_NOERROR) != -1) {
|
||||
node_msg("%s", buf.mtext);
|
||||
if (User.ul_type != AF_NETROM) {
|
||||
node_prompt();
|
||||
}
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
node_msg("");
|
||||
}
|
||||
axio_flush(NodeIo);
|
||||
} else
|
||||
node_log(LOGLVL_ERROR, "usr2_handler: Caught SIGUSR2, but couldn't receive a message");
|
||||
|
||||
signal(SIGUSR2, usr2_handler); /* Restore handler */
|
||||
}
|
||||
|
||||
int ipc_send(key_t key, long mtype, char *mtext)
|
||||
{
|
||||
struct nmsgbuf buf;
|
||||
int id;
|
||||
|
||||
if ((id = msgget(key, S_IRWXU)) == -1) {
|
||||
node_perror("ipc_send: Could not get transmit channel", errno);
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
node_msg("");
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
buf.mtype = mtype;
|
||||
strncpy(buf.mtext, mtext, M_LEN);
|
||||
|
||||
if (msgsnd(id, (struct msgbuf *)&buf, M_LEN, 0) == -1) {
|
||||
node_perror("ipc_send: Could not send message", errno);
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
node_msg("");
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
node_msg("");
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
int ipc_open(void)
|
||||
{
|
||||
key_t key = FIRST_KEY;
|
||||
|
||||
do {
|
||||
key++;
|
||||
ipc_id = msgget(key, S_IRWXU | IPC_CREAT | IPC_EXCL);
|
||||
} while ((ipc_id == -1) && (key != LAST_KEY));
|
||||
|
||||
if (ipc_id == -1)
|
||||
node_perror("ipc_open: Could not get an IPC channel", errno);
|
||||
|
||||
#if 0
|
||||
node_msg("debug: ipc_id=%d key=%d", ipc_id, key);
|
||||
#endif
|
||||
|
||||
User.ipc_key = key;
|
||||
|
||||
if (key != -1)
|
||||
signal(SIGUSR2, usr2_handler);
|
||||
else
|
||||
signal(SIGUSR2, SIG_IGN);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int ipc_close(void)
|
||||
{
|
||||
struct msqid_ds buf;
|
||||
|
||||
if (ipc_id != -1) /* Remove the IPC channel */
|
||||
if (msgctl(ipc_id, IPC_RMID, &buf) == -1) {
|
||||
node_log(LOGLVL_ERROR, "ipc_close: Could not remove IPC channel: %s", strerror(errno));
|
||||
return -1;
|
||||
} else {
|
||||
node_log(LOGLVL_ERROR, "ipc_close: Removing IPC channel for %s", User.call);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
int do_msg(int argc, char **argv)
|
||||
{
|
||||
FILE *f;
|
||||
struct user u;
|
||||
char call[10];
|
||||
char mtext[M_LEN];
|
||||
int i, hits = 0, sent = 0;
|
||||
|
||||
if (argc < 3) {
|
||||
node_msg("Usage: msg <call> <your text msg>");
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
node_msg("");
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
if ((f = fopen(DATA_NODE_LOGIN_FILE, "r")) == NULL) {
|
||||
node_perror(DATA_NODE_LOGIN_FILE, errno);
|
||||
return 0;
|
||||
}
|
||||
sprintf(mtext, "\n*** Msg from %s:\n\a", User.call);
|
||||
for (i = 2; i < argc; i++) {
|
||||
strncat(mtext, argv[i], M_LEN - strlen(mtext));
|
||||
strncat(mtext, " ", M_LEN - strlen(mtext));
|
||||
}
|
||||
strncat(mtext, "\n*** End of msg.", M_LEN - strlen(mtext));
|
||||
mtext[M_LEN - 1] = 0;
|
||||
|
||||
strncpy(call, argv[1], 9);
|
||||
call[9] = 0;
|
||||
|
||||
while (fread(&u, sizeof(u), 1, f) == 1) {
|
||||
if (u.pid == -1 || (kill(u.pid, 0) == -1 && errno == ESRCH))
|
||||
continue;
|
||||
if (!strcasecmp(u.call, call)) {
|
||||
hits++;
|
||||
if (u.ipc_key != -1 && u.state == STATE_IDLE) {
|
||||
ipc_send(u.ipc_key, 1, mtext);
|
||||
kill(u.pid, SIGUSR2);
|
||||
sent++;
|
||||
}
|
||||
}
|
||||
}
|
||||
fclose(f);
|
||||
if (hits == 0) {
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
axio_printf(NodeIo, "%s} ", NodeId);
|
||||
}
|
||||
axio_printf(NodeIo, "%s is not on the node now.\a", call);
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
node_msg("");
|
||||
}
|
||||
} else if (sent == 0) {
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
axio_printf(NodeIo, "%s} ", NodeId);
|
||||
}
|
||||
axio_printf(NodeIo, "%s is busy and not accepting msgs now.\a", call);
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
node_msg("");
|
||||
}
|
||||
} else if (sent != 0) {
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
axio_printf(NodeIo, "%s} ", NodeId);
|
||||
}
|
||||
axio_printf(NodeIo, "Msg sent to %s.\a", call);
|
||||
}
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
node_msg("");
|
||||
}
|
||||
axio_flush(NodeIo);
|
||||
return 0;
|
||||
}
|
280
jheard.c
280
jheard.c
|
@ -1,280 +0,0 @@
|
|||
/* Routine rewritten mainly by Barry K2MF (Mr. MFNOS) and Brian N1URO */
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include <netax25/ax25.h>
|
||||
#include <netrose/rose.h>
|
||||
|
||||
#include <netax25/axlib.h>
|
||||
#include <netax25/axconfig.h>
|
||||
#include <netax25/mheard.h>
|
||||
|
||||
#include "config.h" /* Bob VE3TOK 30Nov2014 */
|
||||
#include "procinfo.h"
|
||||
#include "node.h"
|
||||
|
||||
struct mheard_list {
|
||||
struct mheard_struct data;
|
||||
struct mheard_list *next;
|
||||
};
|
||||
|
||||
int do_jheard (int argc,char **argv) {
|
||||
FILE *fp;
|
||||
struct mheard_struct mh;
|
||||
struct mheard_list *list = NULL, *new, *tmp, *p;
|
||||
char *s, *t, *u;
|
||||
int mhcount = 0;
|
||||
|
||||
axio_puts("",NodeIo);
|
||||
|
||||
if(User.ul_type == AF_NETROM)
|
||||
axio_printf(NodeIo,"%s} ",NodeId);
|
||||
|
||||
if(argc > 0) {
|
||||
if(ax25_config_get_dev(argv[1]) == NULL)
|
||||
// || (check_perms(PERM_HIDDEN, 0) == -1
|
||||
// && is_hidden(argv[1]))) {
|
||||
{
|
||||
axio_printf(NodeIo,"Invalid interface: %s", argv[1]);
|
||||
|
||||
if(User.ul_type == AF_NETROM)
|
||||
node_msg("");
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
if((fp = fopen(DATA_MHEARD_FILE,"r")) == NULL) {
|
||||
node_perror(DATA_MHEARD_FILE,errno);
|
||||
return 0;
|
||||
}
|
||||
while(mhcount < 20 && fread(&mh,sizeof(struct mheard_struct),1,fp)
|
||||
== 1) {
|
||||
if(argc > 1) {
|
||||
if(strcmp(argv[1],mh.portname))
|
||||
continue;
|
||||
}
|
||||
// if(check_perms(PERM_HIDDEN,0) == -1 && is_hidden(mh.portname))
|
||||
// continue;
|
||||
|
||||
if((new = calloc(1,sizeof(struct mheard_list))) == NULL) {
|
||||
node_perror("do_mheard: calloc",errno);
|
||||
break;
|
||||
}
|
||||
new->data = mh;
|
||||
|
||||
if(list == NULL || mh.last_heard > list->data.last_heard) {
|
||||
tmp = list;
|
||||
list = new;
|
||||
} else {
|
||||
for(p = list; p->next != NULL; p = p->next) {
|
||||
if(mh.last_heard > p->next->data.last_heard)
|
||||
break;
|
||||
}
|
||||
tmp = p->next;
|
||||
p->next = new;
|
||||
}
|
||||
new->next = tmp;
|
||||
mhcount++;
|
||||
}
|
||||
fclose(fp);
|
||||
|
||||
if(check_perms(PERM_ANSI,0L) != -1)
|
||||
axio_printf(NodeIo,"\e[01;33m");
|
||||
|
||||
node_msg("Just Heard list:");
|
||||
|
||||
if(check_perms(PERM_ANSI,0L) != -1)
|
||||
axio_printf(NodeIo,"\e[0;m");
|
||||
|
||||
axio_printf(NodeIo,"Callsign Device Packets Date & Time Frame Type(s)\n");
|
||||
axio_printf(NodeIo,"--------- ------ -------- --------------- -------------");
|
||||
|
||||
while(list != NULL) {
|
||||
s = ctime(&list->data.last_heard);
|
||||
s[19] = 0;
|
||||
s += 4;
|
||||
t = ax25_ntoa(&list->data.from_call);
|
||||
|
||||
if((u = strstr(t,"-0")) != NULL)
|
||||
*u = '\0';
|
||||
|
||||
axio_printf(NodeIo,"\n%-9s %-6s %-8d %s",t,list->data.portname,list->data.count,s);
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_ARP)
|
||||
axio_printf(NodeIo," ARP");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_FLEXNET)
|
||||
axio_printf(NodeIo," FlexNet");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_IP_DG)
|
||||
axio_printf(NodeIo," IP-DG");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_IP_VC)
|
||||
axio_printf(NodeIo," IP-VC");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_NETROM)
|
||||
axio_printf(NodeIo," NetRom");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_ROSE)
|
||||
axio_printf(NodeIo," Rose");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_SEGMENT)
|
||||
axio_printf(NodeIo," Segment");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_TEXNET)
|
||||
axio_printf(NodeIo," TexNet");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_TEXT)
|
||||
axio_printf(NodeIo," Text");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_PSATFT)
|
||||
axio_printf(NodeIo," PacsatFT");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_PSATPB)
|
||||
axio_printf(NodeIo," PacsatPB");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_UNKNOWN)
|
||||
axio_printf(NodeIo," Unknown");
|
||||
|
||||
tmp = list;
|
||||
list = list->next;
|
||||
free(tmp);
|
||||
|
||||
}
|
||||
if(User.ul_type == AF_NETROM)
|
||||
node_msg("");
|
||||
return 0;
|
||||
}
|
||||
|
||||
int do_jlong (int argc,char **argv) {
|
||||
FILE *fp;
|
||||
struct mheard_struct mh;
|
||||
struct mheard_list *list = NULL, *new, *tmp, *p;
|
||||
char *s, *t, *u;
|
||||
int mhcount = 0;
|
||||
|
||||
axio_puts("",NodeIo);
|
||||
|
||||
if(User.ul_type == AF_NETROM)
|
||||
axio_printf(NodeIo,"%s} ",NodeId);
|
||||
|
||||
if(argc > 0) {
|
||||
if(ax25_config_get_dev(argv[1]) == NULL )
|
||||
// || (check_perms(PERM_HIDDEN, 0) == -1
|
||||
// && is_hidden(argv[1])))
|
||||
{
|
||||
axio_printf(NodeIo,"Invalid interface: %s", argv[1]);
|
||||
if(User.ul_type == AF_NETROM)
|
||||
node_msg("");
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
if((fp = fopen(DATA_MHEARD_FILE,"r")) == NULL) {
|
||||
node_perror(DATA_MHEARD_FILE,errno);
|
||||
return 0;
|
||||
}
|
||||
while (fread(&mh,sizeof(struct mheard_struct),1,fp)
|
||||
== 1) {
|
||||
if(argc > 1) {
|
||||
if(strcmp(argv[1],mh.portname))
|
||||
continue;
|
||||
}
|
||||
// if(check_perms(PERM_HIDDEN,0) == -1 && is_hidden(mh.portname))
|
||||
// continue;
|
||||
|
||||
if((new = calloc(1,sizeof(struct mheard_list))) == NULL) {
|
||||
node_perror("do_mheard: calloc",errno);
|
||||
break;
|
||||
}
|
||||
new->data = mh;
|
||||
|
||||
if(list == NULL || mh.last_heard > list->data.last_heard) {
|
||||
tmp = list;
|
||||
list = new;
|
||||
} else {
|
||||
for(p = list; p->next != NULL; p = p->next) {
|
||||
if(mh.last_heard > p->next->data.last_heard)
|
||||
break;
|
||||
}
|
||||
tmp = p->next;
|
||||
p->next = new;
|
||||
}
|
||||
new->next = tmp;
|
||||
mhcount++;
|
||||
}
|
||||
fclose(fp);
|
||||
|
||||
if(check_perms(PERM_ANSI,0L) != -1)
|
||||
axio_printf(NodeIo,"\e[01;33m");
|
||||
|
||||
node_msg("Just Heard Long list (May timeout HFers):");
|
||||
|
||||
if(check_perms(PERM_ANSI,0L) != -1)
|
||||
axio_printf(NodeIo,"\e[0;m");
|
||||
|
||||
axio_printf(NodeIo,"Callsign Device Packets Date & Time Frame Type(s)\n");
|
||||
axio_printf(NodeIo,"--------- ------ -------- --------------- -------------");
|
||||
|
||||
while(list != NULL) {
|
||||
s = ctime(&list->data.last_heard);
|
||||
s[19] = 0;
|
||||
s += 4;
|
||||
t = ax25_ntoa(&list->data.from_call);
|
||||
|
||||
if((u = strstr(t,"-0")) != NULL)
|
||||
*u = '\0';
|
||||
|
||||
axio_printf(NodeIo,"\n%-9s %-6s %-8d %s",t,list->data.portname,list->data.count,s);
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_ARP)
|
||||
axio_printf(NodeIo," ARP");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_FLEXNET)
|
||||
axio_printf(NodeIo," FlexNet");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_IP_DG)
|
||||
axio_printf(NodeIo," IP-DG");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_IP_VC)
|
||||
axio_printf(NodeIo," IP-VC");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_NETROM)
|
||||
axio_printf(NodeIo," NetRom");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_ROSE)
|
||||
axio_printf(NodeIo," Rose");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_SEGMENT)
|
||||
axio_printf(NodeIo," Segment");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_TEXNET)
|
||||
axio_printf(NodeIo," TexNet");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_TEXT)
|
||||
axio_printf(NodeIo," Text");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_PSATFT)
|
||||
axio_printf(NodeIo," PacsatFT");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_PSATPB)
|
||||
axio_printf(NodeIo," PacsatPB");
|
||||
|
||||
if(list->data.mode & MHEARD_MODE_UNKNOWN)
|
||||
axio_printf(NodeIo," Unknown");
|
||||
|
||||
tmp = list;
|
||||
list = list->next;
|
||||
free(tmp);
|
||||
|
||||
}
|
||||
if(User.ul_type == AF_NETROM)
|
||||
node_msg("");
|
||||
return 0;
|
||||
}
|
||||
|
675
license
675
license
|
@ -1,675 +0,0 @@
|
|||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
||||
|
52
man/axdigi.8
52
man/axdigi.8
|
@ -1,52 +0,0 @@
|
|||
.TH AXDIGI 8 "28 April 2013" Linux "Linux Programmer's Manual"
|
||||
.SH NAME
|
||||
axdigi \- axdigi file.
|
||||
.SH DESCRIPTION
|
||||
.LP
|
||||
.B axdigi
|
||||
This executable should be loaded in your startup script with the command:
|
||||
/usr/local/sbin/axdigi (or path to where you installed it). This file enables
|
||||
cross-port digipeating within your linux's ax25 stack.
|
||||
.LP
|
||||
Special Conditions:
|
||||
.B axdigi
|
||||
In order to digipeat, you or the user *must* know your SSID associated
|
||||
with the ifconfig <interface> that is the direct link to the outbound
|
||||
path they wish to digi to. axdigi will handle the appropriate digipeat
|
||||
accordingly. If you have multiple ax25 interfaces, you should somehow
|
||||
list them for the users in the axports description so they will see
|
||||
them when doing an "Interface" command while on URONode. If the user
|
||||
wishes to log off URONode and digi through, then they must use the
|
||||
interface's SSID associated with the OUTBOUND path to their destination.
|
||||
.sp
|
||||
commands are:
|
||||
.TP 14
|
||||
.B C <destination> via <your interface-SSID>
|
||||
If the user heard station A1BCD-7 on your ax0 interface, and that
|
||||
interface's SSID is: W1XYZ-9 (NOT the FlexID of URONode!) then the user
|
||||
would enter:
|
||||
c a1bcd-7 via w1xyz-9
|
||||
even if their inbound interface might be ax1 and it's ifconfig shows
|
||||
your SSID as w1xyz-10!
|
||||
.TP 14
|
||||
.B Detailed information
|
||||
If you have 3 ax25 interfaces ifconfigured as:
|
||||
ax0 - w1xyz-9
|
||||
ax1 - w1xyz-10
|
||||
ax2 - w1xyz-11
|
||||
|
||||
User k2lmn would enter your node via ax2 and they wish to digi to
|
||||
a1bcd-7 which is heard on ax0 they would simply enter:
|
||||
c a1bcd-7 via w1xyz-9 to connect. Axdigi handles the crossport
|
||||
functions. If they tried:
|
||||
c a1bcd-7 via w1xyz-11
|
||||
the connect would fail because it would attempt to digi OUT on your
|
||||
ax2 interface. This may get tricky so expect a need to educate your
|
||||
users on this. Unfortunately, linux lacks native cross-port digipeating
|
||||
at this time so this is a work-around.
|
||||
.SH FILES
|
||||
.LP
|
||||
/usr/local/sbin/axdigi
|
||||
.SH "SEE ALSO"
|
||||
.BR axports (5),
|
||||
.BR ax25 (4).
|
|
@ -1,29 +0,0 @@
|
|||
.TH CALIBRATE 8 "28 April 1998" Linux "Linux Programmer's Manual"
|
||||
.SH NAME
|
||||
calibrate \- URONode user information lookup program
|
||||
.SH SYNOPSIS
|
||||
.B calibrate
|
||||
.SH DESCRIPTION
|
||||
.LP
|
||||
.B calibrate \-t ## interface
|
||||
tool by F1OAT ported for compile and use with URONode to calibrate radios.
|
||||
.SH OPTIONS
|
||||
.TP 10
|
||||
.BI \-t
|
||||
Time in ms to engage the calibration of an interface (often mislabeled port).
|
||||
.TP 10
|
||||
.BI interface
|
||||
This is the interface you wish to calibrate.
|
||||
.SH FILES
|
||||
.LP
|
||||
.TP 5
|
||||
.B /etc/ax25/axports
|
||||
List of ax25 interfaces.
|
||||
.SH "SEE ALSO"
|
||||
.BR uronode (8)
|
||||
.SH AUTHOR
|
||||
Brian Rogers N1URO <n1uro@n1uro.com>
|
||||
.br
|
||||
Stefano Noferi IZ5AWZ <iz5awz@radio-ge.cnuce.cnr.it>
|
||||
.br
|
||||
Tomi Manninen OH2BNS <tpmannin@cc.hut.fi>
|
31
man/flexd.8
31
man/flexd.8
|
@ -1,31 +0,0 @@
|
|||
.TH FLEXD 8 "FLEXNET ROUTING DAEMON" Linux "Linux System Managers Manual"
|
||||
.SH NAME
|
||||
flexd \- flexnet routing daemon backend for URONode.
|
||||
.SH SYNOPSIS
|
||||
.B routing daemon
|
||||
.SH DESCRIPTION
|
||||
.LP
|
||||
.B Flexd
|
||||
is a simple flexnet routing daemon back end. The purpose of this daemon is to
|
||||
import pc/FlexNet destinations into URONode for auto-ax25 routing. It's
|
||||
quite normal sometimes for flexd to generate an error upon bootup if it
|
||||
can't make a connect to the neighbor flex node in flexd.conf. When it
|
||||
can connect, it will do so automatically.
|
||||
.SH COMMANDS
|
||||
There are no commands for flexd. The runtime parameters are in flexd.conf
|
||||
.SH FILES
|
||||
.LP
|
||||
.TP 5
|
||||
.B /usr/local/etc/ax25/flexd.conf
|
||||
flexd configuration file.
|
||||
.br
|
||||
.SH AUTHOR
|
||||
Brian Rogers N1URO <n1uro@n1uro.com>
|
||||
.SH THANKS TO
|
||||
Stefano Noferi IZ5AWZ <iz5awz@radio-gw.cnuce.cnr.it>
|
||||
.br
|
||||
Tomi Manninen OH2BNS <tpmannin@cc.hut.fi>
|
||||
.br
|
||||
Alan Cox GW4PTS <gw4pts@gw4pts.ampr.org>
|
||||
.br
|
||||
Roy PE1RJA <roy@esrac.ele.tue.nl>
|
|
@ -1,56 +0,0 @@
|
|||
.TH FLEXD.CONF 5 "28 April 2013" Linux "Linux Programmer's Manual"
|
||||
.SH NAME
|
||||
flexd.conf \- flexd configuration file.
|
||||
.SH DESCRIPTION
|
||||
.LP
|
||||
.B flexd.conf
|
||||
file is read by flexd at program startup and is used to modify the
|
||||
behaviour of the robot.
|
||||
.LP
|
||||
The lines within
|
||||
.B flexd.conf
|
||||
must either be a comment line, which starts with a # in the first column, or
|
||||
one of the commands listed below. Commands and arguments are delimited
|
||||
by white space. Arguments can contain white space if they are enclosed
|
||||
in double quotes. Also C-style escapes (\\n, \\x0A, \\012 etc.) are parsed
|
||||
within double quotes.
|
||||
.sp
|
||||
Available configuration commands are:
|
||||
.TP 14
|
||||
.B MyCall <xx#xx>
|
||||
Sets up the callsign AND ssid you wish to use to connect to your flexnet
|
||||
neighbor for destinations import. Do NOT use an ssid of your ax25 interface
|
||||
which you'll be polling from as you may create a loop between your system
|
||||
and the flexnet neighbor.
|
||||
An example: MyCall kb1uuu-13
|
||||
.TP 14
|
||||
.B PollInterval <time/secs>
|
||||
This string tells the robot how many times in SECONDS to poll your flexnet
|
||||
neighbor and import their destination table. In my production environment
|
||||
300 (or 5 minutes) seemed to be fine. I would NOT go below 180 (3 minutes)
|
||||
as you may create more traffic than needed.
|
||||
.TP 14
|
||||
.B FlexGate <xx#xx-##>
|
||||
This is the callsign of your flexnet neighbor. The robot will read this
|
||||
callsign-ssid and attempt a connect to it every ## minutes assigned in
|
||||
PollInterval <time/mins>. Be sure you do NOT configure it to connect to
|
||||
a service linked within the flexnet neighbor such as a BBS! You will NOT
|
||||
receive any destinations to your system that way and the BBS will think
|
||||
you're attempting a feed.
|
||||
|
||||
Also note: your FlexNet destination host *must* reside in your uronode.route
|
||||
file or else flexd will *not* know the path where to connect and the robot
|
||||
will exit.
|
||||
.TP 14
|
||||
|
||||
|
||||
|
||||
.SH FILES
|
||||
.LP
|
||||
/usr/local/etc/ax25/flexd.conf
|
||||
/usr/local/etc/ax25/uronode.routes
|
||||
.SH "SEE ALSO"
|
||||
.BR uronode (8),
|
||||
.BR uronode.perms (5),
|
||||
.BR axports (5),
|
||||
.BR ax25 (4).
|
|
@ -1,36 +0,0 @@
|
|||
.TH NODEUSERS 1 "28 April 1998" Linux "Linux Programmer's Manual"
|
||||
.SH NAME
|
||||
nodeusers \- URONode user information lookup program
|
||||
.SH SYNOPSIS
|
||||
.B nodeusers [-a] [-i] [-l]
|
||||
.SH DESCRIPTION
|
||||
.LP
|
||||
.B Nodeusers
|
||||
displays information about current URONode users.
|
||||
.SH OPTIONS
|
||||
.TP 10
|
||||
.BI \-a
|
||||
Tells nodeusers to use a plain <CR> as end-of-line. This is useful
|
||||
if nodeusers is called from ax25d.
|
||||
.TP 10
|
||||
.BI \-i
|
||||
Tells nodeusers to use a <CR><LF> pair as end-of-line sequence and also
|
||||
to wait for one line of input before sending the user data. This
|
||||
should be used if nodeusers is used in an internet environment (eg. as
|
||||
a fingerd replacement).
|
||||
.TP 10
|
||||
.BI \-l
|
||||
Enables logging of errors to the system logging facility.
|
||||
.SH FILES
|
||||
.LP
|
||||
.TP 5
|
||||
.B /var/ax25/node/loggedin
|
||||
Database of current users.
|
||||
.SH "SEE ALSO"
|
||||
.BR uronode (8)
|
||||
.SH AUTHOR
|
||||
Brian Rogers N1URO <n1uro@n1uro.com>
|
||||
.br
|
||||
Stefano Noferi IZ5AWZ <iz5awz@radio-ge.cnuce.cnr.it>
|
||||
.br
|
||||
Tomi Manninen OH2BNS <tpmannin@cc.hut.fi>
|
256
man/uronode.8
256
man/uronode.8
|
@ -1,256 +0,0 @@
|
|||
.TH URONODE 8 "28 April 1998" Linux "Linux System Managers Manual"
|
||||
.SH NAME
|
||||
URONode \- Node front end for AX.25, NET/ROM, Rose and TCP
|
||||
.SH SYNOPSIS
|
||||
.B node
|
||||
.SH DESCRIPTION
|
||||
.LP
|
||||
.B URONode
|
||||
is a simple node front end, modelled after the node shells of LinuxNode,
|
||||
AWZNode, and Flexnode.
|
||||
.SH COMMANDS
|
||||
The following commands are supported for users of
|
||||
.B URONode:
|
||||
.TP 13
|
||||
.BI ?
|
||||
Give short list of available commands.
|
||||
.TP 13
|
||||
.BI Announce
|
||||
Reads the file uronode.announce. This is like a local announcement wall
|
||||
where you can give your locals connecting into your node a chance to see
|
||||
the local activities going on like a cork board with posted announcements.
|
||||
.TP 13
|
||||
.BI Bye
|
||||
Disconnect user from the node.
|
||||
.TP 13
|
||||
.BI "Connect <call | alias> [s|d] For NETROM"
|
||||
.TP 13
|
||||
.BI "Connect <port> <call> [via <call1> ...] [d|s] For AX.25"
|
||||
.TP 13
|
||||
.BI "Connect <call> <address> [<digi>] [d|s] For ROSE"
|
||||
.TP 13
|
||||
.BI "Connect <destination> [s|d] For FlexNet"
|
||||
.sp 1
|
||||
Initiates an AX25, NET/ROM, ROSE or Flexnet connection to a remote host.
|
||||
If more than two parameters are entered and the second parameter is ten
|
||||
charachers in length then it is interpreted as a ROSE connection,
|
||||
otherwise the first parameter is interpreted as a port name and AX25 is
|
||||
used to make the connection via that port. If only one parameter is given
|
||||
the connection is made searching for the callsign in NET/ROM nodes,
|
||||
in AX25 Fixed links, in FlexNet destinations and last in Mheard database
|
||||
in this order.
|
||||
.sp
|
||||
For a ROSE connection the <address> part must be exactly six or ten digits.
|
||||
If only six digits are supplied, the DNIC (first four digits) default to the
|
||||
local DNIC. The local DNIC is assumed to be that of the first configured
|
||||
Rose port in /etc/ax25/rsports.
|
||||
.sp
|
||||
The user may optionally supply as the last argument a single character
|
||||
which modifies the default behaviour on disconnection of the connection.
|
||||
If a single `s' is entered as the last argument, then when the remote host
|
||||
disconnects you will be returned to this node. If a single `d' is entered as
|
||||
the last argument, you will be disconnected from this node too. The Default
|
||||
behaviour (neither `s' nor `d' entered) is configured in the node configuration
|
||||
file and depends on the sysop preference.
|
||||
.TP 13
|
||||
.BI "CAllbook <call>[@<server>]"
|
||||
Retrieve data about a callsign from an internet-accessible
|
||||
callbook server. The server name can usually be omitted, since
|
||||
the default server configured by the operator is usually
|
||||
valid. The default setting can be overridden by specifying
|
||||
a host name.
|
||||
.TP 13
|
||||
.BI "Escape [<escape string>]"
|
||||
Override the sysop configured default escape character setting. If the Escape
|
||||
command is given without an argument then the current escape character setting
|
||||
is returned to the user. The escape string may be specified using any of the
|
||||
well known codings:
|
||||
.IP
|
||||
.BI "<char>"
|
||||
to enter the escape character in its binary form.
|
||||
.IP
|
||||
.BI "^C"
|
||||
to enter the escape character as a control character value.
|
||||
.IP
|
||||
.BI "NNN"
|
||||
to set the escape character to a Decimal value.
|
||||
.IP
|
||||
.BI "0xNN"
|
||||
to set the escape character to a HexaDecimal value.
|
||||
.IP
|
||||
.BI "0NNN"
|
||||
to set the escape character to an Octal value.
|
||||
.IP
|
||||
.BI "off"
|
||||
to disable the escape character.
|
||||
.TP 13
|
||||
.BI "Finger [<username>][@<hostname>]"
|
||||
Retrieve information about users of a system. If the user
|
||||
name is omitted, shows the users currently logged on the
|
||||
host. If the hostname is omitted, defaults to the local host.
|
||||
.TP 13
|
||||
.BI "Help [<command>]"
|
||||
Give help for the specified command or this text if no
|
||||
command is specified. Commands can not be abbreviated.
|
||||
Use the "?" command to retrieve a list of available commands.
|
||||
.TP 13
|
||||
.BI "HOst <hostname> | <ip address>"
|
||||
Give the Domain Name Service host name information about <hostname> or
|
||||
<ip address>.
|
||||
.TP 13
|
||||
.BI Info
|
||||
Display the version information and the contents of the
|
||||
/usr/local/etc/ax25/uronode.info file, which should describe any aspects
|
||||
of your system that you would like to brag about.
|
||||
.TP 13
|
||||
.BI INTerfaces
|
||||
Display the node's interface schema, most folks often call these "ports".
|
||||
.TP 13
|
||||
.BI Jheard <interface>
|
||||
Displays the last 20 stations heard to this node. You may use an interface
|
||||
name to get the last 20 stations heard to that particular interface.
|
||||
.TP 13
|
||||
.BI JLong <interface>
|
||||
Displays the full list of the heards database up to the last 100 callsigns.
|
||||
Add the name of an interface for the full heards listing for that specific
|
||||
interface.
|
||||
.TP 13
|
||||
.BI "Links [d | n | v | <call>]"
|
||||
Shows the AX25 link table of the local node. The destinations
|
||||
on this list can be reached using the Connect command without
|
||||
knowing the actual network path used (assuming the network is OK).
|
||||
|
||||
The optional parameter d show the AX25 nodes directly linked.
|
||||
The optional parameter n show the AX25 nodes linked connecting
|
||||
another node and passing a string like "C XX0XX".
|
||||
The optional parameter v show the AX25 links via digipeaters.
|
||||
|
||||
You can also specify a destination callsign to get the verbose
|
||||
information for a single destination.
|
||||
.TP 13
|
||||
.BI "Nodes [* | <node>]"
|
||||
Show the NET/ROM node table of the local host. The nodes on this
|
||||
list can be reached using the Connect command without knowing the
|
||||
actual network path used (assuming the network is OK).
|
||||
.sp
|
||||
The optional argument '*' toggles verbose mode, showing the
|
||||
Obsolescence counter, relative path quality and the port and
|
||||
neighbour node used to reach each node. You can also specify
|
||||
a node callsign to get the verbose information for a single node.
|
||||
In that case a "which" field that tells what route the kernel
|
||||
will use to reach the node is also shown.
|
||||
.TP 13
|
||||
.BI "Ping <host> [<size>]"
|
||||
Check if a host can be reached trough the network by sending
|
||||
an ICMP Echo Request packet to the host and waiting for it to
|
||||
reply. If a reply is received the round-trip-time (RTT)
|
||||
between the local and remote hosts is shown.
|
||||
.sp
|
||||
If an optional length is specified the data portion of the
|
||||
packet is filled with length number of bytes up to 128.
|
||||
.TP 13
|
||||
.BI Routes
|
||||
Shows the NET/ROM route table of the local host (eg. the nodes
|
||||
which the local node directly talks with). These nodes are used
|
||||
to reach the other nodes on the node table. Fields shown are:
|
||||
.IP
|
||||
.BI "Link"
|
||||
Is there an AX25 connection active to this node.
|
||||
.IP
|
||||
.BI "Port"
|
||||
Which port is this route on.
|
||||
.IP
|
||||
.BI "Callsign"
|
||||
The callsign of the neighbour node.
|
||||
.IP
|
||||
.BI "Quality"
|
||||
A relative quality for the path (0-255).
|
||||
.IP
|
||||
.BI "Destinations"
|
||||
Number of other nodes reached via this route.
|
||||
.IP
|
||||
.BI "Lock"
|
||||
Is the quality of this route locked by the operator.
|
||||
.IP
|
||||
.BI "QSO"
|
||||
Number of NET/ROM session enties.
|
||||
.TP 13
|
||||
.BI "Telnet <host> [<port>] [<string>] [d|s]"
|
||||
Initiate a telnet session to a remote host using TCP/IP.
|
||||
By default, the telnet command connects to the TCP port 23
|
||||
(allocated for telnet). You can specify another TCP port or
|
||||
a TCP port name.
|
||||
.sp
|
||||
If an optional third argument <string> is given, that string, followed
|
||||
by a CRLF is sent to the remote host right after the connection is
|
||||
established. This is mainly useful for command aliases.
|
||||
.sp
|
||||
If a single `s' is entered as the last parameter, then when
|
||||
the remote host disconnects you will be returned to this node.
|
||||
If a single `d' is entered as the last parameter, you will
|
||||
be disconnected from this node too. Default behaviour (neither
|
||||
`s' nor `d' entered) depends on sysop configuration.
|
||||
.TP 13
|
||||
.BI "MSG <user> <message>"
|
||||
Send a message to another user of the node. The user
|
||||
in question must be in idle state (ie. not connected/connecting
|
||||
anywhere or running a program).
|
||||
.sp
|
||||
If the user has an SSID other than zero, the SSID must be
|
||||
specified. If multiple users are logged in with the same
|
||||
callsign/SSID pair, those who are in idle state, get the message.
|
||||
.TP 13
|
||||
.BI Users
|
||||
Show a list of users currently connected to the local node,
|
||||
where the users are coming from, and what are they doing at the
|
||||
moment.
|
||||
.SH FILES
|
||||
.LP
|
||||
.TP 5
|
||||
.B /usr/local/etc/ax25/uronode.conf
|
||||
URONode configuration file.
|
||||
.br
|
||||
.TP 5
|
||||
.B /usr/local/etc/ax25/uronode.perms
|
||||
URONode permissions file.
|
||||
.br
|
||||
.TP 5
|
||||
.B /usr/local/etc/ax25/uronode.users
|
||||
URONode users settings file.
|
||||
.br
|
||||
.TP 5
|
||||
.B /usr/local/etc/ax25/uronode.motd
|
||||
URONode message of the day file.
|
||||
.br
|
||||
.TP 5
|
||||
.B /usr/local/etc/ax25/uronode.info
|
||||
The response to the 'info' command.
|
||||
This file should be edited to reflect the local configuration.
|
||||
.br
|
||||
.TP 5
|
||||
.B /usr/local/var/ax25/node/loggedin
|
||||
Database of current users.
|
||||
.br
|
||||
.TP 5
|
||||
.B /usr/local/var/ax25/mheard/mheard.dat
|
||||
Information about AX.25 stations heard.
|
||||
.br
|
||||
.TP 5
|
||||
.B /usr/local/var/ax25/node/help/*.hlp
|
||||
The online help files.
|
||||
.SH "SEE ALSO"
|
||||
.BR uronode.conf (5),
|
||||
.BR uronode.perms (5),
|
||||
.BR axports (5),
|
||||
.BR ax25d (8),
|
||||
.BR mheardd (8).
|
||||
.SH AUTHOR
|
||||
Brian Rogers N1URO <n1uro@n1uro.com>
|
||||
.SH THANKS TO
|
||||
Stefano Noferi IZ5AWZ <iz5awz@radio-gw.cnuce.cnr.it>
|
||||
.br
|
||||
Tomi Manninen OH2BNS <tpmannin@cc.hut.fi>
|
||||
.br
|
||||
Alan Cox GW4PTS <gw4pts@gw4pts.ampr.org>
|
||||
.br
|
||||
Roy PE1RJA <roy@esrac.ele.tue.nl>
|
|
@ -1,252 +0,0 @@
|
|||
.TH URONODE.CONF 5 "28 April 1998" Linux "Linux Programmer's Manual"
|
||||
.SH NAME
|
||||
uronode.conf \- URONode configuration file.
|
||||
.SH DESCRIPTION
|
||||
.LP
|
||||
.B uronode.conf
|
||||
file is read by URONode at program startup and is used to modify the
|
||||
behaviour of the node. The URONode node.conf is no compatible with
|
||||
the LinuxNode file, as it add new entries: FlexId Prompt and PassPromt.
|
||||
.LP
|
||||
The lines within
|
||||
.B uronode.conf
|
||||
must either be a comment line, which starts with a # in the first column, or
|
||||
one of the commands listed below. Commands and arguments are delimited
|
||||
by white space. Arguments can contain white space if they are enclosed
|
||||
in double quotes. Also C-style escapes (\\n, \\x0A, \\012 etc.) are parsed
|
||||
within double quotes. Tabs may also be used for delimiting columns.
|
||||
.sp
|
||||
Available configuration commands are:
|
||||
.TP 14
|
||||
.B Alias <NAme> \(lq<command> [<args...>]\(rq
|
||||
Sets up a command alias. The number of uppercase characters at the
|
||||
beginning of <NAme> specifies how much the user may abbreviate the
|
||||
command. The uppercase part should be long enough to separate the command
|
||||
from other commands starting with the same letters. If there are no
|
||||
uppercase letters in the beginning, the whole name is converted to upper
|
||||
case and user can not abbreviate the command.
|
||||
The command and arguments are subject to
|
||||
.B parameter expansion
|
||||
(see below).
|
||||
.TP 14
|
||||
.B ConnTimeout <timeout>
|
||||
When user is connected to another system via this system and the
|
||||
connection is idle (no data flowing in either direction) for <timeout>
|
||||
seconds the connection is dropped and user disconnected from node.
|
||||
Default is 3600 seconds
|
||||
(1 hour).
|
||||
.TP 14
|
||||
.B Email <your@node.ampr.org>
|
||||
This is your amprnet or commercial email address that's displayed
|
||||
to users on interfaces you require having a password on to access
|
||||
your node, highly suggested on inet interfaces. You may leave
|
||||
off the <>'s. If you do not have an Email line in node.conf
|
||||
then your email address to users will display as (null) and
|
||||
will make you look sloppy :-)
|
||||
.TP 14
|
||||
.B EscapeChar <escape>
|
||||
Specifies the escape character. <escape> should be the decimal
|
||||
representation of the ASCII code of the wanted escape character.
|
||||
Setting escape character to \-1 disables the feature altogether.
|
||||
The default is 20 (ctrl-t).
|
||||
.sp
|
||||
Note that the escape mechanism breaks 8-bit transparency of URONode
|
||||
and you should either disable it or set the no-escape flag in node.perms
|
||||
for the forwarding stations if (compressed) forward is run trough
|
||||
URONode.
|
||||
.TP 14
|
||||
.B ExtCmd <NAme> <flags> <uid> <exec> <args...>
|
||||
.RS
|
||||
.TP 10
|
||||
.B NAme
|
||||
This is the name under which the command appears at nodes command list.
|
||||
The number of uppercase characters at the beginning of <NAme> specifies
|
||||
how much the user may abbreviate the command.
|
||||
The uppercase part should be long enough to separate the command
|
||||
from other commands starting with the same letters. If there are no
|
||||
uppercase letters in the beginning, the whole name is converted to upper
|
||||
case and user can not abbreviate the command.
|
||||
.TP 10
|
||||
.B flags
|
||||
This is a sum of flags that control the way the external
|
||||
command is executed. Currently two flags are implemented:
|
||||
.RS
|
||||
.TP 5
|
||||
.B 1
|
||||
Run command through pipe. Without this flag node just fork()s and exec()s
|
||||
the specified command and then waits for it to terminate. The command must
|
||||
it self be aware about the underlying protocol. It must handle packetising
|
||||
and any end of line conversions. With this flag however node sets up a pipe
|
||||
between it self and the command and handles packetising and end of line
|
||||
conversions for it.
|
||||
.TP 5
|
||||
.B 2
|
||||
Reconnected to flag. If this flag is set, the user gets a reconnected to
|
||||
prompt after the external command is finished.
|
||||
.RE
|
||||
.TP 10
|
||||
.B uid
|
||||
This is the userid that the following command should run under when
|
||||
executing.
|
||||
.TP 10
|
||||
.B exec
|
||||
This is the executable that should be executed.
|
||||
.TP 10
|
||||
.B args...
|
||||
These are the optional arguments that are passed to the executable.
|
||||
The arguments are subject to
|
||||
.SM
|
||||
.B "parameter expansion"
|
||||
(see below).
|
||||
.RE
|
||||
.TP 14
|
||||
.B HiddenPorts <portname> ...
|
||||
Marks <portname> as hidden. Hidden ports are not shown to users in
|
||||
Links, Mheard, Ports and Routes commands and can not be used to make
|
||||
AX.25 downlink connections unless user is specially permitted to do
|
||||
so (see node.perms(5)). Up to 32 hidden ports can be specified with
|
||||
this command.
|
||||
.TP 14
|
||||
.B HostName <hostname>
|
||||
This is the visible hostname of the node. It will be shown at telnet
|
||||
login and in the node welcome message.
|
||||
.TP 14
|
||||
.B IdleTimeout <timeout>
|
||||
After <timeout> seconds of inactivity while waiting for a command user
|
||||
is disconnected from node. Default is 900 seconds (15 mins).
|
||||
.TP 14
|
||||
.B LocalNet <network>
|
||||
Defines a "local" network. Users telneting from hosts in this network
|
||||
are treated separately (see node.perms(5)). <network> is a KA9Q NOS
|
||||
style network address consisting of a dotted quad ip address of the
|
||||
network and a number of significant bits separated by a slash. Note
|
||||
that 127.0.0.0/8 (loopback net) is also considered "local" by default.
|
||||
.TP 14
|
||||
.B LogLevel <loglevel>
|
||||
Specifies what node should log. The available levels are:
|
||||
.RS
|
||||
.TP 5
|
||||
.B 0
|
||||
Don't log anything.
|
||||
.TP 5
|
||||
.B 1
|
||||
Log only critical errors.
|
||||
.TP 5
|
||||
.B 2
|
||||
Log errors and logins/logouts.
|
||||
.TP 5
|
||||
.B 3
|
||||
Log errors, logins/logouts and all gateway commands.
|
||||
.LP
|
||||
Default is to log only critical errors.
|
||||
.RE
|
||||
.TP 14
|
||||
.B NodeId <nodeid>
|
||||
This is the node id that is shown in every message from node. Default
|
||||
is "URONode".
|
||||
.TP 14
|
||||
.B FlexID <flexid>
|
||||
This is typically your ax25 callsign-ssid that links to flexnet and/or
|
||||
to your user interface set by the sysop in ax25d.conf.
|
||||
.TP 14
|
||||
.B RoseID <rosecall@dnic,######>
|
||||
This is your node's rosecall-ssid and your full dnic number typically
|
||||
consisting of your country code, area code, and phone extension. An
|
||||
example is: 3100,860906. The full string would be for this part of
|
||||
the conf file using my config: RoseID n1uro-8@3100860906 or if you do not
|
||||
use rose enter: RoseID none
|
||||
.TP 14
|
||||
.B NrPort <portname>
|
||||
This is the name of the netrom port that is used when making outgoing
|
||||
netrom connects. Normally it should match the portname that is used
|
||||
in ax25d.conf to listen for incoming netrom calls. Default is the first
|
||||
netrom port.
|
||||
.TP 14
|
||||
.B ReConnect on|off
|
||||
ReConnect flag. If this is on, users gatewaying to another host
|
||||
get reconnected to this node after the remote host closes connection.
|
||||
If it's off connection to the user will also be closed. User can
|
||||
override the default behaviour with a single `s' or `d' at the end
|
||||
of the gatewaying command (connect or telnet). Default is off.
|
||||
.TP 14
|
||||
.B Prompt <NodePrompt>
|
||||
This is the prompt string of the node. It's delimited by double quotes.
|
||||
You can use also a "\\n" character for a multi-lines prompt.
|
||||
.TP 14
|
||||
.B PassPrompt <PasswordPrompt>
|
||||
This is the prompt string for sysop password request. It's delimited by
|
||||
double quotes. You can use also a "\\n" character for a multi-lines prompt.
|
||||
.SH PARAMETER EXPANSION
|
||||
.LP
|
||||
The arguments passed to the real command by the Alias and ExtCmd
|
||||
commands are subject to parameter expansion. If a word starts with a %,
|
||||
it is expanded. The following formats are expanded:
|
||||
.TP 14
|
||||
.B %parameter
|
||||
This is substituted with the value of
|
||||
.B parameter
|
||||
.
|
||||
.TP 14
|
||||
.B %{parameter}
|
||||
The same as above.
|
||||
.TP 14
|
||||
.B %{parameter:default}
|
||||
If
|
||||
.B parameter
|
||||
is defined this is susbtituted with the value of it. If not, the default
|
||||
value is substituted. This currently applies only to positional parameters
|
||||
0...9.
|
||||
.LP
|
||||
The following parameters are defined:
|
||||
.LP
|
||||
.TP 8
|
||||
.B 0...9
|
||||
The positional parameters.
|
||||
.TP 8
|
||||
.B U
|
||||
The username (callsign) of the remote station in upper case without the SSID.
|
||||
.TP 8
|
||||
.B u
|
||||
The username (callsign) of the remote station in lower case without the SSID.
|
||||
.TP 8
|
||||
.B S
|
||||
The username (callsign) of the remote station in upper case with the SSID.
|
||||
.TP 8
|
||||
.B s
|
||||
The username (callsign) of the remote station in lower case with the SSID.
|
||||
.TP 8
|
||||
.B P
|
||||
The nodename (callsign) of the remote station (NET/ROM), the portname the
|
||||
user is coming in via (AX.25) or the ip address of the remote host (TCP).
|
||||
In upper case without the SSID.
|
||||
.TP 8
|
||||
.B p
|
||||
The nodename (callsign) of the remote station (NET/ROM), the portname the
|
||||
user is coming in via (AX.25) or the ip address of the remote host (TCP).
|
||||
In lower case without the SSID.
|
||||
.TP 8
|
||||
.B R
|
||||
The nodename (callsign) of the remote station (NET/ROM), the portname the
|
||||
user is coming in via (AX.25) or the ip address of the remote host (TCP).
|
||||
In upper case with the SSID.
|
||||
.TP 8
|
||||
.B r
|
||||
The nodename (callsign) of the remote station (NET/ROM), the portname the
|
||||
user is coming in via (AX.25) or the ip address of the remote host (TCP).
|
||||
In lower case with the SSID.
|
||||
.TP 8
|
||||
.B t
|
||||
The type of the user connection (ax25, netrom, rose, inet, host) in lower case.
|
||||
.TP 8
|
||||
.B T
|
||||
The type of the user connection (ax25, netrom, rose, inet, host) in upper case.
|
||||
.LP
|
||||
Anything else after a % is substituted with a %.
|
||||
.SH FILES
|
||||
.LP
|
||||
/usr/local/etc/ax25/uronode.conf
|
||||
.SH "SEE ALSO"
|
||||
.BR uronode (8),
|
||||
.BR uronode.perms (5),
|
||||
.BR axports (5),
|
||||
.BR ax25 (4).
|
|
@ -1,117 +0,0 @@
|
|||
.TH URONODE.PERMS 5 "28 April 1998" Linux "Linux Programmer's Manual"
|
||||
.SH NAME
|
||||
uronode.perms \- URONode permissions file.
|
||||
.SH DESCRIPTION
|
||||
.LP
|
||||
.B URONode.perms
|
||||
file is read at program startup with the knowledge of users username
|
||||
(call), connection type (AX.25, NET/ROM, ROSE, TCP/IP), peers IP address
|
||||
(for TCP/IP) and port name (for AX.25). The first entry matching this
|
||||
information is taken and user is asked for password and given permissions
|
||||
according to it.
|
||||
.LP
|
||||
The lines within
|
||||
.B uronode.perms
|
||||
must either be a comment line, which starts with a # in the first column, or
|
||||
a permission entry in the following format, each field being delimited by
|
||||
white space:
|
||||
.sp
|
||||
.RS
|
||||
username type portname password permissions
|
||||
.RE
|
||||
.sp
|
||||
The field descriptions are:
|
||||
.sp
|
||||
.TP 14
|
||||
.B username
|
||||
This is matched against users username (call) without SSID. An asterisk
|
||||
(*) matches any username.
|
||||
.TP 14
|
||||
.B type
|
||||
This is matched against the type of the connection to user.
|
||||
Possible values for this field are:
|
||||
.RS 14
|
||||
.TP
|
||||
.B *
|
||||
matches any type of connection.
|
||||
.TP
|
||||
.B ax25
|
||||
matches users coming in with AX.25 and FlexNet.
|
||||
.TP
|
||||
.B netrom
|
||||
matches users coming in with NET/ROM.
|
||||
.TP
|
||||
.B rose
|
||||
matches users coming in with ROSE.
|
||||
.TP
|
||||
.B local
|
||||
matches TCP/IP connections where users host is in "local" network
|
||||
as defined in uronode.conf(5).
|
||||
.TP
|
||||
.B ampr
|
||||
matches TCP/IP connections where users host is in amprnet (44.0.0.0/8).
|
||||
.TP
|
||||
.B inet
|
||||
matches TCP/IP connections where users host is neither in "local"
|
||||
network nor in amprnet.
|
||||
.TP
|
||||
.B host
|
||||
matches users starting URONode from
|
||||
shell.
|
||||
.RE
|
||||
.TP 14
|
||||
.B portname
|
||||
If user is coming in with AX.25 this field is matched against the
|
||||
local port name the user is coming in via. An asterisk (*) matches
|
||||
any port name.
|
||||
.TP 14
|
||||
.B password
|
||||
If the previous three fields match and this field is not a single
|
||||
asterisk (*) the user is asked for a password. The password is
|
||||
then matched against this field.
|
||||
.TP 14
|
||||
.B permissions
|
||||
This field represents a a bitmask of operations the user is permitted
|
||||
to do. It is a sum of the values listed here:
|
||||
.RS 14
|
||||
.TP
|
||||
.B 1
|
||||
permits logging in even if no other permissions are given.
|
||||
.TP
|
||||
.B 2
|
||||
permits outgoing AX.25 and Flexnet connects.
|
||||
.TP
|
||||
.B 4
|
||||
permits outgoing NET/ROM connects.
|
||||
.TP
|
||||
.B 8
|
||||
permits telneting to hosts in the "local" network as defined in
|
||||
uronode.conf(5).
|
||||
.TP
|
||||
.B 16
|
||||
permits telneting to hosts in amprnet.
|
||||
.TP
|
||||
.B 32
|
||||
permits telneting to hosts neither in the "local" network nor in amprnet.
|
||||
.TP
|
||||
.B 64
|
||||
ANSI Color flag. Enable per interface to allow the user to have ANSI color
|
||||
graphics on their terminal. A "*" for the interface will flag color ON for
|
||||
all interfaces for that callsign. Suggested to leave OFF unless requested
|
||||
by the end user... but looks kewl in a shell terminal.
|
||||
.TP
|
||||
.B 128
|
||||
permits outgoing ROSE connects.
|
||||
.TP
|
||||
.B 256
|
||||
The no-escape flag. Disables the escape mechanism for this user.
|
||||
.TP
|
||||
.RE
|
||||
.SH FILES
|
||||
.LP
|
||||
/usr/local/etc/ax25/uronode.perms
|
||||
.SH "SEE ALSO"
|
||||
.BR uronode (8),
|
||||
.BR uronode.conf (5),
|
||||
.BR axports (5),
|
||||
.BR ax25 (4).
|
430
node.c
430
node.c
|
@ -1,430 +0,0 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <syslog.h>
|
||||
#include <ctype.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
//IPv6
|
||||
#include <netdb.h>
|
||||
#include <netax25/ax25.h>
|
||||
#include <netrose/rose.h>
|
||||
#include <netax25/axlib.h>
|
||||
#include <netax25/axconfig.h>
|
||||
#include <netax25/nrconfig.h>
|
||||
#include <netax25/rsconfig.h>
|
||||
#include <netax25/procutils.h>
|
||||
|
||||
#include "node.h"
|
||||
|
||||
ax25io *NodeIo = NULL;
|
||||
|
||||
void node_prompt();
|
||||
|
||||
int aliascmd = 0;
|
||||
|
||||
/*
|
||||
* Do some validity checking for callsign pointed to by `s'.
|
||||
*/
|
||||
static int check_call(const char *s)
|
||||
{
|
||||
int len = 0;
|
||||
int nums = 0;
|
||||
int ssid = 0;
|
||||
char *p[1];
|
||||
|
||||
if (s == NULL)
|
||||
return -1;
|
||||
while (*s && *s != '-') {
|
||||
if (!isalnum(*s))
|
||||
return -1;
|
||||
if (isdigit(*s))
|
||||
nums++;
|
||||
len++;
|
||||
s++;
|
||||
}
|
||||
if (*s == '-') {
|
||||
if (!isdigit(*++s))
|
||||
return -1;
|
||||
ssid = strtol(s, p, 10);
|
||||
if (**p)
|
||||
return -1;
|
||||
}
|
||||
if (len < 4 || len > 6 || !nums || nums > 2 || ssid < 0 || ssid > 15)
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void alarm_handler(int sig)
|
||||
{
|
||||
axio_eolmode(NodeIo, EOLMODE_TEXT);
|
||||
axio_puts("\n",NodeIo);
|
||||
if (check_perms(PERM_ANSI, 0L) != -1) {
|
||||
axio_printf(NodeIo,"\e[05;31m");
|
||||
}
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
node_msg("%s} Inactivity timeout! Closing circuit... ", NodeId);
|
||||
}
|
||||
if ((User.ul_type == AF_AX25) || (User.ul_type == AF_ROSE)) {
|
||||
node_msg("Inactivity timeout! Disconnecting you... ");
|
||||
}
|
||||
if ((User.ul_type == AF_INET) || (User.ul_type == AF_INET6)) {
|
||||
node_msg("Inactivity timeout! Disconnecting you...");
|
||||
}
|
||||
if ((User.ul_type == AF_INET) || (User.ul_type == AF_INET6)) {
|
||||
if (check_perms(PERM_ANSI, 0L) != -1) {
|
||||
axio_printf(NodeIo,"\e[0;m");
|
||||
}
|
||||
}
|
||||
node_logout("User timed out");
|
||||
}
|
||||
|
||||
static void term_handler(int sig)
|
||||
{
|
||||
axio_eolmode(NodeIo, EOLMODE_TEXT);
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
node_msg("%s} Termination received!", NodeId);
|
||||
} else {
|
||||
node_msg("%s - System going down! Disconnecting...", FlexId);
|
||||
}
|
||||
node_logout("SIGTERM");
|
||||
}
|
||||
|
||||
static void quit_handler(int sig)
|
||||
{
|
||||
axio_eolmode(NodeIo, EOLMODE_TEXT);
|
||||
node_logout("User terminated at remote");
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
union {
|
||||
struct full_sockaddr_ax25 sax;
|
||||
#ifdef HAVE_ROSE
|
||||
struct sockaddr_rose srose;
|
||||
#endif
|
||||
struct sockaddr_in sin;
|
||||
} saddr;
|
||||
int i, slen = sizeof(saddr);
|
||||
#ifdef HAVEMOTD
|
||||
char *p, buf[256], *pw;
|
||||
#else
|
||||
char *p, *pw;
|
||||
#endif
|
||||
int paclen;
|
||||
#ifdef HAVEMOTD
|
||||
FILE *fp;
|
||||
#endif
|
||||
int invalid_cmds = 0;
|
||||
int no_password = 2;
|
||||
int first_time = 1;
|
||||
|
||||
signal(SIGALRM, alarm_handler);
|
||||
signal(SIGTERM, term_handler);
|
||||
signal(SIGPIPE, quit_handler);
|
||||
signal(SIGQUIT, quit_handler);
|
||||
|
||||
#ifdef HAVE_AX25
|
||||
if (ax25_config_load_ports() == 0) {
|
||||
node_log(LOGLVL_ERROR, "No AX.25 port data configured");
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NETROM
|
||||
nr_config_load_ports();
|
||||
#endif
|
||||
#ifdef HAVE_ROSE
|
||||
rs_config_load_ports();
|
||||
#endif
|
||||
if (getpeername(STDOUT_FILENO, (struct sockaddr *)&saddr, &slen) == -1) {
|
||||
if (errno != ENOTSOCK) {
|
||||
node_log(LOGLVL_ERROR, "getpeername: %s", strerror(errno));
|
||||
return 1;
|
||||
}
|
||||
User.ul_type = AF_UNSPEC;
|
||||
} else
|
||||
User.ul_type = saddr.sax.fsa_ax25.sax25_family;
|
||||
switch (User.ul_type) {
|
||||
case AF_FLEXNET:
|
||||
case AF_AX25:
|
||||
strcpy(User.call, ax25_ntoa(&saddr.sax.fsa_ax25.sax25_call));
|
||||
if (getsockname(STDOUT_FILENO, (struct sockaddr *)&saddr.sax, &slen) == -1) {
|
||||
node_log(LOGLVL_ERROR, "getsockname: %s", strerror(errno));
|
||||
return 1;
|
||||
}
|
||||
strcpy(User.ul_name, ax25_config_get_port(&saddr.sax.fsa_digipeater[0]));
|
||||
paclen = ax25_config_get_paclen(User.ul_name);
|
||||
p = AX25_EOL;
|
||||
break;
|
||||
case AF_NETROM:
|
||||
strcpy(User.call, ax25_ntoa(&saddr.sax.fsa_ax25.sax25_call));
|
||||
strcpy(User.ul_name, ax25_ntoa(&saddr.sax.fsa_digipeater[0]));
|
||||
if (getsockname(STDOUT_FILENO, (struct sockaddr *)&saddr.sax, &slen) == -1) {
|
||||
node_log(LOGLVL_ERROR, "getsockname: %s", strerror(errno));
|
||||
return 1;
|
||||
}
|
||||
strcpy(User.ul_port, nr_config_get_port(&saddr.sax.fsa_ax25.sax25_call));
|
||||
paclen = nr_config_get_paclen(User.ul_port);
|
||||
p = NETROM_EOL;
|
||||
break;
|
||||
#ifdef HAVE_ROSE
|
||||
case AF_ROSE:
|
||||
strcpy(User.call, ax25_ntoa(&saddr.srose.srose_call));
|
||||
strcpy(User.ul_name, rose_ntoa(&saddr.srose.srose_addr));
|
||||
paclen = rs_config_get_paclen(NULL);
|
||||
p = ROSE_EOL;
|
||||
break;
|
||||
#endif
|
||||
case AF_INET:
|
||||
case AF_INET6:
|
||||
strcpy(User.ul_name, inet_ntoa(saddr.sin.sin_addr));
|
||||
paclen = 1024;
|
||||
p = INET_EOL;
|
||||
break;
|
||||
case AF_UNSPEC:
|
||||
strcpy(User.ul_name, "local");
|
||||
if ((p = get_call(getuid())) == NULL) {
|
||||
node_log(LOGLVL_ERROR, "No uid->callsign association found", -1);
|
||||
printf("Launching: telnet localhost 3694 ...\n");
|
||||
printf("if this fails please RTFM to see how to properly configure it.\n - 73 de N1URO\a\n");
|
||||
node_log(LOGLVL_ERROR, "Tool ran me from the console so I'm forcing", -1);
|
||||
node_log(LOGLVL_ERROR, "a telnet session to port 3694/tcp on them.", -1);
|
||||
/* axio_flush(NodeIo); */
|
||||
if(NodeIo!=NULL)
|
||||
axio_flush(NodeIo);
|
||||
if (system("telnet localhost 3694") < 0 ) { /* VE3TOK - 18Nov2014, return value */
|
||||
syslog(LOG_DEBUG, "Can't \"execute telnet ::1 or 127.0.0.1 3694\"");
|
||||
return 1;
|
||||
}
|
||||
node_log(LOGLVL_ERROR,"Closing console telnet session.", -1);
|
||||
return -1;
|
||||
}
|
||||
strcpy(User.call, p);
|
||||
paclen = 1024;
|
||||
p = UNSPEC_EOL;
|
||||
break;
|
||||
default:
|
||||
node_log(LOGLVL_ERROR, "Unsupported address family %d", User.ul_type);
|
||||
return 1;
|
||||
}
|
||||
NodeIo = axio_init(STDIN_FILENO, STDOUT_FILENO, paclen, p);
|
||||
if (NodeIo == NULL) {
|
||||
node_log(LOGLVL_ERROR, "Error initializing I/O");
|
||||
return 1;
|
||||
}
|
||||
#ifdef HAVE_ZLIB_H
|
||||
if (argc > 1 && strcmp(argv[1], "-c") == 0) {
|
||||
axio_compr(NodeIo, 1);
|
||||
}
|
||||
#endif
|
||||
if ((User.ul_type == AF_INET) || (User.ul_type == AF_INET6)) {
|
||||
axio_tnmode(NodeIo, 1);
|
||||
axio_tn_do_linemode(NodeIo);
|
||||
}
|
||||
init_nodecmds();
|
||||
if (read_config() == -1) {
|
||||
axio_end(NodeIo);
|
||||
return 1;
|
||||
}
|
||||
for(i=1;i<argc;i++) {
|
||||
if (strcmp(argv[i],"--delay")==0) {
|
||||
axio_flush(NodeIo);
|
||||
p = axio_getline(NodeIo);
|
||||
}
|
||||
}
|
||||
User.state = STATE_LOGIN;
|
||||
login_user();
|
||||
if (User.call[0] == 0) {
|
||||
axio_printf(NodeIo,"(%s:uronode) login: ", HostName);
|
||||
axio_flush(NodeIo);
|
||||
alarm(180L); /* 3 min timeout */
|
||||
if ((p = axio_getline(NodeIo)) == NULL)
|
||||
node_logout("User disconnected");
|
||||
alarm(0L);
|
||||
strncpy(User.call, p, 9);
|
||||
User.call[9] = 0;
|
||||
strlwr(User.call);
|
||||
}
|
||||
if ((p = strstr(User.call, "-0")) != NULL)
|
||||
*p = 0;
|
||||
if (check_call(User.call) == -1) {
|
||||
node_msg("%s - Invalid callsign", FlexId);
|
||||
node_log(LOGLVL_LOGIN, "Invalid callsign %s @ %s", User.call, User.ul_name);
|
||||
node_logout("Invalid callsign");
|
||||
}
|
||||
if ((pw = read_perms(&User, saddr.sin.sin_addr.s_addr)) == NULL) {
|
||||
node_msg("Sorry, I'm not allowed to talk to you.");
|
||||
axio_printf(NodeIo,"*** Password required! If you don't have a password please email\n%s for a password you wish to use.\n", Email);
|
||||
node_log(LOGLVL_LOGIN, "Login denied for %s @ %s", User.call, User.ul_name);
|
||||
node_logout("Login denied");
|
||||
}
|
||||
else if (User.ul_type == AF_AX25 || User.ul_type == AF_NETROM || User.ul_type == AF_ROSE) {
|
||||
(strcmp(pw, "*") == 0);
|
||||
}
|
||||
else if (strcmp(pw, "*") != 0) {
|
||||
axio_printf(NodeIo,"*** Password required! If you don't have a password please email\n%s for a password you wish to use.", Email);
|
||||
axio_printf(NodeIo,"\nPassword: ");
|
||||
if ((User.ul_type == AF_INET) || (User.ul_type == AF_INET6)) {
|
||||
axio_tn_will_echo(NodeIo);
|
||||
axio_eolmode(NodeIo, EOLMODE_BINARY);
|
||||
}
|
||||
axio_flush(NodeIo);
|
||||
p = axio_getline(NodeIo);
|
||||
if ((User.ul_type == AF_INET) || (User.ul_type == AF_INET6)) {
|
||||
axio_tn_wont_echo(NodeIo);
|
||||
axio_eolmode(NodeIo, EOLMODE_TEXT);
|
||||
/* axio_puts("\n",NodeIo); */
|
||||
}
|
||||
if ((User.ul_type == AF_NETROM) && (strcmp(p, pw) == 0)) {
|
||||
node_msg("%s} Welcome.", NodeId);
|
||||
}
|
||||
if (p == NULL || strcmp(p, pw) != 0) {
|
||||
axio_printf(NodeIo, "\n");
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
node_msg("%s} Invalid or incorrect password...", NodeId);
|
||||
} else {
|
||||
node_msg("%s Invalid or incorrect password...", FlexId);
|
||||
}
|
||||
node_log(LOGLVL_LOGIN, "Login failed for %s @ %s", User.call, User.ul_name);
|
||||
node_logout("Login failed");
|
||||
}
|
||||
no_password = 0;
|
||||
};
|
||||
free(pw);
|
||||
examine_user();
|
||||
ipc_open();
|
||||
node_log(LOGLVL_LOGIN, "%s @ %s logged in", User.call, User.ul_name);
|
||||
#ifdef HAVEMOTD
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
/* axio_printf(NodeIo, "%s} Welcome.\n", NodeId); */
|
||||
} else
|
||||
if ((User.ul_type == AF_INET) || (User.ul_type == AF_INET6)) {
|
||||
if (check_perms(PERM_ANSI, 0L) != -1) {
|
||||
node_msg("\n\e[01;34m[\e[01;37m%s\e[01;34m]\e[0m\nWelcome %s to the %s packet shell.", VERSION, User.call, HostName);
|
||||
} else if (check_perms(PERM_ANSI, 0L) == -1) {
|
||||
node_msg("\n[%s]\nWelcome %s to the %s packet shell.", VERSION, User.call, HostName);
|
||||
}
|
||||
if ((fp = fopen(HAVEMOTD, "r")) != NULL) {
|
||||
while (fgets(buf,256, fp) != NULL) axio_puts(buf,NodeIo);
|
||||
axio_printf (NodeIo, "\n");
|
||||
/* axio_flush(NodeIo); */
|
||||
}
|
||||
} else if (User.ul_type == AF_AX25) {
|
||||
if (check_perms(PERM_ANSI, 0L) != -1) {
|
||||
node_msg("\e[01;34m[\e[01;37m%s\e[01;34m]\e[0m - Welcome to %s", VERSION, FlexId);
|
||||
} else
|
||||
node_msg("%s - Welcome to %s", VERSION, FlexId);
|
||||
if ((fp = fopen(HAVEMOTD, "r")) != NULL) {
|
||||
while (fgets(buf, 256, fp) != NULL) axio_puts(buf,NodeIo);
|
||||
axio_puts ("\n",NodeIo);
|
||||
/* axio_flush(NodeIo); */
|
||||
}
|
||||
} else if (User.ul_type == AF_ROSE) {
|
||||
node_msg("%s - Welcome to %s", VERSION, RoseId);
|
||||
if ((fp = fopen(HAVEMOTD, "r")) != NULL) {
|
||||
while (fgets(buf, 256, fp) != NULL) axio_puts(buf,NodeIo);
|
||||
axio_puts ("\n",NodeIo);
|
||||
/* axio_flush(NodeIo); */
|
||||
}
|
||||
}
|
||||
lastlog();
|
||||
#endif
|
||||
axio_flush(NodeIo);
|
||||
while (1) { if (User.ul_type != AF_NETROM) {
|
||||
axio_flush(NodeIo);
|
||||
if (check_perms(PERM_ANSI, 0L) != -1) {
|
||||
axio_printf(NodeIo,"\e[01;34m");
|
||||
}
|
||||
if (no_password == 2) {
|
||||
node_prompt();
|
||||
}
|
||||
if (no_password == 1) {
|
||||
node_prompt();
|
||||
no_password = 2;
|
||||
}
|
||||
if (no_password == 0)
|
||||
{
|
||||
if (first_time == 1)
|
||||
{
|
||||
first_time = 0;
|
||||
if (User.ul_type != AF_NETROM) {
|
||||
/* node_prompt("3"); */
|
||||
if ((User.ul_type == AF_AX25) || (User.ul_type == AF_ROSE)) {
|
||||
node_prompt();
|
||||
}
|
||||
}
|
||||
}
|
||||
else if ((User.ul_type != AF_NETROM) && (User.ul_type != AF_ROSE)) {
|
||||
node_prompt();
|
||||
} else if ((User.ul_type == AF_NETROM) || (User.ul_type == AF_ROSE)) {
|
||||
axio_printf(NodeIo,"\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
if (check_perms(PERM_ANSI, 0L) != -1) {
|
||||
/* Not needed from what I see so far. */
|
||||
if (User.ul_type == AF_AX25) {
|
||||
axio_printf(NodeIo,"\e[0m");
|
||||
}
|
||||
}
|
||||
axio_flush(NodeIo);
|
||||
User.state = STATE_IDLE;
|
||||
time(&User.cmdtime);
|
||||
update_user();
|
||||
alarm(IdleTimeout);
|
||||
errno = 0;
|
||||
if ((p = axio_getline(NodeIo)) == NULL) {
|
||||
if (errno == EINTR)
|
||||
continue;
|
||||
node_logout("User disconnected");
|
||||
};
|
||||
alarm(IdleTimeout);
|
||||
errno = 0;
|
||||
time(&User.cmdtime);
|
||||
update_user();
|
||||
aliascmd = 0;
|
||||
switch (cmdparse(Nodecmds, p))
|
||||
{
|
||||
case -1:
|
||||
if (++invalid_cmds < 3) {
|
||||
/* node_msg("%s Unknown command. Type ? for a list", NodeId); */
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
node_msg("What?\007");
|
||||
} else if (User.ul_type == AF_ROSE) {
|
||||
axio_printf(NodeIo,"Que?\007");
|
||||
} else if ((User.ul_type == AF_INET) || (User.ul_type == AF_INET6)) {
|
||||
axio_printf(NodeIo, "Huh?\007");
|
||||
} else {
|
||||
axio_printf(NodeIo,"Eh?\007");
|
||||
}
|
||||
node_log(LOGLVL_ERROR,"%s Tool tried bogus command", NodeId);
|
||||
}
|
||||
else {
|
||||
if (User.ul_type == AF_NETROM) {
|
||||
node_msg("%s} Too many invalid commands. Disconnecting...", NodeId);
|
||||
node_logout("Too many invalid commands");
|
||||
} else {
|
||||
node_msg("Too many invalid commands, disconnecting you...");
|
||||
node_logout("Too many invalid commands");
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 0:
|
||||
invalid_cmds = 0;
|
||||
/* axio_puts ("\n",NodeIo); */
|
||||
break;
|
||||
case 1:
|
||||
invalid_cmds = 0;
|
||||
break;
|
||||
case 2:
|
||||
invalid_cmds = 0;
|
||||
break;
|
||||
}
|
||||
}
|
||||
node_logout("Out of main loop !?!?!?");
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue