| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
Reduce access to the global inbuf a tiny bit. Add a struct smb_request
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- 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 a slightly modified version to set warn_pwd_expire to the
default value if 0, no, or a broken value is set.
This version also has one if statement less in get_config_item_int().
Thanks a lot to Andreas 'GlaDiaC' Schneider for this feature!
|
|
|
|
|
|
|
| |
files and library-versions file.
Also move the "-o $@" from the individual targets and into the SHLD_DSO
command.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=243897
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
commit 0d4bbd197198a94bf4e29e0ccd175a40a60097f3
Author: Gerald (Jerry) Carter <jerry@samba.org>
Date: Mon Jul 2 20:08:19 2007 -0500
Introduce GNU ld linker export-script for hiding non-public symbols
in shared libraries.
Based on initial patch from Julien Cristau <jcristau@debian.org>
and suggestions from James Peach <jpeach@samba.org>. Currently
the libsmbsharemodes libraries still exports *. Signed off on
my Derrell as well.
|
|
|
|
|
| |
"N" is not a valid format entry for ber_printf, should be "n"
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
| |
Only use the bzr and git information when there's
a .bzr or .git in the top branch directory
I use bzr for my home directory and
bzr version-info in ~/devel/samba/4.0/samba4-git
gives the info about the ~/.bzr branch
metze
|
| |
|
|
|
|
| |
Make sure we honour the directive not to allow machine password changes.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
| |
just a name.
Guenther
|
| |
|
|
|
|
| |
"commit" occurs
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
one byte of data despite characters being two-byte.
This modifies registry_pull_value, to change the data
to the correct two-byte version of the empty string,
(as delivered by winxp), when only one byte of data is
received.
Michael
|
|
|
|
|
|
|
|
|
|
| |
configuration as values. I would really like to check whether
the valuename is a valid parameter name (with lp_parameter_is_valid)
here, but unfortunately, regedit cereates new values as
"New Value #1" (and so on) first, before dropping into the
rename box. So this is impossible here.
Michael
|
|
|
|
| |
Michael
|
| |
|
|
|
|
|
| |
live without valgrind :-).
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
| |
You don't want to know what I discovered about Windows
ACLs to make this work :-(. See :
http://www.codeproject.com/win32/accessctrl2.asp
Search for "Q. How does Inheritance come into this?"
for details.
Jeremy.
|
| |
|
| |
|
|
|
|
| |
all, so it's gone. With it 8k bss went away.
|
| |
|
|
|
|
|
| |
This one was particularly tasty, it was a static one. So 1k less
footprint per process.
|
|
|
|
|
|
| |
in "net conf setparm".
Michael
|
|
|
|
|
|
|
| |
given to "net conf setparm". Add a utility function
lp_parameter_valid() for this to loadparm.c.
Michael
|
|
|
|
| |
Michael
|
|
|
|
| |
Guenther
|
|
|
|
|
|
| |
when deleting a share. Just to be sure...
Michael
|
|
|
|
| |
Guenther
|
|
|
|
| |
Guenther
|
|
|
|
| |
Guenther
|
|
|
|
|
|
| |
net ads keytab list /path/to/krb5.keytab
Guenther
|
|
|
|
| |
Guenther
|
|
|
|
|
|
|
|
|
|
| |
of default
keytabnames (like "ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab"). This also
fixes keytab support with Heimdal (which supports the WRFILE pragma as well
now).
Guenther
|
|
|
|
| |
Guenther
|
|
|
|
|
|
|
| |
(This will be used in a next step to prevent storing these
values in reg_smbconf.c.)
Michael
|