| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. using smbc_getxattr() et al, one may now request all access control
entities in the ACL without getting all other NT attributes.
2. added the ability to exclude specified attributes from the result set
provided by smbc_getxattr() et al, when requesting all attributes,
all NT attributes, or all DOS attributes.
3. eliminated all compiler warnings, including when --enable-developer
compiler flags are in use. removed -Wcast-qual flag from list, as that
is specifically to force warnings in the case of casting away qualifiers.
Note: In the process of eliminating compiler warnings, a few nasties were
discovered. In the file libads/sasl.c, PRIVATE kerberos interfaces
are being used; and in libsmb/clikrb5.c, both PRIAVE and DEPRECATED
kerberos interfaces are being used. Someone who knows kerberos
should look at these and determine if there is an alternate method
of accomplishing the task.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"qualifiers". The
whole of samba comiles warning-free with the default compiler flags.
Temporarily defined -Wall to locate other potential problems. Found an
unused static function (#ifdefed out rather than deleted, in case it's
needed for something in progress).
There are also a number of uses of undeclared functions, mostly krb5_*.
Files with these problems need to have appropriate header files included,
but they are not fixed in this update.
oplock_linux.c.c has undefined functions capget() and capset(), which need
to have "#undef _POSIX_SOURCE" specified before including <sys/capability.h>,
but that could potentially have other side effects, so that remains uncorrected
as well.
The flag -Wall should be added permanently to CFLAGS, and all warnings then
generated should be eliminated.
|
|
|
|
|
|
|
|
| |
is the
change in pdb_enum_alias_memberships to match samr.idl a bit closer.
Volker
|
|
|
|
|
|
| |
* add some backwards compatibility to 'net rpc rights list'
* verify privilege name in 'net rpc rights privileges <name>' in order
to give back better error messages.
|
|
|
|
|
|
|
| |
net rpc service stop
net rpc service start
net rpc service pause
net rpc service resume
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
spooler service is SVCCTL_RUNNING.
Configuration details:
Service Type = 0x110
Start Type = 0x2
Error Control = 0x1
Tag ID = 0x0
Executable Path = C:\WINNT\system32\spoolsv.exe
Load Order Group = SpoolerGroup
Dependencies = RPCSS/
Start Name = LocalSystem
Display Name = Print Spooler
|
| |
|
| |
|
|
|
|
| |
'net rpc service'
|
|
|
|
|
|
| |
open and close the service control manager.
Also experimenting with ideas for cli_xxx() interface.
|
|
|
|
| |
fill in tomorrow
|
|
|
|
|
|
| |
Good catch from Lars Mueller <lmuelle@suse.de>.
Guenther
|
|
|
|
| |
'disable netbios = yes'
|
|
|
|
|
|
| |
share migrate" (found by Lars Mueller <lmuelle@suse.de>).
Guenther
|
| |
|
|
|
|
|
|
|
| |
- Make it possible to list users that are given a specific privilege
- Make the lisitng interface a bit more usable by distinguishing
between "keys" and "names", using user names directly still
supported for backward compatibility
|
|
|
|
|
|
|
|
|
|
|
| |
fix is a
bit more effort.
The real fix for this would be to open an schannel netlogon connection to the
remote DC and change the trust account password...
Volker
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Guenther
|
| |
|
|
|
|
|
| |
partial fix for Bug 2417 - we need to look for other missing
commands
|
| |
|
| |
|
|
|
|
| |
samr_remove_sid_from_foreign_domain.
|
|
|
|
|
| |
referencing unknown_6 from sam, because it's just fixed at 1260, the max
len of LOGON_HRS. Need to go in and mark it as "remove me" from passdb.
|
|
|
|
| |
Guenther
|
|
|
|
| |
Guenther
|
|
|
|
|
|
|
| |
With Windows2003 it's perfectly legal to receive no data when querying a
value-less subkey. Found while migrating printer settings.
Guenther
|
|
|
|
|
|
|
|
|
|
| |
rejects
everything but 1000 here, so there's no point in exposing that to the caller.
Thanks,
Volker
|
|
|
|
| |
trunction of service names
|
|
|
|
|
|
| |
passdb in 3_0 (they are still in trunk).
Guenther
|
|
|
|
|
|
|
|
|
| |
SamrGetGroupsForUser
that says the user is in 0 groups, and we issue an RPC to LookupIds for 0 RIDs.
The printing that there are no groups the user is a member of might be overkill
in that it might upset existing scripts that don't expect that output.
|
|
|
|
|
|
|
| |
Implement 'net afs impersonate', generate a token for a specified user. You
obviously need to be root for this operation.
Volker
|
|
|
|
| |
given no command line args
|
|
|
|
| |
Guenther
|
|
|
|
|
|
| |
group-mappings.
Guenther
|
|
|
|
| |
add domain trusts
|
| |
|
| |
|
|
|
|
| |
Guenther
|
|
|
|
|
|
|
|
| |
Does automated migration from account_policy.tdb v1 and v2 and offers a
pdbedit-Migration interface. Jerry, please feel free to revert that if
you have other plans.
Guenther
|
| |
|
|
|
|
|
| |
Added text explaining units in pdbedit time fields.
Jeremy.
|
|
|
|
|
|
| |
Duration: Forever".
Guenther
|
|
|
|
|
|
| |
Note that Samba3 does not yet support it server-side.
Guenther
|
|
|
|
|
|
| |
To get all entries use a 0 acb_mask.
Guenther
|
|
|
|
|
|
|
|
|
| |
* define some const SE_PRIV structure for use when
you need a SE_PRIV* to a privilege
* fix an annoying compiler warngin in smbfilter.c
* translate SIDs to names in 'net rpc rights list accounts'
* fix a seg fault in cli_lsa_enum_account_rights caused by
me forgetting the precedence of * vs. []
|