- 28 Aug, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1301 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 25 Aug, 2007 2 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@1300 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
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
-
- 24 Aug, 2007 4 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@1298 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1297 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1296 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1295 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 23 Aug, 2007 2 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@1294 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1293 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
-
- 19 Aug, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1291 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 17 Aug, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1290 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 14 Aug, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1289 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 13 Aug, 2007 4 commits
-
-
+ Disabled debug tracing. git-svn-id: file:///home/svn/mapi/trunk@1288 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
+ rulerflib requires support for packet modification. + Avoid hard-coding the filter to apply in the example program of rulerflib. git-svn-id: file:///home/svn/mapi/trunk@1287 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
+ Better error messages. git-svn-id: file:///home/svn/mapi/trunk@1286 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1285 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 10 Aug, 2007 1 commit
-
-
Fixed bug #469. Cleanup function is called when a flow is appended to delete list (in mapid_close_flow) git-svn-id: file:///home/svn/mapi/trunk@1284 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 09 Aug, 2007 2 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@1283 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1282 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 07 Aug, 2007 6 commits
-
-
+ Working filter compilation in rulerflib. git-svn-id: file:///home/svn/mapi/trunk@1281 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
+ Working on a script-less implementation. git-svn-id: file:///home/svn/mapi/trunk@1280 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1279 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1278 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
+ Ruler library now compiles correctly. - Filter does not work yet! git-svn-id: file:///home/svn/mapi/trunk@1277 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1276 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 06 Aug, 2007 10 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@1275 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1274 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1273 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
+ Added rulerflib to more automake infrastructure. git-svn-id: file:///home/svn/mapi/trunk@1272 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
+ Fixed a typo in the track man page. + First version of the ruler library man page. git-svn-id: file:///home/svn/mapi/trunk@1271 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
+ Cosmetic changes. git-svn-id: file:///home/svn/mapi/trunk@1270 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1269 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
+ Rename files to adhere to MAPI coding standards. git-svn-id: file:///home/svn/mapi/trunk@1268 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1267 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
DAG cards. Function must be applied after DSM BPF_FILTER. Load balacing parameter dsm_load_balancing of mapi.conf for DSM (based on crc32, parity and interface), influences the generated XML configuration. New disable_dsm_xml_remove=0|1 debugging parameter to mapi.conf. Generated XML config in /tmp will not be removed. Some bugfixes. Update of appropriate manpages, see details there. git-svn-id: file:///home/svn/mapi/trunk@1266 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 02 Aug, 2007 1 commit
-
-
Expired flow works now with epochs and doesn't require the timestamp of packets to be synchronised with the host clock anymore. git-svn-id: file:///home/svn/mapi/trunk@1265 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 30 Jul, 2007 1 commit
-
-
+ Adapt the ruler interface to the new MAPI API. git-svn-id: file:///home/svn/mapi/trunk@1264 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 26 Jul, 2007 2 commits
-
-
+ First version of a Ruler interface library. git-svn-id: file:///home/svn/mapi/trunk@1263 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
Works pretty much the same as the offline tests in trunk/tests. git-svn-id: file:///home/svn/mapi/trunk@1262 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-