Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-19 | Merge even more buffer allocation fixes from upstream (CAN-2003-0682, | Colin Watson | |
#211434). | |||
2003-09-17 | Merge more buffer allocation fixes from new upstream version 3.7.1p1 | Colin Watson | |
(#211324). cvs up -j V_3_7_P1 -j V_3_7_1_P1 buffer.c channels.c | |||
2003-09-16 | Finish changelog for 1:3.6.1p2-7. | Colin Watson | |
2003-09-16 | Merge from branch-V_3_6_1_P2-6-nmu: | Colin Watson | |
cvs up -j V_3_6_1_P2-6 -j V_3_6_1_P2-6_0 | |||
2003-09-16 | NMU by Michael Stone: | Colin Watson | |
* SECURITY: fix for CAN-2003-0693, buffer allocation error | |||
2003-09-13 | Document how to generate an RSA1 host key (#141703). | Colin Watson | |
2003-09-12 | Some small improvements to the English templates courtesy of Christian | Colin Watson | |
Perrier. I've manually unfuzzied a few translations where it was obvious, on Christian's advice, but the others will have to be updated. | |||
2003-09-12 | debconf-updatepo appears to rejustify ja.po. | Colin Watson | |
2003-09-12 | Update French debconf template translation (Christian Perrier, #208801). | Colin Watson | |
2003-09-11 | Update Japanese debconf template translation (Kenshi Muto, #210380). | Colin Watson | |
2003-09-03 | Finish 3.6.1p2-6. | Colin Watson | |
2003-09-03 | Fix login delay, spurious auth.log entry, and PermitRootLogin information | Colin Watson | |
leakage due to PAM issues with upstream's recent security update (thanks, Darren Tucker; closes: #99168, #192207, #193546). | |||
2003-09-02 | Policy version 3.6.1: recode debian/changelog to UTF-8. | Colin Watson | |
2003-09-02 | Don't run 'sshd -t' in init script if the server isn't to be run (#197576). | Colin Watson | |
2003-09-02 | Update Brazilian Portuguese debconf template translation (Andre Luis Lopes, | Colin Watson | |
#208036). | |||
2003-09-01 | Remove debian/templates from CVS; it's generated by debian/rules. | Colin Watson | |
2003-09-01 | Use a more CVS-friendly means of setting SSH_VERSION. | Colin Watson | |
2003-09-01 | Add more ignores for the Debian package. | Colin Watson | |
2003-09-01 | Add most of upstream's .cvsignore files. I'd avoided them until now because | Colin Watson | |
they made importing otherwise pristine upstream releases difficult. | |||
2003-09-01 | Debian release 3.6.1p2-5. | Colin Watson | |
2003-09-01 | Debian release 3.6.1p2-4. | Colin Watson | |
2003-09-01 | Debian release 3.6.1p2-3. | Colin Watson | |
2003-09-01 | Debian release 3.6.1p2-2. | Colin Watson | |
2003-09-01 | Debian release 3.6.1p2-1. | Colin Watson | |
2003-09-01 | Import OpenSSH 3.6.1p2. | Colin Watson | |
2003-09-01 | Debian release 3.6.1p1-1. | Colin Watson | |
2003-09-01 | Import OpenSSH 3.6.1p1. | Colin Watson | |
2003-09-01 | Debian release 3.6p1-1. | Colin Watson | |
2003-09-01 | Import OpenSSH 3.6p1. | Colin Watson | |
2003-09-01 | Debian release 3.5p1-5. | Colin Watson | |
2003-09-01 | Debian release 3.5p1-4. | Colin Watson | |
2003-09-01 | Debian release 3.5p1-3. | Colin Watson | |
2003-09-01 | Debian release 3.5p1-2. | Colin Watson | |
2003-09-01 | Debian release 3.5p1-1. | Colin Watson | |
2003-09-01 | Import OpenSSH 3.5p1. | Colin Watson | |
2003-09-01 | Debian release 3.4p1-4. | Colin Watson | |
2003-09-01 | Debian release 3.4p1-3. | Colin Watson | |
2003-09-01 | Debian release 3.4p1-2. | Colin Watson | |
2003-09-01 | Debian release 3.4p1-1. | Colin Watson | |
2003-09-01 | Import OpenSSH 3.4p1. | Colin Watson | |
2003-04-29 | - (djm) Add back radix.o (used by AFS support), after it went missing from | Damien Miller | |
Makefile many moons ago - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer - (djm) Fix blibpath specification for AIX/gcc - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org | |||
2003-04-28 | - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit | Ben Lindstrom | |
hacked code. | |||
2003-04-27 | - (bal) auth2.c same changed as above. | Ben Lindstrom | |
2003-04-27 | - (bal) auth1.c minor resync while looking at the code. | Ben Lindstrom | |
2003-04-27 | - (bal) Since we don't support platforms lacking u_int_64. We may | Ben Lindstrom | |
as well clean out some of those evil #ifdefs | |||
2003-04-27 | - (bal) Bug #541: return; was dropped by mistake. Reported by | Ben Lindstrom | |
furrier@iglou.com | |||
2003-04-09 | - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report | Damien Miller | |
from matth@eecs.berkeley.edu | |||
2003-04-09 | - (djm) Fix missed log => logit occurance (reference by function pointer) | Damien Miller | |
2003-04-09 | - hin@cvs.openbsd.org 2003/04/09 08:23:52 | Damien Miller | |
[servconf.c] Don't include <krb.h> when compiling with Kerberos 5 support | |||
2003-04-09 | - itojun@cvs.openbsd.org 2003/04/08 20:21:29 | Damien Miller | |
[*.c *.h] rename log() into logit() to avoid name conflict. markus ok, from netbsd - (djm) XXX - Performed locally using: "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h" - (djm) Fix up missing include for packet.c |