| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hi jeremy,
can you commit the following patch against HEAD. I can't do it right now
Thanks Tim for me. He changed the SAM_DISPINFO_1 array without checking if
he didn't break the server code. And he did.
So on my way I cleaned info_1, 2, .. 5
it may break winbind. I leave to tim the pleasure to fix it ;-)
jf.
I added some talloc changes and checks for alloc fails.
Jeremy.
|
|
|
|
|
|
|
|
|
|
| |
server manager first. Just use the -U parameter to smbpasswd when joining
the domain:
smbpasswd -r PDC -j DOMAIN -U administrator%password
Should also work with domain users with the 'add workstation to domain'
user right.
|
| |
|
|
|
|
|
| |
server, Win9x only sends \PIPE instead of \PIPE\. Looks suspiciously like
an off-by one bug in the Win9x dce/rpc pipe code.
|
|
|
|
| |
source and destination.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
| |
Samba Users Group Japan. Ensure same as in 2.2.x codebase.
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
people are reporting regarding multiple responses to queries on <1D> names.
There should only ever be one LMB but some users are seeing multiple replies
to queries for the LMB name. This is probably due to nodes on the LAN that
have NetBIOS over NetBEUI and/or IPX enabled. Previously, the debug message
did not include the IP address associated with the name. It *did* include
the source address of the packet, but in the examples I've seen all of these
were the same, eg:
[2000/06/22 11:58:25, 0] nmbd/nmbd_namequery.c:query_name_response(93)
query_name_response: Multiple (2) responses received for a query on subnet
129.130.10.136 for name NT.CIS.KSU.EDU<1d>. This response was from IP
129.130.10.24
[2000/06/22 11:58:25, 0] nmbd/nmbd_namequery.c:query_name_response(93)
query_name_response: Multiple (3) responses received for a query on subnet
129.130.10.136 for name NT.CIS.KSU.EDU<1d>. This response was from IP
129.130.10.24
[2000/06/22 11:58:25, 0] nmbd/nmbd_namequery.c:query_name_response(93)
query_name_response: Multiple (4) responses received for a query on subnet
129.130.10.136 for name NT.CIS.KSU.EDU<1d>. This response was from IP
129.130.10.24
[2000/06/22 11:58:25, 0] nmbd/nmbd_namequery.c:query_name_response(93)
query_name_response: Multiple (5) responses received for a query on subnet
129.130.10.136 for name NT.CIS.KSU.EDU<1d>. This response was from IP
129.130.10.24
Note that all of the above are reported as having come from 129.130.10.24.
This should never happen. If 129.130.10.24 is a WINS server it should
send a Negative Name Query Response for a <1D> name query (wierd but true).
So, are all of the above coming from different systems, all of which
think are the LMB? Are they all coming from one system that is, for some
strange reason, replying five times to the same query?
Anyway, I needed more info so I've changed the debug messages.
Chris -)-----
|
|
|
|
|
| |
logs a debug. We need this to track fail cases.
Jeremy
|
| |
|
|
|
|
| |
when it fails. This will give richard a chance to fix problems without breaking the tree
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
| |
We now test security=share, security=user, security=server for both the
positive and negitive case (good/bad pw) and check that guest shares work for
share level security.
The server level security stuff seems to test positive without actualy
contating a server (another LIBSMB_PROG based smbd) - I will need to look into that...
Andrew Bartlett
|
| |
|
|
|
|
| |
this should get the auto-tests working on IRIX
|
|
|
|
| |
Andrew Bartlett
|
|
|
|
| |
Added -d option to set debug level.
|
|
|
|
| |
This is so I can find out what platforms it fails on. I will pull it again tomorrow if there are too many problems, like > 2 platforms that it fails to build on, but will pop it back in again as I resolve platforms.
|
| |
|
| |
|
|
|
|
| |
Andrew Bartlett
|
|
|
|
| |
Jeremy
|
|
|
|
|
| |
on RH7.0 with _LARGEFILE64_SOURCE, and probably not
present on non-Unix systems like VMS.
|
|
|
|
|
|
| |
This works with the new build farm system
Andrew Bartlett
|
|
|
|
|
| |
ace entries.
Jeremy.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
malloc() to talloc(). Previously, creating an ACL containing zero ACEs
would return a non-NULL pointer to zero bytes of memory. The talloc() code
would return a NULL pointer making the ACL a NULL ACL instead of an empty
one. The difference is a NULL ACL allows all access and an empty ACL
denies all access.
We solve this by calling talloc(ctx, sizeof(SEC_ACE) * num_aces + 1).
Heh.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
don't rush commits :)
|
| |
|
|
|
|
| |
Andrew Bartlett
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
|
|
|
| |
for NET_SRV_SET_INFO rpc call which is made when double-clicking on a
computer in the server manager and changing the description. We always
return NT_STATUS_NOPROBLEMO as NT doesn't seem to decode any error messages
passed back.
Maybe the changed comment string could be stored in a tdb and regurgitated
instead of the "server string" smb.conf parameter?
|
| |
|
|
|
|
| |
instead of a define
|
| |
|
|
|
|
| |
smbpasswd as non-root
|
|
|
|
|
| |
allow us to have test targets without special configure options
- fixed make proto so that it actually does something
|
|
|
|
| |
using wrong pointer to test and free s/str/s/
|
|
|
|
|
| |
changed.
Jeremy.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
fix for the problem.
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
| |
Users Group Japan
Jeremy
|
|
|
|
|
|
| |
<ying@almaden.ibm.com>.
Jeremy.
|