Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o6f8Q-0008H6-QF for pgsql-hackers@arkaria.postgresql.org; Wed, 29 Jun 2022 21:22:06 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1o6f8L-0005Cw-MP for pgsql-hackers@arkaria.postgresql.org; Wed, 29 Jun 2022 21:22:01 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o6f8L-0005Cm-7b for pgsql-hackers@lists.postgresql.org; Wed, 29 Jun 2022 21:22:01 +0000 Received: from mail-pf1-x42f.google.com ([2607:f8b0:4864:20::42f]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1o6f8F-0002FY-Ok for pgsql-hackers@postgresql.org; Wed, 29 Jun 2022 21:21:59 +0000 Received: by mail-pf1-x42f.google.com with SMTP id x4so16283364pfq.2 for ; Wed, 29 Jun 2022 14:21:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=timescale.com; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=5Pus5qg75x8bwrxmozKLBDnXHRZS1aNbPZwBnHo/5zg=; b=gfYsOkaEJmLMQB2hi2yoEptbsayPKHOOvggQ3M7ZbgfcFcR4kefquTb1gPwHMIy/sM uaAj6PrDhLl0Dh1pfa1yE1QNeB8f7k71Wksi6oNKTUny+1x0GoCT275ZuzHZqoEsyvUw QkXbQA5i8n2LmX3hZTmUlB5dr2hBmQMcMyshoWULBYTbKUcE31v6Rx/n0RWWBUr7JKD9 1aawhHLwAy6GVcOH5WrTNCKXAZP1IVd3Mr3+2NPiDn0N31n0KCCBgYbXavLtjoeHbEt9 aJ08X7yb+XNMBJBuYZChjF9iix8R0DlTTxL9D5/qSgNtX52lvX/5nbnZ6OcYSJRWBdkV DpXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=5Pus5qg75x8bwrxmozKLBDnXHRZS1aNbPZwBnHo/5zg=; b=nfvxdDEpKFwJAWU8R+kkwnNUtLXNrFsZC7eI1VF7313vMBqXdaYnpkue1hKIzdnTaC huFJVwaCcclc5QYe1/oaoMp545bRQDBGwPPrpwAp71VCwGvUu0xbl6mDrFKKdPZ3woVD DNcIXU0SMz8U329a/+EQdVdvJavSJXHNtmKmyEgD9IzIrJg/9+V5QLehe1oytT31Gsyd JpaOLIgkewT9zsby5GrJA+EAx9wwC3UHMiLCPfXvMn8rXzQBAZLuH04Q8WznUu4CxOSc zfedAy32/dsI4mdqi5P4UR69KEyme4EVGIlYoRtOpJfC2ndQz21OC0MuCjOgjs9Tjs6Q cB1A== X-Gm-Message-State: AJIora8Dnwc5NxqK+MmpqA1u/YDaZLBDd4XIs39mOaCyPKdLubGIhA46 EUpadwV3qqwxJ6kyX3GFrSDqaVRISIULqEoK X-Google-Smtp-Source: AGRyM1uhfUnO88CVDhgObIDQcJszbjJersGJoQdYSq5I7C2HUFJl0+tmxL5FxsoNClPbBOBO+zftRg== X-Received: by 2002:a63:6a49:0:b0:3fd:df6d:5ba3 with SMTP id f70-20020a636a49000000b003fddf6d5ba3mr4509420pgc.385.1656537714375; Wed, 29 Jun 2022 14:21:54 -0700 (PDT) Received: from [192.168.1.21] ([50.39.205.221]) by smtp.gmail.com with ESMTPSA id fy21-20020a17090b021500b001ec79f0da37sm2660219pjb.14.2022.06.29.14.21.54 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 29 Jun 2022 14:21:54 -0700 (PDT) Message-ID: Date: Wed, 29 Jun 2022 14:21:53 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PoC/RFC] Multiple passwords, interval expirations Content-Language: en-US To: PostgreSQL-development Cc: Stephen Frost References: From: Jacob Champion In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 4/8/22 10:04, Joshua Brindle wrote: > It's unclear if I will be able to continue working on this featureset, > this email address will be inactive after today. I'm assuming the answer to this was "no". Is there any interest out there to pick this up for the July CF? --Jacob