silc.git
21 years ago Added -P option to change the passphrase of the private key. silc.server.0.9.8
Pekka Riikonen [Sat, 2 Nov 2002 22:12:54 +0000 (22:12 +0000)]
Added -P option to change the passphrase of the private key.

21 years ago Added silc_change_private_key_passphrase.
Pekka Riikonen [Sat, 2 Nov 2002 22:12:36 +0000 (22:12 +0000)]
Added silc_change_private_key_passphrase.

21 years ago Added support for encrypted private key files. The passphrase
Pekka Riikonen [Sat, 2 Nov 2002 20:06:34 +0000 (20:06 +0000)]
Added support for encrypted private key files.  The passphrase
is now used when creating new key pair, and if necessary prompted
for when loading the key pair.

21 years ago Assure on silc_get_input that we can actually have input on
Pekka Riikonen [Sat, 2 Nov 2002 20:03:18 +0000 (20:03 +0000)]
Assure on silc_get_input that we can actually have input on
all terminals.

21 years ago Comment fixes.
Pekka Riikonen [Sat, 2 Nov 2002 19:29:28 +0000 (19:29 +0000)]
Comment fixes.

21 years ago Fixed silc_hmac_init_with_key, which didn't set the key correctly.
Pekka Riikonen [Sat, 2 Nov 2002 19:19:14 +0000 (19:19 +0000)]
Fixed silc_hmac_init_with_key, which didn't set the key correctly.

21 years ago cast fixes.
Pekka Riikonen [Sat, 2 Nov 2002 17:36:14 +0000 (17:36 +0000)]
cast fixes.

21 years ago Explicit type casts added.
Pekka Riikonen [Sat, 2 Nov 2002 17:09:28 +0000 (17:09 +0000)]
Explicit type casts added.

21 years ago Clear key material buffers before freeing.
Pekka Riikonen [Sat, 2 Nov 2002 16:00:15 +0000 (16:00 +0000)]
Clear key material buffers before freeing.

21 years ago Renamed ARGS macro to SILC_ARGS.
Pekka Riikonen [Sat, 2 Nov 2002 11:45:45 +0000 (11:45 +0000)]
Renamed ARGS macro to SILC_ARGS.

21 years ago Fixed connection freeing to not crash in disconnection.
Pekka Riikonen [Sat, 2 Nov 2002 10:55:21 +0000 (10:55 +0000)]
Fixed connection freeing to not crash in disconnection.

21 years ago updates.
Pekka Riikonen [Sat, 2 Nov 2002 10:27:38 +0000 (10:27 +0000)]
updates.

21 years ago updates.
Pekka Riikonen [Fri, 1 Nov 2002 21:52:35 +0000 (21:52 +0000)]
updates.

21 years ago silcincludes.h -> silcincludes.h.in
Pekka Riikonen [Fri, 1 Nov 2002 16:58:37 +0000 (16:58 +0000)]
silcincludes.h -> silcincludes.h.in

21 years ago updates.
Pekka Riikonen [Fri, 1 Nov 2002 16:43:25 +0000 (16:43 +0000)]
updates.

21 years ago updates
Pekka Riikonen [Fri, 1 Nov 2002 16:19:21 +0000 (16:19 +0000)]
updates

21 years ago updates
Pekka Riikonen [Fri, 1 Nov 2002 16:19:21 +0000 (16:19 +0000)]
updates

21 years ago Added asserts for mandatory stuff.
Pekka Riikonen [Fri, 1 Nov 2002 12:17:39 +0000 (12:17 +0000)]
Added asserts for mandatory stuff.

21 years ago updates
Pekka Riikonen [Fri, 1 Nov 2002 12:11:29 +0000 (12:11 +0000)]
updates

21 years ago update
Pekka Riikonen [Fri, 1 Nov 2002 12:08:56 +0000 (12:08 +0000)]
update

21 years ago Do not include silcdefs.h in installed headers anymore. Include
Pekka Riikonen [Fri, 1 Nov 2002 12:07:51 +0000 (12:07 +0000)]
Do not include silcdefs.h in installed headers anymore.  Include
silcdefs.h only during compilation time.

21 years ago Added SILC_ENABLE_DEBUG macro.
Pekka Riikonen [Fri, 1 Nov 2002 11:39:52 +0000 (11:39 +0000)]
Added SILC_ENABLE_DEBUG macro.

21 years ago Changed #ifdefs from headers to if defined().
Pekka Riikonen [Fri, 1 Nov 2002 10:31:15 +0000 (10:31 +0000)]
Changed #ifdefs from headers to if defined().

21 years ago Moved the SilcClient and SilcClientConnection to the public
Pekka Riikonen [Fri, 1 Nov 2002 09:33:09 +0000 (09:33 +0000)]
Moved the SilcClient and SilcClientConnection to the public
silcclient.h and cleaned up the structures a bit.

21 years ago Compile shared by default
Pekka Riikonen [Fri, 1 Nov 2002 08:37:28 +0000 (08:37 +0000)]
Compile shared by default

21 years ago Comment update.
Pekka Riikonen [Thu, 31 Oct 2002 21:52:53 +0000 (21:52 +0000)]
Comment update.

21 years ago If port to silc_clinet_connect_to_server is zero, use default port.
Pekka Riikonen [Thu, 31 Oct 2002 21:46:04 +0000 (21:46 +0000)]
If port to silc_clinet_connect_to_server is zero, use default port.

21 years ago Changed the version string variables to #defines.
Pekka Riikonen [Thu, 31 Oct 2002 21:30:07 +0000 (21:30 +0000)]
Changed the version string variables to #defines.
Renamed "connect" and "disconnect" client operations to
"connected" and "disconnected".

21 years ago Clarified comments.
Pekka Riikonen [Thu, 31 Oct 2002 21:29:29 +0000 (21:29 +0000)]
Clarified comments.

21 years ago updates.
Pekka Riikonen [Thu, 31 Oct 2002 21:00:28 +0000 (21:00 +0000)]
updates.

21 years ago Add the version string in library if application does not provide it.
Pekka Riikonen [Thu, 31 Oct 2002 20:45:07 +0000 (20:45 +0000)]
Add the version string in library if application does not provide it.

21 years ago updates.
Pekka Riikonen [Thu, 31 Oct 2002 17:50:02 +0000 (17:50 +0000)]
updates.

21 years ago Added missing.
Pekka Riikonen [Thu, 31 Oct 2002 17:48:41 +0000 (17:48 +0000)]
Added missing.

21 years ago updates
Pekka Riikonen [Thu, 31 Oct 2002 11:52:32 +0000 (11:52 +0000)]
updates

21 years ago updates.
Pekka Riikonen [Wed, 30 Oct 2002 16:57:01 +0000 (16:57 +0000)]
updates.

21 years agoremove surplus ;
Lubomir Sedlacik [Wed, 30 Oct 2002 15:41:05 +0000 (15:41 +0000)]
remove surplus ;

21 years ago updates
Pekka Riikonen [Wed, 30 Oct 2002 15:17:51 +0000 (15:17 +0000)]
updates

21 years ago Added shared library compilation support.
Pekka Riikonen [Wed, 30 Oct 2002 15:17:26 +0000 (15:17 +0000)]
Added shared library compilation support.

21 years ago Added silcapputil.[ch] for application utility functions for
Pekka Riikonen [Tue, 29 Oct 2002 20:18:04 +0000 (20:18 +0000)]
Added silcapputil.[ch] for application utility functions for
convenience.  Moved code around from irssi and server to this
new file.

21 years ago Send RESUME_CLIENT from router to backups too.
Pekka Riikonen [Tue, 29 Oct 2002 16:20:58 +0000 (16:20 +0000)]
Send RESUME_CLIENT from router to backups too.

21 years ago Merged latest from irssi.org CVS.
Pekka Riikonen [Mon, 28 Oct 2002 19:58:51 +0000 (19:58 +0000)]
Merged latest from irssi.org CVS.

21 years ago Fixed memory leak in JOIN command reply.
Pekka Riikonen [Mon, 28 Oct 2002 19:52:07 +0000 (19:52 +0000)]
Fixed memory leak in JOIN command reply.

21 years ago In IDENTIFY command parsing, send all other IDs except
Pekka Riikonen [Mon, 28 Oct 2002 19:29:08 +0000 (19:29 +0000)]
In IDENTIFY command parsing, send all other IDs except
Client IDs explicitly to router for resolving on normal
server.  Also check that ID received in WHOIS command is
always Client ID, others are not allowed.

21 years ago updates.
Pekka Riikonen [Sun, 27 Oct 2002 10:25:43 +0000 (10:25 +0000)]
updates.

21 years ago Fixed the query sending between router and server. Fixed bugs
Pekka Riikonen [Sun, 27 Oct 2002 10:25:15 +0000 (10:25 +0000)]
Fixed the query sending between router and server.  Fixed bugs
#36, #38.  Fixed client's server updating in detach, bug #37.
Fixed memory leaks.

21 years ago Fixed the heartbeat sending. Move silc_client_packet_send
Pekka Riikonen [Sun, 27 Oct 2002 10:24:14 +0000 (10:24 +0000)]
Fixed the heartbeat sending.  Move silc_client_packet_send
to be public function.

21 years ago Attach to existing client resolvings in CUMODE and CMODE notifys.
Pekka Riikonen [Sun, 27 Oct 2002 09:34:18 +0000 (09:34 +0000)]
Attach to existing client resolvings in CUMODE and CMODE notifys.

21 years ago Resolve incomplete client entry in CMODE and CUMODE notify Resolve incomplete client...
Pekka Riikonen [Sun, 27 Oct 2002 09:27:02 +0000 (09:27 +0000)]
Resolve incomplete client entry in CMODE and CUMODE notify Resolve incomplete client entry in CMODE and CUMODE notify Resolve incomplete client entry in CMODE and CUMODE notifyisss

21 years ago Merged c0ffee's /set heartbeat patch.
Pekka Riikonen [Sun, 27 Oct 2002 08:46:08 +0000 (08:46 +0000)]
Merged c0ffee's /set heartbeat patch.

21 years ago added OP alias.
Pekka Riikonen [Fri, 25 Oct 2002 18:10:25 +0000 (18:10 +0000)]
added OP alias.

21 years agoprint "no" if iconv() is not found. do not break configure if iconv() is not
Lubomir Sedlacik [Fri, 25 Oct 2002 00:54:18 +0000 (00:54 +0000)]
print "no" if iconv() is not found.  do not break configure if iconv() is not
good enough, just recommend using libiconv.

21 years ago updates
Pekka Riikonen [Thu, 24 Oct 2002 15:56:15 +0000 (15:56 +0000)]
updates

21 years ago Added missing code; unprintable mime data must be notified.
Pekka Riikonen [Thu, 24 Oct 2002 15:54:27 +0000 (15:54 +0000)]
Added missing code; unprintable mime data must be notified.

21 years agomake it clear that GNU make is required
Lubomir Sedlacik [Thu, 24 Oct 2002 13:59:09 +0000 (13:59 +0000)]
make it clear that GNU make is required

21 years ago ROBODoc documented lib/silcrypt/silccipher.h. Patch by Toni
Pekka Riikonen [Thu, 24 Oct 2002 12:18:58 +0000 (12:18 +0000)]
ROBODoc documented lib/silcrypt/silccipher.h.  Patch by Toni
Willberg.
Changed the SilcCipher to be private context.

21 years ago Fixed memory leaks around the tree.
Pekka Riikonen [Thu, 24 Oct 2002 10:29:25 +0000 (10:29 +0000)]
Fixed memory leaks around the tree.
Fixed channel key packet processing bug in backup router.
Fixed channel message encryption bug in backup router during
backup resuming protoocol.

21 years ago updates
Pekka Riikonen [Thu, 24 Oct 2002 08:41:18 +0000 (08:41 +0000)]
updates

21 years ago updates.
Pekka Riikonen [Wed, 23 Oct 2002 19:31:13 +0000 (19:31 +0000)]
updates.

21 years ago Fixed services attributes printing.
Pekka Riikonen [Wed, 23 Oct 2002 19:30:37 +0000 (19:30 +0000)]
Fixed services attributes printing.

21 years ago updates. silc.toolkit.0.9.4
Pekka Riikonen [Wed, 23 Oct 2002 17:09:58 +0000 (17:09 +0000)]
updates.

21 years ago Fixed type cast.
Pekka Riikonen [Wed, 23 Oct 2002 16:18:14 +0000 (16:18 +0000)]
Fixed type cast.

21 years ago updates.
Pekka Riikonen [Wed, 23 Oct 2002 16:02:08 +0000 (16:02 +0000)]
updates.

21 years ago No unaligned access to pointers.
Pekka Riikonen [Wed, 23 Oct 2002 15:34:23 +0000 (15:34 +0000)]
No unaligned access to pointers.

21 years ago weird bughunting.
Pekka Riikonen [Wed, 23 Oct 2002 15:17:25 +0000 (15:17 +0000)]
weird bughunting.

21 years ago libtool fix.
Pekka Riikonen [Wed, 23 Oct 2002 15:16:12 +0000 (15:16 +0000)]
libtool fix.

21 years ago Removed unneessary fields.
Pekka Riikonen [Wed, 23 Oct 2002 12:39:22 +0000 (12:39 +0000)]
Removed unneessary fields.

21 years ago bugfix
Pekka Riikonen [Wed, 23 Oct 2002 07:47:23 +0000 (07:47 +0000)]
bugfix

21 years ago Fixed to IPv6 check.
Pekka Riikonen [Wed, 23 Oct 2002 07:00:40 +0000 (07:00 +0000)]
Fixed to IPv6 check.
Don't run configure for mpi if GMP was selected.

21 years ago updates
Pekka Riikonen [Wed, 23 Oct 2002 06:54:58 +0000 (06:54 +0000)]
updates

21 years ago Typo fixes. silc.server.0.9.7
Pekka Riikonen [Tue, 22 Oct 2002 13:52:16 +0000 (13:52 +0000)]
Typo fixes.

21 years ago comment fix
Pekka Riikonen [Tue, 22 Oct 2002 13:12:44 +0000 (13:12 +0000)]
comment fix

21 years ago updates
Pekka Riikonen [Tue, 22 Oct 2002 13:06:11 +0000 (13:06 +0000)]
updates

21 years ago Added support for creating PostScript Toolkit Reference Manual.
Pekka Riikonen [Tue, 22 Oct 2002 13:05:49 +0000 (13:05 +0000)]
Added support for creating PostScript Toolkit Reference Manual.

21 years ago comment fix.
Pekka Riikonen [Tue, 22 Oct 2002 10:17:12 +0000 (10:17 +0000)]
comment fix.

21 years ago updates
Pekka Riikonen [Tue, 22 Oct 2002 10:12:33 +0000 (10:12 +0000)]
updates

21 years ago updates
Pekka Riikonen [Tue, 22 Oct 2002 10:05:38 +0000 (10:05 +0000)]
updates

21 years ago Added automatically generated index to Toolkit Reference Manual.
Pekka Riikonen [Tue, 22 Oct 2002 10:00:27 +0000 (10:00 +0000)]
Added automatically generated index to Toolkit Reference Manual.

21 years ago updates
Pekka Riikonen [Tue, 22 Oct 2002 07:07:11 +0000 (07:07 +0000)]
updates

21 years ago missing ;
Pekka Riikonen [Tue, 22 Oct 2002 06:27:26 +0000 (06:27 +0000)]
missing ;

21 years ago updates
Pekka Riikonen [Mon, 21 Oct 2002 19:31:14 +0000 (19:31 +0000)]
updates

21 years ago Merged autoconn port fix from irssi.org CVS.
Pekka Riikonen [Mon, 21 Oct 2002 19:30:15 +0000 (19:30 +0000)]
Merged autoconn port fix from irssi.org CVS.

21 years ago Merged autoport fix from irssi.org CVS.
Pekka Riikonen [Mon, 21 Oct 2002 19:29:45 +0000 (19:29 +0000)]
Merged autoport fix from irssi.org CVS.

21 years ago updates from irssi.org CVS.
Pekka Riikonen [Mon, 21 Oct 2002 19:05:40 +0000 (19:05 +0000)]
updates from irssi.org CVS.

21 years ago removed.
Pekka Riikonen [Mon, 21 Oct 2002 18:16:52 +0000 (18:16 +0000)]
removed.

21 years ago updates. silc.client.0.9.7
Pekka Riikonen [Mon, 21 Oct 2002 18:09:32 +0000 (18:09 +0000)]
updates.

21 years ago updates
Pekka Riikonen [Mon, 21 Oct 2002 17:55:42 +0000 (17:55 +0000)]
updates

21 years ago ROBODoc documented. A patch by Ville Räsänen.
Pekka Riikonen [Mon, 21 Oct 2002 17:35:56 +0000 (17:35 +0000)]
ROBODoc documented.  A patch by Ville Räsänen.

21 years ago Added default settings for QoS in server configuration.
Pekka Riikonen [Sun, 20 Oct 2002 20:16:57 +0000 (20:16 +0000)]
Added default settings for QoS in server configuration.

21 years ago Added sort-of Quality of Service (QoS) support to the
Pekka Riikonen [Sun, 20 Oct 2002 20:09:58 +0000 (20:09 +0000)]
Added sort-of Quality of Service (QoS) support to the
SilcSocketConnection and added support for configuring it to
SILC Server.

21 years ago Added 'send_events' boolean argument to the function
Pekka Riikonen [Sun, 20 Oct 2002 16:57:55 +0000 (16:57 +0000)]
Added 'send_events' boolean argument to the function
which sends the set events to the application explicitly if set
to TRUE.  Default action should be FALSE.i

21 years ago OPER and SILCOPER auth failures are now logged. Bug #25
Pekka Riikonen [Sun, 20 Oct 2002 12:31:53 +0000 (12:31 +0000)]
OPER and SILCOPER auth failures are now logged.  Bug #25

21 years ago Added
Pekka Riikonen [Sun, 20 Oct 2002 12:17:30 +0000 (12:17 +0000)]
Added

21 years ago Typoxfixes.
Pekka Riikonen [Sun, 20 Oct 2002 12:14:52 +0000 (12:14 +0000)]
Typoxfixes.

21 years ago Merged with Irssi CVS.
Pekka Riikonen [Sun, 20 Oct 2002 12:13:28 +0000 (12:13 +0000)]
Merged with Irssi CVS.

21 years ago Comments fixes.
Pekka Riikonen [Sun, 20 Oct 2002 11:59:54 +0000 (11:59 +0000)]
Comments fixes.

21 years ago updates.
Pekka Riikonen [Sat, 19 Oct 2002 13:13:30 +0000 (13:13 +0000)]
updates.

21 years ago Removed documentatino of private struct.
Pekka Riikonen [Sat, 19 Oct 2002 11:42:16 +0000 (11:42 +0000)]
Removed documentatino of private struct.

21 years ago ROBODoc documented. Patch by Ville Räsänen.
Pekka Riikonen [Sat, 19 Oct 2002 11:33:42 +0000 (11:33 +0000)]
ROBODoc documented.  Patch by Ville Räsänen.

21 years ago updates.
Pekka Riikonen [Fri, 18 Oct 2002 14:36:15 +0000 (14:36 +0000)]
updates.

21 years ago Fixed ATTR -del to work.
Pekka Riikonen [Fri, 18 Oct 2002 14:24:56 +0000 (14:24 +0000)]
Fixed ATTR -del to work.