| Commit message (Expand) | Author | Age | Files | Lines |
* | * unquote [new] [guest]. | piaip | 2009-08-23 | 1 | -2/+2 |
* | Prevent memory leak. Pointer should be assigned after checking return value. | wens | 2009-07-10 | 1 | -1/+1 |
* | * code refine: prevent double free / memory leaks | piaip | 2009-07-10 | 1 | -20/+31 |
* | allow disable INSCREEN in logind | piaip | 2009-06-19 | 1 | -2/+4 |
* | * logind: setproctitle does not have prefix/postfix on Linux | piaip | 2009-06-19 | 1 | -1/+1 |
* | * move emaildb to standalone regmaildb | piaip | 2009-06-19 | 2 | -3/+7 |
* | * async logattempts | piaip | 2009-06-19 | 1 | -25/+147 |
* | * fix: if connection was closed before being acked, the ack should be abando... | piaip | 2009-06-18 | 1 | -13/+20 |
* | * let loginc support async protocol. | kcwu | 2009-06-18 | 1 | -7/+13 |
* | * increase tunnel buffer size | piaip | 2009-06-18 | 1 | -0/+17 |
* | * prevent using non-block mode for tunnel | piaip | 2009-06-18 | 1 | -10/+6 |
* | * enable different level of verbose messages. | piaip | 2009-06-18 | 1 | -23/+36 |
* | * add timeout reports and refine messages | piaip | 2009-06-17 | 1 | -15/+54 |
* | * logind: move logattempt to mbbsd (thanks to kcwu) | piaip | 2009-06-17 | 1 | -32/+44 |
* | * update default ack waiting timeout (should be longer) | piaip | 2009-06-17 | 1 | -1/+1 |
* | * refine AYT report messages | piaip | 2009-06-17 | 1 | -4/+12 |
* | * fix allocation size and reference of closed tunnel fd | piaip | 2009-06-17 | 1 | -28/+67 |
* | * refine ackq again - incorrect return value | piaip | 2009-06-17 | 1 | -4/+20 |
* | * ackq: fix reuse number | piaip | 2009-06-17 | 1 | -0/+9 |
* | * logind: fix double free when connection was terminated before ack | piaip | 2009-06-17 | 1 | -7/+80 |
* | * add asynchronous ack mode | piaip | 2009-06-16 | 1 | -17/+153 |
* | * support non-blocking mode clients (added -b to toggle non-blocking) | piaip | 2009-06-16 | 1 | -5/+47 |
* | * performance improvements | piaip | 2009-06-16 | 1 | -66/+75 |
* | * add online guest checking | piaip | 2009-06-15 | 1 | -37/+137 |
* | * update Makefile: support install | piaip | 2009-06-15 | 2 | -1/+8 |
* | * fix socket error handling (thanks to Kuang/wens) | piaip | 2009-06-15 | 1 | -2/+6 |
* | Bufferevent error callback is REQUIRED | wens | 2009-06-14 | 1 | -1/+10 |
* | revert previous commit of SIGPIPE handler | wens | 2009-06-14 | 1 | -9/+1 |
* | * add auto-retry service to logind | piaip | 2009-06-14 | 1 | -2/+63 |
* | * more checks on net system | piaip | 2009-06-14 | 1 | -2/+2 |
* | * fix previous compile error | piaip | 2009-06-14 | 1 | -1/+1 |
* | * ignore sig_pipe: sometimes the tunnel mbbsd just die without reason...!? | piaip | 2009-06-14 | 1 | -2/+9 |
* | * only report welcome screen change in verbose mode | piaip | 2009-06-14 | 1 | -1/+3 |
* | * add welcome screen update into regular check list | piaip | 2009-06-14 | 1 | -0/+11 |
* | * refine overload / out_of_service screen and messages | piaip | 2009-06-14 | 1 | -8/+11 |
* | * disable beep for unknown keys (because some stupid clients are doing anti-... | piaip | 2009-06-13 | 1 | -3/+9 |
* | * add 'client command' in bindports.conf/logind types | piaip | 2009-06-13 | 1 | -14/+60 |
* | * set svn properties and update comments | piaip | 2009-06-13 | 1 | -3/+3 |
* | * add timeout to logind | piaip | 2009-06-13 | 1 | -3/+21 |
* | * make definition more verbose | piaip | 2009-06-12 | 1 | -5/+3 |
* | * ultilize AYT in logind | piaip | 2009-06-12 | 1 | -0/+25 |
* | * refine cmbbs: move util_passwd.o to cmbbs/passwd.c. | piaip | 2009-06-12 | 2 | -9/+8 |
* | * logind: add resolve_garbage() and refine messages | piaip | 2009-06-12 | 1 | -1/+6 |
* | * refine cmbbs/cache.c: we don't need 'util_cache.o' anymore! simply common ... | piaip | 2009-06-12 | 1 | -1/+1 |
* | * fix previous checkin - forgot to remove comment -_- | piaip | 2009-06-12 | 1 | -1/+1 |
* | * fix: some API/logs (eg, incorrect password attempts) require cwd=BBSHOME | piaip | 2009-06-12 | 1 | -0/+5 |
* | Add argument for log output | wens | 2009-06-11 | 1 | -4/+7 |
* | * add log prefixes and refine initialize/daemonize sequence | piaip | 2009-06-11 | 1 | -32/+43 |
* | Move SIGHUP handler after daemonize | wens | 2009-06-11 | 1 | -3/+8 |
* | * make port binding to standalone configuration fine (etc/bindports.conf) | piaip | 2009-06-11 | 1 | -28/+64 |
* | * force IDLEN only in CONVERT mode (for backward user behavior compatibility) | piaip | 2009-06-11 | 1 | -0/+3 |
* | * refine out of service messages | piaip | 2009-06-11 | 1 | -1/+3 |
* | * after checking visio, we found we rejected non-ascii in password... | piaip | 2009-06-11 | 1 | -3/+2 |
* | * add opened fd counter | piaip | 2009-06-11 | 1 | -9/+13 |
* | Increase maximum number of open files | wens | 2009-06-11 | 1 | -0/+8 |
* | * add -v as verbose message output | piaip | 2009-06-11 | 1 | -11/+18 |
* | * refine logind: deliver port info and add more keys | piaip | 2009-06-10 | 1 | -9/+29 |
* | * logind: add simple cursor key editing (reduced keyset) | piaip | 2009-06-10 | 1 | -34/+186 |
* | * support non-ascii in passwords(backward compatibility) | piaip | 2009-06-10 | 1 | -1/+3 |
* | * fix defaul minimal terminal size | piaip | 2009-06-10 | 1 | -3/+12 |
* | * fix: some messages (eg, max guest alert) has reverse attribute in login da... | piaip | 2009-06-10 | 1 | -0/+10 |
* | * sendmsg() with ancillary on Linux seems like requiring unix domain socket ... | piaip | 2009-06-10 | 2 | -2/+3 |
* | * port counting error (wrong indented if-block ) | piaip | 2009-06-09 | 1 | -1/+0 |
* | * make tunnel file with BBS user permission | piaip | 2009-06-09 | 1 | -10/+13 |
* | * add ~/etc/logind_ports as bind list. | piaip | 2009-06-09 | 1 | -24/+89 |
* | * the long-waited high performance login daemon | piaip | 2009-06-09 | 3 | -0/+1186 |