Displaying 8 results from an estimated 8 matches similar to: "authorized_credentials patch."
2015 Mar 05
0
[Bug 1927] authorized_credentials (aka authorized_keys for GSSAPI-MIC)
https://bugzilla.mindrot.org/show_bug.cgi?id=1927
Matthew N. Dodd <matthew.nygard.dodd at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2076|0 |1
is obsolete| |
--- Comment #1 from Matthew N. Dodd
2015 Mar 05
0
[Bug 1927] authorized_credentials (aka authorized_keys for GSSAPI-MIC)
https://bugzilla.mindrot.org/show_bug.cgi?id=1927
Matthew N. Dodd <matthew.nygard.dodd at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|5.8p2 |-current
--
You are receiving this mail because:
You are watching the assignee of the bug.
2007 Jun 28
5
[Bug 1326] New: Allow non-public-key credentials in authorized_keys file ( Kerberos, etc.)
http://bugzilla.mindrot.org/show_bug.cgi?id=1326
Summary: Allow non-public-key credentials in authorized_keys file
(Kerberos, etc.)
Product: Portable OpenSSH
Version: 4.4p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: Kerberos support
2007 Mar 27
3
Building problem on FreeBSD with GSSAPI
I have error while compiling dovecot with GSSAPI under FreeBSD 6.2:
Is this dovecot-related or not?
cc -std=gnu99 -O2 -fno-strict-aliasing -pipe -Wall -W
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -o dovecot-auth auth.o
auth-cache.o auth-client-connection.o auth-master-connection.o
auth-master-listener.o auth-module.o
2009 May 03
1
Bug#526833: Please update to Xen 3.3.1
Package: xen-3
Version: 3.2.1-2
Severity: wishlist
Xen 3.2.1 is now over a year old, and was obsoleted by Xen 3.3 eight
months ago. The xen-unstable snapshot in sid is also about a year old.
It would be nice to have updated Xen packages in Debian.
2011 Aug 21
1
Centos6 - Logwatch not mailing on 64bit
Folks
Logwatch is doing its thing properly on my 32-bit servers, delivering
the report by mail to my root account once a day sometime around 3:30am.
On the 64-bit systems, no mail is occurring. From the "cron" log on
a 64-bit system, there are lines like:
cron-20110821:Aug 21 03:36:23 XXX run-parts(/etc/cron.daily)[9727]:
finished 0logwatch
(where "XXX" stands for the
2011 Aug 21
3
.XXX Domain Name / Trade Mark Protection
A new .xxx domain suffix for sexual content is becoming available.
If you have a cherished Trade Mark or brand name and do not want relish
having your_domain_name.xxx being available to Cyber Squatters or the
'porn trade' you can block the issuing of that .xxx domain name for a
single payment of USD $200 - $300. The blocking application period is
from 7 September 2011 until 28 October
2011 Aug 18
2
[LLVMdev] Accessing arguments in a caller
I need some advice on "forwarding" arguments to a callee. Suppose I have
a function F that is called at the beginning of all other functions in
the module. From F I need to access (read) the arguments passed to its
immediate caller. Right now I do something like boxing all arguments in
the caller inside a struct and passing a pointer to the struct to F,
alongside an identifier