summaryrefslogtreecommitdiff
path: root/devel/libcli/files/patch-libcli.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-11-10* Fix memory leakTom Judge1-0/+60
* Take over maintainer Feature safe: yes Approved by: bapt Approved by: eadler (mentor)
2011-05-04- update to 1.9.5Baptiste Daroussin1-10/+0
Submitted by: Erik Karulf erik@karulf.com (by mail)
2011-05-02Add a forgotten patchBaptiste Daroussin1-1/+1
Reported by: Pointy Hat (Pav@)
2011-04-28- change the soname to match authorized name for our ldconfigBaptiste Daroussin1-1/+1
- bump port revision
2011-04-27Libcli provides a shared library for including a Cisco-like command-lineBaptiste Daroussin1-0/+10
interface into other software. It's a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree. WWW: http://github.com/dparrish/libcli/