Mercurial > masqmail
annotate man/mservdetect.1 @ 312:c74adb7c4f50
null-terminated the decoded base64 strings
The returned size is still the same. I only alloced one byte more and
filled it with zero.
TODO: I'm not sure if the allocated size is exact. It's large enough
but maybe too large.
author | meillo@marmaro.de |
---|---|
date | Sun, 24 Apr 2011 20:13:47 +0200 |
parents | f10a56dc7481 |
children | e74ee75453db |
rev | line source |
---|---|
291
95d536599fd7
updated ChangeLog, NEWS and date/version in the man pages
markus schnalke <meillo@marmaro.de>
parents:
228
diff
changeset
|
1 .TH mservdetect 1 2010-12-08 masqmail-0.3.1 "User Commands" |
34 | 2 |
0 | 3 .SH NAME |
4 mservdetect \- Helper for masqmail and masqdialer | |
34 | 5 |
6 | |
0 | 7 .SH SYNOPSIS |
97
620aaf5e22f6
man page of mservdetect talked about /usr/bin/masqmail :-O
meillo@marmaro.de
parents:
95
diff
changeset
|
8 \fB/usr/bin/mservdetect \fIhost port\fR |
0 | 9 |
34 | 10 |
0 | 11 .SH DESCRIPTION |
12 | |
34 | 13 Mservdetect is a small helper application for masqmail to detect its online status |
14 if the modem server masqdialer is used. | |
15 It connects to the\fIhost\fR at \fIport\fR and prints the connection name to stdout. | |
0 | 16 |
310
f10a56dc7481
reworked online_detect to the simpler online_query
meillo@marmaro.de
parents:
291
diff
changeset
|
17 If you want to use it, set \fBonline_query\fR=\fI"/usr/bin/mservdetect host port"\fR in |
85
0707a9ae145d
mservdetect should be listed in man section 1 if it resides in /.../bin/
meillo@marmaro.de
parents:
57
diff
changeset
|
18 masqmail.conf. |
0 | 19 |
20 .SH OPTIONS | |
34 | 21 |
0 | 22 .TP |
34 | 23 \fBhost\fR |
0 | 24 |
25 The hostname where the masqdialer server is running. | |
34 | 26 |
0 | 27 .TP |
34 | 28 \fBport\fR |
0 | 29 |
30 The port number where the masqdialer server is listening. | |
34 | 31 |
32 | |
0 | 33 .SH AUTHOR |
34 | |
34 | 35 Masqmail was written by Oliver Kurth. |
36 It is now maintained by Markus Schnalke <meillo@marmaro.de>. | |
0 | 37 |
95
e01fed4846e4
masqmail's homepage moved prog.marmaro.de/masqmail -> marmaro.de/prog/masqmail
meillo@marmaro.de
parents:
85
diff
changeset
|
38 You will find the newest version of masqmail at \fBhttp://marmaro.de/prog/masqmail/\fR. |
26
607221b0dac1
added myself as maintainer; updated URL of the website
meillo@marmaro.de
parents:
3
diff
changeset
|
39 There is also a mailing list, you will find information about it at masqmail's main site. |
0 | 40 |
34 | 41 |
0 | 42 .SH BUGS |
43 | |
34 | 44 Please report bugs to the mailing list. |
45 | |
0 | 46 |
47 .SH SEE ALSO | |
48 | |
85
0707a9ae145d
mservdetect should be listed in man section 1 if it resides in /.../bin/
meillo@marmaro.de
parents:
57
diff
changeset
|
49 \fBmasqmail(8)\fR, \fBmasqmail.conf(5)\fR |