| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| |
| |
| |
| | |
* Add support for the "Local Port" monitor as well through this API
|
| |
| |
| |
| | |
variable.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
> for the svn log:
>
> - Solaris' /bin/sh doesn't know "test -e" - let's use "test -f" instead
>
> Some volunteer wanna check this in? :)
>
> Cheers
> Bjoern
Volker
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Began the poet, his face as pale as death.
"I will go first, and you will follow me."
---
Adding XcvDataPort() to the spoolss code for remotely
add ports. The design is to allow an intuitive means
of creating a new CUPS print queue from the Windows 2000/XP
APW without hacks like specifying the deviceURI in the
location field of the printer properties dialog.
Also set 'default devmode = yes' as the new default
since it causes no harm and only is executed when you
have a NULL devmode anyways.
|
| |
| |
| |
| |
| |
| | |
Fix incorrect size understanding of sid name type (yes it's
already correct in the Samba4 IDL :-).
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
* disable winbind enum {users,groups} by default after
further conversations with Volker.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Volker
|
| |
| |
| |
| |
| | |
that counts.
Jeremy.
|
| | |
|
| |
| |
| |
| |
| |
| | |
* winbind nested groups = yes
* host msdfs = ye
* msdfs root = yes
|
| |
| |
| |
| | |
list rather than bailing out
|
| |
| |
| |
| |
| | |
* Fix parsing error in eventlogadm caused by log entries
with no DAT: line.
|
| |
| |
| |
| | |
a user since we no longer pay any attention to the value.
|
| |
| |
| |
| | |
Add the missing comment about needing to save the new share name.
|
| |
| |
| |
| |
| |
| | |
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.
|