- Sep 03, 2003
-
-
runderwo authored
Changed 'disclaimer' handling to use ftouch() instead.
-
- Sep 02, 2003
-
-
rswindell authored
search_nickbuf() search loop stops at last element in history array (no need to compare elements that don't exist).
-
deuce authored
-
deuce authored
-
cyan authored
properly across servers.
-
deuce authored
-
deuce authored
to track down the issue, I finally gave up... as a result, there is a new feature! Linux will no longer completely drop it's root privs (It never really did anyways, and you couldn't possibly make it... but now it does so even less) As a result, Linux can now recycle all servers when running as non-root. From a security standpoint, doing this is more secure than running as root, but less secure than the behaviour on POSIX.4 compliant pthreads. Running the BBS as root means that if a user can create a file with the name of his choice, or pass *any* command through to a shell, that user will get root access to the machine. Using the new behaviour, the user would need to trick the Synchronet binary itself into executing arbitrary and specially crafted code... probobly using the dreaded buffer overflow... of which there are probobly some in the web server code. :-) If the user can do this much more tricky feat, then the user gets root privs. If not, the user will have to find something else to exploit on your system. Knowing that some *BSD users (surely not OpenBSD users though) will want to trade security for convenience, I stole a page out of the Sendmail book and implemented a "DONT_BLAME_SYNCHRONET" make option. Compiling like this: gmake DONT_BLAME_SYNCHRONET=1 Will implement this same behaviour on non-Linux platforms. Allowing this partial security feature.
-
- Sep 01, 2003
-
-
rswindell authored
-
- Aug 31, 2003
-
-
cyan authored
Support user PASS command to check vs. local synchronet db, global notices for opers, fixed bug with netwide TOPIC displaying server name instead of nick, TOPIC wasn't propagating beyond servers 1 hop deep, support nick hunting as per RFC1459, nick TS was incorrect, fixed reading of null line from config as per Deuce, WALLOPS wasn't propagating properly, began work on server-to-server numeric passing (ala VERSION), searchbyserver accepts wildcards and nicknames as valid server targets, an oper who SQUITs their uplink gets QUIT from it as per normal :)
-
- Aug 30, 2003
-
-
rswindell authored
used.
-
rswindell authored
-
rswindell authored
-
cyan authored
-
rswindell authored
-
rswindell authored
(doesn't yet work for routing to uplinks).
-
rswindell authored
file (msgdate) so that modules that use date_str.c will not require smblib too.
-
rswindell authored
-
rswindell authored
it would always update the message at index offset 0, thus not correctly marking the sent message as deleted and sending dupes later. This also led to mild mail database corruption (duplicate message numbers and index header offsets).
-
rswindell authored
if the message header is going to be later written to disk.
-
deuce authored
builds to link in the pth lib.
-
rswindell authored
Requires USE_DOSEMU to be predefined.
-
- Aug 29, 2003
-
-
rswindell authored
read/write permissions).
-
deuce authored
in ulist() Cleaned up many insanities, memory leaks, weird behaviours, etc. in showbuf()
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
-
rswindell authored
column display).
-
rswindell authored
filename.
-
rswindell authored
-
rswindell authored
static services to lose their argv/argc values.
-
rswindell authored
-
rswindell authored
iniFile key in the [services] section.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
- Aug 28, 2003