Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes:
0.241:
======
- XBase: codepage option to XBase->create added, suggested by
Chris Greenhill.
0.240:
======
- XBase: delete_record/undelete_record now corrctly returns
false when the delete fails, problem reported by Boris Kocak.
0.234:
======
- Added test to Makefile.PL and note to INSTALL about case
insensitive clash with Xbase.pm, suggested by Michael Higgins
and Jan from AS.
- Added documentation / comments about datetime, suggested
by John Freed.
- Xbase: Added the recompute_lastrecno parameter, suggested by
Kevin J. Rice. Added EOF to create, suggested by Ilya Sandler.
|
|
|
|
|
|
|
|
|
|
Lots of fixes/changes.
The main improvements with respect to TeXmacs-1.0.1 are:
* Improved user & developer support for plugins + documentation.
* Plugins for Graphviz, GNUplot, Eukeides.
* Improved converters for Html.
* Possibility to save and load as XML.
* Manual available in French, Italian, Portuguese and Spanish.
* Informative flags for otherwise invisible tags.
* Cleaner interface with Guile and module system.
|
|
|
|
Changes:
- Apply NetBSD patch to sysdeputil.c to activate a few features. Thanks to
Lubomir Sedlacik <salo@netbsd.org>.
- Apply fix for broken clients that terminate commands with \r\r\n. Thanks
to Andrey Chernomyrdin <andrey@excom.spb.su>.
- AIX send_file support, thanks to Tomas Ogren <stric@ing.umu.se>.
- Fix typos in vsftpd.conf.5, thanks to SEKINE Tatsuo <tsekine@sdri.co.jp>.
- Simple -F flag support to LIST and NLST. Needed for some broken clients.
- Add simple ? wildcard in pattern matching.
- Make pasv_min_port and pasv_max_port work if they are the same value.
Thanks to Marvin Solomon <solomon@cs.wisc.edu>.
- Paranoia: ignore user_config_dir if username has a / in it.
- Implement stub ALLO command to keep busybox/ftpput happy.
- Implement REIN, ACCT and SMNT stubs.
- Implement FEAT along with an OPTS stub.
- Implement STAT (no-args version).
- Implement STAT (file/dir).
- Add very simple access control via hide_file and deny_file. These should
NOT be used for securing content as they are very dumb! Filesystem
permissions are still the recommended way for securing important content.
- Allow unsetting of string values with option= (i.e. blank).
- Default virtual users to being chroot()'ed to the guest_user's home
directory, if virtual_use_local_privs is not set.
- Add support for "user_sub_token", where you can set the home directory
of guest_user to "/home/virtual/$USER", and "user_sub_token" to "$USER"
to have a root directory auto generated based on username logging in,
e.g. fred logs in and gets chroot()'ed in /home/virtual/fred.
- Fix bug in str_replace_text if replace token matches at end of string.
- Recognize P@SW as PASV; works around an SMC router bug.
- Accept an async ABOR sequence if it arrives via non-urgent data. Fixes
issue with Cisco routers. Thanks to Eddie Corns <E.Corns@ed.ac.uk>.
- Implement simple {,} support in pattern matcher (nested not handled).
Handy to use with hide_file and deny_file options.
- Fix port range with pasv_min_port and pasv_max_port to use the full range
(the upper limit wasn't being used very often!).
- Activate SO_REUSEADDR on passive listen sockets - makes servers with
restricted port ranges much more useable!
- Add secure_email_list_enable, to provide simple anonymous password control.
For some cases, it's better than the hassle of virtual users. Idea thanks
to Malcolm O'Callaghan, <mjo@stamps.com>.
- Add some FAQ entries.
- Fix issue with failure to call openlog() before using tcp_wrappers. Part
of RH bugzilla #89765. (The more serious part was fixed with v1.2.0).
|
|
Happy New Year!
|
|
|
|
dccserver is a standalone program aiming to provide the functions
of mIRC's /dccserver command.
Currently, Chat and Send (including resume) modes are supported.
Fserve and Get mode are not yet supported.
All connections are accepted; some simple checks on allowed file
names are done. For more details, please look in the man pages.
|
|
|
|
NeoPop-SDL is the SDL port of NeoPop, a portable NeoGeo Pocket
emulator. It supports black&white and color games, game state
saving, screenshots (BMP and PNG), sound and music, and double-
and triple-size as well as full-screen-modes.
|
|
|
|
|
|
|
|
|
|
|
|
Changes since 0.30 include (please see the doc/changelog.txt in the hatari
source distribution for full details):
* Speed improvements
* Emulation improvements including:
+ GEMDOS hard disk
+ Mega-ST realtime clock
+ Improved memory mapping
+ Improved bus errors and exception cycles
+ Various games now work
+ Simple printer support
+ Initial MIDI emulation
* General bug fixes including:
+ rtc year fix
+ Fix corruption bug in MSA compression function
* Improvements added for cross-compilation of hatari
|
|
#undef truncate and tell in appropriate places. Workaround for Solaris
redefining them in unistd.h. Also reorder two includes to allow building on
Solaris.
|
|
|
|
|
|
seems to be better pgp support and spam handling.
|
|
|
|
|
|
verified that the contents are binary identical to the old tarfile.
|
|
|
|
|
|
|
|
Changes between 1.01 and 1.02 (18 Dec 2003)
* Integrated the i386 assembler decompressors into Autoconf.
* Integrated the i386 assembler decompressors into the build scripts.
* Added include file <ucl/ucl_asm.h> that provides prototypes for all
assembler functions.
* Under Mac OS X, the configure script now will use the `-no-cpp-precomp'
compiler option in order to work around bugs in Apple's native
"smart" preprocessor.
* Updated the configure system.
|
|
|
|
change base source from pwc-8.11 to pwc-8.12
|
|
Changes:
2.1.0:
======
- A new connection tracking module, Flow (replaces conversation)
- A new portscan detector based off of Flow, Flow-Portscan (replaces
portscan2)
- A new http preprocessor, HttpInspect (replaces http_decode)
- Alert Thresholding and Suppression
- PCRE rule keyword (Perl Compat Regular Expressions)
- isdataat rule keyword (buffer length detection)
- A ton of new and updated rules.
2.0.6:
======
- 64-bit update for detection engine. (Thanks, Silio d'Angelo)
- Added better PPP decoding. (Thanks Jesper Peterson)
- Updated ip_proto optimization for high-speed detection engine.
- Fixed infinite loop problem that was introduced by the recursive pattern
matching patch. Reported by Lawrence Reed, thanks for testing out the
changes for us!
- Various changes to help respond (version 1) work a little better.
- spp_http_decode 64-bit patch from Dirk Mueller.
- Out-of-order ACK problem from Andrew Rucker. Also, updated stream4 to the
most recent version from HEAD.
- Minor fixes to tagging related to 'src' and 'dst' directives
- When counting one byte patterns in 'ningroup' added a check for
psLen==1 (wu-manber pattern matcher). Thanks Josh Sakofsky and Dennis
McGuire for helping us test this.
2.0.5:
======
- Stream4 fixes from Andrew Rucker Jones.
- Allow memcap to be configured for threshold features.
2.0.4:
======
- Fixed a core dump introduced with 2.0.3 when dealing with negated patterns
2.0.3:
======
- doe_ptr handling in byte_test/byte_jump slightly modified to work
better with the pcre patch
- content processing is now recursive to make distance/within processing
better ( thanks to Shai Rubin for patch! )
- fixed a bug in the mwm.c pattern matcher that resulted in some alerts
not firing in a particular configuration of rules
2.0.2:
======
- Added Thresholding and Suppression features (Marc Norton/Sourcefire)
- Fixed TCP RST processing bug found (Shai Rubin)
- Cleanup of spp_arpspoof (Jeff Nathan)
- Cleanup of win32 version including proper Event Log support (Chris Reid)
- Munged data fixes for stream4 (Chris Green)
|
|
|
|
|
|
Newsx is an NNTP client for Unix. It will connect to a remote NNTP server and
post outgoing articles batched by the news system, as well as fetch incoming
articles.
It provides the NNTP capabilities required for small local news spools on
installations with NNTP access only through limited ISP accounts. It works well
via a dialup SLIP/PPP connection.
Newsx is also well suited for large spools with normal feeds, being used for
pulling newsgroups from specific NNTP servers that are not distributed in the
usual manner. Since newsx obeys the normal news spool configuration file and
requires little or no specific configuration, the administrative burden should
be minimized.
|
|
Also, note who imported the latest MozillaFirebird variant (hi grant!).
|
|
|
|
|
|
Package Collection.
It will allow administrators of the Apache 2 HTTP server to authenticate
users against a MySQL database. It comes from the RedHat distribution.
|
|
# Version 0.83 (released 2003-12-31) hilights:
* Mainly bugfixes.
* Added some features especially useful for public servers.
(Like server-client pinging)
|
|
There are problems with the hosting and the machine will be offline for
unknown time period..
|
|
completely. Please note that a Fortran compiler is not needed by
this package but configure -libtool in fact- tickles it if one is
found.
|
|
Packages Collection.
This package provides a simple way to track nightly builds of
Firebird built with GTK2.
|
|
|
|
Packages Collection.
This package provides a simple way to track nightly builds of
Firebird built with GTK2.
|
|
Michal Pasternak in PR pkg/23934.
|
|
Nodename patch for OpenVMS thanks to Jouk Jansen
<joukj@hrem.stm.tudelft.nl>.
Speed up of lyapunov thanks to Yafe (yet another fractal explorer)
maintainer Alex Pankratov <ap@cipherica.com>.
The 5 OpenGL high intensity modes... atunnels, fire, sballs, sproingies,
and sometimes gears now have full screen defaults.
See XLock.ad and grep on 402 to change them back.
Three patches thanks to <michal.cihar@suse.cz>.
debug patch - s/if DEBUG/ifdef DEBUG/
helper patch - support for auth using external program
(The idea is xlock needs to be sgid shadow to allow reading
/etc/shadow. This way needs just some small binary to be sgid.)
various compile fixes
|
|
|
|
Bugs were fixed, features were added, etc. Please review Changelog
file to see a full list of changes.
|