16 Commits

Author SHA1 Message Date
Peter Kokot
bec44552a2 Remove unused Git attributes ident
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifes handling of $Id$ keywords by removing them since
they are not used anymore.
2018-06-30 17:03:54 +02:00
Lior Kaplan
95050f4c33 Fix issues in detecting/linking for ssh-agent support
Remove empty variable, prevent detection of ssh-agent when $SSH2_DIR is in use
Remove whitespace
Remove duplicate parameter
2013-07-09 17:08:58 -07:00
Casper Langemeijer
3e5d83cf90 Drop libssh2 requirement to 1.2 2012-10-06 13:52:51 +00:00
Casper Langemeijer
5f9c9356cc Fixed unwanted dependency on libssh2 1.2.9 with conditional compile directives 2012-06-21 06:54:05 +00:00
Casper Langemeijer
cefeaccd2a Removed #ifdef's for very old libssh2 versions.
Removed code to deal with old libssh2 API.
New libssh2 version requirement => 1.2.3 (feb 2010)
2012-06-17 13:08:39 +00:00
Casper Langemeijer
c93aa4460d Added ssh2_auth_agent() - SSH agent authentication support 2012-06-12 12:40:04 +00:00
Sara Golemon
80ed01cb3a Could explain why this doesn't work for some folks :) 2006-03-15 02:10:23 +00:00
Sara Golemon
2b44085c93 Fix version checks 2006-02-09 20:59:42 +00:00
Rasmus Lerdorf
f687334bba dumb -ldl 2006-02-09 20:41:50 +00:00
Sara Golemon
b0befaf316 Add publickey subsystem support 2005-07-21 20:38:21 +00:00
Sara Golemon
99a3dd0975 Implement ssh2_poll() 2005-05-09 20:23:41 +00:00
Sara Golemon
5741107e04 Add support for libssh2-0.7's hostbased auth method 2005-02-14 06:07:45 +00:00
Sara Golemon
5bf0ab9d1c Spelyng Madders 2005-02-09 19:44:21 +00:00
Sara Golemon
a3417f0329 Clarify error message when libssh2 is not installed (Curt Zirzow) 2005-02-04 03:41:00 +00:00
Sara Golemon
218aa2f350 Add forwarder listen/accept and fix libssh2_session_mehtods() for next rel. 2005-01-01 19:38:01 +00:00
Sara Golemon
946ee797a5 Initial Release 2004-12-24 23:40:09 +00:00