| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| | |
anymore in 3_0. I'm just adding a time(NULL) as value for the
WINBINDD_OFFLINE key.
Guenther
|
| |
| |
| |
| |
| |
| | |
Implement 'net rap server name'.
Volker
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
does not exist.
Guenther
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
For those who are interested, try
net ads gpo refresh mybox$
to get your machine related GPOs downloaded to /var/lib/samba/gpo_cache.
Detailed information about GPOs is currently only printed when setting a
higher debuglevel then 0.
Guenther
|
| |
| |
| |
| | |
Guenther
|
| |
| |
| |
| | |
Guenther
|
| |
| |
| |
| |
| |
| | |
things.
Guenther
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
items in cac_winreg.c
* Get 'net rpc registry enumerate' to list values again
* Fix winreg.idl QueryInfoKey(). The max_subkeysize is the
max_classlen (we previously had this correct in Samba3")
* fix valgrind error about uninitialized memory and use-before-set
on size value inmemset() call
* Fix key enumeration in 'net rpc registry enumerate'
* regenerate gen_dir files based on local pidl patches
Please note that the generated ndr files are from my local
copy of pidl. If you need to regenerate, please apply the
patch that I posted to the samba-technical list earlier today.
|
| | |
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| |
| | |
There some broken functionality here that I'm still working on.
* remove unneeded parsing routines
|
| |
| |
| |
| | |
Guenther
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
still doesn't compile with immediate structures and the
NTSTATUS/WERROR separation, as there are still several places where
the two error types are mixed up. I haven't fixed those as they
require decisions about the rpcclient code that I really don't want to
get into (the error handling there is a mess)
So samba3 compiles now, but only becaise HAVE_IMMEDIATE_STRUCTURES is
not used (look for HAVE_IMMEDIATE_STRUCTURES_XX_DISABLED)
|
| |
| |
| |
| | |
Guenther
|
| |
| |
| |
| | |
Guenther
|
| |
| |
| |
| | |
Guenther
|
| |
| |
| |
| | |
Guenther
|
| |
| |
| |
| |
| |
| |
| | |
and server code.
This has had some basic testing. I'll do more during the next couple of days and hopefully also
make RPC-SRVSVC from Samba4 pass against it.
|
| |
| |
| |
| | |
properly.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
descriptor
buffers.
Make security access masks simply a uint32 rather than a structure
with a uint32 in it.
|
| |
| |
| |
| | |
dummy placeholder
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We usually do not get the results from user/group script modifications
immediately. A lot of users do add nscd restart/refresh commands into
their scripts to workaround that while we could flush the nscd caches
directly using libnscd.
Guenther
|
| | |
|
| |
| |
| |
| |
| | |
* rename PI_SHUTDOWN from include/smb.h to PI_INITSHUTDOWN
for compatibility with pidl libndr output
|
| |
| |
| |
| | |
Volker
|
| |
| |
| |
| |
| | |
disabled. Cope with both - print appropriate messages.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
a non-fatal error path if the 'disable machine
account' code succeeded.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Remove the account_policy_migrated() thingy, and make cache_account_policy_set
use gencache. Account policies are now handled like groups and users are with
respect to "passdb backend".
Volker
|
| |
| |
| |
| |
| |
| |
| | |
Remove unused gencache_set_only
Use CONST_DISCARD instead of SMB_STRDUP
Volker
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* autogenerate lsa ndr code
* rename 'enum SID_NAME_USE' to 'enum lsa_SidType'
* merge a log more security descriptor functions from
gen_ndr/ndr_security.c in SAMBA_4_0
The most embarassing thing is the "#define strlen_m strlen"
We need a real implementation in SAMBA_3_0 which I'll work on
after this code is in.
|
| | |
|
| |
| |
| |
| |
| |
| | |
routines.
Guenther
|
| |
| |
| |
| |
| |
| | |
in AD.
Guenther
|
| |
| |
| |
| |
| | |
by Cybionet <cybionet@videotron.ca>.
Jeremy.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Compiled it on systems with and without LDAP, I hope it does not break the
build farm too badly. If it does, I'll fix it tomorrow.
Volker
|
| |
| |
| |
| |
| | |
specified.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
the username by forcing it to be specified. Still
split out domain \ user for the ones that do use
it.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
domain and user args. if only given a parameter of the
form --username DOMAIN\user. When called by firefox
or other user apps they may not know what the domain
is (and they don't care). They just want to pass the
contents of $USERNAME without having to parse it
or guess a domain.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
support when looking up DC's. On every CLDAP
call store the returned client sitename (if
present, delete store if not) in gencache with
infinate timeout. On AD DNS DC lookup, try looking
for sitename DC's first, only try generic if
sitename DNS lookup failed.
I still haven't figured out yet how to ensure
we fetch the sitename with a CLDAP query before
doing the generic DC list lookup. This code is
difficult to understand. I'll do some experiments
and backtraces tomorrow to try and work out where
to force a CLDAP site query first.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
Destructors now take a pointer to the "real" destroyed object as an argument.
Volker
|
| |
| |
| |
| | |
Jeremy.
|