1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move the lprintf line from the child process to the parent process. More... about 23 years ago
Deuce's PTY mod: allows programs that require a tty (e.g. vi) to be run as externals (very nice!). More... about 23 years ago
Enables Deuce's fix for running all threads in Linux build as non-root user (_THREAD_SUID_BROKEN). More... about 23 years ago
Added BOOL setuid parameter to thread_up callback (necessary for Linux). Deuce's fixes for running all threads in Linux build as non-root user. More... about 23 years ago
Added BOOL setuid parameter to thread_up callback (necessary for Linux). More... about 23 years ago
Now calls thread_up() first thing in send and receive threads (for Linux setuid fix in sbbscon.c). Removed unnecessary seteuid calls around PASV port binding. More... about 23 years ago
Fixed bounds error in putuserdat(). More... about 23 years ago
Must get fulllpath to exe file from argv[0] before performing chdir (for help file location). More... about 23 years ago
Missing errno argument in printf() error message. More... about 23 years ago
Bugfix in ugetstr() CR should accept (not overwrite) initial value on K_EDIT. More... about 23 years ago
Fixed case of menu filenames: need to be lowercase for Unix-compatibility. More... about 23 years ago
Fixed case of menu filenames: need to be lowercase for Unix-compatibility. More... about 23 years ago
Kylix3 project files (withOUT JavaScript support) More... about 23 years ago
Disable optimizations in debug Kylix build. More... about 23 years ago
Updated for JavaScript support. More... about 23 years ago
Kylix3 project file. More... about 23 years ago
Changed lputs() to return string length (matching prototype in sbbs.h). Only calls services functions if JAVASCRIPT defined. More... about 23 years ago
New properties: msg_id, msg_reply_id, smb_msgs, and smb_curmsg. More... about 23 years ago
Disabled bc++ warnings: variable assigned value that is never used. More... about 23 years ago
New @-codes: MSG_NUM, MSG_ID, MSG_REPLY_ID, SMB_MSGS, SMB_CURMSG, SMB_LAST_MSG, SMB_MAX_MSGS, SMB_MAX_CRCS, SMB_MAX_AGE, and SMB_TOTAL_MSGS. More... about 23 years ago
smbmsg_t subnum element has been removed (unused). More... about 23 years ago
Uses new smb_t elements: curmsg and msgs More... about 23 years ago
Eliminated subnum element from smbmsg_t definition (not needed). Added curmsg and msgs elements to smb_t definition (for new @-codes). More... about 23 years ago
No longer needed; post_t is defined in sbbsdefs.h. More... about 23 years ago
putuserdat() and putuserrec() now opens user.dat iin rd/wr mode to allow bcc/linux sopen/lock to succeed. More... about 23 years ago
getsockopt() takes a socklen_t len parameter in libc. More... about 23 years ago
getsockopt() takes a void* opt parameter in libc. More... about 23 years ago
gcc wants integer for string width precision in printf format. More... about 23 years ago
md() only calls lprintf if it failed to create the directory. More... about 23 years ago
Added the word "Revision" to start-up notice. More... about 23 years ago