python: Add bindings for cli_credentials_set_cmdline_callbacks().
[ira/wip.git] / testprogs / ejs /
2008-01-23 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-22 Andrew BartlettMake ranged results tests in ldap.js easier to debug.
2008-01-15 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-15 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-15 Andrew BartlettMake ldap.js test easier to re-run in failure cases...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Andrew Bartlettr26488: Implement tests for the ranged_results module.
2007-12-21 Andrew Bartlettr26479: Further test behaviour of 'attribute or value...
2007-12-21 Andrew Bartlettr26420: Don't print a blow-by-blow description of every...
2007-12-21 Andrew Bartlettr26419: Add a module to implement 'ambigious name resol...
2007-12-21 Andrew Bartlettr26182: Extend our linked attribute testsuite to cover...
2007-12-21 Andrew Bartlettr26140: Add a new test for searches by distinguieshedNa...
2007-12-21 Andrew Bartlettr25961: Add new tests to verify basedn validation in...
2007-12-21 Andrew Bartlettr25948: Fix up the samba3sam test (which is very fragil...
2007-12-21 Andrew Bartlettr25891: Test that we get the correct return value when...
2007-12-21 Andrew Bartlettr25826: Prove that adding a user or computer via LDAP...
2007-12-21 Andrew Bartlettr25788: Use a single routine to handle the creation...
2007-12-21 Andrew Bartlettr25787: Assert that we handle the group membership...
2007-12-21 Andrew Bartlettr25781: Handle and test linked attribute renames.
2007-12-21 Andrew Bartlettr25762: This test belongs best with the other checks...
2007-12-21 Andrew Bartlettr25761: Rename to be a DN to be a child of itself wasn...
2007-12-21 Andrew Bartlettr25760: Test out relative distinguished name behaviour...
2007-12-21 Andrew Bartlettr25754: More work on normal forms for ldb input.
2007-12-21 Andrew Bartlettr25753: Move cn=rootdse to @ROOTDSE to avoid being...
2007-12-21 Andrew Bartlettr25750: Update the objectclass module to improve consis...
2007-12-21 Andrew Bartlettr25710: Finally fix subtree renames. Untested code...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Andrew Bartlettr25218: After discussion with Simo, remove the subclass...
2007-10-10 Andrew Bartlettr25204: Patch by Andrew Kroeger <andrew@sprocks.gotdns...
2007-10-10 Andrew Bartlettr24761: Permit subtree renames in Samba4.
2007-10-10 Andrew Bartlettr24459: Fix up ldap.js and test_ldb.sh to test the...
2007-10-10 Andrew Bartlettr24263: Fix bug 4846 (unable to copy users in MMC Activ...
2007-10-10 Andrew Bartlettr24262: Set the objectCategory by default in the object...
2007-10-10 Andrew Bartlettr24076: Make ldap.js pass against Win2k3 again (looks...
2007-10-10 Andrew Bartlettr23762: Fix DN renames over LDAP, and instrument the...
2007-10-10 Andrew Bartlettr23737: Validate that we object to duplicate values...
2007-10-10 Andrew Bartlettr23719: ejs being case sensitive, while LDAP is not...
2007-10-10 Andrew Bartlettr23560: - Activate metze's schema modules (from metze...
2007-10-10 Andrew Bartlettr23558: MMC seems to ask for this, so I think we need...
2007-10-10 Rafal Szczesniakr23178: add simple js code I use for testing and which...
2007-10-10 Andrew Bartlettr23026: Add groupPolicyContainer, as we now require...
2007-10-10 Andrew Bartlettr22523: Give a hint why this test fails (helped debuggi...
2007-10-10 Andrew Bartlettr22478: Update the LDAP backend code to handle initiali...
2007-10-10 Andrew Bartlettr21737: Print the error strings in the ejs ldb test.
2007-10-10 Andrew Bartlettr21496: A number of ldb control and LDAP changes, surro...
2007-10-10 Stefan Metzmacherr21361: let samba3sam.js pass when we'll use unicodePwd...
2007-10-10 Simo Sorcer21351: Change ldb ejs bindings return codes.
2007-10-10 Stefan Metzmacherr21000: add some options to control what ldif is dumped
2007-10-10 Stefan Metzmacherr20999: - update the list of attributes for classSchema...
2007-10-10 Andrew Bartlettr20457: Print more information before asserting
2007-10-10 Rafal Szczesniakr20176: Info method returns null object if the user...
2007-10-10 Rafal Szczesniakr20143: a bit of experiments before doing serious chang...
2007-10-10 Rafal Szczesniakr19971: typo fix
2007-10-10 Andrew Bartlettr19731: Modify the ldb_map infrustructure to always...
2007-10-10 Stefan Metzmacherr19729: - split basedn related tests to a new function
2007-10-10 Stefan Metzmacherr19727: make it possible to run the ldap.js tests again...
2007-10-10 Andrew Bartlettr18786: I moved the usnChanged code around, and it...
2007-10-10 Jelmer Vernooijr18721: Fix base and samba3sam EJS tests to work withou...
2007-10-10 Jelmer Vernooijr18720: Get rid of unused file.
2007-10-10 Andrew Tridgellr18573: disable the echo.js testing of echo_TestCall...
2007-10-10 Andrew Bartlettr17925: Another class we need.
2007-10-10 Simo Sorcer17839: do not reference possibleInferiors we have...
2007-10-10 Simo Sorcer17662: some more enhancements to our schema extraction...
2007-10-10 Andrew Bartlettr17661: A patch from Martin Kuehl:
2007-10-10 Simo Sorcer17651: Commit the set of classess used to generate...
2007-10-10 Simo Sorcer17648: update minschema.js
2007-10-10 Andrew Bartlettr17646: Use authentication if specified.
2007-10-10 Andrew Bartlettr17598: Patch from Martin Kühl <mkhl@samba.org> to...
2007-10-10 Simo Sorcer17597: fix prefix path handling
2007-10-10 Andrew Bartlettr17547: Add test by mkhl for some of our variable subst...
2007-10-10 Andrew Bartlettr17546: Test the loading of per-partition modules.
2007-10-10 Andrew Bartlettr17544: Add execute bit to js script.
2007-10-10 Andrew Bartlettr17543: Patch from Martin Kühl <martin.kuehl@gmail...
2007-10-10 Andrew Bartlettr17525: This is a merge from the Google Summer of Code...
2007-10-10 Andrew Bartlettr17380: An expanded test, cross-referencing the global...
2007-10-10 Andrew Bartlettr17302: Testing!
2007-10-10 Andrew Bartlettr17299: Improve the partition module to replicate attri...
2007-10-10 Andrew Bartlettr16934: Expand the ldb test to demonstrate partition...
2007-10-10 Andrew Bartlettr16914: Add more tests for the partition module.
2007-10-10 Andrew Bartlettr16167: Add tests for the changes to use hex digits...
2007-10-10 Andrew Bartlettr16110: Start some simple rootDSE LDAP tests in ejs.
2007-10-10 Andrew Bartlettr16072: Do basic wildcard searching in the ejs LDAP...
2007-10-10 Andrew Bartlettr16068: Check against the correct result in the ldap...
2007-10-10 Andrew Bartlettr16066: The OSX AD plugin uses objectCategory searches...
2007-10-10 Andrew Bartlettr16061: Prove that removing the objectClass list in...
2007-10-10 Andrew Bartlettr16028: Re-add the objectclass module, in the new async...
2007-10-10 Simo Sorcer13356: test utf8 usernames
2007-10-10 Andrew Bartlettr12998: A big update to samldb.c
2007-10-10 Andrew Bartlettr12892: Add a 'Migrate from Windows' page to our instal...
2007-10-10 Andrew Tridgellr12324: use command line credentials if available in...
2007-10-10 Rafal Szczesniakr11587: Trivial testing code giving an idea of how...
2007-10-10 Andrew Tridgellr11467: yay! mmc now accepts our schema. The trick...
2007-10-10 Andrew Tridgellr11463: more progress on the schema generator. mmc...
2007-10-10 Andrew Tridgellr11436: this is work in progress for generating the...
2007-10-10 Rafal Szczesniakr11309: A trivial test script for ejs libnet interface.
2007-10-10 Andrew Tridgellr10990: the beginnings of a program designed to work...
2007-10-10 Andrew Tridgellr10919: fixed the ldb test for the new operational...
2007-10-10 Jelmer Vernooijr9919: Remove debug statement from samba3sam
2007-10-10 Jelmer Vernooijr9915: Some more mappings. Fix weird sAMAccountName...
2007-10-10 Jelmer Vernooijr9912: Fix another bug in ldb_map.
next