summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb
Commit message (Expand)AuthorAgeFilesLines
* s4-dsdb: convert the rest of the ldb modules to the new module typeAndrew Tridgell2010-11-0140-77/+298
* s4-dsdb: convert the simple_ldap_map module to the new module styleAndrew Tridgell2010-11-012-9/+26
* s4-dsdb: convert the extended_dn_out module to the new ldb module styleAndrew Tridgell2010-11-012-10/+31
* idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID valuesKamen Mazdrashki2010-10-313-29/+29
* s4:samldb LDB module - validate "sAMAccountName" modificationsMatthias Dieter Wallnöfer2010-10-311-0/+74
* s4:samldb LDB module - implement the "dNSHostName" - "servicePrincipalName" c...Matthias Dieter Wallnöfer2010-10-311-0/+155
* s4:samldb LDB module - check for the number of results after a search operationMatthias Dieter Wallnöfer2010-10-311-0/+3
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-465/+0
* s4:samldb LDB module - make the "userAccountControl" and "groupType" modify h...Matthias Dieter Wallnöfer2010-10-301-122/+173
* s4:samldb LDB module - add a new function which handles special cases for sin...Matthias Dieter Wallnöfer2010-10-301-28/+51
* s4:samldb LDB module - primary group change - free temporary messages to save...Matthias Dieter Wallnöfer2010-10-301-2/+4
* s4:samldb LDB module - adapt the "samldb_prim_group_change" trigger to suppor...Matthias Dieter Wallnöfer2010-10-301-10/+55
* 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-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-301-0/+1
* s4-resolve_oids: Remove redundant check - resolve_oids_need_value() handle thisKamen Mazdrashki2010-10-291-4/+0
* s4-ldb: Added the correct extended check for read access to nTSecurityDescriptorNadezhda Ivanova2010-10-271-1/+1
* s4-ldb: Changes the aclread module to use LDB_HANDLE_FLAG_UNTRUSTED to determ...Nadezhda Ivanova2010-10-272-9/+5
* s4-prefixmap: Use WERR_NOT_FOUND when OID is not found in current prefixMapKamen Mazdrashki2010-10-261-1/+1
* s4:samldb LDB module - enhance the "member"-check triggerMatthias Dieter Wallnöfer2010-10-261-3/+7
* 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-261-6/+6
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-20/+20
* 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-251-2/+2
* s4:samldb LDB module - other indentation fixes on error messagesMatthias Dieter Wallnöfer2010-10-251-9/+12
* 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
* s4: Rename SMBPASSWD to smbpasswd.Jelmer Vernooij2010-10-241-7/+7
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-12/+12
* s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}Jelmer Vernooij2010-10-241-9/+9
* s4: Rename SAMDB_COMMON to samdb_common.Jelmer Vernooij2010-10-241-3/+3
* s4: Rename NSS_WRAPPER to nss_wrapper.Jelmer Vernooij2010-10-231-2/+2
* s4: Rename LIBEVENTS to libevents.Jelmer Vernooij2010-10-231-34/+34
* ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIO...Matthias Dieter Wallnöfer2010-10-231-3/+3
* 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
* s4-dsdb: fixed depenencies for -no-undefinedAndrew Tridgell2010-10-211-4/+4
* s4-dsdb: make ldb_password_hash depend on hdb not HEIMDAL_HDB_KEYSAndrew Tridgell2010-10-211-1/+1
* s4-dsdb: moved a bunch of fuctions from schema/schema_info_attr.c to samdb/ld...Andrew Tridgell2010-10-213-10/+350