| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
"auth_context".
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
been removed.
Put subdirectory names in file list, so we get lib/util_chr.c, not
just util_chr.c.
|
| |
| |
| |
| | |
how this interacts with it.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
- More info is printed
- (grand)child domains handled properly
Thanks to Anthony Liguori (aliguori@us.ibm.com)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the unix domain sockets used by winbindd (also solves FD_SETSIZE problem
in winbindd to boot !). Adds a "last_access" field to winbindd connections,
and will close the oldest idle connection once the number of open connections
goes over WINBINDD_MAX_SIMULTANEOUS_CLIENTS (defined in local.h as 200
currently).
Jeremy.
|
| | |
|
| |
| |
| |
| |
| |
| | |
is..."
don't use pstrcpy() when you are not dealing with pstrings.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* distinguish WinXP from Win2k
* add a 1/3 of a second delay in OpenPrinter
in order to trigger a LAN/WAN optimization in
2k clients.
|
| | |
|
| |
| |
| |
| | |
'upgrading-to-3.0'
|
| | |
|
| |
| |
| |
| |
| |
| | |
- Add smb_probe_module()
- Add init_modules()
- Call these functions
|
| | |
|
| |
| |
| |
| |
| |
| | |
for smb -> smb lock release). Adds new PENDING_LOCK type to lockdb
(does not interfere with existing locks).
Jeremy.
|
| |
| |
| |
| |
| |
| |
| | |
We have compiled relitivly 'clean' with this setting since I did a massive
cleanup last month. This should help us stay that way.
Andrew Bartlett
|
| |
| |
| |
| |
| |
| |
| | |
This changes the cache format, which will simply invalidate existing entries,
leaving them dead in the cache.
Andrew Bartlett
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Now we deal with SIDs in almost all of winbind (a couple of limited exceptions
remain, but I'm looking into them - they use non-winbind structs ATM).
This has particular benifits in returning out-of-domain SIDs for group
membership (Need to look into this a bit more) as well as general code quality.
This also removes much of the complexity from the idmap interface, which now
only deals with mapping IDs, not with SID->domain translations.
Breifly tested, but needs more. Fixes some valgrind-found bugs from my
previous commit.
Winbind cache chagned to using SID strings in some places, as I could not
follow exactly how to save and restore multiple packed sids properly.
Andrew Bartlett
|
| |
| |
| |
| |
| | |
dynamically-created valid table every time the configuration was
reloaded.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
>Another hopeful fix for CR#1168. Change the RPC used in querying
>domain users from QueryDispInfo to EnumDomainUsers. Hopefully this
>will fix the random dropouts that keep occuring when listing large
>domains.
>
>My thought is that since QueryDispInfo is only used in the NT user
>manager it may have a bug with large domains. A more commonly used
>RPC may not have such problems.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
cache the printer_info_2 with the open printer handle.
cache is invalidated on a mod_a_printer() call **on that smbd**.
Yes, this means that the window for admins to step on each other
from different clients just got larger, but since handles a generally
short lived this is probably ok.
|
| | |
|
| |
| |
| |
| |
| |
| | |
function.
Andrew Bartlett
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
in general searches, but only if searching for the DN only.
In my case, it was the tokenGroups attribute that caused me trouble, hence
this patch.
Andrew Bartlett
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
domains) would not have the tokenGroups or memberOf attributes filled in.
This would cause a user to have no supplementary group membership.
Detect this by the fact that the primaryGid must be present in the tokenGroups,
and if it isn't (ie, if there is no tokenGroups at all), do a server-side
search on all groups using the 'member' attribute and the user's DN.
Andrew Bartlett
|
| |
| |
| |
| |
| |
| | |
we were overwriting the user's ccache with the machine password (the -P option).
Andrew Bartlett
|
| |
| |
| |
| | |
Andrew Bartlett
|
| | |
|
| |
| |
| |
| | |
Andrew Bartlett
|
| | |
|
| |
| |
| |
| |
| |
| | |
keys for kerberos authentication.
Andrew Bartlett
|
| | |
|
| | |
|
| |
| |
| |
| | |
Andrew Bartlett
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
> Exit path cleanup for cli_samr_enum_dom_users()
|
| | |
|