Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | r17513: ldb_set_errstring is an ldb private string, samdb uses DEBUG() ↵ | Simo Sorce | 2006-08-13 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | statements | |||||
| | | * | r17507: pread and pwrite depends on HAVE_PREAD/HAVE_PWRITE not ↵ | Simo Sorce | 2006-08-12 | 1 | -7/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HAVE_PREAD_DECL/HAVE_PWRITE_DECL and common/io.h already defines pread and pwrite as static if they are not. remove unneded defines | |||||
| | | * | r17505: we are setting the timeout with the provide function right after. | Simo Sorce | 2006-08-12 | 1 | -1/+0 | |
| | | | | ||||||
| | | * | r17504: Do not use the invented unixID but use the rfc2307 uidNumber and ↵ | Simo Sorce | 2006-08-12 | 3 | -15/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gidNumber attributes instead Do not change unixName right now, we don't have an attribute to use in the posixGroup class, and I think we should remove its usage altogether and look up users and groups by their uid/gid only. Simo. | |||||
| | | * | r17503: Add a useful function to search for a DN | Simo Sorce | 2006-08-12 | 2 | -0/+17 | |
| | | | | ||||||
| | | * | r17499: Open the main database only the minimum times during a provision. | Andrew Bartlett | 2006-08-11 | 3 | -97/+224 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This causes things to operate as just one transaction (locally), and to make a minimum of TCP connections when connecting to a remote LDAP server. Taking advantage of this, create another file to handle loading the Samba4 specific schema extensions. Also comment out 'middleName' and reassign the OID to one in the Samba4 range, as it is 'stolen' from a netscape range that is used in OpenLDAP and interenet standards for 'ref'. Andrew Bartlett | |||||
| | | * | r17495: run LOCAL-CRYPTO-MD4 and LOCAL-CRYPTO-MD5 with make test | Stefan Metzmacher | 2006-08-11 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17494: add tests for the example values from rfc 1320 (MD4) | Stefan Metzmacher | 2006-08-11 | 3 | -0/+86 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17493: fix typo | Stefan Metzmacher | 2006-08-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17492: add a test with the example values from rfc1321 (MD5) | Stefan Metzmacher | 2006-08-11 | 3 | -0/+89 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17491: I forgot to commit this...fix make test...sorry:-) | Stefan Metzmacher | 2006-08-11 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17490: add all test values from rfc 2202 | Stefan Metzmacher | 2006-08-11 | 1 | -12/+66 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17489: run the crypto tests with test | Stefan Metzmacher | 2006-08-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174 | Stefan Metzmacher | 2006-08-11 | 9 | -3/+755 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - and add torture tests also based on the rfc's metze | |||||
| | | * | r17484: Make last version of the function generating random set of changes | Rafal Szczesniak | 2006-08-10 | 1 | -97/+124 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more fair to each of the fields (ie. don't create new code at midnight after a long day...). This will be useful for testing multiple changes at once and verifying correctness. A few testing runs already demostrated some missing pieces. rafal | |||||
| | | * | r17478: Add BENCH-READWRITE test to simulate read/write workload from ↵ | Alexander Bokovoy | 2006-08-10 | 1 | -1/+493 | |
| | | | | | | | | | | | | | | | | simultaneous async clients. This code is based on concept from Mathias Dietz <mdietz@de.ibm.com> | |||||
| | | * | r17474: Allow the partitions module to load modules for specific backends. | Andrew Bartlett | 2006-08-10 | 3 | -8/+83 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r17473: Split loading a list of modules and initialising them into a seperate | Andrew Bartlett | 2006-08-10 | 1 | -42/+58 | |
| | | | | | | | | | | | | | | | | | | | | | | | | function. Andrew Bartlett | |||||
| | | * | r17472: Remove unused variable. | Rafal Szczesniak | 2006-08-09 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | rafal | |||||
| | | * | r17471: Add a function generating pseudorandom set of changes to test | Rafal Szczesniak | 2006-08-09 | 1 | -10/+126 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | user modify routines. rafal | |||||
| | | * | r17450: A bit more protection against memory allocation errors. | Rafal Szczesniak | 2006-08-07 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | rafal | |||||
| | | * | r17449: Add another field to the test before expanding the whole test | Rafal Szczesniak | 2006-08-07 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | to more complex form. rafal | |||||
| | | * | r17448: Define macros to set fields in api function modifying user account. | Rafal Szczesniak | 2006-08-07 | 2 | -28/+50 | |
| | | | | | | | | | | | | | | | | rafal | |||||
| | | * | r17447: Add more fields to user modify routines. | Rafal Szczesniak | 2006-08-07 | 1 | -0/+17 | |
| | | | | | | | | | | | | | | | | rafal | |||||
| | | * | r17442: print out credentials on the "secret" objectClass and "trustedDomain" | Stefan Metzmacher | 2006-08-07 | 1 | -0/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | objectclass metze | |||||
| | | * | r17441: add some more attribute with credentials in them | Stefan Metzmacher | 2006-08-07 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17438: extend the comment | Stefan Metzmacher | 2006-08-07 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17434: update our index | Simo Sorce | 2006-08-06 | 1 | -1/+24 | |
| | | | | ||||||
| | | * | r17433: remove obsoleted RFCs | Simo Sorce | 2006-08-06 | 9 | -8993/+1 | |
| | | | | ||||||
| | | * | r17432: display more GUID values nicely, | Stefan Metzmacher | 2006-08-06 | 1 | -0/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | they all have rangeLower=16 rangeUpper=16 and attribute syntax 2.5.5.10 metze | |||||
| | | * | r17430: implement the LDAP_SERVER_PERMISSIVE_MODIFY control in the client | Stefan Metzmacher | 2006-08-05 | 3 | -0/+49 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17429: implement the LDAP_SERVER_SHOW_DELETED control in the client | Stefan Metzmacher | 2006-08-05 | 3 | -0/+48 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17420: add client support for the LDAP_SERVER_DOMAIN_SCOPE control | Stefan Metzmacher | 2006-08-05 | 3 | -2/+50 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17419: add client support for the LDAP_SERVER_SEARCH_OPTIONS support. | Stefan Metzmacher | 2006-08-05 | 3 | -0/+108 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with this you can limit a search to a specific partitions or a search over all partitions without getting referrals. (Witch is the default behavior on the Global Catalog Port) metze | |||||
| | | * | r17418: add client support for the LDAP_SERVER_SD_FLAGS control | Stefan Metzmacher | 2006-08-05 | 3 | -1/+102 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17417: Try to fix random failures in the build farm for 3_0. | Volker Lendecke | 2006-08-05 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | Volker | |||||
| | | * | r17416: display the attributeSecurityGUID nicely. | Stefan Metzmacher | 2006-08-05 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | this attriute is used to group multiple attribute to a propertySet for access control. metze | |||||
| | | * | r17415: the ldif handlers can't do search as this now blocks foerever | Stefan Metzmacher | 2006-08-05 | 1 | -11/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because the handlers are called within the async callbacks in side the main search. Also it makes no sense to give the sddl encoder the sid of the primary domain when we need a description of a real security_descriptor, this only makes sense for the defaultSecurityDescriptor... metze | |||||
| | | * | r17414: add new error code | Stefan Metzmacher | 2006-08-05 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17413: add a new case for the this: | Stefan Metzmacher | 2006-08-05 | 1 | -0/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | top->level1->level2->level3 level3 has a deny destructor talloc_free(level1) result: top->level3 metze | |||||
| | | * | r17412: fix missing colon | Simo Sorce | 2006-08-05 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r17411: Try and compile on older versions of GnuTLS. | Andrew Bartlett | 2006-08-04 | 2 | -0/+7 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r17398: avoid a memleak when we are returned 0 results and make a more ↵ | Simo Sorce | 2006-08-04 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | creative use of memory contexts | |||||
| | | * | r17397: Add const, and use a more local memory context. | Andrew Bartlett | 2006-08-04 | 1 | -12/+22 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r17396: Bump the time up again. RPC-SAMR can slow, I probably need to break | Andrew Bartlett | 2006-08-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | it up again... Andrew Bartlett | |||||
| | | * | r17395: Add some more time to the default runtime. Now 7.5 mins. | Andrew Bartlett | 2006-08-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r17394: Pregenerate all the files for TLS. Make the 'make test' startup ↵ | Andrew Bartlett | 2006-08-04 | 1 | -0/+60 | |
| | | | | | | | | | | | | | | | | | | | | | | | | *much* faster. Andrew Bartlett | |||||
| | | * | r17381: - we don't need debug messages twice | Stefan Metzmacher | 2006-08-03 | 1 | -12/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - also user_info->mapped is maybe uninitialized in auth_password_check() as it we do the mapping in auth_password_check_send() that to Kai Blin <kai.blin@gmail.com> and valgrind to find this bug metze | |||||
| | | * | r17380: An expanded test, cross-referencing the global catalog to the main port. | Andrew Bartlett | 2006-08-03 | 1 | -4/+69 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r17379: Pre-generate DH parameters, to avoid doing this at runtime in our ↵ | Andrew Bartlett | 2006-08-03 | 3 | -2/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | testsuite. Andrew Bartlett |