Alexander Barton
|
8308c170db
|
Fixed a bug that could case a root exploit when the daemon is compiled
to do IDENT lookups and is logging to syslog. Bug discovered by CoKi,
<coki@nosystem.com.ar>, thanks a lot!
(http://www.nosystem.com.ar/advisories/advisory-11.txt)
|
2005-02-03 09:26:42 +00:00 |
Alexander Barton
|
07fe19889b
|
Updated ChangeLog for 0.8.2.
|
2005-02-03 09:11:43 +00:00 |
Alexander Barton
|
0c293ae988
|
Updated config.sub and config.guess
|
2005-01-27 00:15:53 +00:00 |
Alexander Barton
|
18c92d9de7
|
We are in the year 2005 now! :-)
|
2005-01-26 22:03:15 +00:00 |
Alexander Barton
|
2440ed080c
|
Fixed a buffer overflow that could cause the daemon to crash. Bug found
by Florian Westphal, <westphal@foo.fh-furtwangen.de>.
|
2005-01-26 13:23:24 +00:00 |
Alexander Barton
|
669da58715
|
Updated list of contributors.
|
2005-01-26 13:21:00 +00:00 |
Alexander Barton
|
39f1ddd9d0
|
New function ngt_TrimLastChr(), prototype by Florian Westphal.
|
2005-01-25 16:16:48 +00:00 |
Alexander Barton
|
34e912d9f2
|
Fixed a typo in variable name ...
|
2005-01-24 14:19:04 +00:00 |
Alexander Barton
|
44172a8c7f
|
Fixed a possible buffer underrun when reading the MOTD file. Thanks to
Florian Westphal, <westphal@foo.fh-furtwangen.de>.
|
2005-01-24 14:17:21 +00:00 |
Alexander Barton
|
a6d7fb8739
|
Code cleanups from Florian Westphal, <westphal@foo.fh-furtwangen.de>:
wrote functions for common error messages.
|
2005-01-20 00:13:08 +00:00 |
Alexander Barton
|
d16ce5a735
|
Code cleanups from Florian Westphal, <westphal@foo.fh-furtwangen.de>.
|
2005-01-20 00:11:49 +00:00 |
Alexander Barton
|
a40a026d15
|
Fixed detection of IRC lines which are too long to send. Detected by
Florian Westphal, <westphal@foo.fh-furtwangen.de>.
|
2005-01-19 23:33:53 +00:00 |
Alexander Barton
|
6c5f4beb53
|
Fixed return values of our own implementation of strlcpy(). The code has
been taken from rsync and they fixed it, but we didn't until today :-/
|
2005-01-18 09:05:37 +00:00 |
Alexander Barton
|
26b0ddf200
|
Translated source code comments.
|
2005-01-17 13:14:36 +00:00 |
Alexander Barton
|
b6690df2be
|
Raised the maximum length of passwords to 20 characters.
|
2005-01-17 13:01:34 +00:00 |
Alexander Barton
|
6dacec7ded
|
Fixed typo: ports are separated by ",". Thanks to Florian Westphal.
|
2005-01-17 12:51:17 +00:00 |
Alexander Barton
|
429b5f3ec9
|
Fixed a memory leak when resizing the connection pool and realloc() failed.
Now we don't fall back to malloc(), which should be sane anyway.
Patch from Florian Westphal, <westphal@foo.fh-furtwangen.de>.
|
2005-01-17 11:57:39 +00:00 |
Alexander Barton
|
81bacda627
|
Added URLs for stunnel.
|
2004-12-27 01:11:40 +00:00 |
Alexander Barton
|
6960cb4c38
|
Added documentation for SSL support.
|
2004-12-27 01:04:35 +00:00 |
Alexander Barton
|
7b61b34c56
|
Make more clear that there can be more than one [Operator], [Server] and
[Channel] section in the configuration file.
|
2004-12-27 00:55:06 +00:00 |
Alexander Barton
|
386d3b9e67
|
Fixed wrong port number in example.
|
2004-12-27 00:48:59 +00:00 |
Alexander Barton
|
5049c5c694
|
Don't use a POSIX thread for the Howl "run loop".
|
2004-12-26 16:48:53 +00:00 |
Alexander Barton
|
292879aca4
|
Added support for the Howl (http://www.porchdogsoft.com/products/howl/)
Rendezvous API, in addition to the API of Apple (Mac OS X).
|
2004-12-26 00:14:33 +00:00 |
Alexander Barton
|
dcb9e2a004
|
Updated documentation for release 0.8.1
|
2004-12-25 00:22:00 +00:00 |
Alexander Barton
|
0d10c60b31
|
Updated config.guess and config.sub
|
2004-12-25 00:10:19 +00:00 |
Alexander Barton
|
08e0b277bc
|
Updated documentation ...
|
2004-12-25 00:00:14 +00:00 |
Alexander Barton
|
58736b3902
|
Fixed indentation and added some more debug code.
|
2004-12-22 17:37:41 +00:00 |
Alexander Barton
|
f7354cdf28
|
Updated list of supported/tested platforms.
|
2004-11-09 11:00:33 +00:00 |
Alexander Barton
|
196f27c4ad
|
Fixed spelling mistake.
|
2004-10-31 12:17:22 +00:00 |
Alexander Barton
|
c1f32e8214
|
Made ngIRCd compile on HP/UX 10.20 with native HP pre-ANSI C compiler and
most probably other older C compilers on other systems.
|
2004-10-20 13:47:32 +00:00 |
Alexander Barton
|
eee2762852
|
Changed "read buffer" to "receive buffer" as suggested by Goetz.
|
2004-10-04 23:23:41 +00:00 |
Alexander Barton
|
c79fa28a66
|
Added some missing words: "address" :-)
|
2004-10-04 23:09:04 +00:00 |
Alexander Barton
|
1e692e5890
|
Fixed wrong variable names in output of "ngircd --configtest".
|
2004-09-24 18:00:40 +00:00 |
Alexander Barton
|
ceafdf109b
|
Added functions.inc to EXTRA_DIST files.
|
2004-09-08 09:40:51 +00:00 |
Alexander Barton
|
450251f082
|
Fixed echo without newline for systems not understanding "echo -n"; added
new file "functions.inc" for functions usable by all test scripts.
|
2004-09-06 22:04:06 +00:00 |
Alexander Barton
|
ceef058065
|
Reverted extension of the "make all" target in the test-suite.
|
2004-09-06 20:35:28 +00:00 |
Alexander Barton
|
b04a526a19
|
Fixed wrong exit code check of "kill -0".
|
2004-09-06 20:22:30 +00:00 |
Alexander Barton
|
2f195a07b2
|
Updated documentation.
|
2004-09-06 00:35:52 +00:00 |
Alexander Barton
|
f38eeedfd7
|
Fxied name of "default file" for ngircd-full package. And do the test if
the binary is executable after reading this file.
|
2004-09-06 00:32:20 +00:00 |
Alexander Barton
|
8ca1e4d548
|
If ServerUID is defined change the working directory to the home directory
of this user.
|
2004-09-04 20:28:51 +00:00 |
Alexander Barton
|
e07cc4bb63
|
Updated documentation :-)
|
2004-09-04 19:39:24 +00:00 |
Alexander Barton
|
c5bdd86f96
|
Enhanced messages and exit codes.
|
2004-09-04 19:14:46 +00:00 |
Alexander Barton
|
aa26e2ef36
|
Added all test scripts to target "all".
|
2004-09-04 19:14:02 +00:00 |
Alexander Barton
|
9445962237
|
Changed text "test scripts" to "processes": some versions of expect(1)
fork child processes ...
|
2004-09-04 18:22:42 +00:00 |
Alexander Barton
|
6b898b63f0
|
Removed counting of test processes; don't check running processes by default.
|
2004-09-04 18:20:16 +00:00 |
Alexander Barton
|
f7a4d03ba2
|
Added detection of flags for ps(1).
|
2004-09-04 16:14:47 +00:00 |
Alexander Barton
|
ade1e2eb7b
|
Added README, test-loop.sh and wait-tests.sh to EXTRA_DIST files.
|
2004-09-04 15:46:56 +00:00 |
Alexander Barton
|
a9a605de3e
|
Made stress-server.sh to use wait-tests.sh to limit number of parallel tests.
|
2004-09-04 15:45:27 +00:00 |
Alexander Barton
|
7ec11de523
|
Two new scripts: test-loop.sh and wait-tests.sh
|
2004-09-04 15:44:45 +00:00 |
Alexander Barton
|
18eb92a72b
|
Added support for looping and other enhancements.
|
2004-09-04 14:23:09 +00:00 |