summaryrefslogtreecommitdiffstats
path: root/daemon/logind/logind.c
Commit message (Expand)AuthorAgeFilesLines
* * logind: use vtkbd for key parsingpiaip2009-09-291-95/+6
* * unquote [new] [guest].piaip2009-08-231-2/+2
* Prevent memory leak. Pointer should be assigned after checking return value.wens2009-07-101-1/+1
* * code refine: prevent double free / memory leakspiaip2009-07-101-20/+31
* allow disable INSCREEN in logindpiaip2009-06-191-2/+4
* * logind: setproctitle does not have prefix/postfix on Linuxpiaip2009-06-191-1/+1
* * move emaildb to standalone regmaildbpiaip2009-06-191-2/+6
* * async logattemptspiaip2009-06-191-25/+147
* * fix: if connection was closed before being acked, the ack should be abando...piaip2009-06-181-13/+20
* * increase tunnel buffer sizepiaip2009-06-181-0/+17
* * prevent using non-block mode for tunnelpiaip2009-06-181-10/+6
* * enable different level of verbose messages.piaip2009-06-181-23/+36
* * add timeout reports and refine messagespiaip2009-06-171-15/+54
* * logind: move logattempt to mbbsd (thanks to kcwu)piaip2009-06-171-32/+44
* * update default ack waiting timeout (should be longer)piaip2009-06-171-1/+1
* * refine AYT report messagespiaip2009-06-171-4/+12
* * fix allocation size and reference of closed tunnel fdpiaip2009-06-171-28/+67
* * refine ackq again - incorrect return valuepiaip2009-06-171-4/+20
* * ackq: fix reuse numberpiaip2009-06-171-0/+9
* * logind: fix double free when connection was terminated before ackpiaip2009-06-171-7/+80
* * add asynchronous ack modepiaip2009-06-161-17/+153
* * support non-blocking mode clients (added -b to toggle non-blocking)piaip2009-06-161-5/+47
* * performance improvementspiaip2009-06-161-66/+75
* * add online guest checkingpiaip2009-06-151-37/+137
* * update Makefile: support installpiaip2009-06-151-1/+1
* * fix socket error handling (thanks to Kuang/wens)piaip2009-06-151-2/+6
* Bufferevent error callback is REQUIREDwens2009-06-141-1/+10
* revert previous commit of SIGPIPE handlerwens2009-06-141-9/+1
* * add auto-retry service to logindpiaip2009-06-141-2/+63
* * more checks on net systempiaip2009-06-141-2/+2
* * fix previous compile errorpiaip2009-06-141-1/+1
* * ignore sig_pipe: sometimes the tunnel mbbsd just die without reason...!?piaip2009-06-141-2/+9
* * only report welcome screen change in verbose modepiaip2009-06-141-1/+3
* * add welcome screen update into regular check listpiaip2009-06-141-0/+11
* * refine overload / out_of_service screen and messagespiaip2009-06-141-8/+11
* * disable beep for unknown keys (because some stupid clients are doing anti-...piaip2009-06-131-3/+9
* * add 'client command' in bindports.conf/logind typespiaip2009-06-131-14/+60
* * set svn properties and update commentspiaip2009-06-131-3/+3
* * add timeout to logindpiaip2009-06-131-3/+21
* * make definition more verbosepiaip2009-06-121-5/+3
* * ultilize AYT in logind piaip2009-06-121-0/+25
* * refine cmbbs: move util_passwd.o to cmbbs/passwd.c.piaip2009-06-121-8/+7
* * logind: add resolve_garbage() and refine messagespiaip2009-06-121-1/+6
* * fix previous checkin - forgot to remove comment -_-piaip2009-06-121-1/+1
* * fix: some API/logs (eg, incorrect password attempts) require cwd=BBSHOMEpiaip2009-06-121-0/+5
* Add argument for log outputwens2009-06-111-4/+7
* * add log prefixes and refine initialize/daemonize sequencepiaip2009-06-111-32/+43
* Move SIGHUP handler after daemonizewens2009-06-111-3/+8
* * make port binding to standalone configuration fine (etc/bindports.conf)piaip2009-06-111-28/+64
* * force IDLEN only in CONVERT mode (for backward user behavior compatibility)piaip2009-06-111-0/+3
* * refine out of service messagespiaip2009-06-111-1/+3
* * after checking visio, we found we rejected non-ascii in password...piaip2009-06-111-3/+2
* * add opened fd counterpiaip2009-06-111-9/+13
* Increase maximum number of open fileswens2009-06-111-0/+8
* * add -v as verbose message outputpiaip2009-06-111-11/+18
* * refine logind: deliver port info and add more keyspiaip2009-06-101-9/+29
* * logind: add simple cursor key editing (reduced keyset)piaip2009-06-101-34/+186
* * support non-ascii in passwords(backward compatibility)piaip2009-06-101-1/+3
* * fix defaul minimal terminal sizepiaip2009-06-101-3/+12
* * fix: some messages (eg, max guest alert) has reverse attribute in login da...piaip2009-06-101-0/+10
* * sendmsg() with ancillary on Linux seems like requiring unix domain socket ...piaip2009-06-101-1/+2
* * port counting error (wrong indented if-block )piaip2009-06-091-1/+0
* * make tunnel file with BBS user permissionpiaip2009-06-091-10/+13
* * add ~/etc/logind_ports as bind list.piaip2009-06-091-24/+89
* * the long-waited high performance login daemonpiaip2009-06-091-0/+1077