- May 01, 2003
- Apr 30, 2003
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Event and a Semaphore (using sem_init). output_sem is now initialized immediately in sbbs_t::init() so if init() fails, the semaphore can be destroyed without causing a segfault.
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
-
rswindell authored
-
deuce authored
Node: This SHOULD pass command-line arguments to child make but doesn't/
-
deuce authored
-
deuce authored
-
- Apr 29, 2003
-
-
rswindell authored
-
rswindell authored
Eliminated some comment-out code.
-
rswindell authored
Checking return value of getnodedat() before calling putnodedat().
-
rswindell authored
mod.
-
rswindell authored
-
rswindell authored
-
rswindell authored
here.
-
rswindell authored
Renamed "curr_socket" local var in input_thread to just "sock".
-
rswindell authored
realloc it.
-
deuce authored
Get rid of startup.h kludge but makeing YIELD() an empty macro in nopen and getuserdat
-
deuce authored
NOTES: ------ startup.h has an ugly YIELD kludge in it, and includes both ringbuf.h and threadwrap.h. However, it is sometimes used in non-threaded utils. This must be fixed!
-
deuce authored
-
deuce authored
if the child changes ANY value.
-
deuce authored
-
- Apr 28, 2003
- Apr 27, 2003
-
-
deuce authored
this: Whever a user connects to a node, the unix domain socket localspy.sock is create in the node directory. This is a RAW connection to the users data stream. This is NOT a telnet connection. Do NOT telnet to the UDS... you will not like the results. However, you can easily and safely do something like: cat /sbbs/node1/localspy.sock Possibly netcat will allow you to remote control a users session... not sure if nc supports unix domain sockets or not. Have fun with this one.
-
deuce authored
to create a file as now are 0700
-