summaryrefslogtreecommitdiffstats
path: root/libssh/auth.c
Commit message (Collapse)AuthorAgeFilesLines
* Asynchronous service requestAris Adamantiadis2009-12-261-9/+13
|
* Made packet_wait issue warningsAris Adamantiadis2009-12-131-1/+2
|
* Improve standard logging.Andreas Schneider2009-11-121-1/+2
|
* Allow use of SSH_DIR/ when expanding key pathsAris Adamantiadis2009-10-171-12/+12
|
* Fixed ssh_get_home_dir and ssh dir to be more portable on UNIX systems.Andreas Schneider2009-10-151-6/+6
| | | | Thanks to Pino Toscano.
* Get rid of the options structure.Andreas Schneider2009-10-021-24/+23
|
* more priv.h splittingAris Adamantiadis2009-09-261-0/+9
|
* More include file splittingAris Adamantiadis2009-09-261-0/+1
|
* More include file movingsAris Adamantiadis2009-09-261-0/+1
|
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-0/+5
|
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-19/+19
|
* Use new ssh options interface in auth functions.Andreas Schneider2009-09-221-7/+7
|
* Added more logging output for publickey auth.Andreas Schneider2009-09-211-1/+3
|
* Fix possible memory corruption (#14)milo2009-08-061-7/+7
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Fix build with MSVC.Andreas Schneider2009-07-301-3/+17
|
* Fix SSH1 compilation.Andreas Schneider2009-07-271-3/+3
|
* Switch completly to stdint types.Andreas Schneider2009-07-251-4/+4
|
* Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider2009-07-251-5/+5
|
* Change PRIVATE_KEY * to ssh_private_keyAris Adamantiadis2009-07-241-2/+2
|
* Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis2009-07-241-1/+1
|
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-241-35/+35
|
* replacing keys_struct with ssh_keys_structAris Adamantiadis2009-07-241-1/+1
|
* Fixed namespace problem in public structuresAris Adamantiadis2009-07-241-1/+1
| | | | | | | | | changed struct string_struct to ssh_string_struct buffer_struct to ssh_buffer_struct and so on. Should not break apps using the caps version of these
* Don't segfault if the session or the answer is NULL.Andreas Schneider2009-07-221-1/+1
|
* Make the ssh_userauth_kbdint functions to get the prompts const.Andreas Schneider2009-07-211-3/+3
| | | | They shouldn't be modified or free'd by a user.
* Fix a possible crash bug.Andreas Schneider2009-06-091-4/+4
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@775 7dcaeef0-15fb-0310-b436-a5af3365683c
* Fix build warnings.Andreas Schneider2009-06-091-2/+7
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@774 7dcaeef0-15fb-0310-b436-a5af3365683c
* Add missing vim modeline.Andreas Schneider2009-05-131-0/+1
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@765 7dcaeef0-15fb-0310-b436-a5af3365683c
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-3/+0
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@763 7dcaeef0-15fb-0310-b436-a5af3365683c
* Change variable names of the keys_struct to avoid conflicts.Andreas Schneider2009-05-111-18/+18
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@753 7dcaeef0-15fb-0310-b436-a5af3365683c
* Improve ssh_userauth_password().Andreas Schneider2009-04-301-84/+91
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@670 7dcaeef0-15fb-0310-b436-a5af3365683c
* Initialize the vars with NULL to prevent a segfault on error.Andreas Schneider2009-04-301-11/+11
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@669 7dcaeef0-15fb-0310-b436-a5af3365683c
* Improve ssh_userauth_agent_pubkey().Andreas Schneider2009-04-301-42/+44
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@668 7dcaeef0-15fb-0310-b436-a5af3365683c
* Improve ssh_userauth_pubkey().Andreas Schneider2009-04-301-94/+103
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@667 7dcaeef0-15fb-0310-b436-a5af3365683c
* Improve ssh_userauth_offer_pubkey().Andreas Schneider2009-04-301-86/+95
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@666 7dcaeef0-15fb-0310-b436-a5af3365683c
* Improve ssh_userauth_none().Andreas Schneider2009-04-301-65/+73
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@665 7dcaeef0-15fb-0310-b436-a5af3365683c
* Improve ssh_userauth_list().Andreas Schneider2009-04-301-4/+10
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@664 7dcaeef0-15fb-0310-b436-a5af3365683c
* Reformat ssh_auth_list().Andreas Schneider2009-04-301-4/+5
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@663 7dcaeef0-15fb-0310-b436-a5af3365683c
* Improve wait_auth_status().Andreas Schneider2009-04-301-83/+102
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@662 7dcaeef0-15fb-0310-b436-a5af3365683c
* Fix segfault.Andreas Schneider2009-04-301-1/+1
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@661 7dcaeef0-15fb-0310-b436-a5af3365683c
* Add a BURN_STRING macro and use it in auth.c.Andreas Schneider2009-04-301-10/+5
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@660 7dcaeef0-15fb-0310-b436-a5af3365683c
* Improve ask_userauth().Andreas Schneider2009-04-301-11/+15
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@659 7dcaeef0-15fb-0310-b436-a5af3365683c
* Improve the autopubkey authentication.Andreas Schneider2009-04-301-3/+10
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@658 7dcaeef0-15fb-0310-b436-a5af3365683c
* Improve ssh_userauth_kbdint_getprompt.Andreas Schneider2009-04-291-15/+25
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@645 7dcaeef0-15fb-0310-b436-a5af3365683c
* Reformat ssh_userauth_kbdint functions.Andreas Schneider2009-04-291-23/+33
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@644 7dcaeef0-15fb-0310-b436-a5af3365683c
* Improve ssh_userauth_kbdint.Andreas Schneider2009-04-291-61/+85
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@643 7dcaeef0-15fb-0310-b436-a5af3365683c
* Improve kbdauth_send.Andreas Schneider2009-04-291-4/+3
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@642 7dcaeef0-15fb-0310-b436-a5af3365683c
* Improve kbdauth_info_get.Andreas Schneider2009-04-291-69/+107
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@641 7dcaeef0-15fb-0310-b436-a5af3365683c
* Improve kbdauth_init.Andreas Schneider2009-04-291-20/+10
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@640 7dcaeef0-15fb-0310-b436-a5af3365683c
* Improve kbdint_clean.Andreas Schneider2009-04-291-29/+28
| | | | git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@639 7dcaeef0-15fb-0310-b436-a5af3365683c