diff options
author | Steve Price <steve@FreeBSD.org> | 1999-04-02 03:35:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-04-02 03:35:05 +0000 |
commit | 145bda6b61fea4c7a1ed6b7c9b95653086c593fb (patch) | |
tree | 458b165bb4a860efd1d87b30cbc067bcdc028880 /ftp/proftpd-devel/files/patch-ae | |
parent | 1224e897fb8c0872856eff1fa5b647282838ad3c (diff) |
Update to version 1.2.0pre3.
PR: 10830
Submitted by: Micahel Haro <mharo@area51.fremont.ca.us>
Notes
Notes:
svn path=/head/; revision=17533
Diffstat (limited to 'ftp/proftpd-devel/files/patch-ae')
-rw-r--r-- | ftp/proftpd-devel/files/patch-ae | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/ftp/proftpd-devel/files/patch-ae b/ftp/proftpd-devel/files/patch-ae index 284fbca2c7f8..b7525289a45a 100644 --- a/ftp/proftpd-devel/files/patch-ae +++ b/ftp/proftpd-devel/files/patch-ae @@ -1,15 +1,15 @@ ---- modules/mod_auth.c.orig Sat Oct 17 22:24:41 1998 -+++ modules/mod_auth.c Mon Dec 14 15:26:02 1998 -@@ -61,7 +61,7 @@ +--- modules/mod_auth.c.orig Thu Mar 4 18:29:19 1999 ++++ modules/mod_auth.c Thu Apr 1 14:36:03 1999 +@@ -65,7 +65,7 @@ /* Is this the proper behavior when timing out? */ send_response_async(R_421,"Login Timeout (%d seconds): closing control connection.", TimeoutLogin); -- schedule(main_exit,0,(void*)LOG_NOTICE,"FTP login timed out, disconnected.", -+ schedule(main_exit,0,(void*)LOG_INFO,"FTP login timed out, disconnected.", - (void*)0,NULL); - remove_timer(TIMER_IDLE,ANY_MODULE); - remove_timer(TIMER_NOXFER,ANY_MODULE); -@@ -763,13 +763,13 @@ +- main_exit((void*)LOG_NOTICE,"FTP login timed out, disconnected.", ++ main_exit((void*)LOG_INFO,"FTP login timed out, disconnected.", + (void*)0,NULL); + + /* +@@ -787,13 +787,13 @@ resolve_anonymous_dirs(c->subset); if(c) @@ -25,7 +25,7 @@ origuser,session.c->remote_name, inet_ascii(p,session.c->remote_ipaddr), inet_ascii(p,session.c->local_ipaddr), -@@ -1132,7 +1132,7 @@ +@@ -1156,7 +1156,7 @@ send_response(R_530,"%s", sreplace(cmd->tmp_pool,maxstr,"%m",maxn,NULL)); @@ -34,7 +34,7 @@ max); end_login(0); } -@@ -1156,7 +1156,7 @@ +@@ -1180,7 +1180,7 @@ send_response(R_530,"%s", sreplace(cmd->tmp_pool,maxstr,"%m",maxn,NULL)); @@ -43,7 +43,7 @@ max); end_login(0); } -@@ -1243,7 +1243,7 @@ +@@ -1267,7 +1267,7 @@ if(++auth_tries >= max) { send_response(R_530,"Login incorrect"); |