| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
jerry
|
|
|
|
|
|
| |
This now uses a lookup on <DOMAIN><1D> and then does a name status query to
the IP address returned to find the name of the server. Seems to work well
against Samba, Win9X, WinNT and Win2K.
|
| |
|
|
|
|
| |
NetBIOS datagrams responses, either via TDB or direct receive ...
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
source/rpc_server/srv_spoolss_nt.c
source/rpc_server/srv_spoolss.c
source/include/proto.h
- correct checking of access_required in openprinterex as talked
with John R. and Jerry.
You can only do server stuff (adding printers, changing forms,
..) if you're root or if user is in printer admin list.
Printers options are grayed if you don't have the
PRINTER_ADMINISTER flag in the secdesc.
|
|
|
|
| |
From "Richard Bollinger" <rabollinger@home.com>
|
| |
|
| |
|
|
|
|
|
|
| |
srv_samr.c: Fix for pw caching.
smbd/nttrans.c: Fix to allow trans create to set ACL on open.
Jeremy.
|
|
|
|
| |
From "Richard Bollinger" <rabollinger@home.com>
|
|
|
|
|
| |
change to default break response time of 10ms -> 0ms.
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
source/include/proto.h
- make proto
source/printing/nt_printing.c
source/rpc_server/srv_spoolss_nt.c
- Fix for the overwriting of printerdata entries when WinNT and
Win2k are modifying printer parameters on PCL printers. Turns out
that Win2k creates a printer with a NULL devmode entry and then
expects to set it on *OPEN* (yes this is insane). So we cannot
return a "default" devmode for a printer - and we must allow an
open to set it.
source/tdb/tdb.c
- Show freelist in an easier format. Show total free.
- When storing a new record, allocate memory for the key + data
before the tdb_allocate() as if the malloc fails a (sparse) hole
is left in the tdb.
source/tdb/tdbtool.c
- Show freelist in an easier format. Show total free.
source/tdb/Makefile
- cleaned up Makefile dependancies
source/smbd/lanman.c
- Fix for Win9x corrupting it's own parameter string.
source/printing/printfsp.c
source/printing/printing.c
source/rpc_server/srv_spoolss_nt.c
source/smbd/close.c
- Added normal close parameter into print_fsp_end() which treats an
abnormal close as error condition and deletes the spool file.
|
|
|
|
| |
- fix typo in cast from talloc
|
| |
|
|
|
|
| |
gets some more error codes correct ...
|
|
|
|
|
|
|
|
| |
source/printing/nt_printing.c
- fix for Win2k sending NULL devicemode in setprinter calls which
was making NT4 grumpy. The solution is to never set a NULL
devicemode if we previously had a valid one in the printer's TDB
entry.
|
|
|
|
|
|
|
|
|
|
| |
source/rpc_server/srv_spoolss_nt.c
- Changed the se_access_check() call in _spoolss_open_printer_ex()
to a print_access_check(). This allows the 'printer admins'
smb.conf and other permission override parameters to affect the
result of a printer open.
- Don't perform access check when opening a handle on a print
server as it breaks browsing the Printers folder.
|