routeros-api.git
14 years agoconfigure.ac: Change initial version to "0.1.0".
Florian Forster [Wed, 25 Nov 2009 20:33:11 +0000 (21:33 +0100)]
configure.ac: Change initial version to "0.1.0".

14 years agodoc/: Add Makefile.am for building and installing the manual page(s).
Florian Forster [Wed, 25 Nov 2009 20:14:19 +0000 (21:14 +0100)]
doc/: Add Makefile.am for building and installing the manual page(s).

14 years agodoc/librouteros.pod: Added first draft of a manpage.
Florian Forster [Wed, 25 Nov 2009 20:03:10 +0000 (21:03 +0100)]
doc/librouteros.pod: Added first draft of a manpage.

14 years agoconfigure.ac: Abort if gcrypt.h is not available.
Florian Forster [Wed, 25 Nov 2009 19:08:54 +0000 (20:08 +0100)]
configure.ac: Abort if gcrypt.h is not available.

14 years agosrc/{Makefile.am,main.c}: Use the debugging as determined by the configure script.
Florian Forster [Wed, 25 Nov 2009 19:07:21 +0000 (20:07 +0100)]
src/{Makefile.am,main.c}: Use the debugging as determined by the configure script.

14 years agoAUTHORS: Initialized file.
Florian Forster [Wed, 25 Nov 2009 18:59:05 +0000 (19:59 +0100)]
AUTHORS: Initialized file.

14 years agosrc/main.c: Let ros_connect fail if logging in returns an error.
Florian Forster [Wed, 25 Nov 2009 18:53:26 +0000 (19:53 +0100)]
src/main.c: Let ros_connect fail if logging in returns an error.

14 years agoREADME: Wrote initial file.
Florian Forster [Wed, 25 Nov 2009 18:36:15 +0000 (19:36 +0100)]
README: Wrote initial file.

14 years agoSource files: s/libmikrotik/librouteros/
Florian Forster [Wed, 25 Nov 2009 18:35:53 +0000 (19:35 +0100)]
Source files: s/libmikrotik/librouteros/

14 years agoAdd compiletime and runtime versioning information.
Florian Forster [Wed, 25 Nov 2009 16:25:10 +0000 (17:25 +0100)]
Add compiletime and runtime versioning information.

14 years agosrc/routeros_api.h: Add «extern "C"» for C++ programs.
Florian Forster [Wed, 25 Nov 2009 16:21:44 +0000 (17:21 +0100)]
src/routeros_api.h: Add «extern "C"» for C++ programs.

14 years agosrc/routeros_api.h: Protect against multiple inclusions.
Florian Forster [Wed, 25 Nov 2009 16:06:14 +0000 (17:06 +0100)]
src/routeros_api.h: Protect against multiple inclusions.

14 years agoChanged all prefixes: s/\<mt_/ros_/g
Florian Forster [Wed, 25 Nov 2009 16:02:32 +0000 (17:02 +0100)]
Changed all prefixes: s/\<mt_/ros_/g

14 years agoautotoolize.
Florian Forster [Thu, 19 Nov 2009 15:49:17 +0000 (16:49 +0100)]
autotoolize.

14 years agoFixed a nasty typo when calculating word length.
Florian Forster [Thu, 19 Nov 2009 12:10:16 +0000 (13:10 +0100)]
Fixed a nasty typo when calculating word length.

14 years agoLogin handlers: Check status code of replies.
Florian Forster [Thu, 19 Nov 2009 11:51:20 +0000 (12:51 +0100)]
Login handlers: Check status code of replies.

14 years agoImplemented handling of multi-sentences replies.
Florian Forster [Thu, 19 Nov 2009 11:51:00 +0000 (12:51 +0100)]
Implemented handling of multi-sentences replies.

14 years agoAdded debugging statements to the send_command function.
Florian Forster [Thu, 19 Nov 2009 11:30:15 +0000 (12:30 +0100)]
Added debugging statements to the send_command function.

14 years agoImplemented the "reply_dump" function.
Florian Forster [Thu, 19 Nov 2009 11:29:55 +0000 (12:29 +0100)]
Implemented the "reply_dump" function.

Todo: Remove when not debugging.

14 years agoImplemented "login" handlers.
Florian Forster [Thu, 19 Nov 2009 11:29:26 +0000 (12:29 +0100)]
Implemented "login" handlers.

14 years agoAdded the mt_reply_status function.
Florian Forster [Thu, 19 Nov 2009 11:28:13 +0000 (12:28 +0100)]
Added the mt_reply_status function.

14 years agoIntroduce the "mt_debug" macro.
Florian Forster [Thu, 19 Nov 2009 10:08:22 +0000 (11:08 +0100)]
Introduce the "mt_debug" macro.

14 years agoFix a few simply typos.
Florian Forster [Thu, 19 Nov 2009 10:08:00 +0000 (11:08 +0100)]
Fix a few simply typos.

14 years agoImplemented connecting and improved parsing.
Florian Forster [Thu, 19 Nov 2009 09:38:14 +0000 (10:38 +0100)]
Implemented connecting and improved parsing.

14 years agoInitial commit.
Florian Forster [Wed, 18 Nov 2009 08:00:21 +0000 (09:00 +0100)]
Initial commit.

It's a first (compiling) draft.