search for: _deinit

Displaying 5 results from an estimated 5 matches for "_deinit".

Did you mean: deinit
2016 Jul 26
2
New password hashing scheme as plugin
...project, so that it will be included as optional plugin in future releases. Yet the plugin compiles fine and the .so file gets created. My approach is to call the functions password_scheme_register() and password_scheme_unregister() (src/auth/password-scheme.c) inside the plugin's _init() and _deinit() functions. When a client tries to login via imap the log shows an error message: Error: Couldn't load required plugin /usr/local/lib/dovecot/lib20_newauth_plugin.so: dlopen() failed: /usr/local/lib/dovecot/lib20_newauth_plugin.so: undefined symbol: password_scheme_unregister That error obv...
2016 Aug 01
3
New password hashing scheme as plugin
...future releases. > > > > Yet the plugin compiles fine and the .so file gets created. > > > > My approach is to call the functions password_scheme_register() and > > password_scheme_unregister() (src/auth/password-scheme.c) inside the > > plugin's _init() and _deinit() functions. > > > > When a client tries to login via imap the log shows an error message: > > > > Error: Couldn't load required plugin > > /usr/local/lib/dovecot/lib20_newauth_plugin.so: dlopen() failed: > > /usr/local/lib/dovecot/lib20_newauth_plugin.so: un...
2016 Aug 01
2
New password hashing scheme as plugin
...t the plugin compiles fine and the .so file gets created. > > > > > > > > My approach is to call the functions password_scheme_register() and > > > > password_scheme_unregister() (src/auth/password-scheme.c) inside the > > > > plugin's _init() and _deinit() functions. > > > > > > > > When a client tries to login via imap the log shows an error message: > > > > > > > > Error: Couldn't load required plugin > > > > /usr/local/lib/dovecot/lib20_newauth_plugin.so: dlopen() failed: > >...
2008 Oct 11
1
Password scheme module thoughts?
Hi, all. I have successfully deployed the code I wrote to handle Post.Office password hashes. However, I had to implement it as a hack to password-scheme.c. I'd like to implement it as a module so I don't have to hack Dovecot whenever a new release comes out. However, I had a few thoughts: 1. I used Dovecot's own MD5 routines in my implementation because I know how they
2007 Jun 15
5
Looking for plugin docs
Hello all, I had gone through the wiki, but could not find any page about writing new plugins. Any pointers towards plugin api/docs will be very helpful. with warm regards, raj