search for: list_sav

Displaying 2 results from an estimated 2 matches for "list_sav".

Did you mean: list_save
2004 Dec 06
0
[PATCH] passdb cache fixes
...-05 18:52:57.000000000 +0300 @@ -88,7 +88,6 @@ int passdb_cache_lookup_credentials(stru const char **scheme_r) { const char *value, *const *list; - const char *cached_pw; if (passdb_cache == NULL) return FALSE; @@ -108,7 +107,7 @@ int passdb_cache_lookup_credentials(stru list_save(request, NULL, list+1); *result_r = list[0]; - *scheme_r = password_get_scheme(&cached_pw); + *scheme_r = password_get_scheme(result_r); return TRUE; } -------------- next part -------------- diff -urdpNX /usr/share/dontdiff dovecot-1.0-test55.vanilla/src/auth/mech.c dovecot-1.0-test5...
2005 Apr 08
2
1.0-test67
http://dovecot.org/test/ Hopefully better release than last one. Fixes several problems test66 had and also some older problems reported in this list. It also contains a pretty large mbox code cleanup, fixing several problems (especially related to X-IMAP/X-IMAPbase headers) and making it a bit faster. Maybe I'll backport it to 1.0-stable too when it looks like it's stable.. BTW. mbox