- Mar 10, 2018
-
-
rswindell authored
calling putcom() with a len value of 0 (which triggers an auto-string-length grab via strlen() which should be 0 - but.. meh).
-
deuce authored
-
deuce authored
-
deuce authored
Things return allocated pointers with errors in them now. FTP server updated, the rest to follow "soon".
-
rswindell authored
passsed as NULL) found by scan-build.
-
- Mar 09, 2018
-
-
rswindell authored
-
rswindell authored
Thanks scan-build!
-
deuce authored
-
deuce authored
a cryptlib error code.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
always get a string in cryptlib errors. Places that don't get an error string should now since it should always be useful.
-
deuce authored
(fix last commit)
-
deuce authored
Thanks scan-build!
-
deuce authored
call shutdown(sock, SHUT_RDWR) to do the TCP close, but leave the socket descriptor valid for the caller to clean up.
-
deuce authored
-
rswindell authored
FidoNet netmail messages. Fix problem reported by Rastus and Nelgin.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
-
deuce authored
This has apparently never been implemented for non-TLS sockets, but it is used by some.
-
deuce authored
Call FULLPATH() on local directories after changing Add cdir to MLSD in the bbs: mount Return full path in MLST
-
- Mar 08, 2018
-
-
deuce authored
-
deuce authored
-
deuce authored
(dirs and files). Include the unique fact in aliases as well. Clients can now tell that aliases are the same entry. For MLST <dir>, always return the full path of the dir instead of the specified or relative path. Likely some other minor fixes as well.
-
deuce authored
free() the mailproc causes a double-free crash.
-
deuce authored
-
deuce authored
like symlinks... note that they aren't shown as symlinks in the directory output, so it may be a bit of a surprise when relative paths are relative to the target rather than the alias.
-
rswindell authored
tasks in timed events).
-
rswindell authored
excessive log output from packing-QWK events.
-
rswindell authored
-
- Mar 07, 2018
-
-
deuce authored
-
deuce authored
-
rswindell authored
the startup->socket_open() callback wasn't being called. I'm not sure if this is correct with the *nix Spy socket stuff however.
-
deuce authored
to handle this somehow (but currently doesn't). Also, remove some debug output.
-
deuce authored
Add the '..' parent directory to libs and dirs Fly the TVFS flag now that relative dirs are working
-
deuce authored
LIST should likely check the return value now...
-
deuce authored
Add support for OPTS MLST command. Fix MLST FEAT response.
-