author | Sebastian Harl <sh@teamix.net> | |
Sun, 9 Sep 2012 11:48:31 +0000 (13:48 +0200) | ||
committer | Sebastian Harl <sh@teamix.net> | |
Sun, 9 Sep 2012 11:48:31 +0000 (13:48 +0200) | ||
commit | b54725f6d2bb1a9be12e023211d5e5c14fa306bb | |
tree | 8e68b91cf969b967b380e68726c7a531b8b26666 | tree | snapshot |
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
* 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] | blob |
COPYING | [new file with mode: 0644] | blob |
INSTALL | [new file with mode: 0644] | blob |
Makefile.am | [new file with mode: 0644] | blob |
README | [new file with mode: 0644] | blob |
autogen.sh | [new file with mode: 0755] | blob |
configure.ac | [new file with mode: 0644] | blob |
doc/Makefile.am | [new file with mode: 0644] | blob |
doc/junosc.txt | [new file with mode: 0644] | blob |
src/Makefile.am | [new file with mode: 0644] | blob |
src/access_ssh.c | [new file with mode: 0644] | blob |
src/junos.c | [new file with mode: 0644] | blob |
src/junos.h | [new file with mode: 0644] | blob |
src/junosc.c | [new file with mode: 0644] | blob |
src/libjunos_features.h.in | [new file with mode: 0644] | blob |
src/netrc.c | [new file with mode: 0644] | blob |
version-gen.sh | [new file with mode: 0755] | blob |