summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * r17489: run the crypto tests with testStefan Metzmacher2006-08-111-1/+1
| | | | | | | | | | | | | | | | metze
| | | * r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174Stefan Metzmacher2006-08-119-3/+755
| | | | | | | | | | | | | | | | | | | | | | | | - and add torture tests also based on the rfc's metze
| | | * r17484: Make last version of the function generating random set of changesRafal Szczesniak2006-08-101-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 Bokovoy2006-08-101-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 Bartlett2006-08-103-8/+83
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17473: Split loading a list of modules and initialising them into a seperateAndrew Bartlett2006-08-101-42/+58
| | | | | | | | | | | | | | | | | | | | | | | | function. Andrew Bartlett
| | | * r17472: Remove unused variable.Rafal Szczesniak2006-08-091-1/+0
| | | | | | | | | | | | | | | | rafal
| | | * r17471: Add a function generating pseudorandom set of changes to testRafal Szczesniak2006-08-091-10/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | user modify routines. rafal
| | | * r17450: A bit more protection against memory allocation errors.Rafal Szczesniak2006-08-071-1/+2
| | | | | | | | | | | | | | | | rafal
| | | * r17449: Add another field to the test before expanding the whole testRafal Szczesniak2006-08-071-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to more complex form. rafal
| | | * r17448: Define macros to set fields in api function modifying user account.Rafal Szczesniak2006-08-072-28/+50
| | | | | | | | | | | | | | | | rafal
| | | * r17447: Add more fields to user modify routines.Rafal Szczesniak2006-08-071-0/+17
| | | | | | | | | | | | | | | | rafal
| | | * r17442: print out credentials on the "secret" objectClass and "trustedDomain"Stefan Metzmacher2006-08-071-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | objectclass metze
| | | * r17441: add some more attribute with credentials in themStefan Metzmacher2006-08-071-0/+8
| | | | | | | | | | | | | | | | metze
| | | * r17438: extend the commentStefan Metzmacher2006-08-071-0/+2
| | | | | | | | | | | | | | | | metze
| | | * r17434: update our indexSimo Sorce2006-08-061-1/+24
| | | |
| | | * r17433: remove obsoleted RFCsSimo Sorce2006-08-069-8993/+1
| | | |
| | | * r17432: display more GUID values nicely,Stefan Metzmacher2006-08-061-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 clientStefan Metzmacher2006-08-053-0/+49
| | | | | | | | | | | | | | | | metze
| | | * r17429: implement the LDAP_SERVER_SHOW_DELETED control in the clientStefan Metzmacher2006-08-053-0/+48
| | | | | | | | | | | | | | | | metze
| | | * r17420: add client support for the LDAP_SERVER_DOMAIN_SCOPE controlStefan Metzmacher2006-08-053-2/+50
| | | | | | | | | | | | | | | | metze
| | | * r17419: add client support for the LDAP_SERVER_SEARCH_OPTIONS support.Stefan Metzmacher2006-08-053-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 controlStefan Metzmacher2006-08-053-1/+102
| | | | | | | | | | | | | | | | metze
| | | * r17417: Try to fix random failures in the build farm for 3_0.Volker Lendecke2006-08-051-0/+10
| | | | | | | | | | | | | | | | Volker
| | | * r17416: display the attributeSecurityGUID nicely.Stefan Metzmacher2006-08-051-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 foereverStefan Metzmacher2006-08-051-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 codeStefan Metzmacher2006-08-052-0/+2
| | | | | | | | | | | | | | | | metze
| | | * r17413: add a new case for the this:Stefan Metzmacher2006-08-051-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | top->level1->level2->level3 level3 has a deny destructor talloc_free(level1) result: top->level3 metze
| | | * r17412: fix missing colonSimo Sorce2006-08-051-1/+1
| | | |
| | | * r17411: Try and compile on older versions of GnuTLS.Andrew Bartlett2006-08-042-0/+7
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17398: avoid a memleak when we are returned 0 results and make a more ↵Simo Sorce2006-08-041-8/+8
| | | | | | | | | | | | | | | | creative use of memory contexts
| | | * r17397: Add const, and use a more local memory context.Andrew Bartlett2006-08-041-12/+22
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17396: Bump the time up again. RPC-SAMR can slow, I probably need to breakAndrew Bartlett2006-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | it up again... Andrew Bartlett
| | | * r17395: Add some more time to the default runtime. Now 7.5 mins.Andrew Bartlett2006-08-041-1/+1
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17394: Pregenerate all the files for TLS. Make the 'make test' startup ↵Andrew Bartlett2006-08-041-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | *much* faster. Andrew Bartlett
| | | * r17381: - we don't need debug messages twiceStefan Metzmacher2006-08-031-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 Bartlett2006-08-031-4/+69
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17379: Pre-generate DH parameters, to avoid doing this at runtime in our ↵Andrew Bartlett2006-08-033-2/+30
| | | | | | | | | | | | | | | | | | | | | | | | testsuite. Andrew Bartlett
| | | * r17377: This attribute is maintained by the modules, don't override it.Andrew Bartlett2006-08-031-3/+0
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17370: Fix tdb searches, we need to return an LDAP_REPLY_DONE packet when done.Simo Sorce2006-08-021-0/+15
| | | | | | | | | | | | | | | | Awesome how this didn't break everything around...
| | | * r17368: Add 'const' to ldb_match_msg().Andrew Bartlett2006-08-012-22/+22
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17362: session_info and smbpid are available from the ntvfs_handleStefan Metzmacher2006-08-013-25/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so we don't need them on the pvfs_file struct. also we don't need to check is the handle has the correct session as this is job of the frontend server metze
| | | * r17361: check that file handles are only accessableStefan Metzmacher2006-08-011-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | by the correct session in the SMB frontend server metze
| | | * r17360: add some commentsStefan Metzmacher2006-08-011-3/+23
| | | | | | | | | | | | | | | | metze
| | | * r17359: http://www.cs.wisc.edu/~cao/cs739/draft-leach-cifs-v1-spec-01.txtStefan Metzmacher2006-08-011-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | says that with the 0xffff fid all files only for the given pid should be flushed Does samba3 handle this correct? metze
| | | * r17357: - fix the buildStefan Metzmacher2006-08-012-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - generate the IDL_NDR_* variables before using them (this was the reason I didn't noticed this error) metze
| | | * r17352: Don't do a modify on the objectClasses, as OpenLDAP doesn't likeAndrew Bartlett2006-08-012-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | this. Instead, handle this one in the add. Andrew Bartlett
| | | * r17351: Remove extra LDB partition we don't actually use (these are in theAndrew Bartlett2006-08-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | main database, under cn=templates). Andrew Bartlett
| | | * r17350: Avoid a couple of memleaks, unnecessary code and use a more linear styleSimo Sorce2006-08-012-27/+28
| | | |
| | | * r17349: We can't just return sucess here, modules below us expect the asyncAndrew Bartlett2006-08-012-44/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reply rules to be followed. Add code to do a fake async callback on the skipped records. Andrew Bartlett