| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| | |
3.0.21 final.
Jeremy.
|
| |
| |
| |
| | |
get rid of temporary #if 0 blocks
|
| |
| |
| |
| |
| |
| | |
Correct some memory and file descriptor leaks.
This should fix bugs 3257, 3267 and 3273.
|
| |
| |
| |
| |
| |
| |
| |
| | |
installlibmsrpc. This works the same way as we're already doing it for
libsmbclient. Default is to build it.
Add a soname to libmsrpc as we do it for libsmbclient. We already had
the MAJOR and MINOR variable in the Makefile.
|
| |
| |
| |
| |
| |
| |
| | |
version.
The IRIX 6.2 version is still without this check as I'm not sure if
setmntent() is implemented in the same way.
|
| | |
|
| |
| |
| |
| |
| | |
some more restructuring to fix.... Coming soon.
Jeremy.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
build farm
reacts :-)
Volker
|
| | |
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
box with gcc4 and -O6...
Fix a bunch of C99 dereferencing type-punned pointer will break
strict-aliasing rules errors. Also added prs_int32 (not uint32...)
as it's needed in one place. Find places where prs_uint32 was being
used to marshall/unmarshall a time_t (a big no no on 64-bits).
More warning fixes to come.
Thanks to Volker for nudging me to compile like this.
Jeremy.
|
| | |
|
| |
| |
| |
| | |
Jeremy.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Windows XP box, smbspool has to mimic smbclient behaviour and also send
a password-less NTLMSSP session setup.
Guenther
|
| |
| |
| |
| | |
eventlog registry keys so that file properties can be displayed
|
| |
| |
| |
| |
| |
| |
| | |
We came to the conclusion that changing the default is something that has to
wait one or two more releases, but it will happen one way or the other.
Volker
|
| |
| |
| |
| |
| |
| |
| |
| | |
both rid
and username.
Volker
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
connection).
Jeremy.
|
| |
| |
| |
| |
| | |
chkpath to keep a connection alive.
Jeremy.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
it is. (SAM_UNK_INFO_1 should get a better name as well).
Guenther
|
| |
| |
| |
| | |
Guenther
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
talloc_describe_all() function. Fix smbcontrol <pid> pool-usage
as we desparately need it working in the field to track down
memory leaks. Seriously, when new functionality like the
Samba4 talloc is added, don't just disable working functionality
like "pool-usage", fix the damn thing first !
Jeremy.
|
| |
| |
| |
| |
| |
| | |
Needed for KDM/GDM login masks.
Guenther
|
| |
| |
| |
| |
| |
| | |
Fix that, and also add in comments for all possible CL and CO PDU
types. Make sure we process them correctly.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| | |
this as a
bugzilla entry.
Volker
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
"As a special case for directories with large numbers of files, if the
case options are set as follows, "case sensitive = yes", "case
preserve = no", "short preserve case = no" then the "default case"
option will be applied and will modify all filenames sent from the client
when accessing this share."
This is needed as fixing the case preserve rules to only apply to
new filenames broke the large directory fix. Glad we caught this
before release. Thanks to jht for this one.
Jeremy.
|
| |
| |
| |
| |
| | |
to the attr list not resetting it.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
trunk and SAMBA_3 versions of mount.cifs and cleanup cifs vfs help.
Modified version of patch from Olaf Kirch <okir at SuSE dot de> for
Novell Bug 120601
|
| |
| |
| |
| |
| |
| | |
get_time_zone() was overwriting static buffer returned by
gmtime(). Lars - this is a mandatory fix for the next patch...
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
search enumeration, fixed count of groups and users to return
zero if we're getting domain info on the builtin domain (need
to fix the enumgroup and enumuser calls also). Added count_sam_aliases
to return the correct alias count. Need to push the SID arg
down into the group mapping interface so we only return the
correct aliases. Upped passdb version numer for Volkers
changes. SAM-MYSQL guys - you will need to fix your backend
now. More tests needed.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| | |
a bit
wrong, but so far we don't have proper multi-domain support in passdb yet...
Volker
|
| |
| |
| |
| |
| |
| |
| | |
samr_lookup_rids twice. It was done in the srv_samr_nt.c code as well as in
the pdb module. Remove the latter, this might happen more often.
Volker
|
| |
| |
| |
| | |
Volker
|
| |
| |
| |
| |
| |
| | |
lookup_builtin_rid.
Volker
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
static.
One long overdue simplification: Change local_lookup_sid to local_lookup_rid
its responsible for "our" domain only, in fact it checked for it.
Volker
|
| | |
|
| |
| |
| |
| | |
Volker
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
default of
no. This changes our default behaviour.
Sorry, Ingo, this *is* a bug that needs fixing.
Jerry, you might want to put a marker into the WHATSNEW.txt when this is due.
Volker
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
session
setup comes in with the vc (virtual connection) field set to zero. This is
done by Windows, probably you can tweak that by some registry key.
This boolean option controls whether an incoming session setup
should kill other connections coming from the same IP. This matches
the default Windows 2003 behaviour.
Setting this parameter to yes becomes necessary when you have a flaky
network and windows decides to reconnect while the old connection
still has files with share modes open. These files become inaccessible
over the new connection.
The client sends a zero VC on the new connection, and Windows 2003
kills all other connections coming from the same IP. This way the
locked files are accessible again.
Please be aware that enabling this option will kill connections behind
a masquerading router.
Volker
|
| |
| |
| |
| | |
Volker
|
| |
| |
| |
| |
| |
| |
| | |
offset from
GMT. Use gmtime() instead of localtime() in the calc, but still use
localtime() in displaying it.
|