search for: nmbname

Displaying 8 results from an estimated 8 matches for "nmbname".

Did you mean: nmb_name
2003 Jun 11
2
Setting Separate File server from Samba PDC
I'm aim to set up a file server that is separate from my SAMBA PDC. I've had no problem setting file server up, and joining it to he domain using smbpasswd. Can I use winbind with a SAMBA PDC or is it meant only for Windows NT servers. When creating shares on this file server, I need to allow permissions to various groups and or users. How can I do this. Do I need to set up NIS? Thank
2000 Jan 03
0
Followup to NetBIOS scope/domain browse list bug (not a solution)
...rite C to save my life, and can barely READ C, so I could be totally off on this one. It looks to me that, in nmbd/nmbd_browsesync.c, the function find_domain_master_name_query_success is where the problem's at. The lines: /* Now initiate the node status request. */ memset((char *)&nmbname, '\0',sizeof(nmbname)); nmbname.name[0] = '*'; look to me to be where the NMB packet is built that is used to do the node status query; it looks like the nmbname.scope should ALSO be set here. Again, I can read C (and follow includes and structure definitions in C) about as we...
2003 Jun 02
1
AW: AW: AW: AW: Re: AW: samba installatio
hi ke, **************************************************** Since you've compiled with default options, your smb.conf is located in /usr/local/lib/smb.conf . You should copy your working smb.conf for version 2.2.7 (/etc/samba/smb.conf) to /usr/local/lib. You should run ./testparm as well. *********************************** That's just what i did and the Result is the same! Is there a
2019 Feb 08
0
[Announce] Samba 4.8.9 Available for Download
...Confucius ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.8 release series. Changes since 4.8.8: -------------------- o Jeremy Allison <jra at samba.org> * BUG 11495: s3: lib: nmbname: Ensure we limit the NetBIOS name correctly. CID: 1433607. o Christian Ambach <ambi at samba.org> * BUG 13199: s3:utils/smbget: Fix recursive download with empty source directories. o Tim Beale <timbeale at catalyst.net.nz> * BUG 13736: s3:libsmb: cli_smb2_list() can...
2019 Feb 08
0
[Announce] Samba 4.8.9 Available for Download
...Confucius ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.8 release series. Changes since 4.8.8: -------------------- o Jeremy Allison <jra at samba.org> * BUG 11495: s3: lib: nmbname: Ensure we limit the NetBIOS name correctly. CID: 1433607. o Christian Ambach <ambi at samba.org> * BUG 13199: s3:utils/smbget: Fix recursive download with empty source directories. o Tim Beale <timbeale at catalyst.net.nz> * BUG 13736: s3:libsmb: cli_smb2_list() can...
2019 Mar 12
0
[Announce] Samba 4.9.5 Available for Download
...e 4.9.4: -------------------- o Andrew Bartlett <abartlet at samba.org> * BUG 13714: audit_logging: Remove debug log header and JSON Authentication: prefix. * BUG 13760: Fix upgrade from 4.7 (or earlier) to 4.9. o Jeremy Allison <jra at samba.org> * BUG 11495: s3: lib: nmbname: Ensure we limit the NetBIOS name correctly. CID: 1433607. * BUG 13690: smbd: uid: Don't crash if 'force group' is added to an existing share connection. * BUG 13770: s3: VFS: vfs_fruit. Fix the NetAtalk deny mode compatibility code. * BUG 13803: s3: SMB1 POSIX m...
2019 Mar 12
0
[Announce] Samba 4.9.5 Available for Download
...e 4.9.4: -------------------- o Andrew Bartlett <abartlet at samba.org> * BUG 13714: audit_logging: Remove debug log header and JSON Authentication: prefix. * BUG 13760: Fix upgrade from 4.7 (or earlier) to 4.9. o Jeremy Allison <jra at samba.org> * BUG 11495: s3: lib: nmbname: Ensure we limit the NetBIOS name correctly. CID: 1433607. * BUG 13690: smbd: uid: Don't crash if 'force group' is added to an existing share connection. * BUG 13770: s3: VFS: vfs_fruit. Fix the NetAtalk deny mode compatibility code. * BUG 13803: s3: SMB1 POSIX m...
2003 Dec 01
0
No subject
...subrec, rrec, question_name, 0); + (*(query_name_fail_function)rrec->fail_fn)(subrec, rrec, question_name, 0); } remove_response_record(subrec, rrec); @@ -242,7 +242,7 @@ /* Call the success function directly. */ if(success_fn) - (*success_fn)(subrec, userdata, &nmbname, namerec->data.ip[0], &rrec); + (*(query_name_success_function)success_fn)(subrec, userdata, &nmbname, namerec->data.ip[0], &rrec); return False; } diff -ru samba-2.2.1a/source/nmbd/nmbd_nameregister.c samba-2.2.1a-qnx/source/nmbd/nmbd_nameregister.c --- samba-2.2.1a/...