summaryrefslogtreecommitdiffstats
path: root/sftp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-08-01 - markus@cvs.openbsd.org 2002/07/24 16:11:18Ben Lindstrom4-15/+124
2002-07-30 - (bal) [uidswap.c] SCO compile correction by gert@greenie.muc.deBen Lindstrom2-2/+5
2002-07-28 - (stevesk) [ssh-rand-helper.c] RAND_bytes() and SHA1_Final() unsignedKevin Steves2-8/+9
2002-07-28 - (stevesk) [CREDITS] solarKevin Steves2-2/+4
2002-07-28 - (stevesk) [auth-pam.c] should use PAM_MSG_MEMBER(); from solarKevin Steves2-3/+6
2002-07-25 - (djm) Latest config.guess and config.sub from ftp://ftp.gnu.org/gnu/config/Damien Miller3-145/+271
2002-07-25 - (djm) Remove some cruft from INSTALLDamien Miller2-7/+6
2002-07-23 - stevesk@cvs.openbsd.org 2002/07/15 17:15:31Ben Lindstrom2-6/+14
2002-07-23 - stevesk@cvs.openbsd.org 2002/07/23 16:03:10Ben Lindstrom2-4/+10
2002-07-23 - stevesk@cvs.openbsd.org 2002/07/22 17:32:56Ben Lindstrom2-4/+8
2002-07-23 - markus@cvs.openbsd.org 2002/07/22 11:03:06Ben Lindstrom2-4/+9
2002-07-23 - stevesk@cvs.openbsd.org 2002/07/21 18:34:43Ben Lindstrom2-3/+5
2002-07-23 - stevesk@cvs.openbsd.org 2002/07/21 18:32:20Ben Lindstrom2-4/+5
2002-07-23 - (bal) sync ID w/ ssh-agent.cBen Lindstrom2-2/+3
2002-07-23 - stevesk@cvs.openbsd.org 2002/07/19 17:42:40Ben Lindstrom2-4/+17
2002-07-23 - markus@cvs.openbsd.org 2002/07/19 15:43:33Ben Lindstrom5-8/+34
2002-07-23 - (bal) [bsd-cray.c bsd-cray.h] Part 2 of Cray merger.Ben Lindstrom3-64/+571
2002-07-23- (stevesk) [auth-pam.c] typo in commentKevin Steves2-3/+4
2002-07-23 - (stevesk) [auth-pam.[ch] session.c] pam_getenvlist() must beKevin Steves4-5/+27
2002-07-23 - (bal) [monitor_mm.c openbsd-compat/xmmap.h] Move xmmap() definesBen Lindstrom3-2/+27
2002-07-23 - (bal) [configure.ac] Missing ;; from cray patch.Ben Lindstrom2-2/+4
2002-07-23 - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial syncBen Lindstrom6-15/+26
2002-07-22 - (stevesk) [xmmap.c] missing prototype for fatal()Kevin Steves2-1/+4
2002-07-22 - (bal) AIX tty data limiting patch fix by leigh@solinno.co.ukBen Lindstrom3-3/+8
2002-07-22 - (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.hKevin Steves4-8/+8
2002-07-22 - (stevesk) [auth-pam.h] unneeded includeKevin Steves2-4/+3
2002-07-22 - (stevesk) [auth-pam.h] licenseKevin Steves2-2/+27
2002-07-22 - (stevesk) [auth-pam.c] cast to avoid initialization type mismatchKevin Steves2-3/+5
2002-07-21 - (stevesk) [auth-pam.c] merge rest of solar's PAM patch;Kevin Steves2-3/+27
2002-07-21 - (stevesk) [auth-pam.c] merge cosmetic changes from solar'sKevin Steves2-5/+9
2002-07-20 - (stevesk) [ssh-keygen.c] bug #231: always init/seed_rng().Kevin Steves2-9/+11
2002-07-19[configure.ac] test for libxnet on HP. Patch by dtucker@zip.com.auTim Rice2-5/+9
2002-07-19 [contrib/solaris/buildpkg.sh] create privsep user/group if needed.Tim Rice2-9/+41
2002-07-18 [includes.h] Bug 267 add stdint.hTim Rice2-1/+5
2002-07-18 [configure.ac] Bug 267 rework int64_t test.Tim Rice2-30/+13
2002-07-18 [monitor_mm.c] add missing declaration for xmmap(). ReportedTim Rice2-2/+7
2002-07-18 [defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.orgTim Rice2-3/+4
2002-07-18 [configure.ac] change how we do paths in AC_PATH_PROGS testsTim Rice2-4/+12
2002-07-18 - (bal) aixbff package updated by dtucker@zip.com.auBen Lindstrom2-17/+17
2002-07-16 [contrib/solaris/opensshd.in] Only kill sshd if .pid file foundTim Rice2-12/+5
2002-07-15 - (bal) Privsep user creation support in Solaris buildpkg.sh byBen Lindstrom2-1/+43
2002-07-15 - (bal) Remove unused tty defined in do_setusercontext() pointed out byBen Lindstrom2-5/+5
2002-07-15 - markus@cvs.openbsd.org 2002/07/12 15:50:17Ben Lindstrom2-3/+6
2002-07-15 - itojun@cvs.openbsd.org 2002/07/12 13:29:09Ben Lindstrom2-15/+10
2002-07-15 [loginrec.c] Bug 348: add missing found = 1; to wtmpx_islogin()Tim Rice2-2/+5
2002-07-15 [loginrec.c] Bug 347: Fix typo (WTMPX_FILE) report by rodney@bond.netTim Rice2-3/+4
2002-07-14 [ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris.Tim Rice2-3/+5
2002-07-14 (bal/tim) [acconfig.h configure.ac monitor_mm.c servconf.cTim Rice7-42/+77
2002-07-14[Makefile.in] replace "id sshd" with "sshd -t"Tim Rice2-6/+8
2002-07-13 [configure.ac] remove unused filepriv lineTim Rice2-3/+3