Displaying 20 results from an estimated 20 matches for "extra_data".
2002 Mar 12
6
Memory leak in winbindd
...een having an annoying
problem with winbindd dying inexplicably.  I finally found a test that
seems to (eventually) kill it:
  while wbinfo -t > /dev/null; do /usr/bin/true; done
The problem is a memory leak in winbindd.  Actually, wbinfo -t will
still work, but wbinfo -u doesn't (response.extra_data is always null).
Is this a known problem?  Any fixes?
Ken
2006 Jan 06
1
Repost: Help - compilation of winbind_nss_solaris.c/3.0.21a/Solaris 7 and older fails
....21a/source/nsswitch/wb_common.c
237c237,238
<               int connect_errno = 0, errnosize;
---
 >               int connect_errno = 0;
 >               socklen_t errnosize;
545a547,551
 >
 >       if ((request->extra_len != 0) &&
 >           (write_sock(request->extra_data, request->extra_len, 
request->flags & WBFLAG_RECURSE) == -1)) {
 >               return NSS_STATUS_UNAVAIL;
 >       }
----------------------
Configure
./configure  --with-acl-support --with-ldap=no --disable-cups 
--enable-static=yes --with-included-popt
--------
$ cc -V
cc: Wo...
2002 Aug 14
0
automake 1.6 compatability patch
..."TARGETS"
    can be any name).
    you then don't need to worry about EXTRA_DIST unless you have files that
    don't get mentioned elsewhere but are needed in the distribution tarball
    anyway (eg, header files that don't get installed).
    You can also have EXTRA_MANS, EXTRA_DATA, EXTRA_LIBRARIES etc
 o  AM_CONFIG_HEADER is required
 o  AC_CANONICAL_HOST is obsolete and AC_CANONICAL_SYSTEM should be used
    instead
All of the other trees I build (ogg vorbis ao) are automake 1.6/autoconf 2.50
clean.
Bill (taniwha)
-------------- next part --------------
? autom4te.cache...
2002 Nov 20
3
The Samba Team announces Samba 2.2.7 - security release
...fix bug that assumed dos_unistr2 length was in ucs2 units, not bytes
10) check the long_archi name is not null when deleting a printer driver.
    fixes core dump in smbd when using rpcclient''s deldriver
11) fix fd leak with kernel change notify on Linux 2.4 kernels
12) must add one to the extra_data size to transfer the 0 string
    terminator.  This was causing "wbinfo --sequence" to access past the
    end of malloced memory
13) fix for large systems allowing more than 65536 files open in
    NTcreate&X
14) Fix bug in %U expansion
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v...
2002 Nov 20
3
The Samba Team announces Samba 2.2.7 - security release
...fix bug that assumed dos_unistr2 length was in ucs2 units, not bytes
10) check the long_archi name is not null when deleting a printer driver.
    fixes core dump in smbd when using rpcclient''s deldriver
11) fix fd leak with kernel change notify on Linux 2.4 kernels
12) must add one to the extra_data size to transfer the 0 string
    terminator.  This was causing "wbinfo --sequence" to access past the
    end of malloced memory
13) fix for large systems allowing more than 65536 files open in
    NTcreate&X
14) Fix bug in %U expansion
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v...
2006 Jul 14
1
Samba 3.0.23 winbind use default domain = yes behaviour
Hello list,
I encountered a problem in Samba 3.0.23 regarding the winbind use default 
domain = yes behaviour.
It only works for the users an NOT anymore for the Group. So this make 
getent group to show NETBIOSDOMAINNAME/group which course mail squid 
configuration to fail. My squid configuration allowed access based on the AD 
groups, which are provided by Winbindd.
Tested distribution:
SuSE
2007 May 26
0
New worker not being created
...logger.info(''ExampleWorker do work'')
>       results[:do_work_time] = Time.now.to_s
>       results[:done_with_do_work] ||= true
>   end
>
>   def other_method
>       logger.info(''other_method in ExampleWorker called'')
>       results[:extra_data] = "Just a plain old string"
>   end
>
> end
> ExampleWorker.register
>
> Then in a controller, I have:
>
>   def test_backgroundrb
>     key = MiddleMan.new_worker(:class => :example_worker)
>     worker = MiddleMan.worker(key)
>     worker.other_metho...
2007 May 09
0
Neophyte needs help!
...DRb::Worker::RailsBase
  def do_work(args)
    logger.info(''ExampleWorker do work'')
    results[:do_work_time] = Time.now.to_s
    results[:done_with_do_work] ||= true
  end
  def other_method
    logger.info(''other_method in ExampleWorker called'')
    results[:extra_data] = "Just a plain old string"
  end
  def arg_method(arg)
  end
end
ExampleWorker.register
#####################################################################
Next, I created a ''backgroundrb_example'' file under ./script.  It looks
like this:
########################...
2009 Jan 20
1
[Announce] Samba 3.0.34 Maintainance Release Available
...ans2mkdir requests from System in QNTC IBM SMB client.
    * Fix memory leak in error path.
    * Fix logic bug introduced in backport of ccache_regain_all_now.
o   Kai Blin <kai@samba.org>
    * Reformat the WBFLAGS defines to prepare for adding a new flag.
    * Put huge NTLMv2 blobs into extra_data on CRAP auth.
o   Günther Deschner <gd@samba.org>
    * BUG 5710: Fix update of machine account passwords.
    * Define NET_SRVPWSET2 call.
    * Net should just use machine account creds when changing passwords.
    * Fix net_io_q_srv_pwset2.
o   Carsten Dumke <carsten@cdumke.de>...
2009 Jan 20
1
[Announce] Samba 3.0.34 Maintainance Release Available
...ans2mkdir requests from System in QNTC IBM SMB client.
    * Fix memory leak in error path.
    * Fix logic bug introduced in backport of ccache_regain_all_now.
o   Kai Blin <kai@samba.org>
    * Reformat the WBFLAGS defines to prepare for adding a new flag.
    * Put huge NTLMv2 blobs into extra_data on CRAP auth.
o   Günther Deschner <gd@samba.org>
    * BUG 5710: Fix update of machine account passwords.
    * Define NET_SRVPWSET2 call.
    * Net should just use machine account creds when changing passwords.
    * Fix net_io_q_srv_pwset2.
o   Carsten Dumke <carsten@cdumke.de>...
2005 Oct 06
7
Patch: FC4 spec file
The patch below modifies the spec file for FC4 RPM
builds as follows:
1.)  Build binaries using the -lmcheck option; various
samba commands and smbd process crash badly without;
see, for example: 
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=164353
2.)  The Fedora project's samba RPMS install
mount.cifs;   it would help to have samba.org's RPMS
do the same.
It would be nice to
2017 Feb 14
2
[Announce] Samba 4.6.0rc3 Available for Download
...lt: Unlock the right file in copy chunk.
o  Volker Lendecke <vl at samba.org>
   * BUG 12509: messaging: Fix dead but not cleaned-up-yet destination sockets.
   * BUG 12538: Backport winbind fixes.
o  Stefan Metzmacher <metze at samba.org>
   * BUG 12501: s3:winbindd: talloc_steal the extra_data in
     winbindd_list_users_recv().
o  Martin Schwenke <martin at meltin.net>
   * BUG 12511: ctdb-takeover: Handle case where there are no RELEASE_IPs to
     send.
   * BUG 12512: ctdb-scripts: Fix remaining uses of "ctdb gratiousarp".
   * BUG 12516: /etc/iproute2/rt_tables gets...
2017 Feb 14
2
[Announce] Samba 4.6.0rc3 Available for Download
...lt: Unlock the right file in copy chunk.
o  Volker Lendecke <vl at samba.org>
   * BUG 12509: messaging: Fix dead but not cleaned-up-yet destination sockets.
   * BUG 12538: Backport winbind fixes.
o  Stefan Metzmacher <metze at samba.org>
   * BUG 12501: s3:winbindd: talloc_steal the extra_data in
     winbindd_list_users_recv().
o  Martin Schwenke <martin at meltin.net>
   * BUG 12511: ctdb-takeover: Handle case where there are no RELEASE_IPs to
     send.
   * BUG 12512: ctdb-scripts: Fix remaining uses of "ctdb gratiousarp".
   * BUG 12516: /etc/iproute2/rt_tables gets...
2011 Jul 17
0
[xen-unstable test] 8091: regressions - FAIL
...or=nested-externs]
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>
    
    
changeset:   23710:c5db6d5fdb86
user:        Olaf Hering <olaf@aepfle.de>
date:        Sat Jul 16 09:24:43 2011 +0100
    
    xentrace: reduce size of extradata in trace_irq_mask()
    
    Reduce size of extra_data in to avoid possible crash in trace_var.
    
    (XEN) Assertion ''extra_word <= TRACE_EXTRA_MAX'' failed at trace.c:687
    (XEN) Xen call trace:
    (XEN)    [<ffff82c480128783>] __trace_var+0x4d/0x3b8
    (XEN)    [<ffff82c480162172>] trace_irq_mask+0x49/0x4b...
2017 Feb 16
0
[Announce] Samba 4.6.0rc3 Available for Download
...k.
>
> o  Volker Lendecke <vl at samba.org>
>    * BUG 12509: messaging: Fix dead but not cleaned-up-yet destination
> sockets.
>    * BUG 12538: Backport winbind fixes.
>
> o  Stefan Metzmacher <metze at samba.org>
>    * BUG 12501: s3:winbindd: talloc_steal the extra_data in
>      winbindd_list_users_recv().
>
> o  Martin Schwenke <martin at meltin.net>
>    * BUG 12511: ctdb-takeover: Handle case where there are no RELEASE_IPs
> to
>      send.
>    * BUG 12512: ctdb-scripts: Fix remaining uses of "ctdb gratiousarp".
>    *...
2017 Feb 28
2
[Announce] Samba 4.6.0rc4 Available for Download
...lt: Unlock the right file in copy chunk.
o  Volker Lendecke <vl at samba.org>
   * BUG 12509: messaging: Fix dead but not cleaned-up-yet destination sockets.
   * BUG 12538: Backport winbind fixes.
o  Stefan Metzmacher <metze at samba.org>
   * BUG 12501: s3:winbindd: talloc_steal the extra_data in
     winbindd_list_users_recv().
o  Martin Schwenke <martin at meltin.net>
   * BUG 12511: ctdb-takeover: Handle case where there are no RELEASE_IPs to
     send.
   * BUG 12512: ctdb-scripts: Fix remaining uses of "ctdb gratiousarp".
   * BUG 12516: /etc/iproute2/rt_tables gets...
2017 Feb 28
2
[Announce] Samba 4.6.0rc4 Available for Download
...lt: Unlock the right file in copy chunk.
o  Volker Lendecke <vl at samba.org>
   * BUG 12509: messaging: Fix dead but not cleaned-up-yet destination sockets.
   * BUG 12538: Backport winbind fixes.
o  Stefan Metzmacher <metze at samba.org>
   * BUG 12501: s3:winbindd: talloc_steal the extra_data in
     winbindd_list_users_recv().
o  Martin Schwenke <martin at meltin.net>
   * BUG 12511: ctdb-takeover: Handle case where there are no RELEASE_IPs to
     send.
   * BUG 12512: ctdb-scripts: Fix remaining uses of "ctdb gratiousarp".
   * BUG 12516: /etc/iproute2/rt_tables gets...
2017 Mar 07
5
[Announce] Samba 4.6.0 Available for Download
...lt: Unlock the right file in copy chunk.
o  Volker Lendecke <vl at samba.org>
   * BUG 12509: messaging: Fix dead but not cleaned-up-yet destination sockets.
   * BUG 12538: Backport winbind fixes.
o  Stefan Metzmacher <metze at samba.org>
   * BUG 12501: s3:winbindd: talloc_steal the extra_data in
     winbindd_list_users_recv().
o  Martin Schwenke <martin at meltin.net>
   * BUG 12511: ctdb-takeover: Handle case where there are no RELEASE_IPs to
     send.
   * BUG 12512: ctdb-scripts: Fix remaining uses of "ctdb gratiousarp".
   * BUG 12516: ctdb-scripts: /etc/iproute2/...
2017 Mar 07
5
[Announce] Samba 4.6.0 Available for Download
...lt: Unlock the right file in copy chunk.
o  Volker Lendecke <vl at samba.org>
   * BUG 12509: messaging: Fix dead but not cleaned-up-yet destination sockets.
   * BUG 12538: Backport winbind fixes.
o  Stefan Metzmacher <metze at samba.org>
   * BUG 12501: s3:winbindd: talloc_steal the extra_data in
     winbindd_list_users_recv().
o  Martin Schwenke <martin at meltin.net>
   * BUG 12511: ctdb-takeover: Handle case where there are no RELEASE_IPs to
     send.
   * BUG 12512: ctdb-scripts: Fix remaining uses of "ctdb gratiousarp".
   * BUG 12516: ctdb-scripts: /etc/iproute2/...
2017 Mar 07
0
[Announce] Samba 4.6.0 Available for Download
...> 
> o  Volker Lendecke <vl at samba.org>
>    * BUG 12509: messaging: Fix dead but not cleaned-up-yet destination
> sockets.
>    * BUG 12538: Backport winbind fixes.
> 
> o  Stefan Metzmacher <metze at samba.org>
>    * BUG 12501: s3:winbindd: talloc_steal the extra_data in
>      winbindd_list_users_recv().
> 
> o  Martin Schwenke <martin at meltin.net>
>    * BUG 12511: ctdb-takeover: Handle case where there are no RELEASE_IPs
> to
>      send.
>    * BUG 12512: ctdb-scripts: Fix remaining uses of "ctdb gratiousarp".
>    *...