| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
Jeremy.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
lib/interface.c: Don't memcmp -1 length.
printing/nt_printing.c: Use getpwuid not getsmbpwuid.
Canonicalize names.
printing/printing.c: TimP print job fixes.
rpc_parse/parse_misc.c: Zero out unicode strings.
rpc_parse/parse_spoolss.c: #ifdefed comment for pre-release W2K systems.
rpc_server/srv_spoolss_nt.c: Canonicalize names.
smbd/lanman.c: TimP print job fixes.
smbwrapper/smbw.c smbwrapper/smbw.h: Updates for envvars.
tdb/tdbutil.c: varargs passes uint16 as int.
utils/nmblookup.c: Bool values used correctly.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- fixes for printing error codes for pausing and resuming printer queues.
(source/printing/printing.c)
- Merge of Tim's printer security descriptor, info level, and printerdata
comparison changes. (source/rpc_server/srv_spoolss_nt.c
source/printing/nt_printing.c source/rpc_parse/parse_sec.c,
source/include/proto.h)
|
| |
| |
| |
| |
| | |
versions don't match.
Jeremy.
|
| |
| |
| |
| | |
jerry
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
calls.
Jeremy
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
with PCL drivers. The problem was we were updating the changeid on every
SETPRINTERDATA/DELETEPRINTERDATA call. We should not do this, we should
just update the 'setprinter' called count. We update the changeid on calls
to SETPRINTER/ADDPRINTER/ADDPRINTEREX etc. Also fixed the correct returning
of the create time on printers.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| | |
CVS commit access :-) has written a simple routine that peeks inside the
MS PE printer driver file format and can tell if a driver is W2K or NT4.x.
So we can now correctly return the driver version number. Hurrah !
JF - this is the code you always wanted ..... :-) :-).
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
number of stats per smb call as we now trust the statcache. There
are more optimizations to come....
Also generic merges to keep 2.2.0 and HEAD in sync.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| | |
falling back to the UNIX calls on error. This should fix all problems with
smbd enumerating all users in all groups in all trusted domains via winbindd.
Also changed GETDC to query 1C name rather than 1b name as only the PDC
registers 1b.
Jeremy.
|
| |
| |
| |
| |
| | |
Samba to never call getgrgid/getgrnam when winbindd is running....
Jeremy.
|
| |
| |
| |
| |
| | |
This also updates the printing.tdb db version to 2.
Jeremy.
|
| |
| |
| |
| |
| | |
as part of print queue length processing.
Jeremy.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
on exit. Needed to fix printing.tdb from groving to 300Mb+ if being
driven by smbclient clients that never ask for status... (effective
DOS attack :-).
Jeremy.
|
| |
| |
| |
| | |
never incremented if it took less that a millisecond.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
profile.h bump version number just in case. put stats in
separate structure to make it easier to flush it.
profile.c added new command to flush stats structure.
changes for stats in separate structure.
smbcontrol.1.yo
smbcontrol.1.html
smbcontrol.1 update man page
packaging/Caldera/OpenLinux/samba3.spec.tmpl get rid of $Id string - this
plays havoc with my autoupdate scripts.
|
| |
| |
| |
| |
| |
| | |
Andrew's tdb changes/printing driving of tdb changes.
JF's SAMR changes. More bugfixes to come..
Jeremy.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Jim McDonough
Infoprint Manager Development
Linux Technology Center
IBM Boulder
Jeremy.
|
| |
| |
| |
| |
| |
| | |
<neil.hoggarth@physiol.ox.ac.uk>
Jeremy.
|
| |
| |
| |
| |
| | |
Added "codepage directory" patch from Peter.Polkinghorne@brunel.ac.uk
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
messages.h add new message types
profile.h change profile start and end macros to allow times to
not be gathered
messages.c add message handling for returning current debug level
profile.c add a new flag to allow time profiling to to turned off
default flags to off now they can be set by smbcontrol
add message handlinf for setting profile level
smbcontrol.c add printout in pong function so you can see replies
add new set profile level and get debug level messages
add flags so we don't register callbacks more than once
when in interactive mode and reset pong count each time
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
smbd/vfs-wrap.c: wrong parameters for disconnet.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
smb.h move FLUSH_REASONS to profile.h now that it is included by all
profile.h add FLUSH_REASONS, add external declarations for
profile_starttime, profile_endtime, do_profile_flag which
are defined in profile/profile.c Modify PROFILE macros
profile.c always include this function. It is still called under an
#ifdef WITH_PROFILE but we need the above variables so we
might as well include the function as well.
fileio.c use new PROFILE macros to make code cleaner looking
reply.c fix a typo in one START_PROFILE call
statcache.c use new PROFILE macros to make code cleaner looking
vfs_wrap.c use new PROFILE macros to make code cleaner looking added
time profiling to each call.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
a conn struct depending on the call.
We need this to have a clean NT ACL call interface.
This will break any existing VFS libraries (that's why this is pre-release
code).
In addition - added Herb's WITH_PROFILE changes - Herb - please examine
the changes I've made to the smbd/reply.c code you added. The original
code was very ugly and I have replaced it with a
START_PROFILE(x)/END_PROFILE(x) pair using the preprocessor.
Please check this compiles ok with the --with-profile switch.
Jeremy.
|
| |
| |
| |
| |
| | |
above this layer.
Jeremy.
|
| | |
|
| |
| |
| |
| | |
new profile counters structure.
|
| | |
|
| |
| |
| |
| |
| | |
mkdir high bits patch from Robert Dahlem" <Robert.Dahlem@gmx.net>.
jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
seem to peturb much.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| | |
|
| |
| |
| |
| |
| | |
will be needed soon.
Jeremy.
|
|/ |
|
|
|
|
|
|
| |
padding before.
J.F.
|
|
|
|
|
|
|
| |
not sure why (JF - a glance at this would be appreciated). Removed code
that JF objected to with enumprinterdata. Added translations to/from
level 6 - but Win2k still not happy... hmmm...
Jeremy.
|
|
|
|
|
|
|
| |
smbcontrol nmbd debug 7
smbcontrol smbd debug 9
smbcontrol 3278 debug 1
smbcontrol nmbd force-election
|
|
|
|
| |
- added a MSG_PING message for performance testing.
|