aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd-devel/files/patch-ae
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-03-07 00:32:00 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-03-07 00:32:00 +0000
commit5fab0552fcfc94516f944e25f2ed52534fb9b1e7 (patch)
treed5e54392068fd16e414ecd113f102d93ffee0564 /ftp/proftpd-devel/files/patch-ae
parentd63f8f6234fa134a815c78b2ef58f21ab7f0d36e (diff)
Update to 1.2.1
* Update master sites * Use bzip2 distfiles instead of gzip * Add WITHOUT_PAM support. * Add the quota and wrap (TCP Wrappers support) modules. Submitted by: Anders Nordby <anders@fix.no>
Notes
Notes: svn path=/head/; revision=39157
Diffstat (limited to 'ftp/proftpd-devel/files/patch-ae')
-rw-r--r--ftp/proftpd-devel/files/patch-ae44
1 files changed, 22 insertions, 22 deletions
diff --git a/ftp/proftpd-devel/files/patch-ae b/ftp/proftpd-devel/files/patch-ae
index 50db35749dd1..a6ea69730163 100644
--- a/ftp/proftpd-devel/files/patch-ae
+++ b/ftp/proftpd-devel/files/patch-ae
@@ -1,6 +1,6 @@
---- modules/mod_auth.c.old Sun Feb 11 19:42:37 2001
-+++ modules/mod_auth.c Sun Feb 11 19:43:18 2001
-@@ -94,7 +94,7 @@
+--- modules/mod_auth.c.old Sun Mar 4 15:14:21 2001
++++ modules/mod_auth.c Sun Mar 4 15:15:29 2001
+@@ -92,7 +92,7 @@
"closing control connection.",
TimeoutLogin);
@@ -9,7 +9,7 @@
(void*) 0, NULL);
/* should never be reached */
-@@ -630,7 +630,7 @@
+@@ -518,7 +518,7 @@
c = _auth_resolve_user(p,&user,&ourname,&anonname);
if(!user) {
@@ -18,7 +18,7 @@
origuser);
goto auth_failure;
}
-@@ -639,7 +639,7 @@
+@@ -527,7 +527,7 @@
aclp = login_check_limits(main_server->conf,FALSE,TRUE,&i);
if((pw = auth_getpwnam(p,user)) == NULL) {
@@ -27,7 +27,7 @@
goto auth_failure;
}
-@@ -700,14 +700,14 @@
+@@ -595,14 +595,14 @@
}
if(!login_check_limits(c->subset,FALSE,TRUE,&i) || (!aclp && !i) ){
@@ -44,7 +44,7 @@
origuser);
goto auth_failure;
}
-@@ -724,7 +724,7 @@
+@@ -619,7 +619,7 @@
if(c && origuser && strcasecmp(user,origuser) &&
get_param_int(c->subset,"AuthUsingAlias",FALSE) == 1) {
user_name = origuser;
@@ -53,7 +53,7 @@
user, user_name);
}
-@@ -752,22 +752,22 @@
+@@ -647,22 +647,22 @@
switch(authcode) {
case AUTH_NOPWD:
@@ -80,7 +80,7 @@
user);
goto auth_failure;
-@@ -790,12 +790,12 @@
+@@ -685,12 +685,12 @@
auth_setgrent(p);
if(!_auth_check_shell((c ? c->subset : main_server->conf),pw->pw_shell)) {
@@ -95,16 +95,16 @@
user, FTPUSERS_PATH);
goto auth_failure;
}
-@@ -870,7 +870,7 @@
+@@ -819,7 +819,7 @@
if(!login_check_limits((c ? c->subset : main_server->conf),FALSE,TRUE,&i))
{
-- log_auth(LOG_NOTICE, "%s: Limit access denies login (DenyGroup).",
-+ log_auth(LOG_INFO, "%s: Limit access denies login (DenyGroup).",
- origuser);
+- log_auth(LOG_NOTICE, "%s %s: Limit access denies login.",
++ log_auth(LOG_INFO, "%s %s: Limit access denies login.",
+ (c != NULL) ? "ANON" : "USER", origuser);
goto auth_failure;
}
-@@ -885,7 +885,7 @@
+@@ -834,7 +834,7 @@
if(c && c->subset)
resolve_anonymous_dirs(c->subset);
@@ -113,7 +113,7 @@
(c != NULL) ? "ANON" : "USER",
origuser);
-@@ -1267,7 +1267,7 @@
+@@ -1229,7 +1229,7 @@
remove_config(cmd->server->conf, C_USER, FALSE);
remove_config(cmd->server->conf, C_PASS, FALSE);
@@ -122,7 +122,7 @@
session.class->name);
end_login(0);
-@@ -1299,7 +1299,7 @@
+@@ -1261,7 +1261,7 @@
remove_config(cmd->server->conf, C_USER, FALSE);
remove_config(cmd->server->conf, C_PASS, FALSE);
@@ -131,7 +131,7 @@
max);
end_login(0);
-@@ -1324,7 +1324,7 @@
+@@ -1286,7 +1286,7 @@
send_response(R_530, "%s",
sreplace(cmd->tmp_pool, maxstr, "%m", maxn, NULL));
@@ -140,7 +140,7 @@
remove_config(cmd->server->conf, C_USER, FALSE);
remove_config(cmd->server->conf, C_PASS, FALSE);
-@@ -1354,7 +1354,7 @@
+@@ -1316,7 +1316,7 @@
remove_config(cmd->server->conf, C_USER, FALSE);
remove_config(cmd->server->conf, C_PASS, FALSE);
@@ -149,7 +149,7 @@
max);
end_login(0);
-@@ -1401,7 +1401,7 @@
+@@ -1363,7 +1363,7 @@
remove_config(cmd->server->conf, C_USER, FALSE);
remove_config(cmd->server->conf, C_PASS, FALSE);
@@ -158,7 +158,7 @@
origuser);
send_response(R_530,"Login incorrect.");
-@@ -1422,7 +1422,7 @@
+@@ -1384,7 +1384,7 @@
remove_config(cmd->server->conf, C_USER, FALSE);
remove_config(cmd->server->conf, C_PASS, FALSE);
@@ -167,7 +167,7 @@
origuser);
send_response(R_530, "Login incorrect.");
-@@ -1434,7 +1434,7 @@
+@@ -1396,7 +1396,7 @@
remove_config(cmd->server->conf, C_USER, FALSE);
remove_config(cmd->server->conf, C_PASS, FALSE);
@@ -176,7 +176,7 @@
send_response(R_530, "Login incorrect.");
end_login(0);
-@@ -1528,7 +1528,7 @@
+@@ -1490,7 +1490,7 @@
if(++auth_tries >= max) {
send_response(R_530,"Login incorrect");