Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - markus@cvs.openbsd.org 2001/07/02 22:40:18 | Ben Lindstrom | 2001-07-04 | 2 | -20/+24 |
| | | | | | [ssh-keygen.c] update for sectok.h interface changes. | ||||
* | - markus@cvs.openbsd.org 2001/07/02 22:29:20 | Ben Lindstrom | 2001-07-04 | 2 | -3/+6 |
| | | | | | [readpass.c] do not return NULL, use "" instead. | ||||
* | - markus@cvs.openbsd.org 2001/07/02 13:59:15 | Ben Lindstrom | 2001-07-04 | 4 | -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:40 | Ben Lindstrom | 2001-07-04 | 4 | -7/+10 |
| | | | | | [channels.c channels.h clientloop.c] adress -> address; ok markus@ | ||||
* | - stevesk@cvs.openbsd.org 2001/06/29 18:40:28 | Ben Lindstrom | 2001-07-04 | 2 | -3/+6 |
| | | | | | [channels.c] use socklen_t for getsockopt arg #5; ok markus@ | ||||
* | - stevesk@cvs.openbsd.org 2001/06/29 18:38:44 | Ben Lindstrom | 2001-07-04 | 2 | -3/+6 |
| | | | | | [clientloop.c] sync function definition with declaration; ok markus@ | ||||
* | - markus@cvs.openbsd.org 2001/06/29 07:11:01 | Ben Lindstrom | 2001-07-04 | 2 | -4/+7 |
| | | | | | [ssh-keygen.c] initialize early | ||||
* | - markus@cvs.openbsd.org 2001/06/29 07:06:34 | Ben Lindstrom | 2001-07-04 | 2 | -8/+21 |
| | | | | | [ssh-keygen.c] new error handling for cyberflex_* | ||||
* | - stevesk@cvs.openbsd.org 2001/06/28 19:57:35 | Ben Lindstrom | 2001-07-04 | 2 | -3/+6 |
| | | | | | [ssh-keygen.c] '\0' terminated data[] is ok; ok markus@ | ||||
* | - markus@cvs.openbsd.org 2001/06/27 06:26:36 | Ben Lindstrom | 2001-07-04 | 2 | -50/+44 |
| | | | | | [ssh-add.c] convert to getopt(3) | ||||
* | - markus@cvs.openbsd.org 2001/06/27 05:42:25 | Ben Lindstrom | 2001-07-04 | 5 | -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:42 | Ben Lindstrom | 2001-07-04 | 2 | -6/+9 |
| | | | | | [ssh-keygen.c] use cyberflex_inq_class to inquire class. | ||||
* | - markus@cvs.openbsd.org 2001/06/27 04:48:53 | Ben Lindstrom | 2001-07-04 | 4 | -6/+44 |
| | | | | | [auth.c match.c sshd.8] tridge@samba.org | ||||
* | - markus@cvs.openbsd.org 2001/06/27 02:12:54 | Ben Lindstrom | 2001-07-04 | 5 | -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:11 | Ben Lindstrom | 2001-07-04 | 5 | -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:49 | Ben Lindstrom | 2001-07-04 | 2 | -2/+8 |
| | | | | | [servconf.c] #include <kafs.h> | ||||
* | - markus@cvs.openbsd.org 2001/06/26 17:27:25 | Ben Lindstrom | 2001-07-04 | 50 | -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:34 | Ben Lindstrom | 2001-07-04 | 2 | -2/+28 |
| | | | | | [ssh.1] document SSH_ASKPASS; fubob@MIT.EDU | ||||
* | - dugsong@cvs.openbsd.org 2001/06/26 16:15:25 | Ben Lindstrom | 2001-07-04 | 12 | -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:07 | Ben Lindstrom | 2001-07-04 | 17 | -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:58 | Ben Lindstrom | 2001-07-04 | 32 | -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:11 | Ben Lindstrom | 2001-07-04 | 2 | -3/+6 |
| | | | | | [auth2.c] new interface for secure_filename() | ||||
* | - mpech@cvs.openbsd.org 2001/06/26 05:48:07 | Ben Lindstrom | 2001-07-04 | 2 | -3/+6 |
| | | | | | | [sshd.8] remove unnecessary .Pp between .It; millert@ ok | ||||
* | - markus@cvs.openbsd.org 2001/06/26 05:33:34 | Ben Lindstrom | 2001-07-04 | 2 | -3/+120 |
| | | | | | [ssh-agent.c] more smartcard support. | ||||
* | - markus@cvs.openbsd.org 2001/06/26 05:07:43 | Ben Lindstrom | 2001-07-04 | 2 | -4/+7 |
| | | | | | [ssh-agent.c] update usage | ||||
* | - markus@cvs.openbsd.org 2001/06/26 04:59:59 | Ben Lindstrom | 2001-07-04 | 4 | -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:06 | Ben Lindstrom | 2001-07-04 | 3 | -11/+37 |
| | | | | | [ssh-agent.1 ssh-agent.c] add debug flag | ||||
* | - markus@cvs.openbsd.org 2001/06/26 02:47:07 | Ben Lindstrom | 2001-07-04 | 2 | -20/+103 |
| | | | | | [ssh-keygen.c] allow loading a private RSA key to a cyberflex card. | ||||
* | - stevesk@cvs.openbsd.org 2001/06/25 20:26:37 | Ben Lindstrom | 2001-07-04 | 3 | -8/+12 |
| | | | | | [auth2.c sshconnect2.c] prototype cleanup; ok markus@ | ||||
* | - provos@cvs.openbsd.org 2001/06/25 17:54:47 | Ben Lindstrom | 2001-07-04 | 4 | -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:27 | Ben Lindstrom | 2001-07-04 | 2 | -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:41 | Ben Lindstrom | 2001-07-04 | 21 | -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 Steves | 2001-06-29 | 4 | -278/+4 |
| | |||||
* | - (stevesk) session.c: use u_int for envsize | Kevin Steves | 2001-06-29 | 2 | -3/+4 |
| | |||||
* | - (stevesk) remove _REENTRANT #define | Kevin Steves | 2001-06-29 | 2 | -7/+3 |
| | |||||
* | - (bal) Updated zlib's home. Thanks to David Howe <DaveHowe@gmx.co.uk>. | Ben Lindstrom | 2001-06-29 | 2 | -3/+4 |
| | |||||
* | - (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c. | Ben Lindstrom | 2001-06-29 | 2 | -1/+10 |
| | |||||
* | - (bal) Removed net_aton() since we don't use it any more | Ben Lindstrom | 2001-06-29 | 6 | -212/+9 |
| | |||||
* | You know I really should wake up. <sigh> Stop those 3 files from files from | Ben Lindstrom | 2001-06-29 | 2 | -6/+3 |
| | | | | being compiled since we removed them. =) | ||||
* | - (bal) Remove getusershell() since it's no longer use | Ben Lindstrom | 2001-06-29 | 4 | -158/+5 |
| | |||||
* | - (bal) Removed strtok_r and inet_ntop since they are no longer used. | Ben Lindstrom | 2001-06-29 | 6 | -331/+4 |
| | |||||
* | - (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for my | Damien Miller | 2001-06-28 | 2 | -3/+5 |
| | | | | broken makefile | ||||
* | 20010628 | Damien Miller | 2001-06-28 | 5 | -16/+19 |
| | | | | - (djm) Sync openbsd-compat with -current libc | ||||
* | - (stevesk) use X/Open socket interface for HP-UX 10.X also | Kevin Steves | 2001-06-28 | 2 | -4/+5 |
| | |||||
* | - (stevesk) fix x11 forwarding from _PATH_XAUTH change | Kevin Steves | 2001-06-28 | 3 | -5/+10 |
| | |||||
* | - (stevesk) for HP-UX 11.X use X/Open socket interface; | Kevin Steves | 2001-06-27 | 2 | -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 up | Damien Miller | 2001-06-27 | 4 | -5/+7 |
| | |||||
* | - (djm) Turn up warnings if gcc or egcs detected | Damien Miller | 2001-06-27 | 2 | -5/+5 |
| | |||||
* | - (djm) Sync with -current openbsd-compat/readpassphrase.c: | Damien Miller | 2001-06-27 | 2 | -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 rename | Damien Miller | 2001-06-27 | 2 | -8/+15 |
| | | | | existing primes->moduli if it exists. |