]> git.sur5r.net Git - ngadmin/history - cli
Use portable way to handle timeouts
[ngadmin] / cli /
2013-10-11 darkcovenMerge branch 'autotools'
2013-10-07 darkcovenOnly link readline on programs that need it
2013-10-06 darkcovenCli: fix crash when interrupting an automatic login...
2013-10-06 darkcovenCli: fix infinite loop in automatic login in case of...
2013-10-06 darkcovenSet global broadcast by default
2013-10-06 darkcovenAdd the possibility to totally disable VLANs
2013-09-27 darkcovenRename cli executable
2013-09-27 darkcovenReadline is now optional
2013-09-27 darkcovenMove cli code to src subdir
2013-09-27 darkcovenRemove Makefiles and use autotools
2013-09-22 darkcovenCli: allow VLAN 0 in port based config
2013-09-21 darkcovenAdd support for port based VLANs
2013-09-20 darkcovenAdd an option to scan several times in batch mode
2013-09-20 darkcovenAdd batch mode support
2013-09-20 darkcovenCommand functions return int instead of bool
2013-09-20 darkcovenLet commands handle themselves absence of arguments
2013-09-18 darkcovenCli: refactor, change coding style
2013-04-01 darkcovenLib: moved lib include file to 'include' subdirectory.
2012-12-30 darkcovenImproved Makefiles.
2012-12-30 darkcovenLib: fixed memory leaks.
2012-12-29 darkcovenCLI: removed printing of PVID string.
2012-12-29 darkcovenAdded DENIED error.
2012-12-29 darkcovenCLI: added the possibility to interrupt hanging command...
2012-12-29 darkcovenAdded the possibility to use global broadcast.
2012-12-29 darkcovenAdded chained makefiles.
2012-12-29 darkcovenAdded support for creating and deleting a 802.1q VLAN.
2012-12-29 darkcovenAdded support for changing VLAN 802.1q and PVID configu...
2012-12-29 darkcovenCLI: separated commands by category in different files.
2012-12-29 darkcovenAdded a dissector plugin for Wireshark.
2012-12-29 darkcovenAdded support for changing the network configuration.
2012-12-29 darkcovenAdded the possibility to specify the command timeout.
2012-12-29 darkcovenAdded support for clearing the switch settings to the...
2012-12-29 darkcovenCLI: added program options.
2012-12-29 darkcovenCLI: reunited commands in one file.
2012-12-29 darkcovenCode reorganized.