summaryrefslogtreecommitdiffstats
path: root/src/config.c
Commit message (Collapse)AuthorAgeFilesLines
* gssapi: Add support for GSSAPIDelegateCredentials config option.Simo Sorce2013-11-151-1/+9
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* gssapi: Add support for GSSAPIClientIdentity config option.Andreas Schneider2013-11-151-1/+9
|
* gssapi: Add support for GSSAPIServerIdentity config option.Andreas Schneider2013-11-151-1/+9
|
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-2/+2
|
* BUG 103: Fix ProxyCommand parsing.Andreas Schneider2013-06-021-2/+21
|
* config: Rename ssh_config_get_str().Andreas Schneider2013-06-021-11/+11
|
* session: Use a struct for all options.Andreas Schneider2012-02-051-3/+3
|
* priv: Remove crypto.h and add correct includes to src files.Andreas Schneider2011-09-181-0/+3
|
* priv: Move options and config prototypes to own header.Andreas Schneider2011-09-181-0/+1
|
* use ssh_log instead of fprintf in ssh_config_parse_fileBernhard R. Link2011-02-121-3/+1
| | | | | | | | ssh_config_parse_file calls "fprintf(stderr," directly thus ignoring a set log callback. Replacing the print with a call to ssh_log should fix this. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* Added compression options and allow "yes/no" settingAris Adamantiadis2010-12-271-4/+2
| | | | SSH_OPTION_COMPRESSION and SSH_OPTION_COMPRESSION_LEVEL options have been added. Now, end-level apps may simply choose to enable compression without knowing the relevant algorithms behind it.
* Add zlib@openssh.com on the list of compressionAris Adamantiadis2010-10-041-2/+2
|
* options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK.Andreas Schneider2010-09-281-4/+4
| | | | | Looks like people are confused by the name and think this is normal host key checking.
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+347