mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Update to version 1.2.29.
This commit is contained in:
parent
94565c5d03
commit
8ee56d7409
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62193
@ -1,5 +1,5 @@
|
||||
--- sshd.c.orig Mon Jul 3 10:07:35 2000
|
||||
+++ sshd.c Fri Jun 21 17:57:21 2002
|
||||
--- sshd.c.orig Mon Jul 3 19:07:35 2000
|
||||
+++ sshd.c Sat Jun 29 22:25:41 2002
|
||||
@@ -567,6 +567,19 @@
|
||||
/* Name of the server configuration file. */
|
||||
char *config_file_name = SERVER_CONFIG_FILE;
|
||||
@ -402,6 +402,15 @@
|
||||
|
||||
/* Perform session preparation. */
|
||||
do_authenticated(pw);
|
||||
@@ -2962,7 +3074,7 @@
|
||||
#ifdef UF_OPAQUE
|
||||
UF_OPAQUE |
|
||||
#endif /* UF_OPAQUE */
|
||||
- 0)) < 0)
|
||||
+ 0) < 0)
|
||||
{
|
||||
debug("chflags failed for %s, error: %s",
|
||||
ttyname, strerror(errno));
|
||||
@@ -3383,15 +3495,16 @@
|
||||
char line[256];
|
||||
struct stat st;
|
||||
|
Loading…
Reference in New Issue
Block a user