| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| | |
When only allowing one connection per server, the cache needs to track which
share is currently connected, or we never know whether a tdis()/tcon() for the
new share is required.
|
| |
| |
| |
| |
| |
| | |
a new empty acl in remove_posix_acl if you don't bother
to set it on the file in question :-).
Jeremy.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Thanks to tridge's changes to the directory delete on close tests
for catching this.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
upgrade it calls tdbsam_convert() which calls tdbsam_open()
deep inside the init_sam_from_buffer_vX call.
If the ref count hasn't been set yet then we will close
the tdbsam reference in tdbsam_getsampwsid().
smbpasswd -a was core-dumping again :-).
Jeremy
|
| |
| |
| |
| | |
up typing and tighten error checking a little.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
jason@ncac.gwu.edu.
Jeremy.
|
| |
| |
| |
| |
| | |
from jason@ncac.gwu.edu.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
when we are told to do so by the password_properties.
Guenther
|
| |
| |
| |
| | |
request to build mount.cifs/ umount.cifs and we're not on Linux.
|
| |
| |
| |
| | |
system to report we're not on Linux.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
removed, I presume by mistake, by Jerry in the recent
patch the removes the primary group SID stuff.
set_user_info_21 is called to update many other things
like the description of a user for example (that's what
failed on me).
Jerry, please review this one.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
"-"SAMBA_VERSION_OFFICIAL_STRING"-"SAMBA_VERSION_VENDOR_SUFFIX if
SAMBA_VERSION_VENDOR_SUFFIX is set or "-"SAMBA_VERSION_OFFICIAL_STRING
only if MOUNT_CIFS_VENDOR_SUFFIX is undefined.
This results in: mount.cifs -V
mount.cifs version: 1.10-3.1.2pre1-SVN-build-13706-foovendor
or
mount.cifs version: 1.10-3.1.2pre1-SVN-build-13706
Steve: If this is to long or you do not like it, we might add something
lile -VV to report the added part.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
unmount.cifs. This is controlled via CIFSMOUNT_PROGS which is set by
configure by default to yes on linux systems only. It's possible to
disable with --without-cifsmount anyhow.
Added ROOTSBINDIR to the Makefile to allow us an install to /sbin and
not $prefix/sbin. Configurable with --with-rootsbindir.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Fix a couple of related parsing issues.
* in the info3 reply in a samlogon, return the ACB-flags (instead of
returning zero)
Guenther
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Jeremy
-------------
Slightly smaller version of pdb_get_methods() patch. Turns out that
callers to initialize_password_db() use the reload parameter so this
has turned in to a smaller cleanup than I thought.
|
| |
| |
| |
| | |
umount.cifs.c
|
| |
| |
| |
| |
| | |
smbcontrol was sending messages designated for nmbd and winbindd to smbd. Thus, nmbd and winbindd
were "unshutdownable".
|
| |
| |
| |
| |
| |
| |
| |
| | |
to NULL
out a pointer after talloc_destroy().
Volker
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Instead check for *.dat and *.msg files as done before. Then added
files are installed and removed as soon as we have some in the
filesystem. It's simpler and less error prone.
|
| |
| |
| |
| | |
Volker
|
| |
| |
| |
| |
| |
| | |
random error messages are coming from. Yes I'm pissed as
I'm working on a live issue right now...
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* ignore the primary group SID attribute from struct samu*
* generate the primary group SID strictlky from the Unix
primary group when dealing with passdb users
* Fix memory leak in original patch caused by failing to free a
talloc *
* add wrapper around samu_set_unix() to prevent exposing the create
BOOL to callers. Wrappers are samu_set_unix() and samu-allic_rid_unix()
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
artificial RO bit on directories in user profiles when
profile acls = yes.
|
| | |
|
| |
| |
| |
| |
| | |
DO NOT MERGE FOR 3.0.21c PLEASE.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
This code needs a tidyup and common code with libsmb/errormap.c
merging. Should fix the winbindd crash Jerry found (I hope).
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
with the new rules: uninstallservers uninstalldat, uninstallswat (calles
uninstallmsg), uninstallmodules, uninstallclientlib, and
uninstalllibmsrpc.
We still leave directories. We might try to remove the dirs we created
in reverse order.
The new uninstall scripts are sym links to the respective install
scripts. Inside we set mode to install or uninstall.
installservers is now used to install the servers. These are no longer
installed with installbin.
|
| |
| |
| |
| |
| |
| | |
startup; don't panic, shutdown instead.
Guenther
|
| |
| |
| |
| |
| |
| | |
attribute when "winbind nss info = sfu" is set. Fixes #3539.
Guenther
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
part of the PocketPC bugfix. I'm trying to get someone who
has a pocketpc to test this.
Jeremy.
|
| | |
|
| | |
|
| |
| |
| |
| | |
return with !=0 after calling installmodules.sh AUTH_MODULES.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Always pass the INSTALLPERMS and DESTDIR as first and second arg to the
scripts.
No longer prepend DESTDIR to the remaining args.
To fix bug #3282 it is important _not_ to prepend DESTDIR to the source
of the sym link pointing to smbmount.
|
| |
| |
| |
| |
| | |
not to, cope with a server that doesn't offer schannel also.
Jeremy
|