summaryrefslogtreecommitdiff
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* s4:samldb LDB module - "member" triggerMatthias Dieter Wallnöfer2010-10-301-38/+69
* s4:local_password LDB module - fix typosMatthias Dieter Wallnöfer2010-10-301-6/+6
* s4:resolve_oids LDB module - fix counter typesMatthias Dieter Wallnöfer2010-10-301-2/+2
* s4:partition_init LDB module - fix counter typeMatthias Dieter Wallnöfer2010-10-301-2/+4
* s4:extended_dn_store LDB module - fix counter typesMatthias Dieter Wallnöfer2010-10-301-2/+2
* s4-build: removed some unnecessary dependenciesAndrew Tridgell2010-10-301-1/+1
* s4-dns: make the dns update task an external moduleAndrew Tridgell2010-10-301-5/+6
* s4-auth: make KERBEROS subsystem into authkrb5 private libraryAndrew Tridgell2010-10-301-1/+1
* s4-ldbwrap: split ldb-wrap out from the LDBSAMBA subsystemAndrew Tridgell2010-10-302-1/+2
* s4:samr RPC server - remove wrong implementation of ReplicaSourceNodeNameMatthias Dieter Wallnöfer2010-10-291-22/+0
* s4-resolve_oids: Remove redundant check - resolve_oids_need_value() handle thisKamen Mazdrashki2010-10-291-4/+0
* s4-schema_init: we should be able to resolve Syntax OIDs with prefixMap we haveKamen Mazdrashki2010-10-291-3/+3
* s4-ldb: Added the correct extended check for read access to nTSecurityDescriptorNadezhda Ivanova2010-10-272-1/+63
* s4-ldb: Changes the aclread module to use LDB_HANDLE_FLAG_UNTRUSTED to determ...Nadezhda Ivanova2010-10-272-9/+5
* s4-dsdb_syntax: *_OID_oid_ldb_to_drsuapi() functions should useKamen Mazdrashki2010-10-261-6/+6
* s4-prefixMap: split dsdb_schema_make_attid() function into read-only andKamen Mazdrashki2010-10-261-1/+38
* s4-prefixmap: Use WERR_NOT_FOUND when OID is not found in current prefixMapKamen Mazdrashki2010-10-263-3/+3
* s4:ldap.py - add a test for attribute ranges - still very basicMatthias Dieter Wallnöfer2010-10-261-1/+56
* s4:sam.py - enhance users and groups testMatthias Dieter Wallnöfer2010-10-261-2/+63
* s4:samldb LDB module - enhance the "member"-check triggerMatthias Dieter Wallnöfer2010-10-261-3/+7
* s4:ldap.py - enhance and activate the "description" attribute testMatthias Dieter Wallnöfer2010-10-261-27/+89
* s4:objectclass_attrs.c - rework to support these special "description" constr...Matthias Dieter Wallnöfer2010-10-261-10/+40
* waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij2010-10-262-9/+9
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-262-22/+22
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-261-35/+35
* s4:"samdb_search_count" - introduce a "mem_ctx" parameterMatthias Dieter Wallnöfer2010-10-252-7/+6
* ldb:gendb_* calls: support a "NULL" resultset parameterMatthias Dieter Wallnöfer2010-10-251-2/+1
* 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: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:dsdb - remove some calls of "samdb_msg_add_string" when we have talloc'ed ...Matthias Dieter Wallnöfer2010-10-241-3/+2
* 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-244-19/+28
* ldb: Rename pyldb pkg-config file to pyldb-util, to avoid confusion withJelmer Vernooij2010-10-241-1/+1
* s4: Rename SMBPASSWD to smbpasswd.Jelmer Vernooij2010-10-241-7/+7
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-242-18/+18
* s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}Jelmer Vernooij2010-10-241-9/+9
* s4: Rename SAMDB_COMMON to samdb_common.Jelmer Vernooij2010-10-242-6/+6
* s4: Rename NSS_WRAPPER to nss_wrapper.Jelmer Vernooij2010-10-232-3/+3
* s4: Rename LIBEVENTS to libevents.Jelmer Vernooij2010-10-231-34/+34
* s4/ldb:introduce the LDB_CONTROL_PROVISION_OID controlMatthias Dieter Wallnöfer2010-10-232-0/+8
* ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIO...Matthias Dieter Wallnöfer2010-10-231-3/+3
* s4 dsdb kcc: Prefer msDS-hasMasterNCs over hasMasterNCs when replicatingKai Blin2010-10-231-5/+10
* s4-dsdb_syntax: Setup "String(Case Sensitive)" syntaxKamen Mazdrashki2010-10-221-3/+10
* s4-dsdb/schema_syntax: Separate validation for numericoid OID valuesKamen Mazdrashki2010-10-211-3/+47
* s4-dsdb extended_dn_out: Move lazy dereference control creation to lazy-initAndrew Bartlett2010-10-211-54/+77
* s4-dsdb: force LDB_ERR_NO_SUCH_ATTRIBUTE on missing schemaInfoAndrew Tridgell2010-10-211-2/+3