s4-test: added --rebase and --clean options
[samba.git] / source4 /
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...
2010-11-17 Andrew Tridgells4-test: added testing of w2k3 DC join to test-howto.py
2010-11-17 Andrew Tridgells4-join: fixed join to w2k3
2010-11-17 Andrew Tridgells4-join: show a reasonable error on DsAddEntry() failing
2010-11-17 Andrew Tridgells4-join: enable NDR printing at debug levels >= 5
2010-11-17 Andrew Tridgells4-loadparm: set debuglevel and logfile in tables
2010-11-17 Andrew Tridgells4-loadparm: fixed a memory leak in handle_realm()
2010-11-16 Andrew Bartletts4-kdc Rework supported encryption type logic to match...
2010-11-16 Matthias Dieter... s4:acl LDB module - use also here "dsdb_find_nc_root...
2010-11-16 Matthias Dieter... s4:descriptor LDB module - also "get_default_ag" should...
2010-11-16 Matthias Dieter... s4:descriptor LDB module - handle the NCs in a more...
2010-11-16 Matthias Dieter... s4:"dsdb_find_nc_root" - let it work also when the...
2010-11-16 Matthias Dieter... s4:descriptor LDB module - make more clear that special...
2010-11-16 Matthias Dieter... s4:objectclass LDB module - the "olddn" is the special...
2010-11-16 Kamen Mazdrashkis4-schema_load: Don't clean in_transaction flag until...
2010-11-16 Matthias Dieter... s4:subtree_rename LDB module - make use of "dsdb_find_n...
2010-11-16 Matthias Dieter... s4:objectclass LDB module - free "nc_root" after name...
2010-11-16 Andrew Tridgells4-test: fixes for test-howto.py
2010-11-16 Andrew Tridgells4-spoolss: fixed warning in call to torture_warning()
2010-11-16 Andrew Tridgells4-eventlog: fixed dcerpc handle return
2010-11-16 Andrew Bartlettsamba-tool Add test for --store-plaintext
2010-11-16 Brad HardsUpdate dcerpc_server.pc library name to match reality.
2010-11-16 Andrew Bartlettsamba-tool pwsettings Allow setting 'store cleartext'
2010-11-16 Andrew Bartletts4-ldif_handlers Add handler for printing supplementalC...
2010-11-16 Andrew Bartlettheimdal Build ticket with the canonical server name
2010-11-16 Andrew Bartletts4-kdc Fix the realm handling again, this time pay...
2010-11-16 Andrew Bartletts4-kdc use 'flags' to only create the 'admin data'...
2010-11-16 Andrew Bartletts4-kdc Add 'flags' parameter to db fetch calls
2010-11-16 Andrew Tridgellwaf: added --git-local-changes configure option
2010-11-15 Andrew Bartletts4-kdc Don't regenerate the PAC for cross-realm tickets
2010-11-15 Andrew Bartletts4-kdc Don't always regenerate the PAC
2010-11-15 Andrew Bartlettheimdal Fetch the client before the PAC check, but...
2010-11-15 Andrew Bartletts4-gensec Indicate if GENSEC is in client or server...
2010-11-15 Matthias Dieter... s4:heimdal - fix the return code of a non-void function
2010-11-15 Matthias Dieter... s4:torture/basic/base.c - fix output warnings regarding...
2010-11-15 Matthias Dieter... s4:objectclass LDB module - improve the default name...
2010-11-15 Andrew Tridgells4-join: not all versions of w2003 have msDS-SupportedE...
2010-11-15 Andrew Tridgells4-devel: a script to test the Samba4 HOWTO
2010-11-15 Matthias Dieter... s4:objectclass LDB module - implement the "objectClass...
2010-11-15 Jelmer Vernooijheimdal_base: Fix include path so heim_threads.h can...
2010-11-15 Jelmer Vernooijsmb_server: Build as shared module.
2010-11-15 Jelmer Vernooijheimdal_base: Add missing dependency on replace.
2010-11-15 Jelmer Vernooijnbtd: Build service as shared module.
2010-11-15 Andrew Tridgells4-dns: added --fail-immediately option to samba_dnsupdate
2010-11-15 Andrew Tridgells4-dns: fixed registration of multiple IPs in samba_dns...
2010-11-15 Andrew Bartlettheimdal Fix handling of backwards cross-realm detection...
2010-11-15 Andrew Bartletts4-kdc Fix realm handling in our KDC
2010-11-15 Jelmer Vernooijs4: Build ldap and samba3_smb services as shared modules.
2010-11-15 Jelmer Vernooijcldap: Build as shared module.
2010-11-15 Jelmer Vernooijkdc: Build as shared module by default.
2010-11-15 Jelmer Vernooijauth/ntlm: Use name consistent with other service names.
2010-11-15 Andrew Bartlettauth/gensec Handle incorrect username or password in...
next