| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| | |
with -DDEVELOPER.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| | |
moving events around.
Jeremy.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
chnage fails due to policy settings where as 2003 (the chgpasswd3()
request) fails with NT_STATUS_PASSWORD_RESTRICTION. Thunk down
to the same return code so we correctly retreive the password policy
in both cases.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
is sharing the IDL for the SAMR pipe with Windows 2003
but returning NT_STATUS_NOT_SUPPORTED rather than a DCE/RCE
fault. We need to catch this in the general sense
by looking at the returned PDU size. But this immediate
change fixes password changes via pam_winbind against Windows 2000
DCs.
|
| | |
|
| |
| |
| |
| | |
sambaTrustedDomainPassword object class
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
works - even with the strange "initial delete on close"
semantics. The "initial delete on close" flag isn't
committed to the share mode db until the handle is
closed, and is discarded if any real "delete on close"
was set. This allows me to remove the "initial_delete_on_close"
flag from the share db, and move it into a BOOL in files_struct.
Warning ! You must do a make clean after this. Cope with
the wrinkle in directory delete on close which is done
differently from files. We now pass all Samba4 smbtortute
BASE-DELETE tests except for the one checking that files
can't be created in a directory which has the delete on
close set (possibly expensive to fix).
Jeremy.
|
| |
| |
| |
| |
| | |
close Guenther, then you forgot to use "key" :-) :-).
Jeremy.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
separate arguments.
This makes it a bit more similar to the Samba4 code.
|
| |
| |
| |
| |
| |
| |
| | |
the stored client sitename with the sitename from each sucessfull CLDAP
connection.
Guenther
|
| |
| |
| |
| |
| |
| |
| |
| | |
Allow us to correctly refuse to set delete on close on a
non-empty directory. There are still some delete-on-close
wrinkles to be fixed, but I understand how to do that better
now. I'll fix this tomorrow.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
less DNS query. This speeds up offline detection slightly.
Guenther
|
| |
| |
| |
| |
| |
| | |
for a PDC.
Guenther
|
| |
| |
| |
| |
| |
| | |
ask for the list of DCs twice.
Guenther
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
site support in a network where many DC's are down.
I heard via Volker there is still a bug w.r.t the
wrong site being chosen with trusted domains but
we'll have to layer that fix on top of this.
Gd - complain if this doesn't work for you.
Jeremy.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
make sense
again :-)
Volker
|
| |
| |
| |
| | |
Volker
|
| |
| |
| |
| | |
Guenther
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This add a struct event_context and infrastructure for fd events to smbd. This
is step zero to import lib/events.
Jeremy, I rely on you to watch the change in receive_message_or_smb()
closely. For the normal code path this should be the only relevant change. The
rest is either not yet used or is cosmetic.
Volker
|
| |
| |
| |
| |
| | |
previous commit :-(.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
watch carefully - so I'm doing it in one transaction so I can
roll back).
Change check_name(), reduce_name() and dptr_create() to
return NTSTATUS. This helps a lot in error path processing
and especially in reduce_name() allows us to ditch the flaky
and error-prone saving of errno and return errors directly.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| | |
|
| |
| |
| |
| |
| | |
pointer deref.
Jeremy
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Instead,
add [ref] pointers where necessary (top-level [ref] pointers,
by spec, don't appear on the wire).
This brings us closer to the DCE/RPC standard again.
|
| |
| |
| |
| | |
Guenther
|
| |
| |
| |
| |
| |
| | |
Wilco: Existing modules should continue to work, they just must be recompiled.
Volker
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
so that
in the next step we can store them in LDAP to be replicated across DCs.
Thanks to Michael Adam <ma@sernet.de>
Volker
|
| |
| |
| |
| |
| |
| |
| |
| | |
- include system/aio.h
- use full prototype for main
- use ifdef instead if
metze
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
opens)
for delete_driver_files. Proper fix pending... :-)
Jeremy, please check.
Volker
|
| |
| |
| |
| |
| |
| | |
- remove the epoll configure checks from libreplace
metze
|
| |
| |
| |
| |
| | |
correctly handling deferred opens.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This change is needed to make it possible to not expire
caches in disconnected mode.
Jerry, please can you look at this and confirm it is ok?
Simo.
|
| | |
|