summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - markus@cvs.openbsd.org 2001/07/02 22:40:18Ben Lindstrom2001-07-042-20/+24
| | | | | [ssh-keygen.c] update for sectok.h interface changes.
* - markus@cvs.openbsd.org 2001/07/02 22:29:20Ben Lindstrom2001-07-042-3/+6
| | | | | [readpass.c] do not return NULL, use "" instead.
* - markus@cvs.openbsd.org 2001/07/02 13:59:15Ben Lindstrom2001-07-044-6/+41
| | | | | | [serverloop.c session.c session.h] wait until !session_have_children(); bugreport from Lutz.Jaenicke@aet.TU-Cottbus.DE
* - stevesk@cvs.openbsd.org 2001/06/30 18:08:40Ben Lindstrom2001-07-044-7/+10
| | | | | [channels.c channels.h clientloop.c] adress -> address; ok markus@
* - stevesk@cvs.openbsd.org 2001/06/29 18:40:28Ben Lindstrom2001-07-042-3/+6
| | | | | [channels.c] use socklen_t for getsockopt arg #5; ok markus@
* - stevesk@cvs.openbsd.org 2001/06/29 18:38:44Ben Lindstrom2001-07-042-3/+6
| | | | | [clientloop.c] sync function definition with declaration; ok markus@
* - markus@cvs.openbsd.org 2001/06/29 07:11:01Ben Lindstrom2001-07-042-4/+7
| | | | | [ssh-keygen.c] initialize early
* - markus@cvs.openbsd.org 2001/06/29 07:06:34Ben Lindstrom2001-07-042-8/+21
| | | | | [ssh-keygen.c] new error handling for cyberflex_*
* - stevesk@cvs.openbsd.org 2001/06/28 19:57:35Ben Lindstrom2001-07-042-3/+6
| | | | | [ssh-keygen.c] '\0' terminated data[] is ok; ok markus@
* - markus@cvs.openbsd.org 2001/06/27 06:26:36Ben Lindstrom2001-07-042-50/+44
| | | | | [ssh-add.c] convert to getopt(3)
* - markus@cvs.openbsd.org 2001/06/27 05:42:25Ben Lindstrom2001-07-045-11/+15
| | | | | | [rsa.c rsa.h ssh-agent.c ssh-keygen.c] s/generate_additional_parameters/rsa_generate_additional_parameters/ http://www.humppa.com/
* - markus@cvs.openbsd.org 2001/06/27 05:35:42Ben Lindstrom2001-07-042-6/+9
| | | | | [ssh-keygen.c] use cyberflex_inq_class to inquire class.
* - markus@cvs.openbsd.org 2001/06/27 04:48:53Ben Lindstrom2001-07-044-6/+44
| | | | | [auth.c match.c sshd.8] tridge@samba.org
* - markus@cvs.openbsd.org 2001/06/27 02:12:54Ben Lindstrom2001-07-045-13/+23
| | | | | [serverloop.c serverloop.h session.c session.h] quick hack to make ssh2 work again.
* - markus@cvs.openbsd.org 2001/06/26 20:14:11Ben Lindstrom2001-07-045-24/+79
| | | | | | [key.c key.h ssh.c sshconnect1.c sshconnect2.c] add smartcard support to the client, too (now you can use both the agent and the client).
* - dugsong@cvs.openbsd.org 2001/06/26 17:41:49Ben Lindstrom2001-07-042-2/+8
| | | | | [servconf.c] #include <kafs.h>
* - markus@cvs.openbsd.org 2001/06/26 17:27:25Ben Lindstrom2001-07-0450-911/+412
| | | | | | | | | | | | | [authfd.h authfile.h auth.h auth-options.h bufaux.h buffer.h canohost.h channels.h cipher.h clientloop.h compat.h compress.h crc32.h deattack.h dh.h dispatch.h groupaccess.c groupaccess.h hostfile.h kex.h key.h log.c log.h mac.h misc.c misc.h mpaux.h packet.h radix.h readconf.h readpass.h rsa.h servconf.h serverloop.h session.h sftp-common.c sftp-common.h sftp-glob.h sftp-int.h sshconnect.h ssh-dss.h sshlogin.h sshpty.h ssh-rsa.h sshtty.h tildexpand.h uidswap.h uuencode.h xmalloc.h] remove comments from .h, since they are cut&paste from the .c files and out of sync
* - markus@cvs.openbsd.org 2001/06/26 17:25:34Ben Lindstrom2001-07-042-2/+28
| | | | | [ssh.1] document SSH_ASKPASS; fubob@MIT.EDU
* - dugsong@cvs.openbsd.org 2001/06/26 16:15:25Ben Lindstrom2001-07-0412-455/+775
| | | | | | | [auth1.c auth.h auth-krb4.c auth-passwd.c readconf.c readconf.h servconf.c servconf.h session.c sshconnect1.c sshd.c] Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok
* - itojun@cvs.openbsd.org 2001/06/26 06:33:07Ben Lindstrom2001-07-0417-117/+93
| | | | | | | | | [servconf.h serverloop.h session.h sftp-client.h sftp-common.h sftp-glob.h sftp-int.h sshconnect.h ssh-dss.h sshlogin.h sshpty.h ssh-rsa.h tildexpand.h uidswap.h uuencode.h xmalloc.h] prototype pedant. not very creative... - () -> (void) - no variable names
* - itojun@cvs.openbsd.org 2001/06/26 06:32:58Ben Lindstrom2001-07-0432-307/+278
| | | | | | | | | | | [atomicio.h authfd.h authfile.h auth.h auth-options.h bufaux.h buffer.h canohost.h channels.h cipher.h clientloop.h compat.h compress.h crc32.h deattack.h dh.h dispatch.h groupaccess.h hostfile.h kex.h key.h log.h mac.h match.h misc.h mpaux.h packet.h radix.h readconf.h readpass.h rsa.h] prototype pedant. not very creative... - () -> (void) - no variable names
* - markus@cvs.openbsd.org 2001/06/26 05:50:11Ben Lindstrom2001-07-042-3/+6
| | | | | [auth2.c] new interface for secure_filename()
* - mpech@cvs.openbsd.org 2001/06/26 05:48:07Ben Lindstrom2001-07-042-3/+6
| | | | | | [sshd.8] remove unnecessary .Pp between .It; millert@ ok
* - markus@cvs.openbsd.org 2001/06/26 05:33:34Ben Lindstrom2001-07-042-3/+120
| | | | | [ssh-agent.c] more smartcard support.
* - markus@cvs.openbsd.org 2001/06/26 05:07:43Ben Lindstrom2001-07-042-4/+7
| | | | | [ssh-agent.c] update usage
* - markus@cvs.openbsd.org 2001/06/26 04:59:59Ben Lindstrom2001-07-044-5/+83
| | | | | [authfd.c authfd.h ssh-add.c] initial support for smartcards in the agent
* - markus@cvs.openbsd.org 2001/06/26 04:07:06Ben Lindstrom2001-07-043-11/+37
| | | | | [ssh-agent.1 ssh-agent.c] add debug flag
* - markus@cvs.openbsd.org 2001/06/26 02:47:07Ben Lindstrom2001-07-042-20/+103
| | | | | [ssh-keygen.c] allow loading a private RSA key to a cyberflex card.
* - stevesk@cvs.openbsd.org 2001/06/25 20:26:37Ben Lindstrom2001-07-043-8/+12
| | | | | [auth2.c sshconnect2.c] prototype cleanup; ok markus@
* - provos@cvs.openbsd.org 2001/06/25 17:54:47Ben Lindstrom2001-07-044-7/+23
| | | | | | [auth.c auth.h auth-rsa.c] terminate secure_filename checking after checking homedir. that way it works on AFS. okay markus@
* - markus@cvs.openbsd.org 2001/06/25 17:18:27Ben Lindstrom2001-07-042-5/+9
| | | | | | [ssh-keygen.1] sshd(8) will never read the private keys, but ssh(1) does; hugh@mimosa.com
* - markus@cvs.openbsd.org 2001/06/25 08:25:41Ben Lindstrom2001-07-0421-44/+50
| | | | | | | [channels.c channels.h cipher.c clientloop.c compat.c compat.h hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h] update copyright for 2001
* - (stevesk) remove cli.[ch]Kevin Steves2001-06-294-278/+4
|
* - (stevesk) session.c: use u_int for envsizeKevin Steves2001-06-292-3/+4
|
* - (stevesk) remove _REENTRANT #defineKevin Steves2001-06-292-7/+3
|
* - (bal) Updated zlib's home. Thanks to David Howe <DaveHowe@gmx.co.uk>.Ben Lindstrom2001-06-292-3/+4
|
* - (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c.Ben Lindstrom2001-06-292-1/+10
|
* - (bal) Removed net_aton() since we don't use it any moreBen Lindstrom2001-06-296-212/+9
|
* You know I really should wake up. <sigh> Stop those 3 files from files fromBen Lindstrom2001-06-292-6/+3
| | | | being compiled since we removed them. =)
* - (bal) Remove getusershell() since it's no longer useBen Lindstrom2001-06-294-158/+5
|
* - (bal) Removed strtok_r and inet_ntop since they are no longer used.Ben Lindstrom2001-06-296-331/+4
|
* - (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for myDamien Miller2001-06-282-3/+5
| | | | broken makefile
* 20010628Damien Miller2001-06-285-16/+19
| | | | - (djm) Sync openbsd-compat with -current libc
* - (stevesk) use X/Open socket interface for HP-UX 10.X alsoKevin Steves2001-06-282-4/+5
|
* - (stevesk) fix x11 forwarding from _PATH_XAUTH changeKevin Steves2001-06-283-5/+10
|
* - (stevesk) for HP-UX 11.X use X/Open socket interface;Kevin Steves2001-06-272-4/+7
| | | | | pulls in modern socket prototypes and eliminates a number of compiler warnings. see xopen_networking(7).
* - (djm) Fix a few warnings the above turned upDamien Miller2001-06-274-5/+7
|
* - (djm) Turn up warnings if gcc or egcs detectedDamien Miller2001-06-272-5/+5
|
* - (djm) Sync with -current openbsd-compat/readpassphrase.c:Damien Miller2001-06-272-3/+6
| | | | | - djm@cvs.openbsd.org 2001/06/27 13:23:30 typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
* - (djm) Oops, forgot make logic for primes=>moduli. Also try to renameDamien Miller2001-06-272-8/+15
| | | | existing primes->moduli if it exists.