Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > contrib > by-pkgid > b7ea181261854ed4b23a6089e42fd773 > files > 22

linesrv-2.1.16-1mdk.ppc.rpm

- 2.1.16
  - Applied patch for lclog to correct day/month mapping.
    The patch was submitted by H.J. Bent, hjbent@users.sourceforge.net
  - Applied patch to get linesrv compiling on ia64 and hppa, the patch
    has been submitted by Marco Presi, our Debian package maintainer.
  - proved to compile with gcc 3.x too.

- 2.1.15
  - New possibility to track incoming isdn numbers and
    convert them according to a mysql table.
	See new keywords isdn_callerslog, addrbook_*
	The new optional mysql table is defined in
	./config/complete_syntax/mysqldb.linesrv.dump
  - Trying to track down and fix a segfault which occurs
    on some systems when connecting a WLC 2.0.2 to linesrv.
	On most systems this bug doesn't seem to be active.

- 2.1.14
  - we're trying to get it compiling on debian for ia64.
  - lclog: Added possibility for giving extra cost per connection
  - a debian directory has been added for easier deb package
    creation. Thanks to zufus@users.sourceforge.net, our deb
    packager.
  - kroseneg@users.sourceforge.net added some useful scripts
    in the linesrv-2.1/server/config/scripts/ directory.
  - This release took a bit to long because I (S. Fuchs)
    have a lot of work related to the university... I'm sorry.
    Please be patient until October 2002...

- 2.1.13
  - bug which caused wrong/no throughput statistics if
    there is a "*<devname>" before "<devname>" in
	/proc/net/dev is fixed. (That was probably the
	'no throughput bug' mentioned in 2.1.12...)

- 2.1.12
  - workaround for a segfault in libmysqlclient10
    (mysql_real_connect(..)) implemented which made it
	impossible to start linesrv.
  - the "no throughput" bug (usually in certain SuSE
    systems) should be fixed

- 2.1.11
  - mklog keyword for lines added (switch logging off,
    defaults to logging enabled)
  - some files in server/config/ were updated...
  - changed user authentication using crypt: leave the keyword
    'passwd_file' commented out in linesrv.conf (we aren't
	using it anymore, though it still gets parsed.).
	Linesrv does automatically detect whether you're using
	/etc/passwd or /etc/shadow and whether you have DES or
	MD5 passwords. If you have PAM installed but don't want
	do use it, run configure with
	'--disable-pamauth --enable-cryptauth'

- 2.1.10
  - e-Mail addresses changed to linecontrol@gmx.ch
  - Updated ./README file...
  - Added new centralized MySQL Backend. This should
    reduce or even eliminate the 'server has gone away'
	messages

- 2.1.9
  - MySQL logging didn't log when a connection got closed
    by the server. This should be fixed.
  - If mysql related keywords were found in linesrv.conf
    but mysql support was disabled while compiling then
	the server made a segfault. This should be fixed too.
  - We still have some problems regarding mysql logging.
    (the syslog messages "MySQL server has gone away")
	This means that certain things don't get logged...

- 2.1.8
  - MySQL logging didn't work in 2.1.7 (at least on my
    system it didn't work). Cleanup the code a little bit
	and made it working. Added a new table to the database
	(see ./config/complete_syntax/mysqldb.linesrv.dump, load
	that file with "mysql -u <admin-username> -p < 'filename'",
	don't load it if you've got already the linesrv database,
	then add the changes manually. e.g. look at
	mysqldb.linesrv.dump and add the neccessary table)

- 2.1.7
  - MySQL logging support implemented. Ugly code, but it
    seems to work. Thanks to nucflash for implementing it.
  - 2.1.6 seemed to be crash-proof. Let's hope this one too.

- 2.1.6
  - some more segf_indicator points
  - some segfault problems seem to have disappeared in
    2.1.5. Maybe they were caused by the (wrong) usage of
	'long long' data types?
  - security fix: in 2.1.5 unauthenticated clients were
    able to cause the dialing of lines...

- 2.1.5
  - Shutdown should work now even if user accounting is
    disabled. In that case clients get verified with the
    limit_shutdown_* features (ip-lists).
  - pid_file in the complete-syntax example wasn't correct.
    pidfile is the recognized keyword.
  - heavy changes in configure.in... should be easier
    to use now.
  - kbyte counting replaced with byte counting. Should
    work for upto 4GB, limitation is linux as it's only
	using 32bit unsigned counters

- 2.1.3
  Protocol change to LCP 3.3, minimum required for
  clients is LCP 3.3
  Clients can now request throughput information of
  all lines by using the CMD3_GETALL / UNGETALL
  commands. Furthermore I tried to make some overflow
  fixes in the upload/download counters
  Keywords line_baud_up / down added (specify upload
  + download speed in kbit/s, get's reported to the
  clients).

- 2.1.0
Multiple line support. I had to make a little
protocol change. So wlc 1.1.x doesn't work
anymore. You need at least 1.2.0. The logfile
format changed also a bit. Get the newest lclog
from this server tarball.
Furthermore there's a config file change. You
have to specify the "line" keyword. For further
(bad) description have a look at the file
./config/complete_syntax/linesrv.conf


- 2.0.1
Don't use any WLC version below 1.1.1 with
linesrv version 2.0.1 and later. We've made
some changes in the protocol (LCP3: info_isdn).