]> andersk Git - openssh.git/shortlog
openssh.git
2001-02-28  djm - (djm) Force standard PAM conversation function in...
2001-02-28  djm - (djm) Properly add -lcrypt if needed.
2001-02-28  djm - (djm) Remove /tmp from EGD socket search list
2001-02-28  djm - (djm) EGD detection patch from Tim Rice <tim@multita...
2001-02-28  djm - (djm) Fully revert PAM session patch (again). All...
2001-02-28  djm - (djm) Fully revert PAM session patch. All PAM sessio...
2001-02-27  djm - (djm) Detect endianness in configure and use it...
2001-02-27  djmdoh
2001-02-27  djm - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS...
2001-02-27  djm - (djm) Avoid warnings for missing broken IP_TOS....
2001-02-27  djmavoid warning
2001-02-26  djm - (djm) Remove 'noreplace' flag from sshd_config in...
2001-02-26  djm - (djm) Fix PAM fix
2001-02-26  djmBump spec versions too
2001-02-26  djmBump version to 2.5.1p2 so I can generate new test RPMs
2001-02-26  djm - (djm) Warning fix on entropy.c saved uid stuff....
2001-02-26  djm - (djm) Move PAM init to after fork for non-Solaris...
2001-02-26  djm - (djm) fatal() on OpenSSL version mismatch
2001-02-26  djmwhitspace
2001-02-26  mouringSecond Ooops... =) I started with the wrong date.
2001-02-26  djmdoh
2001-02-26  djm - (djm) Fix up POSIX saved uid support. Report from...
2001-02-26  mouring - (bal) sshd.init support for all Redhat release....
2001-02-26  mouring - markus@cvs.openbsd.org 2001/02/23 15:37:45
2001-02-26  mouring - (bal) Applied shutdown() patch for sftp.c by Corinn...
2001-02-26  djm - (djm) Some systems (SCO3, NeXT) have weird saved...
2001-02-25  mouring - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_S...
2001-02-25  mouring - (bal) Replace 'unsigned long long' to 'u_int64_t...
2001-02-24  djm - (djm) Use %{_libexecdir} rather than hardcoded path...
2001-02-24  mouring - (bal) Missed part of the UNIX sockets patch. Patch...
2001-02-24  steveskcleanups.
2001-02-24  mouring - (bal) Generalize lack of UNIX sockets since this...
2001-02-24  mouring - (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes...
2001-02-24  mouring - (bal) pam_stack fix to correctly detect between...
2001-02-23  mouring - (bal) Double -I for OpenSSL on SCO. Patch by Tim Rice
2001-02-23  mouring - (bal) Patch to force OpenSSH rpm to require the...
2001-02-23  mouring - (bal) Fix --define rh7 in openssh.spec file. Patch...
2001-02-22  stevesk - (stevesk) remove erroneous #ifdef sgi code.
2001-02-22  mouring - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
2001-02-21  mouring - (bal) Corrected SCO luid patch by svaughan <svaughan...
2001-02-21  stevesk - (stevesk) session.c: back out to where we were before:
2001-02-21  mouring - (bal) Reverted out of 2001/02/15 patch by djm below...
2001-02-21  mouring - (bal) Fixed OpenSSL rework to use $saved_*. Patch...
2001-02-20  mouring - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solari...
2001-02-20  mouring - deraadt@cvs.openbsd.org 2001/02/19 23:09:05
2001-02-19  mouring - (bal) Fix mixed up params to memmove() from Jan...
2001-02-19  djm - Update versions in RPM spec files V_2_5_1_P1
2001-02-19  djm - OpenBSD CVS Sync:
2001-02-19  djm - (djm) Rework search for OpenSSL location. Skip direc... V_2_5_0_P1
2001-02-18  mouring - (bal) Markus' blessing to rename login.[ch] -> sshlo...
2001-02-18  djmForgot to commit Changelog
2001-02-18  stevesk - (stevesk) entropy.c: typo; should be SIGPIPE
2001-02-18  djm - (djm) Merge BSD_AUTH support from Markus Friedl...
2001-02-18  djm - (djm) Update RPM spec files for 2.5.0p1
2001-02-18  djm - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_...
2001-02-18  djm - (djm) Move entropy.c over to mysignal()
2001-02-18  djmAccidentally applied test code, revert
2001-02-18  djm - (djm) SA_INTERRUPT is the converse of SA_RESTART...
2001-02-18  stevesk - (stevesk) scp.c: use mysignal() for updateprogressme...
2001-02-18  stevesk - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTAR...
2001-02-18  djm - (djm) SCO needs librpc for libwrap. Patch from Tim Rice
2001-02-18  djm - (djm) Use SA_INTERRUPT along SA_RESTART if present...
2001-02-18  djm - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
2001-02-18  djm - (djm) Swapped tests for no_libsocket and no_libnsl...
2001-02-18  djm - (djm) Use ttyname() to determine name of tty returne...
2001-02-18  djm - (djm) Robustify EGD/PRNGd code in face of socket...
2001-02-18  djm - (djm) Close listen_sock on bind() failures. Patch...
2001-02-18  djm - (djm) Fix my breaking of cygwin builds, Patch from...
2001-02-17  steveskKNF
2001-02-17  mouring - (Bal) Patch for lack of RA_RESTART in misc.c for...
2001-02-17  mouring - (bal) Patch for fix FCHMOD reference in ftp-client...
2001-02-17  mouringRemoved 'build out of tree' line since it does. =)
2001-02-16  mouringOpenSSH 2.5.0 went gold in the OpenBSD tree.
2001-02-16  mouring - markus@cvs.openbsd.org 2001/02/16 14:03:43
2001-02-16  mouring- markus@cvs.openbsd.org 2001/02/16 13:38:18
2001-02-16  stevesk - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
2001-02-16  mouring#error no longer required, dealt with in configure.in now.
2001-02-16  djmKNF
2001-02-16  djmKNF comment block
2001-02-16  djm - (djm) OpenBSD CVS:
2001-02-16  djm - (djm) Set "login ID" on systems with setluid. Only...
2001-02-16  djm - (djm) USE_PIPES for a few more sysv platforms
2001-02-16  djm - (djm) Make gnome-ssh-askpass handle multi-line promp...
2001-02-15  djm - (djm) Mini-configure reorder patch from Tim Rice...
2001-02-15  mouring - (bal) Added DG/UX case and set that they have a...
2001-02-15  mouring - (bal) added '--with-prce' to allow overriding of...
2001-02-15  stevesk - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
2001-02-15  djm - (djm) Move to Jim's 1.2.0 X11 askpass program
2001-02-15  mouring - replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
2001-02-15  mouringChecking for stdarg.h is not required any more.
2001-02-15  mouring - djm@cvs.openbsd.org 2001/02/14 9:46:03
2001-02-15  mouring - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
2001-02-15  mouring - markus@cvs.openbsd.org 2001/02/12 23:26:20
2001-02-15  mouring - markus@cvs.openssh.org 2001/02/13 22:49:40
2001-02-15  mouring - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
2001-02-15  mouring - markus@cvs.openbsd.org 2001/02/12 16:16:23
2001-02-15  mouring - markus@cvs.openbsd.org 2001/02/11 12:59:25
2001-02-15  mouring - markus@cvs.openbsd.org 2001/02/12 12:45:06
2001-02-15  djm - (djm) Clean up PAM namespace. Suggested by Darren Moffat
2001-02-15  djm - (djm) Move PAM session setup back to before setuid...
next
This page took 0.0764 seconds and 4 git commands to generate.