summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* s4:samr RPC server - remove a somewhat pointless commentMatthias Dieter Wallnöfer2010-10-251-1/+0
* s4:"samdb_search_count" - introduce a "mem_ctx" parameterMatthias Dieter Wallnöfer2010-10-253-10/+12
* ldb:gendb_* calls: support a "NULL" resultset parameterMatthias Dieter Wallnöfer2010-10-251-2/+1
* s4-test: Extend DRS-msDSIntId test to verify Configuration NC replica alsoKamen Mazdrashki2010-10-251-5/+30
* s4:samldb LDB module - other indentation fixes on error messagesMatthias Dieter Wallnöfer2010-10-251-9/+12
* s4:ldap.py - prove the denied multi-valued replace requestsMatthias Dieter Wallnöfer2010-10-251-18/+18
* s4:objectclass_attrs LDB module - deny multi-valued replace requestsMatthias Dieter Wallnöfer2010-10-251-0/+13
* s4:provision_*_references.ldif - "add" and do not "replace" the "wellKnownObj...Matthias Dieter Wallnöfer2010-10-252-2/+2
* s4:samldb LDB module - fix indentationsMatthias Dieter Wallnöfer2010-10-251-15/+28
* s4:samldb LDB module - use "uint32_t" for available krbtgt numberMatthias Dieter Wallnöfer2010-10-251-5/+8
* s4:samldb LDB module - assign better memory contexts in some casesMatthias Dieter Wallnöfer2010-10-251-8/+9
* s4-waf: don't generate PACKAGE_* defines in config.hStefan Metzmacher2010-10-254-12/+8
* waf: moved the -Wl,-no-undefined flags to source4 and ldbAndrew Tridgell2010-10-252-0/+8
* s4-test: Print correct partition DN in msDSIntId testKamen Mazdrashki2010-10-241-1/+1
* s4:dsdb - remove some calls of "samdb_msg_add_string" when we have talloc'ed ...Matthias Dieter Wallnöfer2010-10-242-13/+8
* s4:dsdb - use LDB results in "add_time_element" and "add_uint64_element"Matthias Dieter Wallnöfer2010-10-242-24/+35
* s4:dsdb - use the more safe "samdb_msg_add_(u)int*" calls always where possibleMatthias Dieter Wallnöfer2010-10-245-22/+30
* s4:librpc: we don't need dcerpc client bindings for dns.idlStefan Metzmacher2010-10-241-16/+0
* torture/local: Depend on NSS_WRAPPER, even if it wasn't enabled.Jelmer Vernooij2010-10-241-1/+1
* ldb: Rename pyldb pkg-config file to pyldb-util, to avoid confusion withJelmer Vernooij2010-10-243-8/+8
* s4: Rename LIBCLI_NBT -> cli_nbt.Jelmer Vernooij2010-10-243-7/+7
* s4: Rename LIBCLI_LDAP to libcli_ldap.Jelmer Vernooij2010-10-245-5/+5
* s4: Rename WBCLIENT to wbclient.Jelmer Vernooij2010-10-242-2/+2
* s4: Rename DB_GLUE to db_glue.Jelmer Vernooij2010-10-241-4/+4
* s4: Rename SMBPASSWD to smbpasswd.Jelmer Vernooij2010-10-244-11/+11
* waf: Lowercase several library names.Jelmer Vernooij2010-10-241-12/+12
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-2435-80/+80
* s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}Jelmer Vernooij2010-10-249-30/+30
* s4: Rename SAMDB_COMMON to samdb_common.Jelmer Vernooij2010-10-243-7/+7
* waf: Rename LIBWINBIND-CLIENT to libwinbind-clientJelmer Vernooij2010-10-241-1/+1
* s4: Rename NSS_WRAPPER to nss_wrapper.Jelmer Vernooij2010-10-236-7/+7
* s4: Rename UID_WRAPPER to uid_wrapper.Jelmer Vernooij2010-10-233-4/+4
* s4: Rename WRAP_XATTR to wrap_xattr.Jelmer Vernooij2010-10-231-2/+2
* s4: Rename LIBEVENTS to libevents.Jelmer Vernooij2010-10-2311-48/+48
* s4: Rename NDR_TABLE to ndr_table.Jelmer Vernooij2010-10-235-10/+10
* s4: Rename LIBNETIF to libnetif.Jelmer Vernooij2010-10-235-51/+47
* waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij2010-10-232-2/+2
* s4:provision.py - add the correct "CN=Sites" security descriptorMatthias Dieter Wallnöfer2010-10-232-5/+21
* s4:schema.py - reformat and fix the security descriptorMatthias Dieter Wallnöfer2010-10-231-14/+23
* ldb: Support using system pyldb library.Jelmer Vernooij2010-10-231-8/+12
* ldb: Install pkg-config file for pyldb.Jelmer Vernooij2010-10-232-0/+14
* ldb: Install pyldb-util as public library.Jelmer Vernooij2010-10-231-2/+3
* ldb:ldb.h - include a comment that the relax control is mainly used by the Op...Matthias Dieter Wallnöfer2010-10-231-0/+2
* s4/ldb:introduce the LDB_CONTROL_PROVISION_OID controlMatthias Dieter Wallnöfer2010-10-236-0/+44
* ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIO...Matthias Dieter Wallnöfer2010-10-235-8/+8
* s4:dns_server - fix counter typesMatthias Dieter Wallnöfer2010-10-232-5/+3
* s4 dns: Implement update record prescan logicKai Blin2010-10-231-0/+37
* s4 dns: Add stub checking if updates are allowedKai Blin2010-10-231-1/+9
* s4 dns: Add a prerequisites check for updatesKai Blin2010-10-231-2/+67
* s4 dns: Switch to WERRORKai Blin2010-10-235-98/+90