Skip Menu |

This queue is for tickets about the BerkeleyDB CPAN distribution.

Report information
The Basics
Id: 2382
Status: resolved
Priority: 0/
Queue: BerkeleyDB

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.20
Fixed in: 0.21



Subject: DB->set_encrypt and DB_ENV->set_encrypt
DB->set_encrypt and DB_ENV->set_encrypt are currently missing. Can you add them? Thanks. Here's one. I imagine the other one wouldn't look too much different. int set_encrypt(env,passwd,flags) BerkeleyDB::Env env char * passwd u_int32_t flags CODE: RETVAL = env->Env->set_encrypt(env->Env,passwd,flags); OUTPUT: RETVAL
From: "Paul Marquess" <Paul.Marquess [...] btinternet.com>
To: <bug-BerkeleyDB [...] rt.cpan.org>, <"AdminCc ofcpanTicket#2382:" [...] fsck.com>
Subject: RE: [cpan #2382] DB->set_encrypt and DB_ENV->set_encrypt
Date: Mon, 14 Apr 2003 13:40:58 +0100
RT-Send-Cc:
As it happens, I have support for encryption almost done. cheers Paul Show quoted text
> -----Original Message----- > From: Guest via RT [mailto:bug-BerkeleyDB@rt.cpan.org] > Sent: 13 April 2003 13:18 > To: AdminCc of cpan Ticket #2382 : > Subject: [cpan #2382] DB->set_encrypt and DB_ENV->set_encrypt > > > > This message about BerkeleyDB was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=2382 > > > DB->set_encrypt and DB_ENV->set_encrypt > are currently missing. Can you add them? Thanks. > Here's one. I imagine the other one wouldn't look too much different. > > int > set_encrypt(env,passwd,flags) > BerkeleyDB::Env env > char * passwd > u_int32_t flags > CODE: > RETVAL = env->Env->set_encrypt(env->Env,passwd,flags); > OUTPUT: > RETVAL