pkgsrc/chat/silc-server/PLIST

43 lines
1.5 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.18 2005/06/19 01:22:17 salo Exp $
lib/silc-server/libsilc.la
lib/silc-server/modules/aes.sim.so
lib/silc-server/modules/blowfish.sim.so
lib/silc-server/modules/cast.sim.so
lib/silc-server/modules/md5.sim.so
lib/silc-server/modules/none.sim.so
lib/silc-server/modules/rc5.sim.so
lib/silc-server/modules/rsa.sim.so
lib/silc-server/modules/sha1.sim.so
lib/silc-server/modules/twofish.sim.so
Update to version 0.9.9.1. Changes from 0.9.8 to 0.9.9.1 ============================= * Updated protocol version to 1.2. Clients and servers with support for 1.1 are not compatible with the new protocol! * Print notify for server opers when backup router comes online. * Resolve the client's public key in JOIN command if the founder auth data is being requested but we don't know the client's public key. * Added idle and signon fields to the ATTRIBUTE_SERVICE attribute to indicate the user's current idle and signon timeof a service. * Added MAC field to the Private Message Payload to protect against chosen ciphertext attacks. * Defined the SILC_MESSAGE_FLAG_SIGNED. * Added ERR_UNSUPPORTED_PUBLIC_KEY and ERR_OPERATION_ALLOWED status types. * Added support for normal client to kill its own entries from the network. * Compute maximum padding for authentication packets to make passphrase approximation attacks impossible (padding must be at least 8 bytes now). * Added support for rekey before 2^32 sequence number wraps. * Added Encrypt-Then-MAC order to SILC packet MAC generation. Deprecated the old Encrypt-And-MAC order. * Added Encrypt-Then-MAC order to Channel Message Payload MAC generation. * Added support for setting FOUNDER mode on channel with specific public key which can be set with CMODE command. * Don't wait for EOF after socket error has occurred, but close the connection. * Assure the RESUME_CLIENT packet is not sent to twice to backup router if the detached client was originated from the backup. * Added support for removing client from invite list when kicked from channel, as SILC 1.2 dictates. * Added support for the SILC 1.2 BAN and INVITEcommands and new ban and invite lists to server. * Remove client from invite list in KILLED notify and in KILL command. * Do not send invite list back unless asked (when sending no arguments) or when list was modified. * MARS is now gone. * Added manual pages for silcd(8) and silcd.conf(5). * Fixed WATCH command reply handling on normal server which was missing altogether. * Fixed double free in WHOIS query on normal server when forwarding query to router. * Fixed MOTD command reply sending. * Fixed the INVITE command to send the invite list in command reply. * Fixed PING command sending in client library and handling in server. The server ID must be ID Payload, not raw ID data. * Fixed NICK command to not crash if nickname was not sent. * Fixed channel's global_user boolean checking after detaching. Check it after changing the owner of the client not before. * Fixed channel key distribution after resuming detached client. * Fixed memory leaks with SIMs in server. * Fixed bugs in invite list handling in INVITE command.
2002-12-04 18:31:55 +01:00
man/man5/silcd.conf.5
man/man8/silcd.8
sbin/silcd
share/doc/silc-server/CHANGES
share/doc/silc-server/COPYING
share/doc/silc-server/CREDITS
share/doc/silc-server/FAQ
share/doc/silc-server/INSTALL
share/doc/silc-server/README
share/doc/silc-server/TODO
share/doc/silc-server/draft-riikonen-presence-attrs-03.txt
share/doc/silc-server/draft-riikonen-silc-commands-06.txt
share/doc/silc-server/draft-riikonen-silc-flags-payloads-04.txt
share/doc/silc-server/draft-riikonen-silc-ke-auth-08.txt
share/doc/silc-server/draft-riikonen-silc-pp-09.txt
share/doc/silc-server/draft-riikonen-silc-spec-08.txt
share/examples/rc.d/silcd
share/examples/silc-server/README
share/examples/silc-server/cell_backup.conf
share/examples/silc-server/cell_router.conf
share/examples/silc-server/cell_server1.conf
share/examples/silc-server/cell_server2.conf
share/examples/silc-server/motd.txt.default
share/examples/silc-server/silcalgs.conf.default
share/examples/silc-server/silcd.conf.default
share/examples/silc-server/silcd.prv
share/examples/silc-server/silcd.pub
@dirrm share/examples/silc-server
@dirrm share/doc/silc-server
@dirrm lib/silc-server/modules
@dirrm lib/silc-server