]> git.sur5r.net Git - ngadmin/history - lib/src/network.c
Add error codes to handle bad replies and unknown errors
[ngadmin] / lib / src / network.c
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 darkcovenMerge branch 'autotools'
2013-10-06 darkcovenSet global broadcast by default
2013-09-18 darkcovenAdd support for password encryption
2013-04-02 darkcovenRaw: separate attribute filtering in a separate function.
2013-04-01 darkcovenLib: source refactor.
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 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 darkcovenCode reorganized.