]> andersk Git - openssh.git/log
openssh.git
17 years ago - (dtucker) [log.c] Move ifdef to prevent unused variable warning.
dtucker [Sun, 20 Aug 2006 07:55:54 +0000 (07:55 +0000)] 
 - (dtucker) [log.c] Move ifdef to prevent unused variable warning.

17 years ago - (dtucker) [openbsd-compat/regress/Makefile.in] Add $(EXEEXT) and add a
dtucker [Sat, 19 Aug 2006 09:12:14 +0000 (09:12 +0000)] 
 - (dtucker) [openbsd-compat/regress/Makefile.in] Add $(EXEEXT) and add a
   single rule for the test progs.

17 years ago - (djm) OpenBSD CVS Sync
djm [Fri, 18 Aug 2006 22:50:57 +0000 (22:50 +0000)] 
 - (djm) OpenBSD CVS Sync
   - djm@cvs.openbsd.org 2006/08/18 22:41:29
     [gss-genr.c]
     GSSAPI error code should be 0 and not -1; from simon@sxw.org.uk

17 years ago - (djm) Disable sigdie() for platforms that cannot safely syslog inside
djm [Fri, 18 Aug 2006 22:38:23 +0000 (22:38 +0000)] 
 - (djm) Disable sigdie() for platforms that cannot safely syslog inside
   a signal handler (basically all of them, excepting OpenBSD);
   ok dtucker@

17 years ago - djm@cvs.openbsd.org 2006/08/18 14:40:34
djm [Fri, 18 Aug 2006 14:46:43 +0000 (14:46 +0000)] 
   - djm@cvs.openbsd.org 2006/08/18 14:40:34
     [gss-genr.c ssh-gss.h]
     constify host argument to match the rest of the GSSAPI functions and
     unbreak compilation with -Werror

17 years ago - djm@cvs.openbsd.org 2006/08/18 13:54:54
djm [Fri, 18 Aug 2006 14:33:34 +0000 (14:33 +0000)] 
   - djm@cvs.openbsd.org 2006/08/18 13:54:54
     [gss-genr.c ssh-gss.h sshconnect2.c]
     bz #1218 - disable SPNEGO as per RFC4462; diff from simon AT sxw.org.uk
     ok markus@

17 years ago - djm@cvs.openbsd.org 2006/08/18 10:27:16
djm [Fri, 18 Aug 2006 14:33:05 +0000 (14:33 +0000)] 
   - djm@cvs.openbsd.org 2006/08/18 10:27:16
     [misc.h]
     reorder so prototypes are sorted by the files they refer to; no
     binary change

17 years ago - markus@cvs.openbsd.org 2006/08/18 09:15:20
djm [Fri, 18 Aug 2006 14:32:46 +0000 (14:32 +0000)] 
   - markus@cvs.openbsd.org 2006/08/18 09:15:20
     [auth.h session.c sshd.c]
     delay authentication related cleanups until we're authenticated and
     all alarms have been cancelled; ok deraadt

17 years ago - deraadt@cvs.openbsd.org 2006/08/18 09:13:26
djm [Fri, 18 Aug 2006 14:32:20 +0000 (14:32 +0000)] 
   - deraadt@cvs.openbsd.org 2006/08/18 09:13:26
     [log.c log.h sshd.c]
     make signal handler termination path shorter; risky code pointed out by
     mark dowd; ok djm markus

17 years ago - djm@cvs.openbsd.org 2006/08/16 11:47:15
djm [Fri, 18 Aug 2006 14:31:39 +0000 (14:31 +0000)] 
   - djm@cvs.openbsd.org 2006/08/16 11:47:15
     [sshd.c]
     factor inetd connection, TCP listen and main TCP accept loop out of
     main() into separate functions to improve readability; ok markus@

17 years ago - dtucker@cvs.openbsd.org 2006/08/14 12:40:25
djm [Fri, 18 Aug 2006 14:23:15 +0000 (14:23 +0000)] 
   - dtucker@cvs.openbsd.org 2006/08/14 12:40:25
     [servconf.c servconf.h sshd_config.5]
     Add ability to match groups to Match keyword in sshd_config.  Feedback
     djm@, stevesk@, ok stevesk@.

17 years ago - miod@cvs.openbsd.org 2006/08/12 20:46:46
djm [Fri, 18 Aug 2006 14:22:40 +0000 (14:22 +0000)] 
   - miod@cvs.openbsd.org 2006/08/12 20:46:46
     [monitor.c monitor_wrap.c]
     Revert previous include file ordering change, for ssh to compile under
     gcc2 (or until openssl include files are cleaned of parameter names
     in function prototypes)

17 years ago - (djm) OpenBSD CVS Sync
djm [Fri, 18 Aug 2006 14:21:46 +0000 (14:21 +0000)] 
 - (djm) OpenBSD CVS Sync
   - stevesk@cvs.openbsd.org 2006/08/06 01:13:32
     [compress.c monitor.c monitor_wrap.c]
     "zlib.h" can be <zlib.h>; ok djm@ markus@

17 years ago - (dtucker) [openbsd-compat/regress/Makefile.in] Use implicit rules for the
dtucker [Fri, 18 Aug 2006 10:56:18 +0000 (10:56 +0000)] 
 - (dtucker) [openbsd-compat/regress/Makefile.in] Use implicit rules for the
   test progs instead; they work better than what we have.

17 years ago - (dtucker) [openbsd-compat/regress/snprintftest.c] Newline on error.
dtucker [Fri, 18 Aug 2006 10:09:32 +0000 (10:09 +0000)] 
 - (dtucker) [openbsd-compat/regress/snprintftest.c] Newline on error.

17 years ago - (dtucker) [openbsd-compat/bsd-closefrom.c] Comment out rcsid.
dtucker [Fri, 18 Aug 2006 09:49:58 +0000 (09:49 +0000)] 
 - (dtucker) [openbsd-compat/bsd-closefrom.c] Comment out rcsid.

17 years ago - (dtucker) [configure.ac openbsd-compat/bsd-closefrom.c] Resync with
dtucker [Fri, 18 Aug 2006 08:51:20 +0000 (08:51 +0000)] 
 - (dtucker) [configure.ac openbsd-compat/bsd-closefrom.c] Resync with
   closefrom.c from sudo.

17 years ago - (dtucker) [openbsd-compat/regress/{Makefile.in,closefromtest.c}] Regress
dtucker [Thu, 17 Aug 2006 09:40:35 +0000 (09:40 +0000)] 
 - (dtucker) [openbsd-compat/regress/{Makefile.in,closefromtest.c}] Regress
   test for closefrom() in compat code.

17 years ago - (dtucker) [configure.ac openbsd-compat/bsd-closefrom.c] Use F_CLOSEM fcntl
dtucker [Thu, 17 Aug 2006 09:35:49 +0000 (09:35 +0000)] 
 - (dtucker) [configure.ac openbsd-compat/bsd-closefrom.c] Use F_CLOSEM fcntl
   for closefrom() on AIX.  Pointed out by William Ahern.

17 years ago - (dtucker) [openbsd-compat/fake-rfc2553.c openbsd-compat/setproctitle.c]
dtucker [Thu, 17 Aug 2006 08:55:27 +0000 (08:55 +0000)] 
 - (dtucker) [openbsd-compat/fake-rfc2553.c openbsd-compat/setproctitle.c]
   Include stdlib.h for malloc and friends.

17 years ago - (djm) [audit-bsm.c] Sprinkle in some headers
djm [Wed, 16 Aug 2006 01:40:45 +0000 (01:40 +0000)] 
 - (djm) [audit-bsm.c] Sprinkle in some headers

17 years ago - (dtucker) [LICENCE] Add Reyk to the list for the compat dir.
dtucker [Tue, 15 Aug 2006 08:21:32 +0000 (08:21 +0000)] 
 - (dtucker) [LICENCE] Add Reyk to the list for the compat dir.

17 years ago - (djm) [openbsd-compat/bsd-getpeereid.c] Add some headers to quiet warnings
djm [Mon, 7 Aug 2006 01:26:36 +0000 (01:26 +0000)] 
 - (djm) [openbsd-compat/bsd-getpeereid.c] Add some headers to quiet warnings
   on Solaris 10

17 years ago - (dtucker) [openbsd-compat/{bsd-asprintf.c,bsd-openpty.c,bsd-snprintf.c,
dtucker [Sun, 6 Aug 2006 11:25:24 +0000 (11:25 +0000)] 
 - (dtucker) [openbsd-compat/{bsd-asprintf.c,bsd-openpty.c,bsd-snprintf.c,
   glob.c}] Include stdlib.h for malloc and friends in compat code.

17 years ago - (dtucker) [defines.h] With the includes.h changes we no longer get the
dtucker [Sun, 6 Aug 2006 11:23:27 +0000 (11:23 +0000)] 
 - (dtucker) [defines.h] With the includes.h changes we no longer get the
   name clash on "YES" so we can remove the workaround for it.

17 years ago - (dtucker) [audit-bsm.c] Add additional headers now required.
dtucker [Sat, 5 Aug 2006 14:12:54 +0000 (14:12 +0000)] 
 - (dtucker) [audit-bsm.c] Add additional headers now required.

17 years ago - (dtucker) [audit.c audit.h] Repair headers.
dtucker [Sat, 5 Aug 2006 14:05:09 +0000 (14:05 +0000)] 
 - (dtucker) [audit.c audit.h] Repair headers.

17 years ago - (dtucker) [auth-skey.c] monitor_wrap.h needs ssh-gss.h.
dtucker [Sat, 5 Aug 2006 09:56:00 +0000 (09:56 +0000)] 
 - (dtucker) [auth-skey.c] monitor_wrap.h needs ssh-gss.h.

17 years ago - (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa.
dtucker [Sat, 5 Aug 2006 09:18:08 +0000 (09:18 +0000)] 
 - (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa.

17 years ago - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Add headers required to compile
dtucker [Sat, 5 Aug 2006 09:08:16 +0000 (09:08 +0000)] 
 - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Add headers required to compile
   on Cygwin.

17 years ago - dtucker@cvs.openbsd.org 2006/08/05 08:34:04
dtucker [Sat, 5 Aug 2006 08:51:08 +0000 (08:51 +0000)] 
   - dtucker@cvs.openbsd.org 2006/08/05 08:34:04
     [packet.c]
     Typo in comment

17 years ago - dtucker@cvs.openbsd.org 2006/08/05 08:28:24
dtucker [Sat, 5 Aug 2006 08:50:35 +0000 (08:50 +0000)] 
   - dtucker@cvs.openbsd.org 2006/08/05 08:28:24
     [monitor_wrap.c auth-skey.c auth2-chall.c]
     Zap unused variables in -DSKEY code.  ok djm@

17 years ago - dtucker@cvs.openbsd.org 2006/08/05 08:00:33
dtucker [Sat, 5 Aug 2006 08:48:01 +0000 (08:48 +0000)] 
   - dtucker@cvs.openbsd.org 2006/08/05 08:00:33
     [auth-skey.c]
     Add headers required to build with -DSKEY.  ok djm@

17 years ago - dtucker@cvs.openbsd.org 2006/08/05 07:52:52
dtucker [Sat, 5 Aug 2006 08:46:47 +0000 (08:46 +0000)] 
   - dtucker@cvs.openbsd.org 2006/08/05 07:52:52
     [auth2-none.c sshd.c monitor_wrap.c]
     Add headers required to build with KERBEROS5=no.  ok djm@

17 years ago - (dtucker) [openbsd-compat/strtonum.c] Include stdlib.h for strtoll,
dtucker [Sat, 5 Aug 2006 06:27:20 +0000 (06:27 +0000)] 
 - (dtucker) [openbsd-compat/strtonum.c] Include stdlib.h for strtoll,
   otherwise it is implicitly declared as returning an int.

17 years ago - (dtucker) [openbsd-compat/getrrsetbyname.c] Nees stdlib.h for malloc.
dtucker [Sat, 5 Aug 2006 06:12:15 +0000 (06:12 +0000)] 
 - (dtucker) [openbsd-compat/getrrsetbyname.c] Nees stdlib.h for malloc.

17 years ago - (dtucker) [ssh-rand-helper.c] Needs stdarg.h for log.h.
dtucker [Sat, 5 Aug 2006 05:57:40 +0000 (05:57 +0000)] 
 - (dtucker) [ssh-rand-helper.c] Needs stdarg.h for log.h.

17 years ago - (dtucker) [entropy.c] Needs unistd.h too.
dtucker [Sat, 5 Aug 2006 05:50:20 +0000 (05:50 +0000)] 
 - (dtucker) [entropy.c] Needs unistd.h too.

17 years ago - (dtucker) [openbsd-compat/{bsd-arc4random.c,port-tun.c,xmmap.c}] Lots of
dtucker [Sat, 5 Aug 2006 05:47:26 +0000 (05:47 +0000)] 
 - (dtucker) [openbsd-compat/{bsd-arc4random.c,port-tun.c,xmmap.c}] Lots of
   #include stdarg.h, needed for log.h.

17 years ago - (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable.
dtucker [Sat, 5 Aug 2006 05:24:59 +0000 (05:24 +0000)] 
 - (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable.

17 years ago - (dtucker) [cleanup.c] Need defines.h for __dead.
dtucker [Sat, 5 Aug 2006 04:46:27 +0000 (04:46 +0000)] 
 - (dtucker) [cleanup.c] Need defines.h for __dead.

17 years ago - (djm) [auth-pam.c auth-shadow.c auth2-none.c cleanup.c sshd.c]
djm [Sat, 5 Aug 2006 04:07:20 +0000 (04:07 +0000)] 
 - (djm) [auth-pam.c auth-shadow.c auth2-none.c cleanup.c sshd.c]
   [openbsd-compat/port-tun.c openbsd-compat/port-tun.h] Sprinkle more
   includes for Linux in

17 years ago - (djm) [openbsd-compat/regress/snprintftest.c]
djm [Sat, 5 Aug 2006 03:27:29 +0000 (03:27 +0000)] 
 - (djm) [openbsd-compat/regress/snprintftest.c]
   [openbsd-compat/regress/strduptest.c] Add missing includes so they pass
   compilation with "-Wall -Werror"

17 years agoignore built test binaries too
djm [Sat, 5 Aug 2006 03:26:13 +0000 (03:26 +0000)] 
ignore built test binaries too

17 years agoignore generated Makefile
djm [Sat, 5 Aug 2006 03:23:49 +0000 (03:23 +0000)] 
ignore generated Makefile

17 years ago - (djm) [auth.c loginrec.c] Missing netinet/in.h for loginrec
djm [Sat, 5 Aug 2006 02:54:24 +0000 (02:54 +0000)] 
 - (djm) [auth.c loginrec.c] Missing netinet/in.h for loginrec

17 years ago - (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd-compat/port-tun.c]
djm [Sat, 5 Aug 2006 02:49:30 +0000 (02:49 +0000)] 
 - (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd-compat/port-tun.c]
   remove last traces of bufaux.h - it was merged into buffer.h in the big
   includes.h commit

17 years ago - (djm) [auth-pam.c defines.h] Move PAM related bits to auth-pam.c
djm [Sat, 5 Aug 2006 02:43:32 +0000 (02:43 +0000)] 
 - (djm) [auth-pam.c defines.h] Move PAM related bits to auth-pam.c

17 years ago - stevesk@cvs.openbsd.org 2006/08/04 20:46:05
djm [Sat, 5 Aug 2006 02:40:11 +0000 (02:40 +0000)] 
   - stevesk@cvs.openbsd.org 2006/08/04 20:46:05
     [monitor.c session.c ssh-agent.c]
     spaces

17 years ago - deraadt@cvs.openbsd.org 2006/08/03 03:34:42
djm [Sat, 5 Aug 2006 02:39:39 +0000 (02:39 +0000)] 
   - deraadt@cvs.openbsd.org 2006/08/03 03:34:42
     [OVERVIEW atomicio.c atomicio.h auth-bsdauth.c auth-chall.c auth-krb5.c]
     [auth-options.c auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
     [auth-rsa.c auth-skey.c auth.c auth.h auth1.c auth2-chall.c auth2-gss.c]
     [auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c ]
     [auth2-pubkey.c auth2.c authfd.c authfd.h authfile.c bufaux.c bufbn.c]
     [buffer.c buffer.h canohost.c channels.c channels.h cipher-3des1.c]
     [cipher-bf1.c cipher-ctr.c cipher.c cleanup.c clientloop.c compat.c]
     [compress.c deattack.c dh.c dispatch.c dns.c dns.h fatal.c groupaccess.c]
     [groupaccess.h gss-genr.c gss-serv-krb5.c gss-serv.c hostfile.c kex.c]
     [kex.h kexdh.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c]
     [key.h log.c log.h mac.c match.c md-sha256.c misc.c misc.h moduli.c]
     [monitor.c monitor_fdpass.c monitor_mm.c monitor_mm.h monitor_wrap.c]
     [monitor_wrap.h msg.c nchan.c packet.c progressmeter.c readconf.c]
     [readconf.h readpass.c rsa.c scard.c scard.h scp.c servconf.c servconf.h]
     [serverloop.c session.c session.h sftp-client.c sftp-common.c]
     [sftp-common.h sftp-glob.c sftp-server.c sftp.c ssh-add.c ssh-agent.c]
     [ssh-dss.c ssh-gss.h ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-rsa.c]
     [ssh.c ssh.h sshconnect.c sshconnect.h sshconnect1.c sshconnect2.c]
     [sshd.c sshlogin.c sshlogin.h sshpty.c sshpty.h sshtty.c ttymodes.c]
     [uidswap.c uidswap.h uuencode.c uuencode.h xmalloc.c xmalloc.h]
     [loginrec.c loginrec.h openbsd-compat/port-aix.c openbsd-compat/port-tun.h]
     almost entirely get rid of the culture of ".h files that include .h files"
     ok djm, sort of ok stevesk
     makes the pain stop in one easy step
     NB. portable commit contains everything *except* removing includes.h, as
     that will take a fair bit more work as we move headers that are required
     for portability workarounds to defines.h. (also, this step wasn't "easy")

17 years ago - stevesk@cvs.openbsd.org 2006/08/01 23:36:12
djm [Sat, 5 Aug 2006 01:38:40 +0000 (01:38 +0000)] 
   - stevesk@cvs.openbsd.org 2006/08/01 23:36:12
     [authfile.c channels.c progressmeter.c scard.c servconf.c ssh.c]
     clean extra spaces

17 years ago - stevesk@cvs.openbsd.org 2006/08/01 23:22:48
djm [Sat, 5 Aug 2006 01:37:59 +0000 (01:37 +0000)] 
   - stevesk@cvs.openbsd.org 2006/08/01 23:22:48
     [auth-passwd.c auth-rhosts.c auth-rsa.c auth.c auth.h auth1.c]
     [auth2-chall.c auth2-pubkey.c authfile.c buffer.c canohost.c]
     [channels.c clientloop.c dh.c dns.c dns.h hostfile.c kex.c kexdhc.c]
     [kexgexc.c kexgexs.c key.c key.h log.c misc.c misc.h moduli.c]
     [monitor_wrap.c packet.c progressmeter.c readconf.c readpass.c scp.c]
     [servconf.c session.c sftp-client.c sftp-common.c sftp-server.c sftp.c]
     [ssh-add.c ssh-agent.c ssh-keygen.c ssh-keyscan.c ssh.c sshconnect.c]
     [sshconnect1.c sshconnect2.c sshd.c sshlogin.c sshtty.c uuencode.c]
     [uuencode.h xmalloc.c]
     move #include <stdio.h> out of includes.h

17 years ago - dtucker@cvs.openbsd.org 2006/08/01 11:34:36
djm [Sat, 5 Aug 2006 01:35:45 +0000 (01:35 +0000)] 
   - dtucker@cvs.openbsd.org 2006/08/01 11:34:36
     [sshconnect.c]
     Allow fallback to known_hosts entries without port qualifiers for
     non-standard ports too, so that all existing known_hosts entries will be
     recognised.  Requested by, feedback and ok markus@

17 years ago - stevesk@cvs.openbsd.org 2006/07/30 20:15:19
djm [Sat, 5 Aug 2006 01:35:23 +0000 (01:35 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/30 20:15:19
     [atomicio.h]
     order includes to KNF

17 years ago - jmc@cvs.openbsd.org 2006/07/27 08:00:50
djm [Sat, 5 Aug 2006 01:34:51 +0000 (01:34 +0000)] 
   - jmc@cvs.openbsd.org 2006/07/27 08:00:50
     [ssh_config.5]
     avoid confusing wording in HashKnownHosts:
     originally spotted by alan amesbury;
     ok deraadt

17 years ago - stevesk@cvs.openbsd.org 2006/07/26 13:57:17
djm [Sat, 5 Aug 2006 01:34:19 +0000 (01:34 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/26 13:57:17
     [authfd.c authfile.c dh.c canohost.c channels.c clientloop.c compat.c]
     [hostfile.c kex.c log.c misc.c moduli.c monitor.c packet.c readpass.c]
     [scp.c servconf.c session.c sftp-server.c sftp.c ssh-add.c ssh-agent.c]
     [ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh.c sshconnect.c]
     [sshconnect1.c sshd.c xmalloc.c]
     move #include <stdlib.h> out of includes.h

17 years ago - stevesk@cvs.openbsd.org 2006/07/26 02:35:17
djm [Sat, 5 Aug 2006 01:02:17 +0000 (01:02 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/26 02:35:17
     [atomicio.c auth.c dh.c authfile.c buffer.c clientloop.c kex.c]
     [groupaccess.c gss-genr.c kexgexs.c misc.c monitor.c monitor_mm.c]
     [packet.c scp.c serverloop.c session.c sftp-client.c sftp-common.c]
     [sftp-server.c sftp.c ssh-add.c ssh-agent.c ssh-keygen.c sshlogin.c]
     [uidswap.c xmalloc.c]
     move #include <sys/param.h> out of includes.h

17 years ago - stevesk@cvs.openbsd.org 2006/07/25 02:59:21
djm [Sat, 5 Aug 2006 00:57:45 +0000 (00:57 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/25 02:59:21
     [channels.c clientloop.c packet.c scp.c serverloop.c sftp-client.c]
     [sftp-server.c ssh-agent.c ssh-keyscan.c sshconnect.c sshd.c]
     move #include <sys/time.h> out of includes.h

17 years ago - stevesk@cvs.openbsd.org 2006/07/25 02:01:34
djm [Fri, 4 Aug 2006 23:33:15 +0000 (23:33 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/25 02:01:34
     [scard.c]
     need #include <string.h>

17 years ago - stevesk@cvs.openbsd.org 2006/07/24 13:58:22
djm [Fri, 4 Aug 2006 23:11:13 +0000 (23:11 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/24 13:58:22
     [sshconnect.c]
     disable tunnel forwarding when no strict host key checking
     and key changed; ok djm@ markus@ dtucker@

17 years ago - (dtucker) [configure.ac] The "crippled AES" test does not work on recent
dtucker [Fri, 4 Aug 2006 09:44:23 +0000 (09:44 +0000)] 
 - (dtucker) [configure.ac] The "crippled AES" test does not work on recent
   versions of Solaris, so use AC_LINK_IFELSE to actually link the test program
   rather than just compiling it.  Spotted by dlg@.

17 years ago - (dtucker) [openbsd-compat/daemon.c] Add unistd.h for fork() prototype.
dtucker [Wed, 2 Aug 2006 13:33:54 +0000 (13:33 +0000)] 
 - (dtucker) [openbsd-compat/daemon.c] Add unistd.h for fork() prototype.

17 years ago - (dtucker) [openbsd-compat/xmmap.c] Need fcntl.h for O_RDRW.
dtucker [Tue, 25 Jul 2006 09:52:07 +0000 (09:52 +0000)] 
 - (dtucker) [openbsd-compat/xmmap.c] Need fcntl.h for O_RDRW.

17 years ago - (dtucker) [regress/forcecommand.sh] Portablize.
dtucker [Mon, 24 Jul 2006 13:50:23 +0000 (13:50 +0000)] 
 - (dtucker) [regress/forcecommand.sh] Portablize.

17 years ago - (dtucker) [cleanup.c] Since config.h defines _LARGE_FILES on AIX, including
dtucker [Mon, 24 Jul 2006 13:19:40 +0000 (13:19 +0000)] 
 - (dtucker) [cleanup.c] Since config.h defines _LARGE_FILES on AIX, including
   system headers before defines.h will cause conflicting definitions.

17 years ago - (djm) [regress/Makefile regress/agent-getpeereid.sh regress/cfgmatch.sh]
djm [Mon, 24 Jul 2006 05:31:41 +0000 (05:31 +0000)] 
 - (djm) [regress/Makefile regress/agent-getpeereid.sh regress/cfgmatch.sh]
   [regress/cipher-speed.sh regress/forcecommand.sh regress/forwarding.sh]
   Sync regress tests to -current; include dtucker@'s new cfgmatch and
   forcecommand tests. Add cipher-speed.sh test (not linked in yet)

17 years ago - (djm) [Makefile.in]
djm [Mon, 24 Jul 2006 05:30:18 +0000 (05:30 +0000)] 
 - (djm) [Makefile.in]
   Remove generated openbsd-compat/regress/Makefile in distclean target

17 years ago - (djm) [openbsd-compat/basename.c openbsd-compat/bsd-closefrom.c]
djm [Mon, 24 Jul 2006 05:08:35 +0000 (05:08 +0000)] 
 - (djm) [openbsd-compat/basename.c openbsd-compat/bsd-closefrom.c]
   [openbsd-compat/bsd-cray.c openbsd-compat/bsd-openpty.c]
   [openbsd-compat/bsd-snprintf.c openbsd-compat/fake-rfc2553.c]
   [openbsd-compat/port-aix.c openbsd-compat/port-irix.c]
   [openbsd-compat/rresvport.c]
   These look to need string.h and/or unistd.h (based on a grep for function
   names)

17 years ago - (djm) [session.c]
djm [Mon, 24 Jul 2006 05:03:06 +0000 (05:03 +0000)] 
 - (djm) [session.c]
   fix compile error with -Werror -Wall: 'path' is only used in
   do_setup_env() if HAVE_LOGIN_CAP is not defined

17 years ago - (djm) [uuencode.c]
djm [Mon, 24 Jul 2006 04:58:07 +0000 (04:58 +0000)] 
 - (djm) [uuencode.c]
   Add resolv.h, is it contains the prototypes for __b64_ntop/__b64_pton on
   some platforms

17 years ago - (djm) [openbsd-compat/glob.c]
djm [Mon, 24 Jul 2006 04:55:47 +0000 (04:55 +0000)] 
 - (djm) [openbsd-compat/glob.c]
   Move get_arg_max() into the ifdef HAVE_GLOB block so that it compiles
   on OpenBSD (or other platforms with a decent glob implementation) with
   -Werror

17 years ago - (djm) [acss.c auth-krb5.c auth-options.c auth-pam.c auth-shadow.c]
djm [Mon, 24 Jul 2006 04:51:00 +0000 (04:51 +0000)] 
 - (djm) [acss.c auth-krb5.c auth-options.c auth-pam.c auth-shadow.c]
   [canohost.c channels.c cipher-acss.c defines.h dns.c gss-genr.c]
   [gss-serv-krb5.c gss-serv.c log.h loginrec.c logintest.c readconf.c]
   [servconf.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-rand-helper.c]
   [ssh.c sshconnect.c sshd.c openbsd-compat/bindresvport.c]
   [openbsd-compat/bsd-arc4random.c openbsd-compat/bsd-misc.c]
   [openbsd-compat/getrrsetbyname.c openbsd-compat/glob.c]
   [openbsd-compat/mktemp.c openbsd-compat/port-linux.c]
   [openbsd-compat/port-tun.c openbsd-compat/readpassphrase.c]
   [openbsd-compat/setproctitle.c openbsd-compat/xmmap.c]
   make the portable tree compile again - sprinkle unistd.h and string.h
   back in. Don't redefine __unused, as it turned out to be used in
   headers on Linux, and replace its use in auth-pam.c with ARGSUSED

17 years ago - stevesk@cvs.openbsd.org 2006/07/23 01:11:05
djm [Mon, 24 Jul 2006 04:14:19 +0000 (04:14 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/23 01:11:05
     [auth.h dispatch.c kex.h sftp-client.c]
     #include <signal.h> for sig_atomic_t; need this prior to <sys/param.h>
     move

17 years ago - stevesk@cvs.openbsd.org 2006/07/22 20:48:23
djm [Mon, 24 Jul 2006 04:13:33 +0000 (04:13 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/22 20:48:23
     [atomicio.c auth-options.c auth-passwd.c auth-rhosts.c auth-rsa.c]
     [auth.c auth1.c auth2-chall.c auth2-hostbased.c auth2-passwd.c auth2.c]
     [authfd.c authfile.c bufaux.c bufbn.c buffer.c canohost.c channels.c]
     [cipher-3des1.c cipher-bf1.c cipher-ctr.c cipher.c clientloop.c]
     [compat.c deattack.c dh.c dns.c gss-genr.c gss-serv.c hostfile.c]
     [includes.h kex.c kexdhc.c kexdhs.c kexgexc.c kexgexs.c key.c log.c]
     [mac.c match.c md-sha256.c misc.c moduli.c monitor.c monitor_fdpass.c]
     [monitor_mm.c monitor_wrap.c msg.c nchan.c packet.c rsa.c]
     [progressmeter.c readconf.c readpass.c scp.c servconf.c serverloop.c]
     [session.c sftp-client.c sftp-common.c sftp-glob.c sftp-server.c sftp.c]
     [ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c ssh-keyscan.c]
     [ssh-keysign.c ssh-rsa.c ssh.c sshconnect.c sshconnect1.c sshconnect2.c]
     [sshd.c sshlogin.c sshpty.c ttymodes.c uidswap.c xmalloc.c]
     move #include <string.h> out of includes.h

17 years ago - stevesk@cvs.openbsd.org 2006/07/22 19:08:54
djm [Mon, 24 Jul 2006 04:09:40 +0000 (04:09 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/22 19:08:54
     [includes.h moduli.c progressmeter.c scp.c sftp-common.c]
     [sftp-server.c ssh-agent.c sshlogin.c]
     move #include <time.h> out of includes.h

17 years ago - stevesk@cvs.openbsd.org 2006/07/21 21:26:55
djm [Mon, 24 Jul 2006 04:08:50 +0000 (04:08 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/21 21:26:55
     [progressmeter.c]
     ARGSUSED for signal handler

17 years ago - stevesk@cvs.openbsd.org 2006/07/21 21:13:30
djm [Mon, 24 Jul 2006 04:08:32 +0000 (04:08 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/21 21:13:30
     [channels.c]
     more ARGSUSED (lint) for dispatch table-driven functions; ok djm@

17 years ago - dtucker@cvs.openbsd.org 2006/07/21 12:43:36
djm [Mon, 24 Jul 2006 04:08:13 +0000 (04:08 +0000)] 
   - dtucker@cvs.openbsd.org 2006/07/21 12:43:36
     [channels.c channels.h servconf.c servconf.h sshd_config.5]
     Make PermitOpen take a list of permitted ports and act more like most
     other keywords (ie the first match is the effective setting). This
     also makes it easier to override a previously set PermitOpen. ok djm@

17 years ago - stevesk@cvs.openbsd.org 2006/07/20 15:26:15
djm [Mon, 24 Jul 2006 04:07:35 +0000 (04:07 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/20 15:26:15
     [auth1.c serverloop.c session.c sshconnect2.c]
     missed some needed #include <unistd.h> when KERBEROS5=no; issue from
     massimo@cedoc.mo.it

17 years ago - dtucker@cvs.openbsd.org 2006/07/19 13:07:10
djm [Mon, 24 Jul 2006 04:06:47 +0000 (04:06 +0000)] 
   - dtucker@cvs.openbsd.org 2006/07/19 13:07:10
     [servconf.c servconf.h session.c sshd.8 sshd_config sshd_config.5]
     Add ForceCommand keyword to sshd_config, equivalent to the "command="
     key option, man page entry and example in sshd_config.
     Feedback & ok djm@, man page corrections & ok jmc@

17 years ago - dtucker@cvs.openbsd.org 2006/07/19 08:56:41
djm [Mon, 24 Jul 2006 04:05:48 +0000 (04:05 +0000)] 
   - dtucker@cvs.openbsd.org 2006/07/19 08:56:41
     [servconf.c sshd_config.5]
     Add support for X11Forwaring, X11DisplayOffset and X11UseLocalhost to
     Match.  ok djm@

17 years ago - stevesk@cvs.openbsd.org 2006/07/18 22:27:55
djm [Mon, 24 Jul 2006 04:05:24 +0000 (04:05 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/18 22:27:55
     [dh.c]
     remove unneeded includes; ok djm@

17 years ago - dtucker@cvs.openbsd.org 2006/07/18 08:22:23
djm [Mon, 24 Jul 2006 04:05:08 +0000 (04:05 +0000)] 
   - dtucker@cvs.openbsd.org 2006/07/18 08:22:23
     [sshd_config.5]
     Clarify description of Match, with minor correction from jmc@

17 years ago - jmc@cvs.openbsd.org 2006/07/18 08:03:09
djm [Mon, 24 Jul 2006 04:04:53 +0000 (04:04 +0000)] 
   - jmc@cvs.openbsd.org 2006/07/18 08:03:09
     [ssh-agent.1 sshd_config.5]
     mark up angle brackets;

17 years ago - jmc@cvs.openbsd.org 2006/07/18 07:56:28
djm [Mon, 24 Jul 2006 04:04:36 +0000 (04:04 +0000)] 
   - jmc@cvs.openbsd.org 2006/07/18 07:56:28
     [scp.1]
     replace DIAGNOSTICS with .Ex;

17 years ago - jmc@cvs.openbsd.org 2006/07/18 07:50:40
djm [Mon, 24 Jul 2006 04:04:16 +0000 (04:04 +0000)] 
   - jmc@cvs.openbsd.org 2006/07/18 07:50:40
     [sshd_config.5]
     tweak; ok dtucker

17 years ago - dtucker@cvs.openbsd.org 2006/07/17 12:06:00
djm [Mon, 24 Jul 2006 04:04:00 +0000 (04:04 +0000)] 
   - dtucker@cvs.openbsd.org 2006/07/17 12:06:00
     [channels.c channels.h servconf.c sshd_config.5]
     Add PermitOpen directive to sshd_config which is equivalent to the
     "permitopen" key option.  Allows server admin to allow TCP port
     forwarding only two specific host/port pairs.  Useful when combined
     with Match.
     If permitopen is used in both sshd_config and a key option, both
     must allow a given connection before it will be permitted.
     Note that users can still use external forwarders such as netcat,
     so to be those must be controlled too for the limits to be effective.
     Feedback & ok djm@, man page corrections & ok jmc@.

17 years ago - dtucker@cvs.openbsd.org 2006/07/17 12:02:24
djm [Mon, 24 Jul 2006 04:01:43 +0000 (04:01 +0000)] 
   - dtucker@cvs.openbsd.org 2006/07/17 12:02:24
     [auth-options.c]
     Use '\0' rather than 0 to terminates strings; ok djm@

17 years ago - stevesk@cvs.openbsd.org 2006/07/17 01:31:10
djm [Mon, 24 Jul 2006 04:01:23 +0000 (04:01 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/17 01:31:10
     [authfd.c authfile.c channels.c cleanup.c clientloop.c groupaccess.c]
     [includes.h log.c misc.c msg.c packet.c progressmeter.c readconf.c]
     [readpass.c scp.c servconf.c sftp-client.c sftp-server.c sftp.c]
     [ssh-add.c ssh-agent.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh.c]
     [sshconnect.c sshlogin.c sshpty.c uidswap.c]
     move #include <unistd.h> out of includes.h

17 years ago - stevesk@cvs.openbsd.org 2006/07/14 01:15:28
djm [Mon, 24 Jul 2006 03:55:56 +0000 (03:55 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/14 01:15:28
     [monitor_wrap.h]
     don't need incompletely-typed 'struct passwd' now with
     #include <pwd.h>; ok markus@

17 years ago - stevesk@cvs.openbsd.org 2006/07/12 22:42:32
djm [Mon, 24 Jul 2006 03:53:19 +0000 (03:53 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/12 22:42:32
     [includes.h ssh.c ssh-rand-helper.c]
     move #include <stddef.h> out of includes.h

17 years agotidy
djm [Mon, 24 Jul 2006 03:52:06 +0000 (03:52 +0000)] 
tidy

17 years ago - stevesk@cvs.openbsd.org 2006/07/12 22:28:52
djm [Mon, 24 Jul 2006 03:51:51 +0000 (03:51 +0000)] 
   - stevesk@cvs.openbsd.org 2006/07/12 22:28:52
     [auth-options.c canohost.c channels.c includes.h readconf.c servconf.c ssh-keyscan.c ssh.c sshconnect.c sshd.c]
     move #include <netdb.h> out of includes.h; ok djm@

17 years ago - jmc@cvs.openbsd.org 2006/07/12 13:39:55
djm [Mon, 24 Jul 2006 03:46:50 +0000 (03:46 +0000)] 
   - jmc@cvs.openbsd.org 2006/07/12 13:39:55
     [sshd_config.5]
      - new sentence, new line
      - s/The the/The/
      - kill a bad comma

17 years ago - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
dtucker [Wed, 12 Jul 2006 22:45:14 +0000 (22:45 +0000)] 
 - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h

17 years ago - (dtucker) [openbsd-compat/bsd-asprintf.c openbsd-compat/port-aix.c
dtucker [Wed, 12 Jul 2006 13:41:33 +0000 (13:41 +0000)] 
 - (dtucker) [openbsd-compat/bsd-asprintf.c openbsd-compat/port-aix.c
   openbsd-compat/rresvport.c] More errno.h.

17 years ago - (dtucker) [openbsd-compat/openbsd-compat.h] v*printf needs stdarg.h.
dtucker [Wed, 12 Jul 2006 13:10:33 +0000 (13:10 +0000)] 
 - (dtucker) [openbsd-compat/openbsd-compat.h] v*printf needs stdarg.h.

17 years ago - (dtucker) [ssh-keyscan.c ssh-rand-helper.c] More errno.h here too.
dtucker [Wed, 12 Jul 2006 12:44:34 +0000 (12:44 +0000)] 
 - (dtucker) [ssh-keyscan.c ssh-rand-helper.c] More errno.h here too.

17 years ago - (dtucker) [openbsd-compat/setproctitle.c] Include stdarg.h.
dtucker [Wed, 12 Jul 2006 12:43:28 +0000 (12:43 +0000)] 
 - (dtucker) [openbsd-compat/setproctitle.c] Include stdarg.h.

17 years ago - (dtucker) [loginrec.c openbsd-compat/xmmap.c openbsd-compat/bindresvport.c
dtucker [Wed, 12 Jul 2006 12:40:50 +0000 (12:40 +0000)] 
 - (dtucker) [loginrec.c openbsd-compat/xmmap.c openbsd-compat/bindresvport.c
   openbsd-compat/glob.c openbsd-compat/mktemp.c openbsd-compat/port-tun.c
   openbsd-compat/readpassphrase.c openbsd-compat/strtonum.c] Include <errno.h>.

This page took 0.09048 seconds and 4 git commands to generate.