Code

Initial commit. libjunos-0.0.0
authorSebastian Harl <sh@teamix.net>
Sun, 9 Sep 2012 11:48:31 +0000 (13:48 +0200)
committerSebastian Harl <sh@teamix.net>
Sun, 9 Sep 2012 11:48:31 +0000 (13:48 +0200)
commitb54725f6d2bb1a9be12e023211d5e5c14fa306bb
tree8e68b91cf969b967b380e68726c7a531b8b26666
Initial commit.

 * libJUNOS:
   - support for .netrc files
   - support for handling SSH connections to JUNOS devices
   - support for submitting simple commands (no arguments)
   - unique interface for accessing error information of all subsystems (SSH,
     XML, system errors)
 * junosc:
   - simple interface to libJUNOS
   - support for submitting a single command and dumping the reply
17 files changed:
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
doc/Makefile.am [new file with mode: 0644]
doc/junosc.txt [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/access_ssh.c [new file with mode: 0644]
src/junos.c [new file with mode: 0644]
src/junos.h [new file with mode: 0644]
src/junosc.c [new file with mode: 0644]
src/libjunos_features.h.in [new file with mode: 0644]
src/netrc.c [new file with mode: 0644]
version-gen.sh [new file with mode: 0755]