| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| | |
only respond to port 138 when dealing with NetBIOS datagrams.
We use the unexpected packed database.
|
| |
| |
| |
| |
| |
| |
| | |
srv_samr.c: duplicate gid fix.
srv_spoolss_nt.c: Merge of JF's work.
uid.c: Fix for returning names when a PDC.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
permission W2K profiles.
libsmb/cliconnect.c rpc_client/cli_login.c smbd/reply.c: codepage fixes from Tim.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
small modifications, this code may also work on Solaris, as they are derived
from the same SVR4 codebase.
When the Samba Solaris box is up and running again I will test this.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
of nmb so we write to same log file that
was originally created as log.nmbd
samba/source/smbd/server.c change remote_machine name to smbd instead
of smb so we write to same log file that
was originally created as log.smbd
samba/source/lib/interface.c allow binding to all interface IP addresses
even if on same subnet. This allows you to
specify which IP's you want in interfaces
line and use bind interfaces only
|
| |
| |
| |
| |
| | |
Patch from David Collier-Brown to print permission error on spool file
creation.
|
| | |
|
| |
| |
| |
| | |
Jeremy.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
with a PDC that has international netbios name and domain name. There's
still quite a bit of i18n stuff to fix though...
|
| |
| |
| |
| |
| | |
clients to join a Samba domain - odd or even domain name length. Needs more testing.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
using fstrings. Spotted by Elrond. Thanks :-)
jerry
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
updated the POSIX_ACL code to be in sync.
Jeremy.
|
| | |
|
| |
| |
| |
| | |
problem in libsmbclient.c where we no longer pass the workgroup.
|
| | |
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
that requires this.
i _know_ that this isn't the right solution and it breaks things,
which is why I am reverting now.
|
| | |
|
| |
| |
| |
| | |
jerry
|
| |
| |
| |
| | |
jerry
|
| | |
|
| |
| |
| |
| | |
of last two print routines ...
|
| | |
|
| |
| |
| |
| | |
Caldera test suite and start to add the printing routines.
|
| |
| |
| |
| | |
PRINTER_ACCESS_USE)
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
nmblookup and smbclient to work with i18n netbios names.
|
| |
| |
| |
| |
| | |
Adding Solaris ACL code - fixed up configure to select it.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
we had before the merge - plus some. Now more testing on the user enumeration.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
happy :-).
Probably Veritas too... :-).
It allows Samba as a domain member to authenticate against an AS/U server such
as the older HP PDC product or PD Netlink. It does this by trying a netlogon
with info level 3 and then falling back to info level 2 if the PDC returns
invalid info level.
Jeremy.
|
| |
| |
| |
| | |
J.F.
|
| |
| |
| |
| |
| |
| |
| |
| | |
utils/smbcacls.c: Andrew's fixes from HEAD.
include/rpc_secdes.h:
rpc_parse/parse_sec.c: Change undoc to ptr 'cos that's what it is.
lib/util_sid.c: Andrew's fixes from HEAD.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
I officialy announce that samba 2.2 supports user enumeration for win9x
sharing !!!
J.F.
|
| |
| |
| |
| | |
to prevent huge link dependencies.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
rpc_parse/parse_samr.c: remove tons of prs_align(). Correctly parse
the user_info_21 and 23 struct. Funny, even after 4 years, it's still
incorrect !
rpc_server/srv_samr_nt.c: clean up, and remove one wrong JRA comment :-)
after that most of the samr code works. The file's security tab works,
usrmgr is back working. At least it doesn't dr watson anymore.
J.F.
|
| |
| |
| |
| |
| |
| | |
took me 12 hours to understand what was wrong !
J.F.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
include/smb.h: Added LPQ_xx enums to correspond with the NT JOB_STATUS_XXX. We
need these to be different as we're storing LPQ_xx enums in the tdb
already.
rpc_server/srv_spoolss_nt.c: Don't need to return status strings as we're now
returning status codes.
smbd/lanman.c: Change the RAP status codes to have "RAP" in the name.
printing/printing.c: Keep track of the status of a job. Allow a job to be
deleted from one smbd when being submitted by another.
Made logic in mutex clearer.
Jeremy.
|
| |
| |
| |
| | |
kernel bug...). Jeremy
|
| |
| |
| |
| |
| |
| | |
so made a faked function to do it.
J.F.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
on a pipe
and then a blocking read to fail. Make the pipe read/write non blocking.
printing/printing.c: Added a mutex around the code that enumerates all the jobs in a
print queue. Allows only one smbd to be doing this at any one time.
This fixes a capacity problem discovered at HP with <10,000 jobs in
a print queue.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
field.
J.F.
|
| |
| |
| |
| |
| |
| |
| |
| | |
still a long way to go.
added a new get_sampwd_entries() for query_dispinfo that at least work.
J.F.
|
| |
| |
| |
| |
| |
| | |
have been useless for at least 8 months !
J.F.
|
| |
| |
| |
| |
| |
| | |
NT sends "delete on close" to cancel a print job copied from the command line.
Cope with this.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
there is an off by one bug in get_passwd_entries()
J.F.
|