Displaying 4 results from an estimated 4 matches for "xxx_key".
2013 May 07
0
Some potential bugs in Openssh-6.2p1
...== 0)
Is it possible that *envp == NULL while *envsizep != 0?
If it is feasible, null pointer dereference would occur
At line 975: for (i = 0; env[i]; i++)
env is null.
3. Null Pointer
file: serverloop.c
function: server_loop2
At line 853: rekeying = (xxx_kex != NULL && !xxx_kex->done);
xxx_key may be null.
At line 871: xxx_kex->done = 0;
directly use xxx_key.
4. Null Pointer
file: sftp.c
function: parse_args
At line 1143: for (i = 0; cmds[i].c != NULL; i++) {
Could this loop breaks when cmds[i].c is null?
if so
At line 1148: cmd = cmds[i].c;
cmd is null, which is passed to strlen at...
2015 Sep 24
0
v2.2.19 release candidate released
...user = vmail
}
user = vmail
}
service dict {
unix_listener dict {
mode = 0600
user = vmail
}
}
service imap-login {
user = dovelog
}
service pop3-login {
user = dovelog
}
ssl_cert = </usr/local/etc/certs/dovecot-dev1.xxx_crt.pem
ssl_key = </usr/local/etc/certs/dovecot-dev1.xxx_key.pem
userdb {
args = /usr/local/etc/dovecot/conf.d/dovecot-mysql.conf
driver = sql
}
protocol imap {
mail_plugins = quota imap_quota mail_log notify fts fts_lucene virtual
}
protocol pop3 {
mail_plugins = quota virtual
pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
auth_socket_path = /us...
2015 Sep 23
8
v2.2.19 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz.sig
A lot of changes since v2.2.18, so here's a release candidate first. If no bugs are reported, I'm planning on making the final release sometimes this week. The most interesting new features here are the imap-hibernate process, quota count backend and director/proxy
2015 Sep 23
8
v2.2.19 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz.sig
A lot of changes since v2.2.18, so here's a release candidate first. If no bugs are reported, I'm planning on making the final release sometimes this week. The most interesting new features here are the imap-hibernate process, quota count backend and director/proxy