Displaying 8 results from an estimated 8 matches for "nonul".
Did you mean:
nonull
2008 Oct 31
3
[LLVMdev] gfortran link failure in current llvm svn
...M:%(cpp_debug_options)}\
%{!M:%{!MM:%{!E: -o %|.f |\n\
- f951 %|.f %{!ffree-form:-ffixed-form} %(cc1_options) %{J*} %{I*}\
+ f951 %|.f %{!ffree-form:-ffixed-form} %(cc1_options) \
+ %<Wformat %<Wformat-security %<Wno-format-extra-args %<Wno-format-
zero-length %<Wno-nonull \
+ %{J*} %{I*}\
"/* LLVM LOCAL */" \
%(llvm_options) \
-fpreprocessed %{!nostdinc:-I finclude%s} %{!fsyntax-only:%
(invoke_as)}}}}", 0, 0, 0},
@@ -25,21 +27,27 @@
"cc1 -E -lang-fortran -traditional-cpp -D_LANGUAGE_FORTRAN %
(cpp_options) \...
2008 Oct 31
0
[LLVMdev] gfortran link failure in current llvm svn
On Oct 30, 2008, at 5:23 PM, Jack Howarth wrote:
> ps We do have one oddity left in llvm-gfortran from current llvm
> svn. I find everytime I compile something with llvm-gfortran that
> I get a series of warning messages...
>
> f951: warning: command line option "-Wformat" is valid for C/C++/
> ObjC/ObjC++ but not for Fortran
> f951: warning: command line option
2008 Oct 31
5
[LLVMdev] gfortran link failure in current llvm svn
Chris and Bill,
I have tested the proposed patch from...
http://lists.cs.uiuc.edu/pipermail/llvmdev/2008-August/016490.html
under i686-apple-darwin9 and it solves the problems building gfortran
from llvm svn. The resulting compiler works fine so can we get that
patch in before 2.4 is release?
Jack
ps We do have one oddity left in llvm-gfortran from current llvm
svn. I find
2013 Jul 04
1
Configuring pam_smbpass with Solaris
...pam_smbpass for Samba 3.6.16 on Solaris 10.
However, I'm getting a strange result: instead of sync'ing the password,
it *removes* it. That is not quite what I expect...
I have this line in /etc/pam.conf:
other password required pam_smbpass_csw.so debug use_authtok
try_first_pass nonull
To start the test, I make sure passwords are already in sync:
passwd user
smbpasswd user
Then I check it works:
su - user
smbclient \\\\server\\share
Both succeed, so so far, all good.
Now I try to change it using passwd, first as user:
$ passwd
Enter existing login password:
New Password:
Per...
2010 Jun 10
0
No subject
...don't make passwords used by this module
available to other modules.
nodelay - don't insert ~1 second delays on
authentication
failure.
nullok - null passwords are allowed.
nonull - null passwords are not allowed. Used to
override the Samba configuration.
migrate - only meaningful in an "auth" context;
used to update smbpasswd file with a...
2011 Jun 06
0
Release of libvirt-0.9.2
...patch (Eric Blake)
- node_device: avoid null dereference on error (Eric Blake)
- tests: avoid crash when run under gcov (Eric Blake)
- Fix two uninitialized variable warnings (Matthias Bolte)
- apparmor: Fix uninitalized variable warning in virt-aa-helper (Matthias Bolte)
- Fix qemuMigrationToFile nonull annotation (Daniel P. Berrange)
Improvements:
- API: consolidate common unreleased enums (Eric Blake)
- uml: correct command line networking parameters (Heath Petersen)
- Add call to sanlock_restrict() in QEMU lock driver (Daniel P. Berrange)
- screenshot: Expose the new API in virsh (Michal Priv...
2003 Dec 01
0
No subject
...onfigure
the pam.conf file on Solaris 7 - The examples for
pam_smbpass in the Samba distribution are for Linux and it looks a bit
different.
I had a play with the pam.conf file and got things half working, these are the
entries I added:
telnet password required /usr/local/samba/lib/pam_smbpass.so nonull
try_first_pass
passwd password required /usr/local/samba/lib/pam_smbpass.so nonull
try_first_pass
With the following results:
passwd - running passwd <userid> as root works fine, it changes the users unix
password and the samba password. If you run it as a
normal user though, it prompts y...
2003 Dec 01
0
No subject
...onfigure
the pam.conf file on Solaris 7 - The examples for
pam_smbpass in the Samba distribution are for Linux and it looks a bit
different.
I had a play with the pam.conf file and got things half working, these are the
entries I added:
telnet password required /usr/local/samba/lib/pam_smbpass.so nonull
try_first_pass
passwd password required /usr/local/samba/lib/pam_smbpass.so nonull
try_first_pass
With the following results:
passwd - running passwd <userid> as root works fine, it changes the users unix
password and the samba password. If you run it as a
normal user though, it prompts y...