]> git.sur5r.net Git - ngadmin/history - cli
Handle GS015E error code on login
[ngadmin] / cli /
2014-04-08 darkcovenFactorize string related functions
2014-04-08 darkcovenHandle ports duplex mode
2014-04-08 darkcovenCli: align fields in switch list
2014-04-07 darkcovenAdd invalid operation error code
2014-04-02 darkcovenCli: disable all non batch mode code when building...
2014-04-02 darkcovenCli: do not force to be logged in batch mode
2013-10-19 darkcovenFix network configuration modification
2013-10-18 darkcovenCli: change password can ask new password with terminal...
2013-10-18 darkcovenCli: add command to show network configuration details
2013-10-18 darkcovenAdd error codes to handle bad replies and unknown errors
2013-10-18 darkcovenFix remaining old prototypes
2013-10-14 darkcovenCli: update man page
2013-10-13 darkcovenFix required files not included in dist archive
2013-10-12 darkcovenCli: switch to filename completion after terminal commands
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.