| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Small change to correct the value we place in the DGM_LENGTH field of
NBT Datagram messages. We have been counting the full datagram, but it's
fairly clear in the RFCs that we should only count the source name,
destination name, and payload. We've been overcharging by 14 bytes
(the size of the NBT DGM header).
This fix brings us in line with what Windows does, and what the RFCs
say should be done. I'm a little surprised that this didn't cause any
bugs or error messages. I guess no one actually checks this field.
|
| | |
| | |
| | |
| | |
| | |
| | | |
param/loadparm.c: Added missing debugs that would have helped me find a misconfiguration
I lost a day on....
Jeremy.
|
| | |
| | |
| | |
| | | |
suggestion from Jürgen Appel <jappel@linux01.gwdg.de>
|
| | |
| | |
| | |
| | | |
Jeremy.
|
| | |
| | |
| | |
| | |
| | | |
if we fail to connect both with the server name and *SMBSERVER and the server
name is an IP address.
|
| | |
| | |
| | |
| | | |
Jeremy.
|
| | |
| | |
| | |
| | |
| | | |
>Fixed memory leak in cli_lsa_enum_trust_dom(). Use talloc_strdup() instead
>of strdup().
|
| | |
| | |
| | |
| | |
| | | |
at all. Will perform some more testing tomorrow to make sure I
haven't broken things....
|
| | |
| | |
| | |
| | | |
work (parsing problems). Intermediate checkin. Does compile.
|
| | |
| | |
| | |
| | | |
thus tell the smblib stuff that it is OK if a packet does not arrive.
|
| | |
| | |
| | |
| | |
| | |
| | | |
This winbindd has *much* greater stability and has been more tested
than the old 2.2.x one. Big change though....
Jeremy.
|
| | |
| | |
| | |
| | | |
Jeremy.
|
| | |
| | |
| | |
| | |
| | | |
At least with 14 word writes.
Jeremy.
|
| | |
| | |
| | |
| | | |
Jeremy.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Finally (now it's going away of course... :-) got rid of the horror that is
dos_to_unix(XXX,BOOL) - modifying the target. Replaced with dos_to_unix_static
that always returns a static string and dos_to_unix which always modifies the
string in place. MUCH CLEANER !
Made VFS interfaces const clean.
Jeremy.
|
| | |
| | |
| | |
| | |
| | | |
cli_spoolss_routerreplyprinter() as that is going to
rpc_client/cli_spoolss_notify.c due to linking dependencies.
|
| | |
| | |
| | |
| | |
| | | |
no code yet.
Jeremy.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
parsing and the client routines. I have some hacked server code
that makes the Win2k Printers folder display the updated driver
name when changing settings via the properties page (ask me if this doesn't
make sense), but it's too ugly too live. That will come later.
Makefile.in simply include libsmb/cli_spoolss.o and related files
into smbd (will need this for printer change notification).
|
| | | |
|
| | |
| | |
| | |
| | | |
Jeremy.
|
| | |
| | |
| | |
| | |
| | | |
Added aDIR mask for setfileinfo.
Jeremy.
|
| | |
| | |
| | |
| | |
| | | |
using identical logic. Remove the zero_ip global.
Jeremy.
|
| | |
| | |
| | |
| | |
| | | |
(and yes I know who you are..... :-).
Jeremy.
|
| | |
| | |
| | |
| | | |
Try not to malloc -1 bytes (apx 4GB) when the data is already in error.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
from spoolss_connect_to_client().
* Added check against running cli_errstr() against an
uninitialised cli_state struct
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
processing work correctly in winbindd. This is a really good patch
that gives full select semantics to the Samba modified select.
Jeremy.
|
| | |
| | |
| | |
| | | |
Jeremy.
|
| | |
| | |
| | |
| | | |
Jeremy.
|
| | |
| | |
| | |
| | | |
thanks to Andreas Moroder for spotting them
|
| | |
| | |
| | |
| | |
| | |
| | | |
<a.bokovoy@sam-solutions.net>.
Jeremy.
|
| | |
| | |
| | |
| | | |
Jeremy.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
new snum doesn't exist yet, so we can't substitute based on it - we get
servicename being "homes".
Renamed XXX_NOT_CHANGED constants to SMB_XXX_NOT_CHANGED.
Jeremy.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
-> NT STATUS
maps. Fixes problem with disk full returning incorrect error.
Jeremy.
|
| | |
| | |
| | |
| | | |
Jeremy.
|
| | |
| | |
| | |
| | | |
Jeremy.
|
| | |
| | |
| | |
| | |
| | | |
fine....
Jeremy.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
we can't use the CVAL(a,b) = x form but must use SCVAL(a,b,x). This
gets rid of most of the const warnings that have been plaguing us for
some time now. Yes, I intend to add this to HEAD also once I've fixed
the printer issue.
Jeremy.
|
| | | |
|
| | |
| | |
| | |
| | | |
Jeremy.
|
| | |
| | |
| | |
| | |
| | | |
I ask nicely :-) :-).
Jeremy.
|
| | |
| | |
| | |
| | | |
Jeremy.
|
| | |
| | |
| | |
| | |
| | | |
from working.
Jeremy.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
libsmb/errormap.c: Merge from HEAD - correct error table.
include/rpc_samr.h
rpc_server/srv_samr_nt.c: Make user enumeration work for w2k and win9x.
This means different return sizes depending on client bugs. This sucks :-(.
Jeremy.
|
| | |
| | |
| | |
| | | |
ldap init fns) so I leave to other (jeremy, jerry ?) to backports the mods if they think it is ok.
|