aboutsummaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Regenerate.Dag-Erling Smørgrav2002-06-291-4/+7
* <sys/mman.h> requires <sys/types.h>.Dag-Erling Smørgrav2002-06-291-0/+1
* Resolve conflicts.Dag-Erling Smørgrav2002-06-2927-198/+336
* This commit was generated by cvs2svn to compensate for changes in r99060,Dag-Erling Smørgrav2002-06-2928-184/+374
|\
| * Vendor import of OpenSSH 3.4p1.Dag-Erling Smørgrav2002-06-2955-381/+685
* | Commit config.h so we don't need autoconf to build world.Dag-Erling Smørgrav2002-06-291-0/+873
* | OpenBSD lifted this code our tree. Preserve the original CVS id.Dag-Erling Smørgrav2002-06-291-1/+1
* | Use our __RCSID().Dag-Erling Smørgrav2002-06-291-1/+2
* | Make sure the environment variables set by setusercontext() are passed onDag-Erling Smørgrav2002-06-291-9/+23
* | Canonicize the host name before looking it up in the host file.Dag-Erling Smørgrav2002-06-291-1/+19
* | Apply class-imposed login restrictions.Dag-Erling Smørgrav2002-06-291-0/+29
* | PAM support, the FreeBSD way.Dag-Erling Smørgrav2002-06-296-10/+588
* | Document FreeBSD defaults.Dag-Erling Smørgrav2002-06-292-3/+11
* | Document FreeBSD defaults and paths.Dag-Erling Smørgrav2002-06-294-24/+41
* | Remove duplicate.Dag-Erling Smørgrav2002-06-291-59/+0
* | Apply FreeBSD's configuration defaults.Dag-Erling Smørgrav2002-06-293-10/+34
* | Add the VersionAddendum configuration variable.Dag-Erling Smørgrav2002-06-293-1/+78
* | Support OPIE as an alternative to S/Key.Dag-Erling Smørgrav2002-06-296-0/+73
* | Document the upgrade process.Dag-Erling Smørgrav2002-06-291-0/+130
* | Files we don't want to import.Dag-Erling Smørgrav2002-06-291-0/+8
* | Forcibly revert to mainline.Dag-Erling Smørgrav2002-06-2781-2523/+1701
* | This commit was generated by cvs2svn to compensate for changes in r98937,Dag-Erling Smørgrav2002-06-27178-116/+22936
|\|
| * Vendor import of OpenSSH 3.3p1.Dag-Erling Smørgrav2002-06-27215-565/+24865
* | Warnings fixes. Sort out some variable types.Mark Murray2002-06-261-6/+7
* | Help fix warnings by marking an argument as unused.Mark Murray2002-06-261-0/+1
* | remove declaration of authlogDirk Meyer2002-06-241-5/+1
* | IPv4or6 is already defined in libssh.Dag-Erling Smørgrav2002-06-241-3/+2
* | Resolve conflicts and document local changes.Dag-Erling Smørgrav2002-06-234-1254/+113
* | Correctly export the environment variables set by setusercontext().Dag-Erling Smørgrav2002-06-232-8/+7
* | Resolve conflicts. Known issues:Dag-Erling Smørgrav2002-06-2345-1424/+2059
* | This commit was generated by cvs2svn to compensate for changes in r98675,Dag-Erling Smørgrav2002-06-2369-692/+6637
|\|
| * Vendor import of OpenSSH 3.3.Dag-Erling Smørgrav2002-06-23115-3303/+8750
| * This commit was manufactured by cvs2svn to create branchcvs2svn2002-03-211-0/+334
* | Don't risk catching a signal while handling a signal for a dying child, as weJuli Mallett2002-05-271-0/+8
* | Remove _PATH_CP now that it is defined in paths.hChris D. Faulhaber2002-05-121-3/+0
* | unbreak build:Alfred Perlstein2002-05-115-3/+7
* | Resurrect as an empty file to unbreak the build. We have everything weDag-Erling Smørgrav2002-05-081-0/+1
* | Fix an external declaration that was causing telnetd to core dump.Mark Murray2002-05-061-1/+1
* | Usual after-import fixup of SCM IDs.David E. O'Brien2002-05-012-2/+2
* | Back out previous commit.Dag-Erling Smørgrav2002-04-252-3/+3
* | Change default challenge/response behavior of sshd by popular demand.Jordan K. Hubbard2002-04-252-3/+3
* | 1) Proberly conditionalize PAM "last login" printout.Andrey A. Chernov2002-04-231-14/+11
* | Don't report last login time in PAM case. (perforce change 10057)Dag-Erling Smørgrav2002-04-221-4/+6
* | Fix warnings + wait for child so it doesn't go zombie (perforce change 10122)Dag-Erling Smørgrav2002-04-221-4/+3
* | Move LOGIN_CAP calls before all file descriptors are closed hard, since someAndrey A. Chernov2002-04-211-2/+15
* | Fix TZ & TERM handling for use_login case of rev. 1.24Andrey A. Chernov2002-04-201-4/+6
* | 1) Surprisingly, "CheckMail" handling code completely removed from thisAndrey A. Chernov2002-04-202-2/+24
* | 1) Fix overlook in my prev. commit - forget HAVE_ prefix in one place in oldAndrey A. Chernov2002-04-201-4/+11
* | Please repeat after me: setusercontext() modifies _current_ environment, butAndrey A. Chernov2002-04-201-24/+58
* | Fix some warnings. Don't record logins twice in USE_PAM case. StripDag-Erling Smørgrav2002-04-141-4/+22