s4-kcc: disable the NDR printing of DRS getinfo requests
[kai/samba.git] / source4 /
2010-11-23 Andrew Tridgells4-kcc: disable the NDR printing of DRS getinfo requests
2010-11-23 Jelmer Vernooijpyldb: Fix broken test.
2010-11-23 Nadezhda Ivanovas4-tests: Modified acl.py to use samdb.newgroup instead...
2010-11-23 Nadezhda Ivanovas4-dsdb: Changed filter to find the account of a user...
2010-11-23 Kamen Mazdrashkis4-test/repl_schema: Refactor the test a little bit to
2010-11-23 Kamen Mazdrashkis4-tests: Make all DRS python tests to start with samba...
2010-11-23 Kamen Mazdrashkis4-pfm_verify: Explicitly pass LoadParm() instance...
2010-11-23 Nadezhda Ivanovas4-tests: Modified sec_descriptor.py to use samdb.newus...
2010-11-23 Nadezhda Ivanovas4-tests: Modified acl.py to use samdb.newuser instead...
2010-11-23 Nadezhda Ivanovas4-dsdb: Extended samdb.newuser to accept security...
2010-11-23 Nadezhda Ivanovas4-tests: Modified sec_descriptor.py to use SamDB.creat...
2010-11-23 Nadezhda Ivanovas4-tests: Modified acl.py to use SamDB.create_ou()
2010-11-23 Nadezhda Ivanovas4-dsdb: Added a python method to SamDB for creating...
2010-11-23 Andrew Tridgells4-ldb: added an environment varibale LDB_WARN_UNINDEXED
2010-11-23 Nadezhda Ivanovas4-tests: Ldap tests now use the get_dsheuristics and...
2010-11-23 Nadezhda Ivanovas4-tests: Password tests now use the get_dsheuristics...
2010-11-23 Nadezhda Ivanovas4-tests: Acl tests now use the get_dsheuristics and...
2010-11-23 Nadezhda Ivanovas4-dsdb: Added python helpers for getting and seting...
2010-11-22 Jelmer Vernooijservice_ldap, service_smb: Lowercase output file names.
2010-11-22 Nadezhda Ivanovas4-tests: Adapted passwords.py to use set_minPwdAge...
2010-11-22 Nadezhda Ivanovas4-tests: Adapted acl.py to use set_minPwdAge from...
2010-11-22 Nadezhda Ivanovas4-dsdb: Added a helper to python SamDB for retrieving...
2010-11-22 Kamen Mazdrashkis4-test/repl_schema: Remote global ldb connections
2010-11-22 Kamen Mazdrashkis4-tests: Wrap connect_samdb() into a connect_samdb_ex...
2010-11-22 Kamen Mazdrashkis4-samba.tests: Explicitly pass LoadParm() instance...
2010-11-22 Kamen Mazdrashkis4-pfm_verify: fix usage string
2010-11-21 Arnaud FaucherAvoid the use of PyAPI_DATA, which is for internal...
2010-11-21 Jelmer Vernooijselftest: When running on the buildfarm, pipe everythin...
2010-11-21 Matthieu Patouselftest: fix tap2subunit detection on system with...
2010-11-21 Matthias Dieter... s4:provision_rootdse_add.ldif - add all possible LDAP...
2010-11-21 Andrew Tridgells4-ldb: fixed the build with a space in the ldb modules...
2010-11-21 Andrew Tridgellheimdal: fixed the waf build with a space in the direct...
2010-11-21 Andrew Tridgells4-rpc: make rpc connect less verbose
2010-11-20 Matthias Dieter... s4:repl_meta_data LDB module - fix a counter type
2010-11-20 Matthias Dieter... s4:repl_meta_data LDB module - move the "objectGUID...
2010-11-20 Matthias Dieter... s4:objectclass_attrs LDB module - add more delete prote...
2010-11-20 Matthias Dieter... s4:samldb LDB module - objectclass trigger - reorder...
2010-11-20 Ricardo Jorgepyrpc: Build the samba.dcerpc.srvsvc module.
2010-11-20 Arnaud Faucherheimdal: Don't depend on compile_asn1 and et_compile...
2010-11-20 Matthias Dieter... s4:acl LDB module - it's more correct to count the...
2010-11-19 Matthias Dieter... ldb:rdn_name LDB module - add more RDN name constraints
2010-11-19 Matthias Dieter... ldb:ldb_rename on ldap backends - handle the case when...
2010-11-19 Matthias Dieter... s4:netlogon/LogonGetDomainInfo - handle a NULL "dns_hos...
2010-11-19 Matthias Dieter... s4:torture/ldb/ldb.c - add a small test for a DN with...
2010-11-19 Matthias Dieter... s4:dsdb tests - use even more already defined pyldb...
2010-11-19 Andrew Tridgellwintest: moved to top level
2010-11-18 Andrew Tridgells4-wintest: reliability and usability improvements
2010-11-18 Andrew Tridgells4-rodc: enable the DRS_GET_ALL_GROUP_MEMBERSHIP flag...
2010-11-18 Andrew Tridgells4-join: initially disable the machine account
2010-11-18 Andrew Tridgells4-drs: fixed a typo
2010-11-18 Andrew Tridgells4-wintest: remove files in var/ when reprovisioning
2010-11-18 Andrew Tridgells4-test: added --rebase and --clean options
2010-11-18 Andrew Tridgells4-test: use --fail-immediately for samba_dnsupdate...
2010-11-18 Andrew Tridgells4-spnupdate: only enable NDR print at log level above 5
2010-11-18 Andrew Tridgells4-dns: added support for --fail-immediately for RODC...
2010-11-18 Kamen Mazdrashkis4-ldb.python: Use $SELFTEST_PREFIX/tmp as a temporary...
2010-11-18 Kamen Mazdrashkis4-ldb.python: add test for ldb.Message.from_dict(...
2010-11-18 Kamen Mazdrashkis4-pyldb: ldb.Message.from_dict class method to create...
2010-11-18 Kamen Mazdrashkis4-pyldb: Move code to create a ldb_message from a...
2010-11-18 Kamen Mazdrashkis4-samdb.py: Use ldb.get_default_basedn() to avoid...
2010-11-18 Kamen Mazdrashkis4-pyldb_util: Move ldb Type searching into separate...
2010-11-18 Kamen Mazdrashkis4-pyldb: Few miss-alignments aligned
2010-11-18 Kamen Mazdrashkis4-pyldb: Move PyLdbMessage_FromMessage() in PyMessage...
2010-11-18 Kamen Mazdrashkis4-pyldb: Fix wrong type of 'self' parameter
2010-11-18 Nadezhda Ivanovas4-tests: Modified descriptor tests to use pyldb api...
2010-11-18 Nadezhda Ivanovas4-tests: Modified acl tests to use pyldb api to retrie...
2010-11-18 Nadezhda Ivanovas4-tests: Changed descriptor tests to use existing...
2010-11-18 Nadezhda Ivanovas4-tests: Changed acl tests to use existing method...
2010-11-18 Matthias Dieter... Revert "s4:api.py - DN tests - test a bit more special...
2010-11-18 Matthias Dieter... s4:dsdb python tests - use "ldb.domain_dn"
2010-11-18 Anatoliy Atanasovs4/operational: Fix swapped parameters for ldb_msg_copy...
2010-11-18 Anatoliy Atanasovs4/ldap: ldap_syntaxes.py cleanup
2010-11-18 Simo Sorceldb: error out when modules are not found
2010-11-18 Nadezhda Ivanovas4-tests: Descriptor tests should use the existing...
2010-11-18 Nadezhda Ivanovas4-tests: Acl tests should use the existing samdb domai...
2010-11-18 Matthias Dieter... ldb:skel.c - don't introduce trailing whitespaces by...
2010-11-18 Matthias Dieter... s4:password_hash LDB module - remove unused headers
2010-11-18 Matthias Dieter... s4:repl_meta_data LDB module - allow also special DNs...
2010-11-18 Matthias Dieter... s4:api.py - DN tests - test a bit more special DNs...
2010-11-18 Matthias Dieter... ldb:ldb_dn_explode - point out that on error cases...
2010-11-18 Andrew Tridgells4-test: added greater control over tests to run
2010-11-18 Andrew Tridgells4-test: rename scripting/devel/howto to scripting...
2010-11-17 Andrew Tridgells4-wintest: added wintest.py library
2010-11-17 Andrew Tridgells4-repl: removed the syncall_workaround code
2010-11-17 Andrew Tridgells4-repl: save the result of the last replication in...
2010-11-17 Andrew Tridgells4-repl: ensure we don't starve pending replication ops
2010-11-17 Andrew Tridgells4-kcc: fixed result_last_attempt in showrepl
2010-11-17 Andrew Tridgells4-provision: don't test for xattrs if posix:eadb is set
2010-11-17 Andrew Tridgells4-provision: setup posix:eadb using lp.set()
2010-11-17 Andrew Tridgelldeveloper: only do the C++ reserved name checking on...
2010-11-17 Andrew Tridgells4-provision: don't try to autodetect xattr is posix...
2010-11-17 Andrew Tridgells4-heimdal: ask for non-atomic heimdal
2010-11-17 Andrew Tridgellheimdal: added HEIM_BASE_NON_ATOMIC option
2010-11-17 Andrew Tridgells4-test: updates to test-howto.py
2010-11-17 Andrew Tridgells4-heimdal: implement KERB_AP_ERR_TYPE_SKEW_RECOVERY
2010-11-17 Andrew Tridgells4-gensec: zero the gssapi_state
2010-11-17 Andrew Tridgells4-provision: use the command line lp in provision
2010-11-17 Andrew Tridgells4-provision: add log messages about IP lookup
2010-11-17 Andrew Tridgells4-dns: catch more expections in samba_dnsupdate
2010-11-17 Matthias Dieter... ldb:ldb_dn.c - ldb_dn_explode - free also the extended...
next