summaryrefslogtreecommitdiffstats
path: root/readconf.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2002-07-12[Makefile.in] quiet down install-files: and check-user:Tim Rice2-8/+11
2002-07-11 - deraadt@cvs.openbsd.org 2002/07/10 17:53:54Ben Lindstrom2-3/+6
2002-07-11 - itojun@cvs.openbsd.org 2002/07/10 10:28:15Ben Lindstrom2-8/+9
2002-07-11 - stevesk@cvs.openbsd.org 2002/07/09 17:46:25Ben Lindstrom2-3/+13
2002-07-11 - itojun@cvs.openbsd.org 2002/07/09 12:04:02Ben Lindstrom2-2/+7
2002-07-11 - itojun@cvs.openbsd.org 2002/07/09 11:56:27Ben Lindstrom2-2/+9
2002-07-11 - itojun@cvs.openbsd.org 2002/07/09 11:56:50Ben Lindstrom2-2/+8
2002-07-10[contrib/cygwin/ssh-host-config] explicitely sets the permissionsTim Rice2-1/+6
2002-07-09 - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platformsBen Lindstrom5-6/+17
2002-07-09[configure.ac] fix libc89 utimes test. Mention default path forTim Rice2-4/+7
2002-07-09[Makefile.in] workaround for broken pakadd on some systems.Tim Rice2-4/+5
2002-07-09[openssh/contrib/solaris/buildpkg.sh] add PKG_INSTALL_ROOT toTim Rice2-19/+29
2002-07-08 - (bal) Correction to utimes() again.Ben Lindstrom1-3/+3
2002-07-08 - (bal) Minor KNF on ssh-keyscan.cBen Lindstrom2-1/+3
2002-07-08 - stevesk@cvs.openbsd.org 2002/07/06 17:47:58Ben Lindstrom2-3/+5
2002-07-08 - deraadt@cvs.openbsd.org 2002/07/06 01:01:26Ben Lindstrom2-21/+23
2002-07-08 - deraadt@cvs.openbsd.org 2002/07/06 01:00:49Ben Lindstrom2-2/+13
2002-07-08 - markus@cvs.openbsd.org 2002/07/04 10:41:47Ben Lindstrom5-46/+38
2002-07-08 - deraadt@cvs.openbsd.org 2002/07/04 08:12:15Ben Lindstrom3-4/+27
2002-07-08 - deraadt@cvs.openbsd.org 2002/07/04 04:15:33Ben Lindstrom6-7/+23
2002-07-08 - (bal) [realpath.c] Updated with OpenBSD tree.Ben Lindstrom2-4/+5
2002-07-07[contrib/cygwin/ssh-host-config] sshd account creation fixesTim Rice2-4/+6
2002-07-07[acconfig.h configure.ac sshd.c] s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/Tim Rice4-9/+11
2002-07-07[Makefile.in] use umask instead of chmod on $(PRIVSEP_PATH)Tim Rice2-4/+6
2002-07-07Added author to ports-aix.[ch].Ben Lindstrom2-0/+6
2002-07-06[contrib/cygwin/ssh-host-config] double slash corrctionTim Rice2-2/+4
2002-07-05 [configure.ac] AIX 4.2.1 has authenticate() in libs.Tim Rice2-3/+12
2002-07-04 - (bal) One too many nulls in ports-aix.cBen Lindstrom2-3/+4
2002-07-04 - (bal) glob.c defines TILDE and AIX also defines it. #undef it first.Ben Lindstrom2-1/+4
2002-07-04 - (bal) Limit data to TTY for AIX only (Newer versions can't handle theBen Lindstrom2-1/+10
2002-07-04 - (bal) Clean up aix_usrinfo(). Ignore TTY= period I guess.Ben Lindstrom4-16/+59
2002-07-04 - (bal) Missed Makefile.in change. keysign needs readconf.oBen Lindstrom2-3/+4
2002-07-04 - (bal) Failed password attempts don't increment counter on AIX. Bug #145Ben Lindstrom4-14/+11
2002-07-04 - markus@cvs.openbsd.org 2002/07/03 14:21:05Ben Lindstrom5-6/+43
2002-07-04 - markus@cvs.openbsd.org 2002/07/03 09:55:38Ben Lindstrom2-2/+20
2002-07-04 - markus@cvs.openbsd.org 2002/07/01 19:48:46Ben Lindstrom2-4/+8