Displaying 6 results from an estimated 6 matches for "undeprecated".
2008 May 24
8
Why is wineprefixcreate deprecated?
I understand that it is applied automatically when needed, but there are times when one would want to run it manually. An example is when I want to literally create a new wine prefix such as
env WINEPREFIX="/home/bamm/apps/myprog" wineprefixcreate
to prepare a clean profile for future installation of myprog. I know that running setup with a WINEPREFIX would create the clean profile,
2007 Oct 19
1
Re: [Xapian-commits] 9476: trunk/xapian-core/ trunk/xapian-core/include/xapian/ trunk/xapian-core/queryparser/ trunk/xapian-core/tests/
...th the same
> field name was ignored before (rather than overriding as we had
> thought) it seems reasonable to change this behaviour. This
> also avoids the need to deprecate these methods which will force all
> users to update their code.
I think leaving the old methods in place and undeprecated with these
semantics is fine, but I'd argue the the new, 3 argument, form of
add_prefix, and the prefix_type enum are good additions because they
lead to future improvements (although, they're possibly not needed yet).
I thought that the consensus on the query parser was that it should...
2013 Nov 14
1
empty password
Samba-4.0.10 in AD mode.
I need to have an account with an empty password.
After checking the smb.conf manpage (and also smbpasswd manpage), I added to
the smb.conf file:
null passwords = Yes
The result is a warning from commands like smbstatus:
WARNING: The "null passwords" option is deprecated
I cannot find the new option to achieve this. How is it supposed to be configured
2013 Nov 15
0
samba Digest, Vol 131, Issue 16
samba-request at lists.samba.org wrote:
> Subject:
> Re: [Samba] empty password
> From:
> trentbuck at gmail.com (Trent W. Buck)
> Date:
> 11/15/2013 02:29 AM
>
> To:
> samba at lists.samba.org
>
>
> Rob Janssen<rob at ision.nl> writes:
>
>>> >>WARNING: The "null passwords" option is deprecated
>> >I cannot find the
2023 Jul 31
3
[PATCH] drm/nouveau: fixup the uapi header file.
From: Dave Airlie <airlied at redhat.com>
nouveau > 10 years ago had a plan for new multiplexer inside a multiplexer
API using nvif. It never fully reached fruition, fast forward 10 years,
and the new vulkan driver is avoiding libdrm and calling ioctls, and
these 3 ioctls, getparam, channel alloc + free don't seem to be things
we'd want to use nvif for.
Undeprecate and put them
2006 Feb 20
5
find(:all) vs find_all
I started with Ruby on Rails in the 0.13.x period, so I''m sure I
missed out on a lot of history. There''s probably some good
explanation for something I''ve been wondering about, but I haven''t
seen it written down anywhere. Maybe someone can clue me in.
I''ve always felt that one of the uglier APIs was the
ActiveRecord::find() method. I call