head 1.8; access; symbols new_system:1.4 old_system:1.3; locks alexis:1.8; strict; comment @ * @; 1.8 date 99.01.07.13.16.07; author alexis; state Exp; branches; next 1.7; 1.7 date 98.10.07.16.28.26; author alexis; state Exp; branches; next 1.6; 1.6 date 98.08.31.12.43.22; author alexis; state Exp; branches; next 1.5; 1.5 date 98.08.28.13.13.16; author alexis; state Exp; branches; next 1.4; 1.4 date 98.08.08.09.47.47; author alexis; state Exp; branches; next 1.3; 1.3 date 98.08.07.11.28.42; author alexis; state Exp; branches; next 1.2; 1.2 date 97.10.26.12.12.30; author alexis; state Exp; branches; next 1.1; 1.1 date 97.02.01.21.52.17; author alexis; state Exp; branches; next ; desc @MILEPOST - WORKS @ 1.8 log @RCS Id is now Header symbol name changes ,. @ text @#include /* needed for NULL */ #include "ppplcd_msgids.h" /* needed for struct def */ /* * This data structure contains various message IDs and their number * of parameters. It is not specifically associated with the ppplcd * server. Since it is referenced from other files that don't know * the overall size of the array, it is important that the last element * is a 'end-of-data' marker. */ static char *rcs_id = "$Header: ppplcd_msgids.c,v 1.7 1998/10/07 16:28:26 alexis Exp alexis $"; struct msginfrec svrmsginfo_data[] = { { MSGID_EXEC_PPPD, 0, "exec pppd" }, { MSGID_OK_PPPD, 0, "ok pppd" }, { MSGID_NOK_PPPD, 0, "nok pppd" }, { MSGID_SET_QUIT, 0, "set quit" }, { MSGID_EXEC_IPUP, 1, "exec ipup" }, { MSGID_EXEC_QTEST, 0, "exec qtest" }, { MSGID_OK_QTEST, 0, "ok qtest" }, { MSGID_NOK_QTEST, 0, "nok qtest" }, { MSGID_EXEC_NAMED, 1, "exec named changes" }, { MSGID_OK_NAMED, 0, "ok named changes" }, { MSGID_NOK_NAMED, 0, "nok named changes" }, { MSGID_EXEC_SNDMAIL, 0, "exec sndmail" }, { MSGID_OK_SNDMAIL, 0, "ok sndmail" }, { MSGID_NOK_SNDMAIL, 0, "nok sndmail" }, { MSGID_EXEC_SNDNEWS, 0, "exec sndnews" }, { MSGID_OK_SNDNEWS, 0, "ok sndnews" }, { MSGID_NOK_SNDNEWS, 0, "nok sndnews" }, { MSGID_EXEC_GETMAIL, 0, "exec getmail" }, { MSGID_OK_GETMAIL, 0, "ok getmail" }, { MSGID_NOK_GETMAIL, 0, "nok getmail" }, { MSGID_EXEC_GETNEWS, 0, "exec getnews" }, { MSGID_OK_GETNEWS, 0, "ok getnews" }, { MSGID_NOK_GETNEWS, 0, "nok getnews" }, { MSGID_EXEC_USECNT, 1, "exec usecnt" }, { MSGID_OK_USECNT, 0, "ok usecnt" }, { MSGID_NOK_USECNT, 0, "nok usecnt" }, { MSGID_USECNT_RESPONSE, 1, "set usecount" }, { MSGID_EXEC_ANNOUNCE, 1, "exec announce" }, { MSGID_QTEST_RESPONSE, 1, "set quality" }, { MSGID_EXEC_IPDOWN, 0, "exec ipdown" }, { MSGID_SET_IDLEPARS, 1, "set idlepars" }, { MSGID_SET_QUALITY, 2, "set qualitypars" }, { MSGID_SET_DONEWS, 0, "set donews 1" }, { MSGID_UNSET_DONEWS, 0, "set donews 0" }, { MSGID_NOACTION, 0, "req null" }, { MSGID_HANGUP, 0, "set hangup" }, { MSGID_INFO_REQ, 1, "req info" }, { MSGID_LOAD_CONFIG, 0, "req loadconfig" }, { MSGID_GEN_CONFIG, 0, "req genconfig" }, { MSGID_SET_DEBUG, 1, "set debug" }, { MSGID_SUB_MSGID, 2, "substitute msgs" }, { MSGID_DEL_MSGID, 1, "delete msgs" }, { MSGID_SET_AUTORECONNECT, 0, "set arc 1" }, { MSGID_UNSET_AUTORECONNECT, 0, "set arc 0" }, { MSGID_EXEC_MISC, 0, "exec misc" }, { MSGID_EXEC_MAIL, 0, "exec mail" }, { MSGID_OK_MAIL, 0, "ok mail" }, { MSGID_NOK_MAIL, 0, "nok mail" }, { MSGID_EXEC_NEWS, 0, "exec news" }, { MSGID_OK_NEWS, 0, "ok news" }, { MSGID_NOK_NEWS, 0, "nok news" }, { MSGID_INFO_DATA, 40, "info data" }, { MSGID_LAST, 0, NULL } }; @ 1.7 log @delinted added messages for nsswitcher @ text @d12 1 a12 1 static char *rcs_id = "$Id: ppplcd_msgids.c,v 1.6 1998/08/31 12:43:22 alexis Exp alexis $"; d67 1 a67 1 { MSGID_LAST_MARKER, 0, NULL } @ 1.6 log @added message to request deletion of messages @ text @d12 1 a12 1 static char *rcs_id = "$Id: ppplcd_msgids.c,v 1.5 1998/08/28 13:13:16 alexis Exp alexis $"; d19 1 a19 1 { MSGID_EXEC_IPUP, 0, "exec ipup" }, d23 3 d38 1 a38 1 { MSGID_EXEC_USECNT, 0, "exec usecnt" }, @ 1.5 log @milepost @ text @d12 1 a12 1 static char *rcs_id = "$Id: ppplcd_msgids.c,v 1.4 1998/08/08 09:47:47 alexis Exp alexis $"; d53 1 @ 1.4 log @new system - heavily modified to use alarms @ text @d12 1 a12 1 static char *rcs_id = "$Id: ppplcd_msgids.c,v 1.3 1998/08/07 11:28:42 alexis Exp $"; d14 1 a14 1 struct msginfrec svrmsginfdat[] = { d39 1 d46 1 a46 1 { MSGID_NOACTION, 0, "request noaction" }, d48 3 a50 3 { MSGID_INFO, 1, "request info" }, { MSGID_LOAD_CONFIG, 0, "request loadconfig" }, { MSGID_GEN_CONFIG, 0, "request genconfig" }, d52 4 a55 2 { MSGID_SET_AUTORECONNECT, 0, "set autoreconnect 1" }, { MSGID_UNSET_AUTORECONNECT, 0, "set autoreconnect 0" }, d62 1 @ 1.3 log @milepost - seems to work ok, though few messages seem wrong @ text @d12 1 a12 1 static char *rcs_id = "$Id: ppplcd_msgids.c,v 1.2 1997/10/26 12:12:30 alexis Exp alexis $"; d35 3 a37 3 { MSGID_EXEC_USECNT, 0, "exec usecnt" }, { MSGID_OK_USECNT, 0, "ok usecnt" }, { MSGID_NOK_USECNT, 0, "nok usecnt" }, d41 1 a41 1 { MSGID_SET_IDLEPARS, 1, "set idlepars" }, @ 1.2 log @stamped for release 1.0.6 @ text @d12 1 a12 1 static char *rcs_id = "$Id: ppplcd_msgids.c,v 1.1 1997/02/01 21:52:17 alexis Exp alexis $"; d20 1 a20 1 { MSGID_EXEC_QTEST, 0, "ok qtest" }, d35 5 a39 3 { MSGID_EXEC_IDLECHECK, 0, "exec idle" }, { MSGID_OK_IDLECHECK, 0, "ok idle" }, { MSGID_NOK_IDLECHECK, 0, "nok idle" }, d41 9 a49 11 { MSGID_SET_IDLECHECK, 1, "set idlecheck" }, { MSGID_SET_QUALITYCHECK, 1, "set qcheck" }, { MSGID_SET_DONEWS, 0, "set donews" }, { MSGID_UNSET_IDLECHECK, 0, "unset idlecheck" }, { MSGID_UNSET_QUALITYCHECK, 0, "unset qcheck" }, { MSGID_UNSET_DONEWS, 0, "unset donews" }, { MSGID_NOACTION, 0, "no action" }, { MSGID_HANGUP, 0, "hangup" }, { MSGID_INFO, 1, "info" }, { MSGID_LOAD_CONFIG, 0, "load config" }, { MSGID_GEN_CONFIG, 0, "gen config" }, d51 8 a58 2 { MSGID_SET_REDIAL_ON_HANGUP, 0, "set hangup-redial" }, { MSGID_UNSET_REDIAL_ON_HANGUP, 0, "unset hangup-redial" }, @ 1.1 log @Initial revision @ text @d12 1 a12 1 static char *rcs_id = "$Id: ppplcd_msgids.c,v 1.1 1997/01/31 14:43:34 alexis Exp alexis $"; @