- 06 Feb, 2008 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1375 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 03 Dec, 2007 1 commit
-
-
added a new function - mapi_is_sensor_down() - if mapid and/or mapicommd are out of execution returns 1, otherwise returns 0. Use this function for reconnection purposes git-svn-id: file:///home/svn/mapi/trunk@1361 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 07 Nov, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1354 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 25 Oct, 2007 1 commit
-
-
Fixed int == void* unifications in pthread_create() calls -- illegal for 64bit. git-svn-id: file:///home/svn/mapi/trunk@1341 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 14 Sep, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1309 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 25 Aug, 2007 1 commit
-
-
in mapi.conf in the logfile field. For example, logfile=/usr/local/etc/mapi/mapi_logfile Then, debug messages are printed to file /usr/local/etc/mapi/mapi_logfile.debug and general information messages to file /usr/local/etc/mapi/mapi_logfile.info In mapi.conf syslog_level changed to log_level, as it concerns both logging to file and syslog. git-svn-id: file:///home/svn/mapi/trunk@1299 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 22 Aug, 2007 1 commit
-
-
In order to log messages to syslog, mapid and/or mapicommd should be executed with the flag -s (mapid -s and/or mapicommd -s). Two different types of messages are sent to syslog, debug messages and general information messages. In /usr/local/etc/mapi/mapi.conf the syslog level can be configured. syslog_level=0 : Log only general information and not debugging messages syslog_level=1 : Log general information plus debugging information (debug messages are printed to stdout and syslog) syslog_level=2 : Log general information plus debugging information (debug messages are printed only to syslog) The default level is 2 (temporary the default level is 1). In order to log debug messages and general information messages to separate log files, syslog daemon must be configured as follows: File /etc/syslog.conf should have the following two entries: local1.info;local1.!=debug /var/tmp/info.syslog local1.debug;local1.!=info /var/tmp/debug.syslog /var/tmp/info.syslog & /var/tmp/debug.syslog are indicative names of files, where debug and information messages are appended. The /var/tmp/info.syslog & /var/tmp/debug.syslog files must exist before the syslogd daemon re-reads the /etc/syslog.conf configuration file, in order for the syslogd daemon to log messages to these files. To create these files, issue the following commands: touch /var/tmp/info.syslog touch /var/tmp/debug.syslog Then issue the following command to force the syslogd daemon to re-read its configuration file: kill -HUP <syslogd's process id> Define DEBUG is default enabled. In the future mapi configuration will have an extra flag (--enable-debug), thus a MAPI user might select if MAPI prints debug messages or no. git-svn-id: file:///home/svn/mapi/trunk@1292 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 16 Jul, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1256 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 13 Jul, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1251 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 29 Jun, 2007 1 commit
-
-
for a device similar to pcap_stats(). git-svn-id: file:///home/svn/mapi/trunk@1247 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 29 Mar, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1195 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 27 Mar, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1189 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 22 Mar, 2007 2 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@1180 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1179 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 21 Mar, 2007 3 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@1177 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1176 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1175 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 13 Mar, 2007 2 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@1166 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Added support for logging to file. Field logfile was added to mapi.conf. If a user wants support for logging, should fill this field with a file name (e.g logfile=/usr/local/etc/mapi/mapi_logfile). Messages from mapid and mapicommd are appended to this file git-svn-id: file:///home/svn/mapi/trunk@1165 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 08 Mar, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1153 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 16 Nov, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@983 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 01 Nov, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@967 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 30 Aug, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@859 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 09 Aug, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@789 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 08 Aug, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@788 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 04 Aug, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@779 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 25 Jul, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@751 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 20 Jul, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@743 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 04 Jun, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@620 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 02 Jun, 2006 1 commit
-
-
Merging branches/automapi with trunk. A tag of the prevous state (trunk@613) has been saved in tags/mapi-before-autoconf git-svn-id: file:///home/svn/mapi/trunk@614 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 31 May, 2006 2 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@582 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@580 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 26 May, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@558 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 25 May, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@542 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 08 May, 2006 1 commit
-
-
Changed is_agent() to set_agent() and removed it from mapi.h because it should only be called by agent. git-svn-id: file:///home/svn/mapi/trunk@489 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 05 May, 2006 2 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@476 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@474 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 04 May, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@463 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 03 May, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@456 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 18 Apr, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@447 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-