This is the Cyrus SASL plugin that implements the LOGIN authentication
mechanism. It's recommended that it only be used if absolutely necessary
since it is not a secure authentication scheme.
Collection.
DB_File is a module which allows Perl programs to make use of the
facilities provided by Berkeley DB version 1. (DB_File can be built
version 2, 3 or 4 of Berkeley DB, but it will only support the 1.x
features).
Note: this package is skipped on systems providing DB 1 as we assume that
the perl5 package picked it up so already provides this module.
Based on the sfs-0.6 package provided by Michael Santos in PR 18528.
SFS is a secure, global network file system with completely
decentralized control. SFS lets you access your files from anywhere
and share them with anyone, anywhere. Anyone can set up an SFS
server, and any user can access any server from any client. SFS
lets you share files across administrative realms without involving
administrators or certification authorities.
* Ability for xlock converse with PAM added by Tim Reed <treed1@twcny.rr.com>.
Some more fixes for compilation problems by Jon Nelson
<jnelson@securepipe.com>.
* Fix for flow and swarm for broken Xservers thanks to Tim Auckland
* <Tim.Auckland@Procket.com>.
AFS fix for TRU64.
Ability for xlock converse with PAM added by Tim Reed <treed1@twcny.rr.com>.
Fix for random.c when BLANK_ONLY is used.
Restart life when static or blank. Added Thompson's Day and Night and
Bell's High Life. These are alternate life rules. Day and Night
butterfly added as a glider shooter.
Fixed Andreen's hex life can come up in addition to Callahan's.
Added many life forms from Life Lexicon.
Trilife added (also randomly rotated and shooters added).
Better fix for -rule3d and -v from Emmanuel Jeandel
<ejeandel@ens-lyon.fr>. I guess I went a little crazy with security
and made it strncmp instead of strcmp.
xlockgroup patch for allowing all in the xlock group to unlock.
Thanks to Rich Anderson <RANDERSON@northropgrumman.com>.
Syslog fix when gid not in /etc/group.
life3d double buffering (also made wireframe come up a little less often)
dead (blank) or static (period 1) life forms last just 8 generations
Added gliders from http://www.cse.sc.edu/~bays/d4d4d4 3D applet.
I copied a encrypted password to /etc/passwd and it worked fine without
USE_XLOCKRC. Put a warning in configure if /etc/passwd not set up and
and not using USE_XLOCKRC and cygwin.
Clean up of some text errors with BUTTON_LOGOUT and failure count.
Added a Caps Lock check. Don't you hate it when certain software says
"Make sure that the Caps Lock is not accidently on." and the Caps Lock
is not on... I thought computers can know their own state.
added ", Caps Lock on" to invalid string.... needs French/Japanese
translations (also needs German translation but others parts need that
as well.
cleaned up some various variable shadowing in modes.
check_gl_error protection (previously it would error out... not good
for a locker). This could be a major security problem but I can not
reproduce this on my Linux machine. Someone was able to get a "texture"
error by repeatingly pressing the middle button with glplanet up.
text3d acts more like blank if it does not get a TTF file (blanks out
password screen). Fixed configure of DEF_TTFONT if prefix not set.
Andreas Voegele <voegelas@gmx.net> pointed out -nice option was ignored...
hopefully fixed now. Check now for HAVE_SETPRIORITY.
uninistall and clean on Cygwin should now work
More Kerberos support thanks to Ken Hornstein <kenh@cmf.nrl.navy.mil>.
support for the new krb5-config script to determine the correct
options used to compile Kerberos
- If you're using Kerberos, it prints your Kerberos principal in the
username field.
- It uses a callback function in case the library needs to prompt the
user for any additional information (in case your password expires,
for example).
- It makes the writing out of credentials a configure option.
-logoutButton minutes now in man pages.
"configure --with-opengl --without-xpm" should now work for atlantis,
atunnels, fire, and sballs.
NetBSD Packages Collection.
Vcheck is a tool for checking for latest versions of programs at
HTTP and FTP locations given a list of URLs and (Perl-style) regular
expressions to match, and to optionally download them automatically.
Mar 14, 2003:
the internationalization changes, somewhat modified, are now
reinstated. in theory awk will now do character comparisons
and case conversions in national language, but "." will always
be the decimal point separator on input and output regardless
of national language. isblank(){} has an #ifndef.
this no longer compiles on windows: LC_MESSAGES isn't defined
in vc6++.
fixed subtle behavior in field and record splitting: if FS is
a single character and RS is not empty, \n is NOT a separator.
this tortuous reading is found in the awk book; behavior now
matches gawk and mawk.
- logroll now rolls wtmpx and httpd-ssl as well (no reporting)
- proc-ipmon adds scan analysis and log data summary
- proc-news now produces a sorted domain-only readership report
* unicode combining character support
* new encoding: chinese GBK
* new 'backtick' command and string escape to embed command
output into e.g. the hardstatus line
Update submitted by Juan RP <juan@xtraeme.unixbsd.org>