Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: Fix compilation on Windows. | Andreas Schneider | 2011-05-26 | 1 | -4/+5 |
| | |||||
* | cmake: Fix detection of clock_gettime. | Andreas Schneider | 2011-05-25 | 1 | -6/+8 |
| | |||||
* | Replace clock_gettime with gettimeofday when missing | Aris Adamantiadis | 2011-05-25 | 1 | -1/+10 |
| | |||||
* | Introduced ssh_timeout_elapsed functions | Aris Adamantiadis | 2011-05-24 | 1 | -0/+86 |
| | | | | | | | Functions to mesure elapsed time before and after a serie of calls. Introduces a dependancy to clock_gettime() and librt, hope this doesn't break anything. Porting to gettimeofday() should not be too hard. | ||||
* | build: Fixed some VS2010 problems. | Oliver Stöneberg | 2011-04-11 | 1 | -2/+2 |
| | |||||
* | misc: Fixed ssh_is_ipaddr_v4() on Windows. | Andreas Schneider | 2011-02-13 | 1 | -0/+5 |
| | |||||
* | misc: Added working ssh_is_ipaddr for Windows. | Andreas Schneider | 2011-02-13 | 1 | -33/+69 |
| | |||||
* | misc: Fixed ssh_is_ipaddr on FreeBSD. | Andreas Schneider | 2011-02-13 | 1 | -0/+3 |
| | |||||
* | misc: Added ssh_is_ipaddr() function. | Andreas Schneider | 2011-02-12 | 1 | -0/+32 |
| | |||||
* | Fix getpwuid_r on opensolaris | Aris Adamantiadis | 2011-01-11 | 1 | -7/+7 |
| | |||||
* | misc: Avoid redefine of _WIN32_IE. | Andreas Schneider | 2011-01-01 | 1 | -2/+9 |
| | |||||
* | misc: Fixed a possible memory leak. | Andreas Schneider | 2010-12-27 | 1 | -1/+2 |
| | |||||
* | misc: Fixed a typo. | Andreas Schneider | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | misc: Make sure ssh_analyze_banner has proper length checks. | Andreas Schneider | 2010-09-29 | 1 | -19/+37 |
| | |||||
* | misc: Differentiate between client and server in ssh_analyze_banner. | Andreas Schneider | 2010-09-29 | 1 | -2/+8 |
| | |||||
* | misc: Fixed a possible data overread and crash bug. | Andreas Schneider | 2010-09-29 | 1 | -2/+5 |
| | |||||
* | misc: Move ssh_analyze_banner to a common location. | Andreas Schneider | 2010-09-29 | 1 | -0/+63 |
| | | | | Don't duplicate functions! | ||||
* | misc: Fixed a memory leak. | Andreas Schneider | 2010-09-07 | 1 | -1/+2 |
| | |||||
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -0/+685 |