summaryrefslogtreecommitdiff
path: root/defines.h
Commit message (Collapse)AuthorAgeFilesLines
* - (djm) Merged big SCO portability patch from Tim RiceDamien Miller2000-09-291-1/+21
| | | | <tim@multitalents.net>
* - (djm) Define _REENTRANTDamien Miller2000-09-261-0/+5
|
* - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>Damien Miller2000-09-241-0/+16
| | | | - (djm) A bit more cleanup - created cygwin_util.h
* - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>Damien Miller2000-09-231-0/+3
|
* - (djm) Seperate tests for int64_t and u_int64_t typesDamien Miller2000-09-231-18/+23
|
* - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>Damien Miller2000-09-161-6/+4
| | | | | | | | | | | | | | - (djm) Re-enable int64_t types - we need them for sftp - (djm) Use libexecdir from configure , rather than libexecdir/ssh - (djm) Update Redhat SPEC file accordingly - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter <Dirk.DeWachter@rug.ac.be> - (djm) Fixprogs and entropy list fixes from Larry Jones <larry.jones@sdrc.com> - (djm) Fix for SuSE spec file from Takashi YOSHIDA <tyoshida@gemini.rc.kyushu-u.ac.jp>
* - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>Damien Miller2000-09-051-0/+4
|
* - More OpenBSD updates:Damien Miller2000-08-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - deraadt@cvs.openbsd.org 2000/08/24 15:46:59 [scp.c] off_t in sink, to fix files > 2GB, i think, test is still running ;-) - deraadt@cvs.openbsd.org 2000/08/25 10:10:06 [session.c] Wall - markus@cvs.openbsd.org 2000/08/26 04:33:43 [compat.c] ssh.com-2.3.0 - markus@cvs.openbsd.org 2000/08/27 12:18:05 [compat.c] compatibility with future ssh.com versions - deraadt@cvs.openbsd.org 2000/08/27 21:50:55 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c] print uid/gid as unsigned - markus@cvs.openbsd.org 2000/08/28 13:51:00 [ssh.c] enable -n and -f for ssh2 - markus@cvs.openbsd.org 2000/08/28 14:19:53 [ssh.c] allow combination of -N and -f - markus@cvs.openbsd.org 2000/08/28 14:20:56 [util.c] util.c - markus@cvs.openbsd.org 2000/08/28 14:22:02 [util.c] undo - markus@cvs.openbsd.org 2000/08/28 14:23:38 [util.c] don't complain if setting NONBLOCK fails with ENODEV
* - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headersDamien Miller2000-08-231-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - (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) SUN_LEN macro for systems which lack itDamien Miller2000-08-181-0/+6
|
* - (djm) utmp direct write & SunOS 4 patch from Charles LevertDamien Miller2000-08-091-9/+24
| | | | <charles@comm.polymtl.ca>
* - (djm) Use sa_family_t in prototype for rresvport_af. Patch fromDamien Miller2000-06-231-0/+5
| | | | | Svante Signell <svante.signell@telia.com> - (djm) Autoconf logic to define sa_family_t if it is missing
* - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT supportDamien Miller2000-06-181-1/+46
|
* - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:Damien Miller2000-06-131-9/+13
| | | | | - Platform define for SCO 3.x which breaks on /dev/ptmx - Detect and try to fix missing MAXPATHLEN
* - Configure tweaking for new login code on Irix 5.3Damien Miller2000-06-041-3/+3
|
* Added new login recording codeandre2000-06-031-49/+76
| | | | Added test program for login code (make logintest)
* - Define atexit for old SolarisDamien Miller2000-05-301-0/+4
|
* - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>Damien Miller2000-05-171-0/+13
| | | | | | | | - INSTALL typo and URL fix - Makefile fix - Solaris fixes - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
* - Irix portability fixes - don't include netinet headers more than onceDamien Miller2000-05-021-4/+1
| | | | - Make sure we don't save PRNG seed more than once
* - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collectionDamien Miller2000-04-301-0/+3
| | | | | | | | | | patch. - Adds timeout to entropy collection - Disables slow entropy sources - Load and save seed file - Changed entropy seed code to user per-user seeds only (server seed is saved in root's .ssh directory) - Use atexit() and fatal cleanups to save seed on exit
* - Avoid some compiler warnings in fake-get*.cDamien Miller2000-04-081-0/+10
| | | | - Add IPTOS macros for systems which lack them
* - Disable tests and typedefs for 64 bit types. They are currently unused.V_1_2_3_TEST2Damien Miller2000-04-031-0/+6
|
* - Include /usr/local/include and /usr/local/lib for systems that don'tDamien Miller2000-03-141-2/+2
| | | | | | | do it themselves - -R/usr/local/lib for Solaris - Fix RSAref detection - Fix IN6_IS_ADDR_V4MAPPED macro
* - Include macro for IN6_IS_ADDR_V4MAPPED. Report fromDamien Miller2000-03-141-1/+10
| | | | peter@frontierflying.com
* - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> andDamien Miller2000-01-211-0/+4
| | | | Christos Zoulas <christos@netbsd.org>
* - Don't use getaddrinfo on AIXDamien Miller2000-01-201-0/+4
|
* - Compile fix for HPUX and Solaris from Andre LucasDamien Miller2000-01-181-1/+12
| | | | <andre.lucas@dial.pipex.com>
* - Revert __snprintf -> snprintf aliasing. Apparently SolarisDamien Miller2000-01-171-9/+0
| | | | __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
* - Add --with-xauth-path configure directive and explicit test forDamien Miller2000-01-151-1/+14
| | | | | | | | | | | | | /usr/openwin/bin/xauth for Solaris systems. Report from Anders Nordby <anders@fix.no> - Fix incorrect detection of /dev/ptmx on Linux systems that lack openpty. Report from John Seifarth <john@waw.be> - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in sys/types.h. Fixes problems on SCO, report from Gary E. Miller <gem@rellim.com> - Use __snprintf and __vnsprintf if they are found where snprintf and vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net> and others.
* - Merged OpenBSD IPv6 patch:Damien Miller2000-01-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1] [scp.c packet.h packet.c login.c log.c canohost.c channels.c] [hostfile.c sshd_config] ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: sshd allows multiple ListenAddress and Port options. note that libwrap is not IPv6-ready. (based on patches from fujiwara@rcac.tdi.co.jp) - [ssh.c canohost.c] more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo, from itojun@ - [channels.c] listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE) - [packet.h] allow auth-kerberos for IPv4 only - [scp.1 sshd.8 servconf.h scp.c] document -4, -6, and 'ssh -L 2022/::1/22' - [ssh.c] 'ssh @host' is illegal (null user name), from karsten@gedankenpolizei.de - [sshconnect.c] better error message - [sshd.c] allow auth-kerberos for IPv4 only - Big IPv6 merge: - Cleanup overrun in sockaddr copying on RHL 6.1 - Replacements for getaddrinfo, getnameinfo, etc based on versions from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp> - Replacement for missing structures on systems that lack IPv6 - record_login needed to know about AF_INET6 addresses - Borrowed more code from OpenBSD: rresvport_af and requisites
* - Added support for directory-based lastlogsDamien Miller2000-01-021-2/+7
| | | | | | - Really fix typedefs, patch from Ben Taylor <bent@clark.net> - Prevent multiple inclusion of config.h and defines.h. Suggested by Andre Lucas <andre.lucas@dial.pipex.com>
* - Remove test for quad_t. No longer needed.Damien Miller1999-12-311-7/+0
|
* - Prevent typedefs from being compiled more than once. Report fromDamien Miller1999-12-311-0/+5
| | | | Marc G. Fournier <marc.fournier@acadiau.ca>
* - Removed most of the pam code into its own file auth-pam.[ch]. ThisDamien Miller1999-12-301-8/+0
| | | | | cleaned up sshd.c up significantly. - Several other cleanups
* - Detect missing size_t and typedef it.Damien Miller1999-12-291-0/+4
|
* - Merged AIX patch from Darren Hall <dhall@virage.org>Damien Miller1999-12-291-29/+45
| | | | - Cleaned up defines.h
* - Portability fixes for Irix 5.3 (now compiles OK!)Damien Miller1999-12-281-1/+10
| | | | - autoconf and other misc cleanups
* - Added --with-default-path to specify custom path for serverDamien Miller1999-12-271-0/+207
- Removed #ifdef trickery from acconfig.h into defines.h