]> git.sur5r.net Git - ngadmin/history - lib
Merge remote-tracking branch 'upstream/master'
[ngadmin] / lib /
2016-10-05 AlkorinMerge remote-tracking branch 'upstream/master' master
2015-12-18 darkcovenlib: fix bug on dhcp setting when switch sends a 1...
2015-12-18 darkcovenlib: remove unused variable
2015-03-04 AlkorinMerge remote-tracking branch 'upstream/master'
2014-09-10 darkcovenAdd support for loop detection setting
2014-09-10 AlkorinMerge remote-tracking branch 'upstream/master'
2014-09-01 darkcovenLib: fix login issue with switches that actually suppor...
2014-08-31 AlkorinHandle GS015E error code on login
2014-04-08 darkcovenFactorize string related functions
2014-04-08 darkcovenFix handling of timeout errors
2014-04-08 darkcovenHandle ports duplex mode
2014-04-07 darkcovenLib: fallback to login with write request when read...
2014-04-07 darkcovenAdd invalid operation error code
2014-04-02 darkcovenLib: fix scan issue with switches that send an empty...
2013-10-19 darkcovenLib: add size checks to prevent several crashes
2013-10-19 darkcovenFix network configuration modification
2013-10-18 darkcovenAdd error codes to handle bad replies and unknown errors
2013-10-13 darkcovenRaw: refactor attribute encoding and decoding
2013-10-11 darkcovenUse portable way to handle timeouts
2013-10-11 darkcovenMove basic networking code to raw library
2013-10-11 darkcovenStart reorganization of low level library
2013-10-11 darkcovenUse autotools to fill some fields of doxyfile
2013-10-11 darkcovenMerge branch 'autotools'
2013-10-07 darkcovenLib: add libtool version info
2013-10-07 darkcovenLib: provide libngadmin.pc
2013-10-06 darkcovenSet global broadcast by default
2013-10-06 darkcovenAdd the possibility to totally disable VLANs
2013-09-27 darkcovenUse libtool's way to export only required symbols
2013-09-27 darkcovenAdd Doxygen documention generation
2013-09-27 darkcovenHide symbols, force CFLAGS
2013-09-27 darkcovenMove cli code to src subdir
2013-09-27 darkcovenRemove Makefiles and use autotools
2013-09-27 darkcovenAdditional checks on data received in VLAN code
2013-09-27 darkcovenOptimize port based VLAN config
2013-09-22 darkcovenFix crash when writing the wrong type of VLAN
2013-09-22 darkcovenOptimize port based VLAN code, send only modified VLANs
2013-09-22 darkcovenSplit lib code into several files
2013-09-22 darkcovenFix crash when reading the wrong type of VLAN
2013-09-21 darkcovenAdd support for port based VLANs
2013-09-20 darkcovenLib: fix duplicate error value
2013-09-18 darkcovenAdd support for password encryption
2013-04-02 darkcovenRaw: separate attribute filtering in a separate function.
2013-04-01 darkcovenSeparated lib in two parts : low level and high level.
2013-04-01 darkcovenLib: updated Doxygen file.
2013-04-01 darkcovenLib: moved lib include file to 'include' subdirectory.
2013-04-01 darkcovenLib: source refactor.
2012-12-31 darkcovenLib: fixed a compilation bug occuring on Ubuntu.
2012-12-30 darkcovenImproved Makefiles.
2012-12-30 darkcovenLib: fixed memory leaks.
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.