Displaying 20 results from an estimated 1100 matches similar to: "strange behaviour of "check password script""
2011 May 30
3
[Bug 1910] New: checkpw returns true when it shouldn't
https://bugzilla.mindrot.org/show_bug.cgi?id=1910
Summary: checkpw returns true when it shouldn't
Product: jBCrypt
Version: unspecified
Platform: amd64
OS/Version: Other
Status: NEW
Severity: security
Priority: P2
Component: Default
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2004 Apr 21
2
Guaranteed bandwidth per connection
Dear all,
I''ve got a working HTB configuration with iptables, fwmark, SFQ etc.
At the moment, I can mark traffic and give it a maximum bandwidth and a minimum guaranteed bandwidth, so far so good.
What I would like to do is the following:
In stead of defining a min/max for a certain type of traffic (e.g. http, ftp whatever), I would like to define a "minimum guaranteed bandwidth
2011 Mar 08
0
[PR] #PgEast schedule up!
The PostgreSQL Conference East is in NYC this year and the schedule has
just been published. As a note there is a full day RoR class happening
at the conference.
March 08, 2011: Celebrating 15 years of PostgreSQL, early.
Following on the smashing success of PostgreSQL Conference West,
The PostgreSQL Conference for Developers, End Users and Decision Makers,
is being held at the Hotel
2008 Jul 18
5
samba group rights problem (Domain Admins not working)
Hi list,
after upgrading our ldap server, the Domain Admins group doesn't work
anymore.
Members of the domain admins group don't have any special rights on the
workstations (for example, they cannot even change the date of a machine in
the
domain anymore).
When I lookup the group members I get:
2006 Feb 20
0
automatically start application from thecommandprompt
Thankx MC,
This is the solution.
I've tried it and it works perfect.
But I've got a question.
I want to set a variable with the command SetVar
I place the following text file in the directory
/var/spool/asterisk/outgoing/
Channel: Zap/g1/0655871460
MaxRetries: 0
RetryTime: 30
WaitTime: 30
Context: call_outbound
Extension: s
Priority: 1
SetVar: call_outbound_id=0
2004 Dec 29
0
Client-side filesystem tree corruption on WinXP
The first symptom of this problem was that when saving a Word document to
a samba share, the document simply disappeared.
After some debugging, I discovered that there was a peculiarity in
navigating to the share point in WinXP. Navigating to the share point
using the file manager, to
C:\Documents and Settings\User Name\Desktop\MyShare
gets me to the remote files, as it should. But if I try to
2009 Dec 14
0
PostgreSQL Conference East 2010 Call for Papers
December 14th, 2009, the PostgreSQL Conference U.S. team is pleased to
announce the East 2010 venue and call for papers. This year the premiere
East Coast PostgreSQL Conference will be returning to history Drexel
University in Philadelphia.
The event this year is being held at Drexel University in Philadelphia
from March 26th through 28th. Following previously successful United
States PostgreSQL
2012 Mar 07
1
SELECT CASE in RODBC
Hi all,
I have a problem with a variable created by a SELECT CASE statement. See
the code below.
I would like the variable "event" to be a character variabel as I want to
UNION my two SELECTs - and the "event"-variable is a character variable in
the first SELECT result.
I have tried different ways:
* used ' ' in stead of " " around the string I want as the
2017 Dec 22
2
Lua Auth
> On December 22, 2017 at 6:43 AM Mark Moseley <moseleymark at gmail.com> wrote:
>
>
> >
> >
> >
> >
> > 2) Is there an appropriate way to return data with spaces in it (or
> > presumably other non-alphanum chars. My quota name had a space in it,
> > which
> > somehow got interpreted as 'yes' , i.e.:
> >
> > imap:
2008 Nov 03
2
Multiple connections
Hi,
I'd like to establish multiple direct connections between 2 hosts. As far as
I can see, tinc doesn't allow this (when a new connection come, the old one is
closed).
Is seach features maybe integrated to tinc ?
What is the status of 2.0 svn branch ?
Thx.
Manuel
2009 Mar 24
4
multiple paired t-tests
Hi R users,
I have a very large data set that has two conditioning variables for the
test I want to perform.
A toy set can be simulated:
type<-sample(1:3,100,replace=TRUE)
class<-sample(1:20,100,replace=TRUE)
value<-rnorm(100)
data<-cbind(type,class,value)
(though type and class are alphanum)
I want to perform the three pair-wise t-tests between types for each
class in data.
Can
2002 Jan 04
1
quality vs bitrate
The problem is that the mp3 dewdz will be used to looking at bitrates to
determine quality, so the solution (as several here say) seems to me to just
rip out anything mentioning bitrate from the simple tools.
But, they will still see the bitrate in players like winamp.
To solve this, why not store the quality setting used when encoding into the
ogg file itself ? Either use a field unused when
2005 Jan 20
0
SASL build error on solaris 8
Hi,
My ultimate goal is to deploy a source-built Samba 3.0.1 on Solaris 8 that can join an Active Directory. According to the docs, Samba requires Kerberos and OpenLDAP and OpenLDAP requires SASL. Hence my problem.
when i try to build cyrus-sasl-2.1.15 i have got the following configure warnings
configure: warning: No DES support for DIGEST-MD5
configure: warning: OpenSSL not found --
2003 Aug 26
0
bug report: whitespaces in uris
FYI: Asterisk puts URIs in messages which violates the SIP spec and
can't be accepted by URI parsers: username includes a whitespace.
See for example the From header field. Attached is example of an
incorrect message and related parts of RFC3261 specification.
(Who doesn't want to dig into parser details may want to realize
that whitespaces are used as uri delimitors in first request
2017 Feb 10
0
Safely piping to a shell script
Thanks for the previous answer on :execute. In thinking about
malicious input, I am worried about the possibility that mail will be
sent with a clever from line. (Section 7 of
http://www.ietf.org/rfc/rfc5229.txt is great, btw)
To address this, I'm considering the following, and would appreciate
feedback. I'm aware that this doesn't capture all emails, those with
non-alphanum are
2017 Dec 22
0
Lua Auth
>
>
>
>
> 2) Is there an appropriate way to return data with spaces in it (or
> presumably other non-alphanum chars. My quota name had a space in it,
> which
> somehow got interpreted as 'yes' , i.e.:
>
> imap: Error: Failed to initialize quota: Invalid quota root quota: Unknown
> quota backend: yes
>
> I simply changed the space to an underscore as a
2017 Dec 22
0
Lua Auth
On Thu, Dec 21, 2017 at 9:51 PM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>
> > On December 22, 2017 at 6:43 AM Mark Moseley <moseleymark at gmail.com>
> wrote:
> >
> >
> > >
> > >
> > >
> > >
> > > 2) Is there an appropriate way to return data with spaces in it (or
> > > presumably other non-alphanum
2010 Sep 10
0
Released Pigeonhole v0.2.0 for Dovecot v2.0.2
Hello Dovecot users,
I have finally finished the first release of Pigeonhole for Dovecot
v2.0. The most notable change from previous Dovecot v1.2
Sieve/ManageSieve releases is that all is now integrated in a single
package and there is no need to patch Dovecot anymore to gain
ManageSieve support.
Changelog v0.2.0:
* Merged Sieve and ManageSieve packages into a single Pigeonhole
2010 Sep 10
0
Released Pigeonhole v0.2.0 for Dovecot v2.0.2
Hello Dovecot users,
I have finally finished the first release of Pigeonhole for Dovecot
v2.0. The most notable change from previous Dovecot v1.2
Sieve/ManageSieve releases is that all is now integrated in a single
package and there is no need to patch Dovecot anymore to gain
ManageSieve support.
Changelog v0.2.0:
* Merged Sieve and ManageSieve packages into a single Pigeonhole
2015 Mar 16
1
Use dialplan variables from MySQL database and replace with value
Hello
i have the following field (text string) in a MySQL database :
"${KNUMMER} ${phone_number_to} ${phone_number_from} ${CHANNEL:4}"
I read this string form the database and want to have the dialplan
variables to be replaced with the correct content.
How can I do this ?
Currently this is not working. The variable ${PARAMS} contains the exact
string of the database field :
my