| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Jeremy.
|
|
|
|
|
| |
the rpc code to fail on the cray....
Jeremy.
|
|
|
|
| |
Jeremy.
|
| |
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
| |
realloc(NULL) == malloc. realloc(p,0) == free() - a no-op in talloc.
Jeremy.
|
|
|
|
|
| |
was being miss-parsed.
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
| |
|
|
|
|
|
| |
Fixed README some and corrected the import_smbpasswd.pl
script to use STDIN
|
|
|
|
|
|
| |
Fixed.
Andrew Bartlett
|
| |
|
|
|
|
|
| |
lockingX calls - use that instead of smb_pid in the packet.
Jeremy.
|
|
|
|
|
| |
pointers.
Jeremy.
|
|
|
|
| |
Jeremy.
|
| |
|
|
|
|
|
|
| |
samba ready.
Andrew Bartlett
|
|
|
|
|
|
|
|
|
|
|
| |
branch. Tests on this branch should start immidiatly and appear at
build.samba.org.
Unfortnetly the tests will FAIL becouse we don't have tridge's changes to
smbpasswd, which we need to run the tests as non-root. We also need the
non-root-mode changes to smbd for the same reason.
Andrew Bartlett
|
|\ |
|
| | |
|
| |
| |
| |
| | |
static linking ...
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
check for whether or not we should build a shared library.
|
| |
| |
| |
| |
| |
| |
| | |
When you update an #ifdef'ed function, also update its matching null function
or all hell breaks loose on the build farm!
Andrew Bartlett
|
| |
| |
| |
| |
| | |
Clarion locktest.
Jeremy.
|
| |
| |
| |
| | |
makefile now.
|
| |
| |
| |
| |
| |
| | |
library and to build a shared library only for the four OSes that we currently like.
I will probably add HP/UX and AIX support based on the CUPS stuff soon ...
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| | |
Added vfs calls to symlink() and readlink() with appropriate configure
checks.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
Clarion locktest.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| | |
Added vfs calls to symlink() and readlink() with appropriate configure
checks.
Jeremy.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Playing with LDAP support for 2.2 (non disruptively
of course).
Initial ideas of storing smbpasswd in LDAP and then having
a cron job to export it every so often....
I even thought of possibly something like
smb passwd file = |export_smbpasswd.pl
and having the smbpasswd file generate on the fly :-)
The point is that the full sam-db for accounts is a long ways off
in theory. This will make some people happy. The OIDs used in
the schema are ours.
jerry
|