| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
plugfest in Redmond
|
|
|
|
| |
we had some trouble with
|
|
|
|
|
|
| |
by ubuntu)
fixed spelling of 'wellknown'
|
|\ |
|
| |
| |
| |
| |
| | |
This is helpful on multihomed hosts that only require a subset
of IP addresses be registered with DNS.
|
| |
| |
| |
| |
| |
| |
| | |
Hostname, TYPE: CNAME, CLASS: NONE
This has to have been broken for ages. I cannot see
how it would have worked in any environment.
|
| | |
|
| |
| |
| |
| |
| | |
need to call ldb_module_done in the main module functions, we can directly
return an error. ldb_module_done() is for callbacks
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| |
| |
| |
| |
| | |
- When calling setup_logging multiple times, the code was closing the debug
file descriptor before opening or assigning the new one. We don't, however,
want to close the debug file descriptor if it is stdout.
Derrell
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
attribute is missing
Windows 2003 has a broken schema where the definition of msDS-IsDomainFor
is missing (which is supposed to be the backlink of the msDS-HasDomainNCs
attribute.
Our schema is extracted from windows 2003, so we have the problem.
As the NET-API-BECOME-DC test triggers this bug, windows 2003
seems to just skip creating a backlink.
metze
|
| |
| |
| |
| | |
metze
|
| |
| |
| |
| |
| |
| |
| |
| | |
as basedn
We resolve them into the real basedn before do the real search.
metze
|
| |
| |
| |
| | |
metze
|
| | |
|
| |
| |
| |
| | |
Under irix, "sa_family" is a #define to sa_union.sa_generic.sa_family2
|
| |
| |
| |
| |
| |
| |
| |
| | |
Michael, please check and merge to the other branches if it's right.
Thanks,
Volker
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Unsupported character set.
Cups 1.3.4 expects utf8 to be used in all messages to/from the server. We may be using a
different character set so we need to use talloc utf8 push/pull functions in all communication.
Needs more testing. Don't release until I've done a thorough test. I also have a version for 3.2.x.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This API is unusual in that if used to remove a non-list head it nulls out
the next and prev pointers. This is what you want for debugging (don't want
an entry removed from the list to be still virtually linked into it) but
means there is no consistent idiom for use as the next and prev pointers
get trashed on removal from the list, meaning you must save them yourself.
You can use it one way when deleting everything via the head pointer, as
this preserves the next pointer, but you *must* use it another way when not
deleting everything via the head pointer. Fix all known uses of this (the main
one is in conn_free_internal() and would not free all the private data entries
for vfs modules. The other changes in web/statuspage.c and winbindd_util.c
are not strictly neccessary, as the head pointer is being used, but I've done
them for consistency. Long term we must revisit this as this API is too hard
to use correctly.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
there'll now only be one socket per smbd.
Changed the format of the wire data to (a) include a version number (V1) as the first element. (b) removed the
";)" at the end an replaced it with a "\n". Receiver can change back if needed, and now receiver can just log
"as-is" to a text file (making testing easier). Added my (C). Sorry Holger, but I've changed quite a bit now.
Jeremy.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
correctly
deal with EINTR. Jim and Holger please check this still works.
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| | |
on connect, and closes the socket on client disconnect. This should
make it much more efficient. Store the remote fd in a private data
pointer off the handle. Finally we need to remove the fstrings and
convert to allocated buffer storage.
Jeremy.
|
| |
| |
| |
| |
| |
| | |
works correctly we must emit the change notify before we change the name, not before.
Jeremy.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- when multiple partitions are searched, consider the search a
success if any of the partitions return success
- only search the right subset of partitions, looking at the scope
and basedn of the search
This fixes several errors with GC searches
|
| |
| |
| |
| |
| |
| | |
direct comparison instead of a sub-tree comparison in another
this fixes basedn searches on the global catalog port
|
| |
| |
| |
| | |
should not try to free the ptr they are given
|
| |
| |
| |
| | |
CDLAP client ignores replies from the wrong IP
|
| | |
|
| |
| |
| |
| |
| | |
This is needed for the LSA server code which needs to cope with a NULL
names passed to lsa_LookupNames3()
|
|/
|
|
|
| |
sid/name array even when all are unmapped. If we don't fill in the
array then the windows client runtime crashes
|
|\ |
|
| |
| |
| |
| | |
Jeremy.
|
| |
| |
| |
| |
| |
| | |
particular tests start.
Jeremy.
|
| | |
|
| | |
|
| |
| |
| |
| | |
and doesn't take any arguments.
|
| | |
|