kai/samba.git
2010-11-10 Björn JACKEautobuild: perfer to use git mail address in autobuild...
2010-11-10 Günther Deschners4-smbtorture: use test_GetPrinterData{Ex}_checktype...
2010-11-10 David Disseldorps3-spoolss: fix spoolss GetPrinterData behaviour
2010-11-10 Günther Deschners4-smbtorture: allow to test returned type after specif...
2010-11-10 Björn Jackes3/time_audit: fix a change that was just for debuggin...
2010-11-10 Kamen Mazdrashkis4-pyldb: Handle internal errors in py_ldb_contains...
2010-11-10 Kamen Mazdrashkis4-pydsdb: py_dsdb_am_rodc() may call samdb_rodc()...
2010-11-10 Kamen Mazdrashkis4-pydsdb: py_dsdb_load_partition_usn() - simplify...
2010-11-10 Kamen Mazdrashkis4-pydsdb-py_samdb_ntds_objectGUID(): Avoid potential...
2010-11-10 Kamen Mazdrashkis4-pydsdb-py_dsdb_get_oid_from_attid(): Avoid potential...
2010-11-10 Kamen Mazdrashkis4-pydsdb.c: Fix small memory leak in py_samdb_set_doma...
2010-11-10 Anatoliy Atanasovs4/syntax: Add tests for DN+String and DN+Binary
2010-11-10 Jeremy AllisonFix memleak I accidently introduced when reading from...
2010-11-10 Jeremy AllisonFix bug 7781 - Samba transforms ShareName to lowercase...
2010-11-10 Jeremy AllisonEnsure we check the return from make_user_info before...
2010-11-10 Jeremy AllisonRemove fstring from map_username. Create a more sane...
2010-11-10 Björn Jackes3/vfs_time_audit: use monotonic clock for time deltas
2010-11-09 Andrew Tridgells4: point to the wiki howto for s4
2010-11-09 Andrew Tridgells4-join: raise mininum password length to 32 in new...
2010-11-09 Stefan Metzmachers4:dsdb/operational.c: use DSDB_SECRET_ATTRIBUTES_EX()
2010-11-09 Stefan Metzmachers4:dsdb/common: add DSDB_SECRET_ATTRIBUTES_EX()
2010-11-09 Stefan Metzmachers4:dsdb/local_password: use DSDB_SECRET_ATTRIBUTES
2010-11-09 Stefan Metzmachers4:dsdb/schema/schema_filtered.c: make never_in_filtere...
2010-11-09 Stefan Metzmachers4:dsdb/schema/schema_filtered.c: use DSDB_SECRET_ATTRI...
2010-11-09 Stefan Metzmachers4:rpc_server/drsuapi: don't ask for constructed "disti...
2010-11-09 Stefan Metzmachers4:rpc_server/drsuapi: make msg_attrs static const
2010-11-09 Stefan Metzmachers4:rpc_server/drsuapi: let dcesrv_drsuapi_DsGetNCChange...
2010-11-09 Stefan Metzmachers4:dsdb/common: create a DSDB_SECRET_ATTRIBUTES define...
2010-11-09 Volker Lendeckes3: Quieten a bogus error message
2010-11-09 Volker Lendeckes3: Package autorid module
2010-11-09 Volker Lendeckeraw.h is only needed in the S4 build
2010-11-09 Matthias Dieter... s4:provision_self_join.ldif - the object SID in AD...
2010-11-09 Matthias Dieter... s4:provision.py - strip trailing whitespaces
2010-11-09 Matthias Dieter... s4:provision - switch to "clearTextPassword" for settin...
2010-11-09 Andrew Tridgells4-test: make sure the selftest prefix exists
2010-11-08 Andrew Tridgells4-drs: reduce verbosity of dreplsrv_out_connection_attach
2010-11-08 Andrew Tridgellheimdal: fixed a shadowed variable warning for error_me...
2010-11-08 Kamen Mazdrashkis4-attid: Uppercase ATTID type constants
2010-11-08 Kamen Mazdrashkis4-test: Initial implementation for Schema replication...
2010-11-08 Jeremy AllisonSecond part of fix for bug #7777 - When requesting...
2010-11-08 Jeremy AllisonEnsure we always have a mapped group for "Domain Users".
2010-11-08 Jeremy AllisonFirst part of fix for bug #7777 - When requesting looku...
2010-11-08 Björn Jackes3/configure: fix typo and warning
2010-11-08 Matthias Dieter... s4:password_hash LDB module - introduce a "userPassword...
2010-11-08 Matthias Dieter... s4:pyldb.c - fix "py_ldb_contains" according to the...
2010-11-08 Günther Deschners3-waf: add idmap_autorid to the build.
2010-11-08 Volker Lendeckes3: Fix an uninitialized variable
2010-11-08 Volker Lendeckes3: Build idmap_autorid by default
2010-11-08 Christian Ambachs3:idmap: add a new ID mapping module autorid
2010-11-08 Christian Ambachs3:winbind add wcache_tdc_fetch_domainbysid
2010-11-08 Volker Lendeckes3: Put some parentheses around conditionals
2010-11-08 Volker Lendeckes3: Consistently use stdbool types in new code
2010-11-08 Christian Ambachs3:winbind add timeouts to winbind cache
2010-11-08 Matthias Dieter... s4:passwords.py - test empty password attributes behaviour
2010-11-08 Matthias Dieter... s4:password_hash LDB module - deleting password attribu...
2010-11-08 Matthias Dieter... s4:samdb_msg_find_old_and_new_ldb_val - rework
2010-11-08 Matthias Dieter... s4:password_hash LDB module - clear the fact that a...
2010-11-08 Matthias Dieter... s4:acl LDB module - define the delete passwords special...
2010-11-08 Matthias Dieter... s4:passwords.py - add another two failure cases
2010-11-08 Matthias Dieter... ldb:pyldb.c - "py_ldb_msg_element_get" - here we can...
2010-11-08 Matthias Dieter... ldb:pyldb.c - "py_ldb_contains" - return only "0" not...
2010-11-08 Matthias Dieter... ldb:pyldb.c - most of the times "time_t" is defined...
2010-11-08 Matthias Dieter... ldb:pyldb.c - fix some "Py_ssize_t" output warnings
2010-11-08 Matthias Dieter... ldb:pyldb.c - use "Py_ssize_t" for counting list entries
2010-11-08 Matthias Dieter... ldb:pyldb.c - fix indentation
2010-11-08 Matthias Dieter... s4:pydsdb.c - use "Py_ssize_t" for Python list counters
2010-11-08 Matthias Dieter... s4:pydsdb.c - introduce Python 2.4 compatibility defines
2010-11-08 Matthias Dieter... s4:objectguid/repl_meta_data LDB module - deny "objectG...
2010-11-08 Matthias Dieter... s4:objectclass LDB module - no idea why we'd need the...
2010-11-08 Matthias Dieter... s4:objectguid LDB module - make use of "dsdb_next_callback"
2010-11-08 Matthias Dieter... s4:drsuapi RPC server - writespn.c - fix indentations
2010-11-08 Andrew Tridgells4-drs: allow bypass of writespn checking for some...
2010-11-08 Andrew Bartlettheimdal Add clock-skew handling to DCE-style GSSAPI
2010-11-08 Andrew Bartletts4-auth Supply more useful error messages on Kerberos...
2010-11-08 Brad Hardss4-auth Fix typos in samba4 auth code
2010-11-08 Andrew Bartletts4-dsdb Explain why we may not use the GC name in some...
2010-11-08 Andrew Bartletts4-selftest fix indentation
2010-11-08 Andrew Tridgells4-repl: fixed replication notifications to RODCs
2010-11-08 Andrew Tridgellfix
2010-11-08 Andrew Tridgells4-debug: lowered the debug level of some unimportant...
2010-11-08 Andrew Tridgells4-ldb: don't give an error if a module is already...
2010-11-08 Andrew Tridgellwaf: go back to the previous method of handling .inst...
2010-11-08 Andrew Tridgellwaf: fixed the names of the installed libraries after...
2010-11-08 Andrew Tridgells4-dns: ensure we get the right case on the grant rule...
2010-11-08 Andrew Tridgellwaf: fixed tabs/spaces for python3.0
2010-11-08 Andrew Tridgellwaf: prevent us from modifying non-install libs during...
2010-11-08 Andrew Tridgells4-ldb: better error message when we try to register...
2010-11-08 Andrew Tridgells4-pydrs: validate the DsGetNCChanges response
2010-11-07 Andrew Tridgells4-join: modify join behaviour according to domain...
2010-11-07 Andrew Tridgells4-drs: allow override of the replica_flags
2010-11-07 Andrew Tridgells4-dsdb: give the DN on a shema attribute failure
2010-11-07 Matthias Dieter... s4:ldap.py - add more "objectGUID" related tests
2010-11-07 Matthias Dieter... s4:objectguid LDB module - fix typo in output message
2010-11-07 Matthias Dieter... s4:objectguid LDB module - objectGUIDs cannot be specif...
2010-11-07 Matthias Dieter... s4:upgradeprovision - remove some "recalculate_sd"...
2010-11-07 Matthias Dieter... s4:descriptor LDB module - make the "nTSecurityDescript...
2010-11-07 Matthias Dieter... s4:ldb_modules/util.c - "dsdb_get_single_valued_attr...
2010-11-07 Matthias Dieter... ldb:ldb_pack.c - the "dn" attribute isn't allowed in...
2010-11-07 Matthias Dieter... s4:torture/dssync.c - remove unused variable
2010-11-07 Matthias Dieter... s4:descriptor LDB module - save a pointer to the reques...
next