| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Guenther
|
|
|
|
|
|
| |
(including some valgrind errors, uninitialized vars, etc.)
Guenther
|
|
|
|
|
|
|
| |
to the caller (winbindd_validate_cache in this case).
Next, there will be a backup handling for the tdb files.
Michael
|
|
|
|
|
|
| |
this is really not worth globals.
Jeremy, please check for 3.0.26.
|
|
|
|
| |
Guenther
|
|
|
|
| |
Guenther
|
| |
|
| |
|
|
|
|
| |
Thanks to Karolin Seeger (ks@sernet.de)
|
|
|
|
|
| |
The function name reduce_name is misleading, making the user believe it
changes an argument.
|
|
|
|
|
|
| |
for the validity of the given registry key name.
Michael
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
readX. Fix from Dmitry Shatrov <dhsatrov@linux.vnet.ibm.com>.
"In send_file_readX(), if startpos > sbuf.st_size, then smb_maxcnt is set
to an invalid large value due to integer overflow.
As for me, this resulted in MS Word hanging while trying to save
a 1.5Mb document."
This isn't in shipping code.
Jeremy.
|
|
|
|
| |
Michael
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the current registry and there is no global section in the input
file (or only global options with default values):
In that case the existing global section is now not touched. Before, it
would have been deleted and recreated empty. The new behaviour is how
other shares are treated too.
Note that since the input file is parsed by lp_load, there is currently
no way to distinguish between a section with only default parameters
and a non-existing section in net conf import.
Michael
PS: A couple of trailing white-spaces have been eliminated
and a line was broken to be not longer than 80 chars, too.
|
|
|
|
|
|
| |
eliminate "type" parameter since we store only REG_SZ.
Michael
|
|
|
|
|
|
| |
create a temporary talloc ctx for the function.
Michael
|
|
|
|
|
|
|
|
| |
to a function of its own. (for storing it in registry),
Eliminate the valtype variable : store everything as "sz".
Eliminate some trailing white spaces on the way.
Michael
|
|
|
|
| |
Michael
|
|
|
|
|
|
| |
is equal to GLOBAL_NAME.
Michael
|
|
|
|
|
|
|
| |
of the config file fails. That's enough of checking for
existence and readbility to my taste.
Michael
|
|
|
|
| |
http://article.gmane.org/gmane.network.samba.internals/32486.
|
| |
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
| |
This should coalesce identical adjacent notify records - making the "too large"
bug very rare indeed. Please test.
Jeremy.
|
|
|
|
| |
Credits to Ralf Haferkamp for the discussion and help on this.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
commit 3941269fa01038fca242a197e8d7c1f234d45ea7
Author: Gerald (Jerry) Carter <jerry@samba.org>
Date: Thu Jul 5 14:52:03 2007 -0500
Two fixes for "winbind expand groups".
(a) Update the counter for the number of new groups to resolve else
we'll only expand one group member per level and drop the rest.
(b) Don't reset the num_names counter in winbindd_ads.c:lookup_groupmem()
or we'll drop the SIDs resolved to names via cache from the resulting
list.
|
|
|
|
|
| |
to client max buf size.
Jeremy.
|
|
|
|
|
|
|
|
| |
Next step is to remove the bug that in the trans2 code we use the inbuf
as the base pointer to decide whether we need ucs2 alignment where we
need to use the beginning of the params buffer
Jeremy, last one for today to reviw :-)
|
|
|
|
|
|
| |
checkin will pull this up to srvstr_get_path. At that point we can get more
independent of the inbuf, the base_ptr in pull_string will only be used
to satisfy UCS2 alignment constraints.
|
|
|
|
| |
Jeremy, next one to review :-)
|
|
|
|
|
|
|
|
|
|
|
|
| |
that contains some of the fields from the SMB header, removing the need
to access inbuf directly. This right now is used only in the open file
code & friends, and creating that header is only done when needed. This
needs more work, but it is a start.
Jeremy, I'm only checking this into 3_0, please review before I merge it
to _26.
Volker
|
|
|
|
|
|
|
| |
When renaming a file across 2 filesystem a samba server returns
NT_STATUS_NOT_SAME_DEVICE but thius is not translated to EXDEV,
and the generic EINVAL is returned instead.
This should fix it, Jeremy or Derrel please check if this is ok.
|
| |
|
|
|
|
|
|
|
|
| |
This script allows for adding lists of users (or other objects)
to lists of groups (or aliases). Useful for creating large test
scenarios.
Michael
|
|
|
|
| |
Michael
|
|
|
|
|
|
|
| |
to lists of groups (or aliases). Useful for creating large test
scenarios.
Michael
|
|
|
|
| |
Michael
|
| |
|
| |
|
|
|
|
|
| |
- Add parameter config_flag to get_config_item_int() and do the same
check as in get_conf_item_string.
|
|
|
|
|
|
| |
get_conf_item_string() to the later if statement.
- Also move the key definition to the later if statement in
get_conf_item_string() and get_conf_item_int().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is done via rpc client. The main purpose is to
be able to fill a domain controller with a large number
of users / groups easily. A the object names are
built as <prefix><num> where number ranges from a given
start number counting up until a given number of objects
has been created.
In a next step, I will submit scripts to add (many) users to
a group and to add a user to (many) groups.
Michael
|
|
|
|
| |
trailing whitespace, and continued lines visually.
|