| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Jeremy, these parameters were already documented. My fault.
Sorry for the noise!
Karolin
|
| |
| |
| |
| | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| |
| |
| |
| |
| | |
They are not quite safe to use (requires caller to steal
resulting message in own context) and may lead to holding
memory for too long.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Previos implementation from ldb_msg_canonicalize()
was moved into this function and now ldb_msg_canonicalize()
is based on ldb_msg_normalize()
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| |
| |
| |
| | |
Previous implementation was 'leaking' attribute name
string, that is allocated by ldb_msg_add_empty()
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| |
| |
| |
| |
| | |
It just adds another element, nothing more.
Caller is responsible to fill-in the added element and
determine how to handle data allocation contexts.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Few comments split on several lines also...
(Sorry Metze, I know you hate reviewing "and this, and that"
type of patches, but those are just cosmetics)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
from client
Old implementation from ldb_msg_diff() was moved into
this this function but with changed interface
so that a memory context may be passed.
ldb_msg_diff() function is now based on ldb_msg_difference(),
which fixes a hidden leak - internal ldb_msg object
(returned from ldb_msg_canonicalize) wasn't freed
and stays attached to ldb_context for the connection lifetime.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| |
| |
| |
| | |
Turn auth_ntlmssp_end into a destructor and attach it to auth_ntlmssp_state.
Remote auth_ntlmssp_end and use TALLOC_FREE in the callers.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| |
| |
| |
| |
| | |
There is no need for a separate mem_ctx member.
Also make the ntlmssp_state a children of auth_ntlmssp_state
Also cleanup auth_ntlmssp_end to free only what is not automatically freed
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Turn the freeing function into a destructor and attach it to the
auth_context.
Make all callers TALLOC_FREE() the auth_context instead of calling
the free function.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
| |
| |
| |
| |
| | |
All the members are children of ntlmssp_state anyway.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
|\| |
|
| |
| |
| |
| | |
Jeremy, please check!
|
| | |
|
| |
| |
| |
| | |
Refuse async I/O if we can't set up the signal handler
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
This fixes the WINBIND-WBCLIENT test. The test set
old_lm_hash_enc_blob.length to 0 and we don't check the length here. So
the memcpy segfaulted.
|
| | |
|
| |
| |
| |
| |
| |
| | |
This is just broken. RHEL5 can't deal with it, FreeBSD8 is broken with it, and
who knows what other platforms are broken. I can rather live with a system that
links in a bit too much than a system that does not work at all.
|
| |
| |
| |
| | |
FreeBSD defines a function pam_error()
|
| |
| |
| |
| | |
Sorry, botched a rebase.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Hmm. Forgot to git commit this piece, sorry :-(
|
| | |
|
| |
| |
| |
| | |
Skip the expansion step on non-GNU-make systems
|
| | |
|
| |
| |
| |
| |
| | |
Although the build was ok on my workstation it appears that on build
server it was not because the include path was not correct.
|
| |
| |
| |
| | |
This is something that was not picked up during the migration to waf
|
| | |
|
| |
| |
| |
| |
| |
| | |
This script is intended to be a replacement for the ktutil of Windows.
It's use is for exporting keytab that will be used for kerberized
services.
|
| |
| |
| |
| | |
Guenther
|