search for: talloc_tos

Displaying 20 results from an estimated 38 matches for "talloc_tos".

2019 Apr 19
1
winbind offline login - NT_STATUS_NO_SUCH_USER (0xc0000064)
...defined as 'not required across service > restarts and can be safely placed on volatile storage' within 4.10. Don't think this is a Samba problem, after a quick check, I take that back ;-) If you check the source for gencache.c you will find this: - cache_fname = cache_path(talloc_tos(), "gencache.tdb"); + cache_fname = lock_path(talloc_tos(), "gencache.tdb"); > Never the less I am of course interested into getting this fixed on > long term :) > So how should I proceed? > Create a bug fix (since as proven this does not seem to be a > con...
2013 Mar 06
2
no network interfaces found on OpenIndiana (Illumos)
...erfaces found [2013/03/06 10:40:39.072795, 0] smbd/server.c:1082(main) standard input is not a socket, assuming -D option ... [2013/03/06 10:40:39.205210, 0] smbd/server.c:746(open_sockets_smbd) open_sockets_smbd: No sockets available to bind to. Is there some problem that the get_interfaces(talloc_tos(), &ifaces); call returns no interfaces on solaris/openindiana ? Any idea? I sure have interfaces: root at openindiana:/# ifconfig -a lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 e1000g0: flags=1004843<UP,B...
2017 Apr 02
2
vfs_shadow_copy2 delimiter not working
...y2.c --- vfs_shadow_copy2.c.orig 2017-03-31 14:53:38.722560396 +0100 +++ vfs_shadow_copy2.c 2017-04-02 22:13:41.943038415 +0100 @@ -1866,16 +1866,19 @@ static bool shadow_copy2_snapshot_to_gmt */ if (priv->snaps->regex != NULL) { tmpstr = talloc_strdup(talloc_tos(), name); - /* point "name" to the time format */ + /* Point "name" at <delimiter><time_format> */ name = strstr(name, priv->config->delimiter); if (name == NULL) { goto done...
2015 Apr 18
2
Samba 4 slow write
Hi all, On Thu, Apr 16, 2015 at 03:00:49PM -0700, Jeremy Allison wrote: > On Thu, Apr 16, 2015 at 08:42:48PM +0200, Ervin Heged?s wrote: > > Dear Samba users, > > > > here is an Ubuntu 14.04, with Samba 4 (4.1.6), and LDAP (slapd > > 2.4.31). The config came from a previous system (Debian Squeezy), > > which had been crashed (HW error - on this new machine,
2009 Sep 04
0
Samba Panic when attempting to connect using OS X client (3.3.7)
.../sbin/smbd #11 0x2a4c76 <check_access+358> at /usr/local/sbin/smbd #12 0xdde58 <smbd_process+72> at /usr/local/sbin/smbd #13 0x4feb94 <main+8692> at /usr/local/sbin/smbd #14 0x64949 <_start+137> at /usr/local/sbin/smbd [2009/09/04 12:26:19, 0] lib/talloc_stack.c:talloc_tos(126) no talloc stackframe around, leaking memory [2009/09/04 12:26:19, 0] lib/fault.c:dump_core(231) dumping core in /var/log/samba/cores/smbd [2009/09/04 12:26:19, 0] lib/fault.c:fault_report(40) =============================================================== [2009/09/04 12:26:19, 0] lib/...
2018 May 01
1
cannot compile 4-8-stable or 4-8-test
...libgpo/pygpo.c:348:12: note: in expansion of macro ‘ADS_ERROR’ status = ADS_ERROR(LDAP_NO_RESULTS_RETURNED); ^~~~~~~~~ ../libgpo/pygpo.c:352:7: warning: implicit declaration of function ‘ads_get_dn’; did you mean ‘ads_get_upn’? [-Wimplicit-function-declaration] dn = ads_get_dn(ads, talloc_tos(), res); ^~~~~~~~~~ ads_get_upn ../libgpo/pygpo.c:352:5: warning: assignment makes pointer from integer without a cast [-Wint-conversion] dn = ads_get_dn(ads, talloc_tos(), res); ^ In file included from ../source3/include/ads.h:9:0, from ../libgpo/gpo.h:23,...
2015 Oct 30
3
widelinks_warning - but unix extensions *are* off
...DEBUG(0,("Share '%s' has wide links and unix extensions enabled. " > "These parameters are incompatible. " > "Wide links will be disabled for this share.\n", > lp_servicename(talloc_tos(), snum) )); > } > } > > so it's pretty simple. Both must be being seen to emit the message. > Can you get this reproducible ? I am aware of the code above. What I don't grasp is: what is turning on "unix extensions", under what circumstances? I can access...
2015 Oct 29
2
widelinks_warning - but unix extensions *are* off
Hi all Since we changed our installation from Samba 3.x to 4.x (currently 4.2.5 on Solaris 11.1), we repeatedly encounter the following 'widelinks_warning', originating from Windows Server 2012 R2 RDS clients: [2015/10/29 15:50:38.837702, 0] ../source3/param/loadparm.c:4306(widelinks_warning) Share 'data' has wide links and unix extensions enabled. These parameters are
2015 Apr 20
0
Samba 4 slow write
...ot;on %s. Granting 0x%x\n", smb_fname_str_dbg(smb_fname), (unsigned int)access_mask )); return NT_STATUS_OK; } ... status = SMB_VFS_GET_NT_ACL(conn, smb_fname->base_name, (SECINFO_OWNER | SECINFO_GROUP | SECINFO_DACL), talloc_tos(), &sd); ?[2]? perf top call graph: ?1.49% libc-2.6.1.so [.] __geteuid | --- __geteuid uwrap_geteuid assert_uid set_unix_security_ctx set_sec_ctx set_root_sec_ctx smbd_become_root legacy_gid_to_sid...
2015 Oct 29
0
widelinks_warning - but unix extensions *are* off
...) { DEBUG(0,("Share '%s' has wide links and unix extensions enabled. " "These parameters are incompatible. " "Wide links will be disabled for this share.\n", lp_servicename(talloc_tos(), snum) )); } } so it's pretty simple. Both must be being seen to emit the message. Can you get this reproducible ?
2017 Apr 19
0
vfs_shadow_copy2 delimiter not working
....c.orig     2017-03-31 14:53:38.722560396 +0100 > +++ vfs_shadow_copy2.c  2017-04-02 22:13:41.943038415 +0100 > @@ -1866,16 +1866,19 @@ static bool shadow_copy2_snapshot_to_gmt >           */ >          if (priv->snaps->regex != NULL) { >                  tmpstr = talloc_strdup(talloc_tos(), name); > -               /* point "name" to the time format */ > +               /* Point "name" at <delimiter><time_format> */ >                  name = strstr(name, priv->config->delimiter); >                  if (name == NULL) { >          ...
2017 Aug 31
0
[Announce] Samba 4.5.13 Available for Download
...at intra2net.com> * BUG 12927: s3: libsmb: Fix use-after-free when accessing pointer *p. o Stefan Metzmacher <metze at samba.org> * BUG 12782: winbindd changes the local password and gets NT_STATUS_WRONG_PASSWORD for the remote change. * BUG 12890: s3:smbd: consistently use talloc_tos() memory for rpc_pipe_open_interface(). ####################################### Reporting bugs & Development Discussion ####################################### Please discuss this release on the samba-technical mailing list or by joining the #samba-technical IRC channel on irc.freenode....
2017 Aug 31
0
[Announce] Samba 4.5.13 Available for Download
...at intra2net.com> * BUG 12927: s3: libsmb: Fix use-after-free when accessing pointer *p. o Stefan Metzmacher <metze at samba.org> * BUG 12782: winbindd changes the local password and gets NT_STATUS_WRONG_PASSWORD for the remote change. * BUG 12890: s3:smbd: consistently use talloc_tos() memory for rpc_pipe_open_interface(). ####################################### Reporting bugs & Development Discussion ####################################### Please discuss this release on the samba-technical mailing list or by joining the #samba-technical IRC channel on irc.freenode....
2017 Aug 09
0
[Announce] Samba 4.6.7 Available for Download
...ndecke <vl at samba.org> * BUG 12925: smbd: Fix a connection run-down race condition. o Stefan Metzmacher <metze at samba.org> * BUG 12782: winbindd changes the local password and gets NT_STATUS_WRONG_PASSWORD for the remote change. * BUG 12890: s3:smbd: consistently use talloc_tos() memory for rpc_pipe_open_interface(). o Noel Power <noel.power at suse.com> * BUG 12937: smbcacls: Don't fail against a directory on Windows using SMB2. o Arvid Requate <requate at univention.de> * BUG 11392: s4-dsdb/netlogon: Allow missing ntver in cldap ping. o...
2017 Aug 09
0
[Announce] Samba 4.6.7 Available for Download
...ndecke <vl at samba.org> * BUG 12925: smbd: Fix a connection run-down race condition. o Stefan Metzmacher <metze at samba.org> * BUG 12782: winbindd changes the local password and gets NT_STATUS_WRONG_PASSWORD for the remote change. * BUG 12890: s3:smbd: consistently use talloc_tos() memory for rpc_pipe_open_interface(). o Noel Power <noel.power at suse.com> * BUG 12937: smbcacls: Don't fail against a directory on Windows using SMB2. o Arvid Requate <requate at univention.de> * BUG 11392: s4-dsdb/netlogon: Allow missing ntver in cldap ping. o...
2009 Sep 10
3
Samba Panic when attempting to connect using OS X cli ent (3.3.7)
...2a4c76 <check_access+358> at /usr/local/sbin/smbd > #12 0xdde58 <smbd_process+72> at /usr/local/sbin/smbd > #13 0x4feb94 <main+8692> at /usr/local/sbin/smbd > #14 0x64949 <_start+137> at /usr/local/sbin/smbd > [2009/09/04 12:26:19, 0] lib/talloc_stack.c:talloc_tos(126) > no talloc stackframe around, leaking memory > [2009/09/04 12:26:19, 0] lib/fault.c:dump_core(231) > dumping core in /var/log/samba/cores/smbd > [2009/09/04 12:26:19, 0] lib/fault.c:fault_report(40) > =============================================================== >...
2015 Oct 30
0
widelinks_warning - but unix extensions *are* off
...; has wide links and unix extensions > enabled. " > >> "These parameters are incompatible. " > >> "Wide links will be disabled for this > share.\n", > >> lp_servicename(talloc_tos(), snum) )); > >> } > >> } > >> > >> so it's pretty simple. Both must be being seen to emit the message. > >> Can you get this reproducible ? > > I am aware of the code above. What I don't grasp is: what is turning on > "uni...
2009 Feb 03
1
[Announce] Samba 3.2.8 Maintainance Release Available
...a few unnecessary checks from the streams xattr module. o Andreas Schneider <anschneider@suse.de> * Fix a segfault if ? is there but the options are NULL. * Avoid flooding of syslog with failing pam_putenv messages. * Document default of the printing config variable. * Use talloc_tos() instead of the talloc NULL context. o Karolin Seeger <kseeger@samba.org> * BUG 6058: Use ''make distclean'' instead of ''make clean'' in build_docs. * BUG 6000: Avoid bashism in perfcount.init. * Change default value for "ldap ssl" t...
2009 Feb 03
1
[Announce] Samba 3.2.8 Maintainance Release Available
...a few unnecessary checks from the streams xattr module. o Andreas Schneider <anschneider@suse.de> * Fix a segfault if ? is there but the options are NULL. * Avoid flooding of syslog with failing pam_putenv messages. * Document default of the printing config variable. * Use talloc_tos() instead of the talloc NULL context. o Karolin Seeger <kseeger@samba.org> * BUG 6058: Use ''make distclean'' instead of ''make clean'' in build_docs. * BUG 6000: Avoid bashism in perfcount.init. * Change default value for "ldap ssl" t...
2011 Sep 09
3
Can't add users to well known groups...
I created the well known group Domain Admins pointing to a local group, but I am not able to add users to the group -- it claims I can only add users to local or global groups... But I only see local, domain ,well-known, builtin. There are no global groups unless one would include all groups that are not local (i.e. domain, well-known, and builtin).... So why doesn't it want to let me add