change:
--- gkermit.h 1999-12-26 21:25:52.000000000 +0000
+++ gkermit.h 2003-05-27 16:30:13.000000000 +0100
@@ -233,7 +233,11 @@
/* Externs */
+#ifdef ERRNO_H
+#include <errno.h>
+#else
extern int errno;
+#endif /* ERRNO_H */
#ifndef _GKERMIT_C
extern int debug;
#endif /* _GKERMIT_C */
but unfortunately without a corresponding version number bump. so do the
dance we usually do with unnumbered distributions, and put the distfile
locally into a (numbered) DIST_SUBDIR directory.
Bump package revision number, regen distinfo file, and one cosmetic
change to make the WRKSRC definition appear in a more suitable place in
the package Makefile.
libstdc++ in gcc3.
when defined, USE_GCC_SHLIB ensures that the correct rpath is passed
to the linker, and a full dependency on the compiler package is
registered.
packages which define USE_GCC_SHLIB should not include
mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled
automatically.
Fix PLIST while here.
Changes:
version 7.2.7 (Apr 9, 2003):
- added test suite ('make test') for basic client/server
communication tests
- changed configure script to provide better checking of options,
hp-ux specifics, and functions
- console names are no longer case-sensitive
- fixed case-sensitive DNS name comparisons - reported by
Peter Chubb via Jorgen Hagg
- added dmalloc and openssl version numbers to -V output
- reordered includes for openssl-0.9.7a compatibility
- conserver.rc looks at pidfile to find the master pid - suggested
by Petter Reinholdtsen
- misplaced code regarding --with-regex - patch by Andreas Wrede
- added password support for HP-UX trusted systems - immense
help by Greg Brown
- potential SIGUSR1 bug where cached terminal server availability
wasn't being cleared correctly - reported by Dave Stuit
- server is now more forgiving about errors instead of just
giving up and shutting everything down
- consoles that have trouble coming up (and are forced down)
now log when they come back up - suggested by Dave Stuit
version 7.2.6 (Mar 10, 2003):
- the -b conserver option was mostly broken (since 7.2.0)
- changed logging format so that all messages are of a similar
form
- fixed bad port number in 'cached previous timeout' message -
reported by Dave Stuit
- now using pid_t type for better compatibility
- fixed the RPM and Solaris package to include the man
page for conserver.passwd - suggested by R P Herrold
- added restart option (-HUP) to conserver startup scripts
- added -B option to client for sending messages to a single
server - suggested by Dave Stuit
- added --with-dmalloc for memory usage debugging
- bug with multiple interfaces and -M option not maching hostname
in configuration file - patch by Igor Sviridov
- memory leak using openssl library plugged
- automatic reinitialization of failed consoles now retries
every minute like the manpage says it does - reported by Chris
Fowler
- when -R option is used, substring matches on console names
from clients only match local console names (and if that
fails just remote console names) but ambiguous name list
returns both local and remote consoles - suggested by Todd
Stansell
version 7.2.5 (Jan 27, 2003):
- fixed many documentation bugs - reported by Dave Stuit
- added -I option to client which operates like -i, but on the
primary conserver only - suggested by Dave Stuit
- added SIGUSR2, which does not reread the configuration file,
but does everything else SIGHUP does - suggested at LISA 2002
- fixed bug where LOGDIR setting gets used even if no logfile
is wanted
- added -R option to server to prevent client redirection to
other conserver hosts - suggested by Todd Stansell
version 7.2.4 (Oct 14, 2002):
- added --with-openssl for some client/server encryption
- added -E option to client and server to allow for non-encrypted
connections (encryption is the default if compiled in)
- added -c option so credentials (certificate and key) can be
exchanged between client and server
- expanded -V output to show what optional bits actually got
compiled into the code (libwrap, regex, etc)
- compilation errors on non-shadow file systems without using
--with-pam - reported by Jesper Frank Nemholt
- client now prefers $LOGNAME, then $USER, then the current uid
for its -l default - suggested by Dave Stuit
- putting back socklen_t usage - it's the right thing to do,
so tell me where it breaks things
- configure options --with-cffile and --with-pwdfile now
by Stu May
- added -F server option to prevent automatic reinitialization
of failed consoles ('|' syntax consoles which exit with a
zero status are still reinitialized) - requested by William P
LePera and Malcolm Gibbs
- successful automatic reinitialization of consoles now attaches
a client that wants read-write mode
- added read-only client wish to become read-write in -i output
- moved to autoconf-2.54 and fixed some small configure.in bugs
Many thanks to John R. Jackson for the following
fixes, cleanups, and enhancements...
- "lost timestamps" bug (SIGALRM/sleep()/usleep()/tcp_wrapper
interaction)
- compiler warnings, bad fileOpenFD tests, and ability to use
a colon after an equal in the config file (LOGDIR=C:\Logs)
- autologin fix for Solaris BSM support
version 7.2.2 (Jun 05, 2002):
- added 'n' as token for no-parity - patch by Greg A. Woods
- extra timestamps occur when consoles come back up after being
down longer than their timestamp period - reported by Dave
Stuit
- AIX 5.1 pseudo-terminal support broken - patch by William P
LePera
- PID file overwritten and not unlinked on exit - reported by
William P LePera
- signals cleaned up in master, child, and sub-proc sections
- SIGPIPE now ignored - reported by Greg A. Woods
Changes in 0.6.3.7:
fixed the GPRS info segfault issue
some command errors are not really a reason to about - fixed that
fixed gcc-3.2 warnings
fixed Makefiles to actually use chosen compiler
rewrote/reordered main()
to version 8.0.209. The previous package has been removed from the
Columbia site and this version was symlinked to it anyway so the checksum
was failing.
From the change message:
This is a minor update of C-Kermit 8.0 that fixes several bugs.
0.6.3.6
rewrote parts of src/Makefile (warning: only the use of
GNU make is supported although others may also work, see
short comment in src/Makefile)
changed (src/)Makefile target "dist-clean" to "distclean"
removed src/Makefile maintainer-clean target
added wchar.h/stddef.h configure check and depincludes rules
added file dep_wcslen.c with depincludes rule (see top of file)
added wcslen check (also in libwcs)
call automake in ./maintainer-prep to create install-sh
check getop.h or getopt/getopt.h presence
moving header includes from common.h to the .c files
do not make use of mktime as this is often broken
remove configure mktime check
added another flavour of M50 to supported phones
open port with O_NONBLOCK and disable O_NONBLOCK when device is open
add option --ignore-serial-bits to make some phones/cables work
add option --device-timeout=<seconds>
print exact type of unsupported sms pdus to stderr
reindented all code
0.6.3.5
fix segfault
run phone_init (thus fixing direct sms receive)
0.6.3.4
removing a lot of bugs about uninitialized variables that turned
into segmentation faults (thanks to Ronald Wahl for showing
up my programming errors)
fixed some other small bugs that made show up wrong data (network
status, network gprs status)
remove caching code for vendor and model as it crashes e.g. with
CygWin (maybe their compiler again?)
0.6.3.3
replacing cfmakeraw by redefining the function (instead of a code block
replacement) and adjust configure.in
do not open device non-blocking
set termios read counter to 10 seconds and character counter to 0
make repeating of last at command generic
rewritten tty_read method with split-off tty_readline method
interpret the bit error rate value on info output
replace "ATZ" init string with "\rATZ"
apply the fix from 0.6.3.2 correctly
create scmxx.spec from scmxx.spec.in by maintainer-prep script
0.6.3.2
add S46 to supported phones
include fix from http://bugs.debian.org/171217
exchange 'make' with '$(MAKE)' in toplevel Makefile
0.6.3.1
fix one character in scmxx.c to get output again
fixed Makefile.in to install the man page
0.6.3
first usage of wchar_t and iconv which makes several input/output charsets
possible and even compatible
enabling generic charsets for phonebook upload and download
enabling generic charsets for sms sending and decoding
enabling special sequences \XXXX for generic characters and \n for <NL> and
\\ for '\'
added local date format output for SMS and info
fix sms resend bug
fix a lot of sms decoding bugs and clean up the SMS header code
added UCS2 decoding of SMS
added status report request option --srr
changes --file (-f) to --out (-o)
0.6.2
fix configure.in to check for Win32 specialties
fix Makefile.in to make use of Win32 specialties
add SL45i (SLIK) to known phones
decreased maximum PDU size for file upload to 175 to fix SL4x v23 VCF upload
rearrange info() output
. Updating SSL/TLS interface to OpenSSL 0.9.7
. Addition of SSL/TLS support to the VMS version
. Bug fixes, especially in the built-in scriptable Unix FTP client
The full announcement is here:
http://www.columbia.edu/kermit/ck80208ann.html
0.71.2 - 1/16/2003
- Changed all occurrences of the deprecated jpilot_logf call to the correct
jp_logf
- included libplugin.h from J-Pilot 0.99.4
- removed the unused prefs.h
- changed all LOG_XXX macros to the JP_LOG_XXX form used in the new
libplugin.h
- applied and updated the patch from Ludovic which prints an error if the
AvantGo .prc file is not installed
- added support for GTK2 (use --enable-gtk2)
-- this does not do anything extra, it just lets jpilot-syncmal work with
GTK2-enabled J-Pilot 0.99.4
0.71.1 - 6/21/2002
- Applied patch from Ludovic Roussea which allows GTK to set the size of the
about box
- Reorganized Makefile.in
- Fixed the warnings about no newlines in the malsync src
0.99.5 = 02/21/03
Fixed serious bug resulting in overwriting appointments on the palm (Serious bug)
Restore now restores latest files instead of ones from last backup (Critical bug)
Added -export-dynamic to Makefile to resolve jp_logf unresolved errors
Made home key go to today in datebook
Added dialog error windows instead of logging them
If files are to be installed a prompt window opens before a sync/backup
Browser windows open from jpilot menu
When app button is pressed it will cycle through categories
0.99.4 - 01/13/03
Ported code to GTK-2 (I used GTK-2.2)
Added random password generation to KeyRing
Added a dialer program and GUI launcher
Added Syncronization of categories and editing categories on desktop
Added Export of iCalendar format from ToDo and Datebook
Added Export of vCard format from Address book
Added Export of ldif format from Address book
Added Russian Language Support
Removed jpilot-upgrade-99
building on a suggestion by Gert Doering, filling ut_pid with the pid
of the uucp-style lock holder. This should fix PR pkg/12261, although
you will need today's "w" to see any results. Bump PKGREVSION.
"Device::Gsm" class implements basic GSM functions, network registration
and SMS sending.
This class supports also "PDU" mode to send "SMS" messages, and should
be fairly usable.
Device::Modem class implements basic AT (Hayes) compliant device
abstraction. It is meant to be inherited by sub classes (as Device::Gsm),
which are based on serial connections.
- corrected DTR activation code
- improved auto-detection of ioctl methods
- allow TIEHANDLE to use a device port in addition to a config file
- added FILENO function
- added "modemtest"
- found a place where HANDLE was staying open
- corrected FD-success test (0 *is* a valid fd number)
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
Changes since 0.60:
0.71 - 4/27/2002
- Support for pilot-link 0.10
- syncmal.c now includes errno.h
-- Thanks to Renaud Pacalet and Ludovic Rousseau, both of whom pointed out
these errors and how to fix them
- Added GPL exception text to the boilerplate in libplugin.h and prefs.h,
with Judd's permission
0.70 - 4/7/2002
- Distribution now includes necessary J-Pilot headers (libplugin.h and
prefs.h) and malsync-2.0.7 source.
- Updated README for vastly simplified build instructions
- Added jpilot-syncmal.spec
0.62.2 - 2/7/2002
- Updated prefs code to use the new API (J-Pilot 0.99.2 and later)
0.62 - 5/9/2001
- Fixed a typo in skip_sync which would cause it to fail if any interval
other than always was selected. Thanks to Chris Bagwell for identifying
this bug.
0.61 - 3/3/2001 Very minor changes
- Fix an error in configure.in which caused the build to fail on Solaris
- Added some comments to syncmal.c
* Added Simplified Chinese translation
* Added Traditional Chinese translation
* Made dialog windows Modal
* Manana support http://bill.sexton.tripod.com/download.htm
* Changed code to keep unique IDs intact.
* Support for OS 4.X passwords.
* Better DateBk support
* Pop up dialogs during the sync when different user name, null ID is
found.
* Lots of patches, bug fixes and minor improvements.
* Made changes to support pilot-link 0.10.1 and USB
* Export for Datebook, Address, Todo, and Memo
* Import for Datebook, Address, Todo, and Memo
* Can now enter begin/end times into datebook by GUI, or keyboard.
* Put icons in clist title buttons.
* Prompts to Save a changed/new record instead of letting it get away.
* Drastically improved local database read speeds caused by bugs intro'd
in 0.99
* Fixed misc bugs in alarms.
* Support for pedit (pedit is a memo editor for the palm).
* Added Preferences to choose conduits.
* Adding in better printing support.
* Adding in record masking support.
* Wrote a KeyRing plugin (KeyRing is a palm encryption app).
* Added Restore Functionality.
* Added plugin_startup & plugin_cleanup funcs to jpilot-sync.
* Added man pages.
* Added plugin_startup and plugin_cleanup to jpilot-sync.
* Added a default pdb file for Expenses.
* Added an icon when iconized.
List of Changes
Most of these also apply to Kermit 95 2.1.
New commands:
* ORIENTATION lists location-related variables and their values.
* KCD changes to special directories by their symbolic names ("kcd ?"
for a list).
* SET CD HOME path to specify home directory for CD and KCD commands.
* CONTINUE given at top level is equivalent to END -- handy when
PROMPT'ed out of a script, to continue the script.
New switches or operands for existing commands:
* GETOK /TIMEOUT
* ASK, ASKQ, GETOK /QUIET (suppresses error message on timeout)
* COPY /APPEND now allows concatenating multiple source files into one
dest file.
* SET TCP { HTTP-PROXY, SOCKS-SERVER } /USER, /PASSWORD.
* DIRECTORY command now accepts multiple filespecs, e.g. "dir a b c".
SET QUIET ON now also applies to:
* SET HOST connection progress messages.
* "Press the X or E key to cancel" file-transfer message.
* REMOTE CD response.
* REMOTE LOGIN response.
Improvements and new features:
* Numerous FTP client fixes and new features, listed below.
* C-Kermit, when in remote mode at the end of a file transfer, now
prints a one-line "where" message. Control with SET TRANSFER REPORT.
* Unix makefile "install" target now creates an UNINSTALL script.
* Improved operation and performance on RFC 2217 Telnet connections.
* Improved CONNECT (interactive terminal connection) performance.
* HELP text updated for many commands.
New or fixed makefile targets:
* Solaris 9 (several variations)
* Concurrent PowerMAX
* Mac OS X 10.2
* FreeBSD 1.0
* FreeBSD 4.6, 5.0
* AIX 5.2, 5.3
Bugs fixed (general):
* Failure to run in VMS Batch fixed.
* LDIRECTORY fixed to run Kermit's built-in DIRECTORY command rather
than an external one.
* Fixed Solaris and other SVORPOSIX builds to find out their full
hostnames rather than just the "uname -n" name.
* Fixed some problems matching strings that start with ".".
* Fixed some problems matching pattern that contain {a,b,c} lists.
* Fixed erroneous reporting of text-mode reception as binary when
sender did not report the file size (cosmetic only).
* Many problems with SWITCH statements fixed.
* Fixed SET OPTIONS DIRECTORY /DOTFILES to work for server too.
* Fixed DELETE to print an error message if the file was not found.
* Fixed SET CONTROL UNPREFIX ALL and SET PREFIXING NONE to do the same
thing.
* Fixed bugs executing macros from within the ON_EXIT macro.
* \fday() and \fnday() fixed for dates prior to 17 Nov 1858.
* Serial speed-changing bug in Linux fixed.
* "Unbalanced braces" script parsing errors when using \{number} fixed.
* "if defined \v(name)" fixed to behave as described in the book.
* Fixed Problems caused by LOCAL variables whose names are left
substrings of macro names.
* The INPUT command was fixed to honor the PARITY setting.
* Fixed bug with COPY to existing file that is longer than source file.
* REINPUT command failed to strip braces/quotes around its target
string.
* Network directory lookups didn't work for SSH connections.
* REMOTE SET { FILE, TRANSFER } CHARACTER-SET fixed.
* Closed some holes whereby an incompletely received file was not
deleted when SET FILE INCOMPLETE is DISCARD, e.g. when the Kermit is
hung up upon.
* SET XFER CHARACTER-SET TRANSPARENT fixed to do the same as SET XFER
TRANSLATION OFF.
* SET HOST PTY (e.g. SSH) connection fixed to pass along window-size
changes.
* C-Kermit search path for TAKE files was accidentally disabled.
FTP client bugs fixed:
* Character set translation was broken on little-endian (e.g. PC)
architectures.
* FTP PUT /SERVER-RENAME:, /RENAME-TO:, /MOVE-TO: switches were sticky.
* Make SET TRANSFER MODE MANUAL apply to FTP.
* Make SET FILE INCOMPLETE { KEEP, DISCARD } apply to FTP.
* FTP MGET /UPDATE handled equal times incorrectly.
* FTP GET /RECOVER fixed to ignore file dates, use only size.
* FTP MGET /RECOVER sometimes downloaded files it didn't need to.
* FTP downloads with TRANSFER DISPLAY BRIEF could give misleading error
msgs.
* MGET temp file not deleted if FTP DEBUG set to OFF after it was ON.
* LOCUS not switched back when FTP connection is lost.
* Set incoming file date even if it was not completely received.
* FTP MGET sent SIZE and MDTM commands even when it didn't have to.
* FTP MGET sent SIZE and MDTM commands even when it knew they wouldn't
work.
* FTP MGET failed if no files were selected for download.
* FTP MGET a* b* c* would fail to get any c*'s if no b*'s existed.
* Big problems canceling MGET with Ctrl-C.
* Some extraneous LOCUS dialogs squelched.
* Some inconsistencies in SET FTP FILENAMES AUTO fixed.
* Fixed file-descriptor pileup after multiple MGETs when using
mkstemp().
* Fixed "mget foo", where foo is a directory name.
FTP improvements:
* New FTP protocol features added (FEAT, MLSD).
* FTP MGET /RECURSIVE now works as expected if server supports MLSD.
* FTP MGET /DATES-DIFFER to download if local and remote file dates
differ.
* FTP DATES default changed to ON.
* FTP MPUT, MGET /EXCEPT now allows up to 64 patterns (up from 8).
* Top-level SITE and PASSIVE commands added for convenience.
* MGET /COLLISION:APPEND /AS-NAME:newfile *.* puts all remote files
into one local file.
* SET FTP SERVER-TIME-OFFSET for when server has wrong timezone set.
* Allow for alternative server interpretations of [M]MPUT /UNIQUE.
* SET FTP ANONOMOUS-PASSWORD lets you specify the default anonymous
password.
* Allow "GET /RECURSIVE path/file" to force local subdirectory
creation.
* SET FTP DISPLAY is like SET TRANSFER DISPLAY but applies only to FTP.
* FTP { ENABLE, DISABLE } new-protocol-feature-name.
* FTP MGET /NODOTFILES.
* Debug log now records FTP commands and responses in grep-able format.
0.6.1.6
fixed a bug in the info() method that strangely only showed up in cygwin
added flose to close the opened file handle
added method that shows network status, area code and cell id
0.6.1.5
add capability to specify "all" as slot for sending to force overwriting
starting from minimum slot
change in message on which slot is used
--info now stores the information in the file specified with --file; if non
was specified it prints them to stdout
do not hardcode the standard file descriptors
0.6.1.4 (was only available as patch)
add configure entry that looks for cfmakeraw() (not in cygwin)
make cfmakeraw() work-around available if cfmakeraw() is not present
fix slots min/max that may differ between readable and writable
make arguement to --vcard really optional
(in 0.6.1.3-3: fixed spec file for file and dir permissions)
The web site sez:
The following bugs in C-Kermit 8.0.200 were fixed in 8.0.201:
* An obscure path through the code could cause the Unix version of
C-Kermit to dump core during its startup sequence. This happened to
only one person, but now it's fixed.
* When C-Kermit 8.0 is in Kermit server mode and the client says "get
blah", where blah (on the server) is a symlink rather than a real
file, the server unreasonably refused to send the linked-to file.
* When C-Kermit is an FTP client and says "get foo/bar" (i.e. a filename
that includes one or more path segments), it failed to accept the
incoming file (this happened only with GET, not MGET).
* Array references should be case insensitive but only lowercase array
letters were accepted.
* SHOW VARIABLES dumped core on \v(sexpression) and \v(svalue).
* Spurious refusals of remote directory listings if the remote server's
date was set in the past.
C-Kermit 8.0.201 (8 Feb 2002)
Installability as an [147]SSH v2 Subsystem.
[148]SET LOCUS command.
[149]L-versions of CD, DIR, DELETE, MKDIR, etc, to force local
execution.
[150]USER and ACCOUNT added as synonyms for FTP USER and FTP
ACCOUNT.
[151]SHOW VARIABLES now accepts a list of variables.
Rudimentary support for [152]Caller ID when receiving phone calls.
Up/Down [153]Arrow-key navigation of command history buffer.
[154]Automatic execution of customization file if init file is
missing.
0.6.1.3
exported the sms functions and structures to their own header file
write is now non-blocking compliant
fix for a lost '@' in some sms
0.6.1.2
fixes small typo in code that prevented direct sms sending
the port is now opened non-blocking
small fix in read_mytty method
A library to access GSM mobile phones through GSM modems. Features
include:
* modification of phonebooks stored in the mobile phone or on the SIM card
* reading and writing of SMS messages stored in the mobile phone
* sending and reception of SMS messages
<eric@cirr.com>. Changes from version 7.1.3 include:
- bugfixes
- console names in conserver.passwd can be regular expressions
- breaks recorded to console logs if 'b' option used
- a broadcast messages to others on your console can now be
sent via ^Ecb
- TCP traffic now escaped according to Telnet protocol
- the HUP signal now triggers a read of the configuration file and
adjustment of consoles
- Up to nine break sequences can be defined in the
configuration file and assigned to consoles individually,
accessed via new ^ecl[?0-9] escape sequences
- new options
- -W client option for showing who's attached to a single
conserver master
- -m server option for setting the maximum consoles per process
- -i client option (and ^Eci) that displays console
information in a machine-parseable format
- two debug levels (second level by using two -D options)
- -o and -O server flags for automatically reconnecting
downed consoles
and we don't need to add a run-path in either USE_SOCKS case, as we always
link against a static socks library. (To link against a shared socks5, we
would have to use "-lsocks5_sh".)
0.6.1.1
fixes command line interpreting for sending sms with text from file
sending sms per status to the number specified at the command line
(was ignored in 0.6.1)
0.6.1
code cleanup in sms methods
moved SMS settings bit so it is not the default file type by accident
some error messages if no action was taken or no file type was
specified
added info about possible different SMS storage places (this is more
than only "SM" since S45/ME45 V21)
added parameter --smsmem to select the sms storage memory
automatically select SMS storage "MT" (="ME"+"SM") if available and
none was selected, otherwhise default to "SM" if none was selected
check for maximum pdu size for file getting to detect data that got
scrambled by the phone (mainly midi files on S45/ME45 V21)
fixed: error message when sms memory is full
gprs info methods added by Jarek Kruza (poczta@jarek.kruza.pl)
get and remove can be used at the same time (SMS only)
remove can now handle the sms status types (so e.g. deleting all
messages of type "unsent" works)
verbose description of sms status when getting (instead of the status
number)
send can now handle the sms status types (so e.g. sending all messages
of type "unsent" works)
added updated man page
updated rpm spec file
moved docs/README -> docs/doc_sources.txt
removed contrib/vcsconvert
Conserver is an application that allows multiple users to watch a
serial console at the same time. It can log the data, allows users
to take write-access of a console (one at a time), and has a variety
of bells and whistles to accentuate that basic functionality.
The idea is that conserver will log all your serial traffic so you
can go back and review why something crashed, look at changes (if
done on the console), or tie the console logs into a monitoring
system (just watch the logfiles it creates).
With multi-user capabilities you can work on equipment with others,
mentor, train, etc.
It also does all that client-server stuff so that, assuming you
have a network connection, you can interact with any of the equipment
from home or wherever.
Submitted by Eric Schnoebelen <eric@cirr.com> in PR 15238,
DEINSTALL script submitted by dawszy@arhea.net in private mail.
This program is a Gtk+/Gtk-- front end for the efax program for
receiving and sending faxes with a fax modem. To use it you must have
efax and ghostscript installed, and the executables (efax, efix and
gs) must be situated in the default system path.
Any files to be faxed must be in postscript format, which is the
generic printer format for Unix/Linux systems. The program will use
ghostscript to convert these into the Group 3 fax format which the fax
modem will understand.
0.6.0 (2002-04-05)
THIS IS NOT THE C++ VERSION AS PERVIOUSLY STATED AS GOAL ON THE WEBSITE!
!!!!! Syntax changed !!!!!
all timezone values in the time fields can now be decoded correctly
added debian_with_scmxx.bmp to examples dir
various other code cleanups:
rewrite of checkslots and info methods and some others
removed com2_mytty method
giving transfer methods the proper parameters to not use global
variables anymore
removing most of the global variables
unified some global variables to bitvalues of a local variable or
structs
better usage of C pointers and some dynamic memory allocation
new (requested) parameter --version that prints the version number
multiple file upload support (adding only)
multiple file deletion support
--pipe support for getting sms (indirect, too) and files
--pipe and --file are now independent of each other
printing to stdout must now be requested with "-f -"
removed the need for TTYPORTMAXLENGTH, malloc is now used.
multiple file download support (with filename expanding)
0.5.16.2 (2002-03-29)
moved "File transfer..." message to be displayed after reading the file
fixed bug in file read-in for file transfer (3rd package and above)
print message when input comes from a tty (and how to finish it)
on reading for file transfer, only read second block if first is full
(needed, so you do not have to close input from a tty twice)
0.5.16.1 (2002-03-28)
changed some variable name to be C89 compliant (see stdin(3))
direct messages to stderr instead of stdout so only data goes to stdout
print a slot number message line when receiving bmp,mid,vcs,vcf
(especially with "all")
0.5.16 (2002-03-27)
new parameter --reset which resets the phone if it does not respond
after a user-aborted file transfer
lots of code cleanups
changed the read_mytty method to be more cleaner and work with raw mode
added read_mytty_limited to read to a boundry instead of a lines end
change sending code (sms and files) to makes use of raw mode, so data
is really only sent, when no error occurs
added is_number method to be more specific than atoi
added "all" to file deleting and getting
added pipe ability to file getting method
do not try to decode unsupported PDU types
rearranged this file (now with release dates from this version on)
added C45 to the list of supported phones
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
0.5.15
a full phone buffer when sending files can now be deleted
(thanks to Marjan Erzen)
free slot detection changed to work for bmp,mid,vcf,vcs
(getting only)
new paramter --flash for sending flash sms instead of normal ones
(works only if supported by the reveiving mobile entity)
0.5.9
changed from strcmp to strcasecmp for "cme error: invalid index" check
in pbook code
Merged the variable baudrate patches from
Klaus Klein <kleink@reziprozitaet.de> and
Klaus Singvogel<klaus@lst.de> to make it work better with the ME45
Merged Makefile patch from Klaus Klein to make it compile better on NetBSD
Simplyfied serial setup a bit (use already present system functions)
Changes Package description (.deb and .rpm) and added SL45 and S45 to
supported phones in scmxx.c
Moved --pipe in --help output
0.5.10
fix sms '@' bug in sending
(thanks to Nuno Miguel Fernandes Sucena Almeida <slug@aeminium.org>)
0.5.11
complete GSM charset compliance (more input characters than the S35i
provides!)
change sms input definition: greek character must be masked with a
prepended '\' which enables all greek characters instead of only
the non-coliding ones
renamed device.h to config.h
change config.h to defines and declare variables in common.h and init them
in scmxx.c:main by calling the set methods
added docs/specialchars.txt and docs/greekchars.txt
0.5.12
new parameter pair --greek and --nogreek (dependent on compile settings)
see docs greekchars.txt for details
clean-up of the functions in gsmcodes.c
0.5.13
fix phonebook text field length check for the new casted characters
we now use autoconf and autoheader to create the build files
config.h and Makefile (thanks to Michael Banck <mbanck@gmx.net>)
specfile updated (thanks to Kri¨tof Petr <petr@kristof.cz>)
0.5.14
fix crash when build with optimizations
fix include of present CFLAGS env
decode some known sms user data header fields and display this information
show 8bit and 16bit sms messages as hexstring (instead of nothing)
* release 1.1.28
* faxrec.c: replace "0"'s by "STDIN" (readability)
* doc/mgetty.texi-in: some updates
* doc/faxrunq.1in, doc/faxrunqd.8in: document calling convention
changes (as below)
* fax/faxrunq(d).in: pass (last) sendfax return code as 2nd
argument to success/failure program
* policy.h, utmp.c: incorporate some NetBSD changes
* various: change time() prototype to "time_t time(time_t *tloc)"
* mgetty.h, syslibs.h, logfile.c: some #ifdef fiddling for Darwin
* doc/faxrunq.1in, doc/faxrunqd.8in: document more stuff
* fax/faxrunq, fax/faxrunqd: don't run queue if a file
$FAX_SPOOL_OUT/stop exists.
* login.c: MAX_LOGIN_ARGS handling reworked (claimed N, but allowed
only N-1), plus warning message improved. <Juergen.Kosel@gmx.de>
* release 1.1.27
* doc/mgetty.texi-in: work on isdn4linux notes
* cnd.c (cndtable): add swedish ZyXEL caller ID format (T. Lundgren)
* cnd.c (cndtable): add "CALLED NUMBER:" (Jan Oberlaender/i4l)
* various: adaptions to OpenBSD (similar to NetBSD)
* mgetty.h: patch to adapt to Linux/S390 (PTR_IS_LONG)
* frontends/www/: integrate new version from Neko
conflict with the "efax" package. "efax" already has an "efax.1", the
actual man page, but "mgetty"'s "sendfax" manpage is "sendfax.8", so
"sendfax.1" is available. Closes PR pkg 14254.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
removal of USE_GTEXINFO
INSTALL_INFO added to PLIST_SUBST
`${INSTALL_INFO}' replace `install-info' in target rules
print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
makeinfo command usage
See -newly added by this commit- section 10.24 of Packages.txt for
further information.
SCMxx is a data exchange utility for certain Siemens mobile phone models.
Data types handled include logo bitmaps, MIDI files, vCalendars,
address books, phonebook entries and SMS. Support for phones includes the
S25, C35i, S35i, M35i, C45, S45, ME45 and SL45 models.
. A Telnet and Rlogin client
. An FTP client <-- New
. An HTTP 1.1 client <-- New
. An SSH client (via external ssh program) <-- New
. A serial-port communications program
. A dialout communications program
. An Internet server