2004/07/10 00:00:00 00:19:01 CF_zs -> CF_psobb 00:34:42 ucchi -> ucchi_Zzz 2004/07/10 01:00:00 01:22:31 + Krt_Zzz(~karato@p8498e5.miygnt01.ap.so-net.ne.jp) to #あすか 01:22:41 Mode by log_bar: #あすか +o Krt_Zzz 01:22:55 Krt_Zzz -> Krt_sndi 01:34:46 CF_psobb -> CF_zs 01:39:55 ynktPSOBB -> ynkt_away 2004/07/10 02:00:00 02:31:01 ynkt_away -> ynkt_home 02:31:03 ! Krt_sndi (Ping timeout) 02:33:47 + Krt_Zzz(~karato@p8498e5.miygnt01.ap.so-net.ne.jp) to #あすか 02:33:56 Mode by log_bar: #あすか +o Krt_Zzz 2004/07/10 03:00:00 2004/07/10 04:00:00 2004/07/10 05:00:00 2004/07/10 06:00:00 2004/07/10 07:00:00 07:46:55 CF_zs -> CF_psobb 2004/07/10 08:00:00 08:19:39 CF_psobb -> CF_zs 2004/07/10 09:00:00 09:18:20 Krt_Zzz -> Krt_sndi 2004/07/10 10:00:00 2004/07/10 11:00:00 2004/07/10 12:00:00 12:40:35 CF_zs -> CF_psobb 2004/07/10 13:00:00 13:24:16 CF_psobb -> CF_zs 2004/07/10 14:00:00 2004/07/10 15:00:00 15:00:02 ynkt_home -> ynkt_away 2004/07/10 16:00:00 16:51:41 CF_zs -> CF_z_awy 2004/07/10 17:00:00 17:38:01 + yuh_cfr2(~y-kimura@p6e3f22.w128bw01.ap.so-net.ne.jp) to #あすか 17:38:18 Mode by log_yui: #あすか +o yuh_cfr2 2004/07/10 18:00:00 2004/07/10 19:00:00 2004/07/10 20:00:00 20:17:33 CF_z_awy -> CF_zs 20:41:20 CF_zs -> CF_z_awy 20:50:48 yuh_cfr2 -> yuh_Zzz 20:54:37 CF_z_awy -> CF_zs 2004/07/10 21:00:00 21:01:33 ! Krt_sndi (CHOCOA) 21:01:48 + Krt_Zzz(~karato@p8498e5.miygnt01.ap.so-net.ne.jp) to #あすか 21:01:57 Mode by log_bar: #あすか +o Krt_Zzz 2004/07/10 22:00:00 22:33:48 <#あすか:ucchi_Zzz> そういや、さくらを年払にする話も宙に浮いてるな 22:35:13 <#あすか:CF_zs> 金を確認して手続きするところで止まっている 22:38:04 <#あすか:ucchi_Zzz> ふむ 22:38:36 <#あすか:CF_zs> pop_authの文字数制限はどうしようか 22:39:58 <#あすか:CF_zs> % diff -crN pop_auth.c pop_auth.c.ms-100 22:40:00 <#あすか:CF_zs> *** pop_auth.c Mon May 1 05:56:21 2000 22:40:02 <#あすか:CF_zs> --- pop_auth.c.ms-100 Wed Jul 7 17:48:07 2004 22:40:04 <#あすか:CF_zs> *************** 22:40:06 <#あすか:CF_zs> *** 43,49 **** 22:40:08 <#あすか:CF_zs> int fd, md_set = 0, linenr, fret; 22:40:10 <#あすか:CF_zs> ssize_t tmp; 22:40:12 <#あすか:CF_zs> struct passwd *pwentry; 22:40:14 <#あすか:CF_zs> ! char username[9]; 22:40:16 <#あすか:CF_zs> char *pass; 22:40:18 <#あすか:CF_zs> char passcopy[MAXARGLN + 1]; 22:40:20 <#あすか:CF_zs> char txtbuff[256], buf[128]; 22:40:22 <#あすか:CF_zs> --- 43,49 ---- 22:40:24 <#あすか:CF_zs> int fd, md_set = 0, linenr, fret; 22:40:26 <#あすか:CF_zs> ssize_t tmp; 22:40:28 <#あすか:CF_zs> struct passwd *pwentry; 22:40:30 <#あすか:CF_zs> ! char username[17]; 22:40:32 <#あすか:CF_zs> char *pass; 22:40:34 <#あすか:CF_zs> char passcopy[MAXARGLN + 1]; 22:40:36 <#あすか:CF_zs> char txtbuff[256], buf[128]; 22:40:38 <#あすか:CF_zs> *************** 22:40:40 <#あすか:CF_zs> *** 63,70 **** 22:40:42 <#あすか:CF_zs> return 1; 22:40:44 <#あすか:CF_zs> }; 22:40:46 <#あすか:CF_zs> username[0] = 0; 22:40:48 <#あすか:CF_zs> ! strncat(username, pwentry->pw_name, 8); 22:40:50 <#あすか:CF_zs> ! if (strlen(pwentry->pw_name) > 8) 22:40:52 <#あすか:CF_zs> fprintf(stderr, "Warning: username truncated\n"); 22:40:54 <#あすか:CF_zs> snprintf(txtbuff, sizeof(txtbuff), "Enter NEW password for user %.40s: " 22:40:56 <#あすか:CF_zs> , username); 22:40:58 <#あすか:CF_zs> pass = getpass(txtbuff); 22:41:00 <#あすか:CF_zs> --- 63,70 ---- 22:41:02 <#あすか:CF_zs> return 1; 22:41:04 <#あすか:CF_zs> }; 22:41:06 <#あすか:CF_zs> username[0] = 0; 22:41:08 <#あすか:CF_zs> ! strncat(username, pwentry->pw_name, 16); 22:41:10 <#あすか:CF_zs> ! if (strlen(pwentry->pw_name) > 16) 22:41:12 <#あすか:CF_zs> fprintf(stderr, "Warning: username truncated\n"); 22:41:14 <#あすか:CF_zs> snprintf(txtbuff, sizeof(txtbuff), "Enter NEW password for user %.40s: " 22:41:16 <#あすか:CF_zs> , username); 22:41:18 <#あすか:CF_zs> pass = getpass(txtbuff); 22:41:20 <#あすか:CF_zs> ============================================================ 22:47:06 <#あすか:ucchi_Zzz> つーか、既にメンテナンスもされていないようだし、SolidPop3dも捨てるべきなのかのう 2004/07/10 23:00:00 2004/07/11 00:00:00 end