summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for S/KeyDamien Miller2018-07-311-1/+1
| | | | | | Most people will 1) be using modern multi-factor authentication methods like TOTP/OATH etc and 2) be getting support for multi-factor authentication via PAM or BSD Auth.
* Many typo fixes from Karsten WeissDamien Miller2018-04-101-2/+2
| | | | Spotted using https://github.com/lucasdemarchi/codespell
* Remove portability support for mmapDamien Miller2016-09-291-4/+0
| | | | | We no longer need to wrap/replace mmap for portability now that pre-auth compression has been removed from OpenSSH.
* Remove now-obsolete CVS $Id tags from text files.Darren Tucker2016-08-171-2/+0
| | | | | Since -portable switched to git, the CVS $Id tags are no longer being updated and are becoming increasingly misleading. Remove them.
* - (dtucker) [TODO WARNING.RNG] Update to reflect current reality. ok djm@Darren Tucker2004-12-061-12/+1
|
* Remove password expiry from TODODarren Tucker2004-02-111-3/+1
|
* - djm@cvs.openbsd.org 2003/11/21 11:57:03Damien Miller2003-11-211-6/+6
| | | | | | [everything] unexpand and delete whitespace at EOL; ok markus@ (done locally and RCS IDs synced)
* Fix typos in comments.Darren Tucker2003-06-111-2/+2
|
* - (djm) Tidy and trim TODODamien Miller2003-05-181-58/+20
|
* moreDamien Miller2003-01-131-1/+2
|
* - (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. MoreDamien Miller2003-01-101-2/+2
| | | | systems may be added later.
* - (djm) Merge openssh-TODO.patch from Redhat (null) betaDamien Miller2002-09-051-4/+34
|
* 20020626Ben Lindstrom2002-06-251-2/+3
| | | | | - (bal) moved aix_usrinfo() and noted not setting real TTY. Patch by dtucker@zip.com.au
* More privsep notesBen Lindstrom2002-06-251-3/+4
|
* More notes for Privsep issues.Ben Lindstrom2002-06-251-1/+3
|
* - (bal) Started list of PrivSep issues in TODOBen Lindstrom2002-06-251-1/+13
|
* moreDamien Miller2002-01-221-1/+5
|
* [TODO defines.h loginrec.c] Change the references to configure.inTim Rice2001-10-291-2/+2
| | | | to configure.ac
* Cleaned out dead entries.Ben Lindstrom2001-10-081-9/+1
|
* Possible sia cleanup opportunityDamien Miller2001-09-251-1/+3
|
* - (bal) Starting the Unicossmk merger. File merged TODO, configure.in,Ben Lindstrom2001-07-221-1/+3
| | | | | | | myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in. Added openbsd-compat/bsd-cray.c. Rest will be merged after approval. Selective patches from William L. Jones <jones@mail.utexas.edu>
* - (stevesk) update TODO: STREAMS pty systems don't call vhangup() nowKevin Steves2001-06-151-2/+1
|
* more detail about krb4/-lcrypto conflictsDamien Miller2001-03-271-2/+8
|
* todoDamien Miller2001-03-211-1/+4
|
* 64-bit builds on HP-UX 11.XKevin Steves2001-03-191-3/+8
|
* moreDamien Miller2001-03-051-5/+20
|
* Removed 'build out of tree' line since it does. =)Ben Lindstrom2001-02-171-4/+1
|
* - (bal) Cleaned out bsd-snprintf.c. VARARGS have been banished andBen Lindstrom2001-02-131-4/+1
| | | | | | | | | I did a base KNF over the whe whole file to make it more acceptable. (backed out of original patch and removed it from ChangeLog) This has been a long time coming. If we decide that we need VARARGS support we should do it at a higher level, since no where else do we support VARARGS in the code base.
* - (bal) added NeXT work around for bsd-snprintf.c in bsd-nextstep.h.Ben Lindstrom2001-02-121-2/+5
| | | | - (bal) added TODO item to clean up and sort out 'varargs' from 'stdargs'
* - (djm) Add CVS Id's to files that we have missedDamien Miller2001-02-091-0/+2
|
* Add replace test -SDamien Miller2001-02-081-0/+3
|
* * Remove HP/UX ssh2 signal comment.Ben Lindstrom2001-02-061-2/+2
| | | | | * Added Todo item to verify groupaccess truly works under NeXTStep before enabling it since it is enclosed around POSIX wrappers.
* NB: big update - may break stuff. Please test!Damien Miller2001-02-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - (djm) OpenBSD CVS sync: - markus@cvs.openbsd.org 2001/02/03 03:08:38 [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c] [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8] [sshd_config] make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@ - markus@cvs.openbsd.org 2001/02/03 03:19:51 [ssh.1 sshd.8 sshd_config] Skey is now called ChallengeResponse - markus@cvs.openbsd.org 2001/02/03 03:43:09 [sshd.8] use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean channel. note from Erik.Anggard@cygate.se (pr/1659) - stevesk@cvs.openbsd.org 2001/02/03 10:03:06 [ssh.1] typos; ok markus@ - djm@cvs.openbsd.org 2001/02/04 04:11:56 [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h] [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c] Basic interactive sftp client; ok theo@ - (djm) Update RPM specs for new sftp binary - (djm) Update several bits for new optional reverse lookup stuff. I think I got them all.
* Updated to do and removed entry for the reordering non-openbsd code.Ben Lindstrom2001-02-011-5/+0
|
* Updated TODO to reflect that sftp-server should be fixed to supportBen Lindstrom2001-01-081-2/+2
| | | | 32bits int if 64bits don't exist.
* 20001229Ben Lindstrom2000-12-281-0/+3
| | | | | | | | | | | | - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian Kurz <shorty@debain.org> 20001228 - (bal) SCO patch to not include <sys/queue.h> since it's unrelated header. Patch by Tim Rice <tim@multitalents.net> - Updated TODO w/ known HP/UX issue - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the bad reference to 'NeXT including it else were' on the #ifdef version.
* - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.Ben Lindstrom2000-12-181-0/+3
| | | | Suggested by Wilfredo Sanchez <wsanchez@apple.com>
* - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enableDamien Miller2000-12-031-0/+2
| | | | | PAM authentication using KbdInteractive. - (djm) Added another TODO
* 20001203Ben Lindstrom2000-12-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - (bal) OpenBSD CVS updates: - markus@cvs.openbsd.org 2000/11/30 22:54:31 [channels.c] debug->warn if tried to do -R style fwd w/o client requesting this; ok neils@ - markus@cvs.openbsd.org 2000/11/29 20:39:17 [cipher.c] des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV - markus@cvs.openbsd.org 2000/11/30 18:33:05 [ssh-agent.c] agents must not dump core, ok niels@ - markus@cvs.openbsd.org 2000/11/30 07:04:02 [ssh.1] T is for both protocols - markus@cvs.openbsd.org 2000/12/01 00:00:51 [ssh.1] typo; from green@FreeBSD.org - markus@cvs.openbsd.org 2000/11/30 07:02:35 [ssh.c] check -T before isatty() - provos@cvs.openbsd.org 2000/11/29 13:51:27 [sshconnect.c] show IP address and hostname when new key is encountered. okay markus@ - markus@cvs.openbsd.org 2000/11/30 22:53:35 [sshconnect.c] disable agent/x11/port fwding if hostkey has changed; ok niels@ - marksu@cvs.openbsd.org 2000/11/29 21:11:59 [sshd.c] sshd -D, startup w/o deamon(), for monitoring scripts or inittab; from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
* Added in Linux's select issue to TODO. Which may have to do with theBen Lindstrom2000-12-021-1/+6
| | | | | shell/sshd not sending a -TERM/-HUP to the grandchildren at the right time in the exiting process.
* 20001202Ben Lindstrom2000-12-011-2/+0
| | | | | | | | | - (bal) Backed out of part of Alain St-Denis' loginrec.c patch. - (bal) Irix need some sort of mansubdir, patch by Michael Stone <mstone@cs.loyola.edu> Also removed a finished entry in TODO, and changed my address in the CREDITS file to match my new home address.
* 20001122Ben Lindstrom2000-11-211-6/+44
| | | | | | - (bal) Minor patch to ensure platforms lacking IRIX job limit supports are compilable. - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
* Add support for GNU rx library for those lacking regexp supportBen Lindstrom2000-10-141-2/+0
|
* - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>Damien Miller2000-08-291-4/+0
|
* - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headersDamien Miller2000-08-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - (djm) OpenBSD CVS updates: - deraadt@cvs.openbsd.org 2000/08/18 20:07:23 [ssh.c] accept remsh as a valid name as well; roman@buildpoint.com - deraadt@cvs.openbsd.org 2000/08/18 20:17:13 [deattack.c crc32.c packet.c] rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to libz crc32 function yet, because it has ugly "long"'s in it; oneill@cs.sfu.ca - deraadt@cvs.openbsd.org 2000/08/18 20:26:08 [scp.1 scp.c] -S prog support; tv@debian.org - deraadt@cvs.openbsd.org 2000/08/18 20:50:07 [scp.c] knf - deraadt@cvs.openbsd.org 2000/08/18 20:57:33 [log-client.c] shorten - markus@cvs.openbsd.org 2000/08/19 12:48:11 [channels.c channels.h clientloop.c ssh.c ssh.h] support for ~. in ssh2 - deraadt@cvs.openbsd.org 2000/08/19 15:29:40 [crc32.h] proper prototype - markus@cvs.openbsd.org 2000/08/19 15:34:44 [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1] [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile] [fingerprint.c fingerprint.h] add SSH2/DSA support to the agent and some other DSA related cleanups. (note that we cannot talk to ssh.com's ssh2 agents) - markus@cvs.openbsd.org 2000/08/19 15:55:52 [channels.c channels.h clientloop.c] more ~ support for ssh2 - markus@cvs.openbsd.org 2000/08/19 16:21:19 [clientloop.c] oops - millert@cvs.openbsd.org 2000/08/20 12:25:53 [session.c] We have to stash the result of get_remote_name_or_ip() before we close our socket or getpeername() will get EBADF and the process will exit. Only a problem for "UseLogin yes". - millert@cvs.openbsd.org 2000/08/20 12:30:59 [session.c] Only check /etc/nologin if "UseLogin no" since login(1) may have its own policy on determining who is allowed to login when /etc/nologin is present. Also use the _PATH_NOLOGIN define. - millert@cvs.openbsd.org 2000/08/20 12:42:43 [auth1.c auth2.c session.c ssh.c] Add calls to setusercontext() and login_get*(). We basically call setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class. - millert@cvs.openbsd.org 2000/08/21 10:23:31 [session.c] Fix incorrect PATH setting; noted by Markus.
* - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>Damien Miller2000-07-111-3/+1
|
* - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>Damien Miller2000-07-091-0/+7
| | | | Including sigaction() et al. replacements
* Removed an old entryDamien Miller2000-06-031-2/+0
|
* - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.aDamien Miller2000-05-091-2/+0
|
* todoDamien Miller2000-04-061-1/+2
|