Bugzilla – Attachment 1464 Details for
Bug 1371
Add PKCS#11 (Smartcards) support into OpenSSH
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
1000_all_log.patch
1000_all_log.patch (text/plain), 1.03 KB, created by
Alon Bar-Lev
on 2008-03-07 19:37:57 AEDT
(
hide
)
Description:
1000_all_log.patch
Filename:
MIME Type:
Creator:
Alon Bar-Lev
Created:
2008-03-07 19:37:57 AEDT
Size:
1.03 KB
patch
obsolete
>[PATCH] Add get_log_level() > >This required so that other modules may behave according to >the log level. > >Just noticed that the X.509 patch also have this, so this >should be reverted before applying X.509 patch. > >Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> > >--- > >diff -urNp openssh-4.7p1/log.c openssh-4.7p1+pkcs11-0.21/log.c >--- openssh-4.7p1/log.c 2007-05-20 08:08:16.000000000 +0300 >+++ openssh-4.7p1+pkcs11-0.21/log.c 2008-01-08 11:05:19.000000000 +0200 >@@ -302,6 +302,12 @@ log_init(char *av0, LogLevel level, Sysl > #endif > } > >+LogLevel >+get_log_level(void) >+{ >+ return log_level; >+} >+ > #define MSGBUFSIZ 1024 > > void >diff -urNp openssh-4.7p1/log.h openssh-4.7p1+pkcs11-0.21/log.h >--- openssh-4.7p1/log.h 2006-08-18 17:32:21.000000000 +0300 >+++ openssh-4.7p1+pkcs11-0.21/log.h 2008-01-08 11:06:01.000000000 +0200 >@@ -47,6 +47,7 @@ typedef enum { > } LogLevel; > > void log_init(char *, LogLevel, SyslogFacility, int); >+LogLevel get_log_level(void); > > SyslogFacility log_facility_number(char *); > LogLevel log_level_number(char *);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1371
:
1444
|
1463
| 1464 |
1465
|
1466
|
1467
|
1468
|
1469
|
1470
|
1471
|
1477
|
1478
|
1484
|
1485
|
1486
|
1487
|
1488
|
1489
|
1490
|
1491
|
1492
|
1493
|
1494
|
1495
|
1496
|
1497
|
1547
|
1557
|
1558