Displaying 3 results from an estimated 3 matches for "verify_callback".
2004 Jul 22
1
[PATCH] add LOGIN authentication mechanism
...General Public License as published
+ * by the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ */
+
+#include "common.h"
+#include "mech.h"
+#include "passdb.h"
+#include "safe-memset.h"
+
+static void verify_callback(enum passdb_result result,
+ struct auth_request *request)
+{
+ mech_auth_finish(request, NULL, 0, result == PASSDB_RESULT_OK);
+}
+
+static int
+mech_login_auth_continue(struct auth_request *auth_request,
+ const unsigned char *data, size_t data_size,
+ mech_callback_t *callback)
+{
+...
2008 Jan 15
0
mechanize 0.7.0 Released
...ollow links, and submit forms. Form fields can be populated and
submitted. Mechanize also keeps track of the sites that you have
visited as a history.
Changes:
# Mechanize CHANGELOG
## 0.7.0
* Removed Ruby 1.8.2 support
* Changed parser to lazily parse links
* Lazily parsing document
* Adding verify_callback for SSL requests. Thanks Mike Dalessio!
* Fixed a bug with Accept-Language header. Thanks Bill Siggelkow.
* <http://mechanize.rubyforge.org/>
--
Aaron Patterson
http://tenderlovemaking.com/
2005 Mar 30
2
test65 killed by SIGSEV
...e268 "(&(objectClass=posixAccount)(uid=dovetest))"
base = 0x806e468 "ou=personnes, dc=pasteur, dc=fr"
str = (string_t *) 0x806e268
#2 0x08050947 in auth_request_verify_plain (request=0x8077a10,
password=0x806e198 "pass", callback=0x8054790 <verify_callback>)
at auth-request.c:261
passdb = (struct passdb_module *) 0x806b9e0
result = -1077941592
cache_key = 0x646975 <Error reading address 0x646975: Bad address>
__PRETTY_FUNCTION__ = "auth_request_verify_plain"
---Type <return> to continue, or...