/[imapfilter]/imapfilter/passwd.c
ViewVC logotype

Diff of /imapfilter/passwd.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by lefcha, Sat Feb 22 16:06:41 2003 UTC revision 1.10 by lefcha, Sat Mar 22 15:10:20 2003 UTC
# Line 239  password_editor(void) Line 239  password_editor(void)
239          }          }
240    
241          do {          do {
242                  printf("command: ");                  printf("cmd: ");
243                  fgets(buf, LINE_MAX, stdin);                  fgets(buf, LINE_MAX, stdin);
244                  c = buf;                  c = buf;
245                  for (;; c++) {                  for (;; c++) {
# Line 294  password_editor(void) Line 294  password_editor(void)
294                                  xstrncpy(passphr, p[0], PASSPHRASE_LEN - 1);                                  xstrncpy(passphr, p[0], PASSPHRASE_LEN - 1);
295                                  sfree(p[0]);                                  sfree(p[0]);
296                                  sfree(p[1]);                                  sfree(p[1]);
297                          } else if (*c == 's') {                          } else if (*c == 's' || *c == 'w') {
298                                  store_passwords(accts);                                  store_passwords(accts);
299                          } else if (*c == 'x') {                          } else if (*c == 'x') {
300                                  store_passwords(accts);                                  store_passwords(accts);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26