| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
| |
half second timout rounds to 1 not 0
|
| |
|
| |
|
| |
|
|
|
|
|
| |
open calls now understands flags and mode
bug on read
|
|
|
|
|
|
|
|
|
|
|
|
| |
Just now it is acommandline tool like smbclient and rpcclient that is able to
perform operations on the file system passing through the vfs layer
It is not complete yet, some functions have simply faked up data, but module
loading works yet and basic operations too.
Thanks to Eric Lorimer for helping out with the initial setup.
Simo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix delete_all_printer_data() to accept a key name for partial tree
deletions
* Fix EnumPrinterKey() to work with subkeys
* Fix DeletePrinterKey() to work with ful or partial registry
trees
* Fix get_printer_subkeys() to return a list of unique keynames
( some were getting added twice due to subkeys names )
* fix a couple of typos for good measure
|
| |
|
|
|
|
|
| |
happen when the LDAP call to get the flatname for the primary domain
fails)
|
| |
|
|
|
|
| |
Works on the top level. Needs more testing for levels > 1.
|
|
|
|
|
| |
* Fix EnumPrinterKey() to enumerate all printer keys
( this will break if we have more than one level deep of printer keys )
|
|
|
|
| |
removed now unused getprinterdata)printer() function
|
|
|
|
|
|
|
| |
than SPOOL_PRINTERDATA_KEY
* created an internal set/get_printer_dataex() call for reuse in
Set/GetPrinterData()
|
| |
|
|
|
|
|
|
| |
since 1998 and nobody noticed. It means that sometimes smbd would sit
there forever, and smbd would never get the timing part of blocking
locks right.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Move out last Makefile.pdb dependencies
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
before the swap from NT_PRINTER_PARAM to REGISTRY_VALUE.
* XxxPrinterDataEx() functions have not been expanded to support
keys other than SPOOL_PRINTERDATA_KEY yet
* fixed apparent long standing bug regarding the dependentfiles
list in the DRIVER_INFO struct
|
|
|
|
|
|
|
|
| |
we previously expected, rather than the LM based key.
A Win2k SPNEGO enabled join goes a *lot* further with this option on.
Andrew Bartlett
|
|
|
|
|
|
| |
build farm happy again, and allow the 'guest account' to be added to smbpasswd.
Andrew Bartlett
|
|
|
|
|
|
|
|
|
|
| |
'system_smbd.c' file, where it can link with become_root() and unbecome_root(),
and therefore avoiding some nasty 'it workes on linux' bugs.
(The replacement function is implemented in terms of initgroups(), which is
naturally only avaliable to root).
Andrew Bartlett
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
actually work. Also, the idea of 'loopback winbind' isn't that bad an idea
anyway (potential PDC/BDC applications).
Given all that, remove it...
Andrew Bartlett
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This moves it right into the passdb subsystem, where we can do this in
just one (or 2) places. Due to the fact that this code can be in a tight loop,
I've had to make 'guest account' a 'const' paramater, where % macros cannot be
used. In any case, if the 'guest account' varies, we are in for some nasty
cases in the other code, so it's useful anyway.
Andrew Bartlett
|
|
|
|
| |
add SPOOL_PNPDATA_KEY define
|
| |
|
|
|
|
| |
though).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* removed support for PHANTOM_DEVMODE printer data
* s/NT_PRINTER_PARAM/REGISTRY_VALUE/g - This was a good bit
of work. Everything seems stable, but is not complete.
* support for printer data keys other than PrinterDriverData
in the store and fetch routines. Still needs to be plugged
into the XxxPrinterDataEx() calls.
Tested against NT4.0 & 2k. Like I said, it's not done, but doesn't
crash so it shouldn't upset anyone (unless you're trying to build
a Samba printer server off of HEAD). More work to come. Should
settle by Monday.
jerry
|
| |
|
|
|
|
| |
Andrew Bartlett
|
|
|
|
|
|
| |
with an empty string, not a NULL pointer...
Also, check for security=ads before giving a kerberos spnego response.
|
|
|
|
| |
Andrew Bartlett
|
|
|
|
|
|
| |
exactly were you trying to do here?
Andrew Bartlett
|
|
|
|
|
|
|
| |
Tridge suggested a generic caching mechanism for Samba to avoid the
proliferation of little cache files hanging around limpet like in the
locks directory. Someone should probably implement this at some
stage.
|
|
|
|
|
| |
it inside an #ifdef HAVE_ADS to avoid the warning and breaking the
build. (-:
|
| |
|
|
|
|
| |
Remove 9th place leading zero from some constants.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
I think these were originally from Jelmer, but I've lost
the original message.
Also had some syntax errors in the manpages (does no one regenerate
after making changes to the SGML source?)
Still have some developer specific docs to add from Jelmer in the next
go around....
|