X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/2ab54e099dbb3827aa61d170e8cd3fda83b373ae..b4e566689f469cc1cffe99e50e16a346d0f9832d:/admin.c?ds=sidebyside diff --git a/admin.c b/admin.c index a1292403..bca525d8 100644 --- a/admin.c +++ b/admin.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: admin.c,v 1.9 2004/04/03 10:22:10 mdw Exp $ + * $Id: admin.c,v 1.10 2004/04/08 01:36:17 mdw Exp $ * * Admin interface for configuration * @@ -26,43 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: admin.c,v $ - * Revision 1.9 2004/04/03 10:22:10 mdw - * Don't warn about boring errors from @accept@. - * - * Revision 1.8 2003/04/06 10:25:17 mdw - * Support Linux TUN/TAP device. Fix some bugs. - * - * Revision 1.7 2002/01/13 14:57:33 mdw - * Track @lbuf@ and @dstr_vputf@ changes in mLib. - * - * Revision 1.6 2001/02/19 19:11:09 mdw - * Output buffering on admin connections. - * - * Revision 1.5 2001/02/16 21:22:51 mdw - * Support for displaying statistics. Make client connections blocking, so - * that things don't get dropped. (This might change again if I add - * buffering.) - * - * Revision 1.4 2001/02/06 09:34:53 mdw - * Change ERR response to FAIL for consistency with other programs. - * - * Revision 1.3 2001/02/04 01:17:12 mdw - * The `DAEMON' notification to stdout is replaced by a warning. The - * `DAEMON' and `QUIT' command send `OK' on successful completion. Put - * assignment of sequence number in a T(...) guard. - * - * Revision 1.2 2001/02/03 22:40:29 mdw - * Put timer information into the entropy pool when packets are received - * and on similar events. Reseed the generator on the interval timer. - * - * Revision 1.1 2001/02/03 20:26:37 mdw - * Initial checkin. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "tripe.h"