search for: lkeyutil

Displaying 6 results from an estimated 6 matches for "lkeyutil".

Did you mean: lkeyutils
2008 Jul 26
5
Cups problems while compiling WINE
Just tried to compile WINE on opensuse 11 64bit. I did everything as described here: WineOn64bit - The Official Wine Wiki (http://wiki.winehq.org/WineOn64bit#head-b3c0054e075385ab599d63a46dba9d6c3934d6c0) But running the configure script I'm getting that message: Code: configure: libcups development files not found, CUPS won't be supported. That means that the printer output isn't
2017 Feb 15
5
[cifs-utils PATCH v3 0/4] cifs.upcall: allow cifs.upcall to scrape cache location initiating task's environment
Apologies for v3 series, I had some extra patches in there. This is the one that should have been sent. Relabeled as v4 for clarity. Third respin of this series. Reordered for better safety for bisecting. The environment scraping is now on by default, but can be disabled with "-E" in environments where it's not needed. Also, I've added a patch to make cifs.upcall drop
2017 Feb 15
5
[cifs-utils PATCH v3 0/4] cifs.upcall: allow cifs.upcall to scrape cache location initiating task's environment
Third respin of this series. Reordered for better safety for bisecting. The environment scraping is now on by default, but can be disabled with "-E" in environments where it's not needed. Also, I've added a patch to make cifs.upcall drop capabilities before doing most of its work. This may help reduce the attack surface of the program. Jeff Layton (4): cifs.upcall: convert
2014 Jan 09
0
ANNOUNCE: cifs-utils release 6.3 ready for download
...t; Date: Sat Dec 7 06:52:26 2013 -0500 cifscreds: fix up some whitespace, typos and build warnings in pam_cifscreds.c gcc -g -O2 -Wall -Wextra -D_FORTIFY_SOURCE=2 -fpie -pie -Wl,-z,relro,-z,now -shared -fpic -o pam_cifscreds.so pam_cifscreds.c cifskey.c resolve_host.c util.c -lpam -lkeyutils pam_cifscreds.c: In function ?cleanup_free_password?: pam_cifscreds.c:143:38: warning: unused parameter ?ph? [-Wunused-parameter] cleanup_free_password (pam_handle_t *ph, void *data, int pam_end_status) ^ pam_cifscreds.c:143:58: warning: u...
2012 Jan 28
0
ANNOUNCE: cifs-utils release 5.3 is ready for download
...to the upcall programs based on the configure options. Signed-off-by: Jeff Layton <jlayton at samba.org> commit cee919c2f3fb7b96518b800680664a15a6551d93 Author: Jeff Layton <jlayton at samba.org> Date: Tue Jan 10 18:30:56 2012 -0500 get/setcifsacl: don't link in -lkeyutils These binaries don't use keys API at all. There's no need to link in the keys library. Reported-by: Fr?d?ric L. W. Meunier <fredlwm at fredlwm.net> Signed-off-by: Jeff Layton <jlayton at samba.org> Acked-by: Shirish Pargaonkar <shirishpargaonka...
2005 Jul 26
1
Linux in-kernel keys support
...openssh-4.1p1/config.h.in 2005-05-25 14:26:09.000000000 +0200 +++ openssh-4.1p1-hacked/config.h.in 2005-07-25 23:18:17.000000000 +0200 @@ -694,6 +694,9 @@ /* Define to 1 if you have the <libgen.h> header file. */ #undef HAVE_LIBGEN_H +/* Define to 1 if you have the `keyutil' library (-lkeyutil). */ +#undef HAVE_LIBKEYUTIL + /* Define to 1 if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL diff -ubr -x configure openssh-4.1p1/configure.ac openssh-4.1p1-hacked/configure.ac --- openssh-4.1p1/configure.ac 2005-04-24 09:52:23.000000000 +0200 +++ openssh-4.1p1-hacked/configur...