1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-20 16:23:51 +03:00
Commit Graph

9693 Commits

Author SHA1 Message Date
Andrew Tridgell
b12fd256ff r17687: remove circular dependency 2007-10-10 14:16:24 -05:00
Andrew Tridgell
01b76c7aa1 r17686: tdb.pc is in the build directory 2007-10-10 14:16:24 -05:00
Andrew Tridgell
14a8faa164 r17685: talloc.pc is in the build directory 2007-10-10 14:16:24 -05:00
Andrew Tridgell
3a22b28f2b r17684: and we need -Iinclude for tdb 2007-10-10 14:16:23 -05:00
Andrew Tridgell
07401300ff r17683: to pick up config.h we need -I. as well for talloc 2007-10-10 14:16:23 -05:00
Andrew Bartlett
0e97b71386 r17682: Add newline to end of file 2007-10-10 14:16:23 -05:00
Andrew Tridgell
c137a7049e r17681: fixed standalone talloc build to support building in a separate
directory
2007-10-10 14:16:23 -05:00
Andrew Tridgell
a81a3874e1 r17680: make standalone tdb support building and testing in a different
directory to source
2007-10-10 14:16:23 -05:00
Andrew Tridgell
580ed6730d r17679: - fix 'make test-ldap' to skip ldb specials
- allow ldb to be built in a separate build directory, using:

     /some/path/to/ldb/configure
     make

  this will make it much easier to put ldb in the build farm without
  interfering with the build farm builds of tdb and talloc
2007-10-10 14:16:22 -05:00
Andrew Tridgell
e390881819 r17678: don't free result message twice 2007-10-10 14:16:22 -05:00
Andrew Tridgell
6a7800064f r17675: increase max torture test runtime - we have some v slow hosts in the
farm!
2007-10-10 14:16:22 -05:00
Andrew Tridgell
7a0264c52d r17674: fixed a problem on with our configure logic on systems that have
libgnutls but not some of the crt functions
2007-10-10 14:16:22 -05:00
Rafal Szczesniak
9e7709de62 r17671: Update the tests according to changes in libnet context.
rafal
2007-10-10 14:16:22 -05:00
Rafal Szczesniak
fe5652c2b8 r17670: 1) Refactor libnet context structure a bit, to have rpc connection
properties more consistently reflected.
2) Add domain open routine for lsa pipe - this is needed for ongoing
   name resolve function.

Tests (still neglected) and comments to follow.

rafal
2007-10-10 14:16:21 -05:00
Simo Sorce
74c40719f2 r17662: some more enhancements to our schema extraction tool,
with a nasty hack in minschema.js that I really hate
2007-10-10 14:16:21 -05:00
Andrew Tridgell
28238ad8f1 r17660: fixed configure test 2007-10-10 14:16:21 -05:00
Andrew Tridgell
8148534d9c r17659: cope with systems without the x509 gnutls functions 2007-10-10 14:16:21 -05:00
Andrew Tridgell
ad539ec114 r17658: several replacement snprintf() fixes.
1) when running the testsuite, actually test against the system
   sprintf(), not against ourselves (doh!)

2) fix the buffer termination to terminate buf2 as well

3) fix handling of %llu, and add a simple test

This fixes a bug with password expiry on solaris
2007-10-10 14:16:20 -05:00
Andrew Tridgell
1775381afa r17656: some systems (like older solaris) don't return ENOTEMPTY on rmdir()
with non-empty directory
2007-10-10 14:16:20 -05:00
Simo Sorce
aca800bdcc r17653: fix typo 2007-10-10 14:16:20 -05:00
Simo Sorce
425fda84e2 r17652: add oMSyntax to these attributes 2007-10-10 14:16:20 -05:00
Simo Sorce
09a3272611 r17651: Commit the set of classess used to generate our schema
and update the schema with the latest additions
2007-10-10 14:16:20 -05:00
Simo Sorce
8dd1c1c05b r17648: update minschema.js
this version returns also oMSyntax and oMObjectClass and also
use the right value for the objects CNs

add a nasty hack to ejs' mprLdbMessage() to handle binary blobs situations
2007-10-10 14:16:19 -05:00
Andrew Tridgell
e32fdc7e68 r17647: the init fns should not take a mem_ctx 2007-10-10 14:16:19 -05:00
Andrew Tridgell
8236a0ac5e r17645: gcc 4.1.x has started producing "value computed is not used" warnings
in very annoying ways for talloc_steal. This rather strange looking
cpp approach avoids these warnings. It's really a problem in gcc, but
better to do this than put up with the huge flood of warnings.
2007-10-10 14:16:19 -05:00
Andrew Tridgell
45c0580e5d r17644: change the ldap server to always use the single process model. We are
not aiming to produce a high performance parallel ldap server, so
better to reserve the extra CPUs on a SMP box for file serving.
2007-10-10 14:16:18 -05:00
Simo Sorce
df1fe1a5c5 r17642: some more mappings 2007-10-10 14:16:18 -05:00
Simo Sorce
b07a783b98 r17641: some more info, add oMObjectClass values (binary :-/) 2007-10-10 14:16:18 -05:00
Andrew Bartlett
3b5c973988 r17639: Martin Kuhl noticed that we loaded an incorrect value for
distinguisedName on templated objects.

In looking how to handle distinguishedName correctly on LDAP, I was
very glad to find it supported entryDN, and this adds another mapping.

Andrew Bartlett
2007-10-10 14:16:18 -05:00
Andrew Bartlett
dc37c48724 r17634: Kill off another case where we used dnsDomain, and point it again at
dnsRoot.

Fix to read the nETBIOSName from the correct result.

Andrew Bartlett
2007-10-10 14:16:18 -05:00
Andrew Bartlett
6fd6239a0f r17633: Return NULL at the end of the file, or else we can't tell the
difference between end of file and a blank line.

Andrew Bartlett
2007-10-10 14:16:17 -05:00
Simo Sorce
996452844a r17632: This is the most accurate mappings between LDAP OID Syntaxes and AD Syntaxes.
Generated by scripts that cross information from the Windows Schema and the
aggregate schema and cross verified by searching on the net
2007-10-10 14:16:17 -05:00
Simo Sorce
1020edb0c7 r17631: Some syntaxes from MS in a now vanished internet draft 2007-10-10 14:16:17 -05:00
Volker Lendecke
9455b0340f r17624: Samba3 does not yet do getprinterinfo level 6 2007-10-10 14:16:17 -05:00
Simo Sorce
07d377f3c2 r17614: Our first "client side' ldb module.
This module has been created with the purpose of being used
for searches against ldap servers without the need to handle
the control manually

You can test it by passing -o modules:paged_searches to ldbsearch

The page search size is set to 500 objects.

Simo.
2007-10-10 14:16:17 -05:00
Simo Sorce
86fc149ca8 r17613: style fix 2007-10-10 14:16:16 -05:00
Andrew Bartlett
69525129f9 r17609: Kill one more use of the fake dnsDomain attribute.
Add a talloc_steal to avoid a memory leak of the ldb_search result.

Andrew Bartlett
2007-10-10 14:16:16 -05:00
Andrew Bartlett
05c276568a r17601: Fix declaration after statement.
Andrew Bartlett
2007-10-10 14:16:16 -05:00
Andrew Bartlett
cb2b9d800d r17600: Finish the schema conversion tool, and add a mapping file, used to map
OIDs and skip built-in attributes.

Andrew Bartlett
2007-10-10 14:16:16 -05:00
Andrew Bartlett
22dec7b62a r17599: Improvements to the AD-like to OpenLDAP format schema conversion utility.
We now read the objectClasses, and sort them into order, so that
OpenLDAP will load them.  We do this by walking down the 'subClassOf'
chain.  This should also be used in the objectClass module to sort the
objectClass list, and to populate the @SUBCLASS records.

Andrew Bartlett
2007-10-10 14:16:16 -05:00
Simo Sorce
e9d101bc3c r17596: apply patch from Martin 2007-10-10 14:16:15 -05:00
Stefan Metzmacher
2da459287f r17588: this file doesn't exist anymore
metze
2007-10-10 14:16:15 -05:00
Stefan Metzmacher
f20e251bfd r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the
configure check for the interfaces.

should fix the build on some old sun boxes

metze
2007-10-10 14:15:39 -05:00
Andrew Bartlett
113ef01320 r17582: Fix dependenies for oLschema2ldif.
Andrew Bartlett
2007-10-10 14:15:39 -05:00
Andrew Bartlett
391f472df7 r17581: Add tool to convert AD schema back to OpenLDAP's schema formatting.
Andrew Bartlett
2007-10-10 14:15:39 -05:00
Andrew Bartlett
ba1c652bae r17580: Add a new tools to convert back from AD-like schema to OpenLDAP.
Add attribute syntax mapping to the existing OpenLDAP -> AD tool.

Andrew Bartlett
2007-10-10 14:15:39 -05:00
Andrew Tridgell
403cbd3355 r17579: make ldb build g++ friendly 2007-10-10 14:15:38 -05:00
Andrew Tridgell
662f01f8ba r17578: in standalone talloc build ensure we get intptr_t if available (which
makes the discard_const stuff nicer)
2007-10-10 14:15:38 -05:00
Andrew Bartlett
eb28aff4e0 r17577: Patch from Kai Blin <kai.blin@gmail.com>:
This is the Samba4 version of the ntlm_auth patch that was committed
to Samba3 in revision 17216.

The purpose of this patch is to return session key information, as
well as NTLMSSP negotiated flags to ntlm_auth's caller.  This allows
the bulk data signing and sealing to be handled in a library, supplied
by the caller.

This also allows the caller to ask for features, so that the right
flags get negotiated.
2007-10-10 14:15:38 -05:00
Stefan Metzmacher
f0754332c9 r17570: add dummy functions for the frsrpc and frsapi interfaces
based on the wireshark information

metze
2007-10-10 14:15:38 -05:00