Changelog for
libcli2_0-71e6c71-1.1.i586.rpm :
Wed Jun 12 14:00:00 2013 joop.boonenAATTopensuse.org
- Cleaned the spec file up
Mon Feb 1 13:00:00 2010 davidAATTdparrish.com
- Removed dependence on \"quit\" command
- Added cli_set_idle_timeout_callback() for custom timeout handling
- Fixed an error caused by vsnprintf() overwriting it\'s input data
- Added #ifdef __cplusplus which should allow linking with C++ now
Thu Oct 9 14:00:00 2008 davidAATTdparrish.com
- cli_regular() failures now close client connections
- Migrate development to Google Code
- Remove docs as they were out of date and now migrated to Google Code wiki
Mon Jul 28 14:00:00 2008 davidAATTdparrish.com
- Add support for compiling on WIN32 (Thanks Hamish Coleman)
- Fix cli_build_shortest() length handling
- Don\'t call cli_build_shortest() when registering every command
- Disable TAB completion during username entry
Mon Jun 2 14:00:00 2008 davidAATTdparrish.com
- Add configurable timeout for cli_regular() - defaults to 1 second
- Add idle timeout support
Thu Jul 5 14:00:00 2007 bodAATToptus.net
- Revert callback argument passing to match 1.8.x
- Recalculate unique_len on change of priv/mode
- Fixes for tab completion
Thu Jun 7 14:00:00 2007 davidAATTdparrish.com
- Implemented tab completion - Thanks Marc Donner, Andrew Silent, Yuriy N. Shkandybin and others
- Filters are now extendable
- Rename internal functions to all be cli_xxxx()
- Many code cleanups and optimisations
- Fix memory leak calling cli_loop() repeatedly - Thanks Qiang Wu
Fri Jan 19 13:00:00 2007 davidAATTdparrish.com
- Fix broken auth_callback logic - Thanks Ben Menchaca
Sat Jun 17 14:00:00 2006 bodAATToptus.net
- Code cleanups.
- Declare internal functions static.
- Use private data in cli_def rather than static buffers for do_print
and command_name functions.
Mon Mar 6 13:00:00 2006 davidAATTdparrish.com
- Fix file descriptor leak in cli_loop() - Thanks Liam Widdowson
- Fix memory leak when calling cli_init() and cli_done() repeatedly.