summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* s4:dsdb/samdb: don't allow objects without objectClassStefan Metzmacher2008-11-171-2/+2
* Run the original operation before we update linked attrsAndrew Bartlett2008-11-171-17/+24
* The samba3sam test does not really need the extended_dn moduleAndrew Bartlett2008-11-171-1/+1
* s4:dsdb/schema_fsmo: provide "extendedAttributeInfo" and "extendedClassInfo"Stefan Metzmacher2008-11-161-0/+56
* s4:dsdb/schema: add a function to generate the "extendedClassInfo" valuesStefan Metzmacher2008-11-161-4/+44
* s4:dsdb/schema: add a function to generate the "extendedAttributeInfo" valuesStefan Metzmacher2008-11-161-7/+83
* s4:dsdb/schema: use pointers for rangeLower and rangeUpper.Stefan Metzmacher2008-11-162-6/+41
* s4:dsdb/schema: we don't need to use find_syntax_map_by_ad_oid() as the synta...Stefan Metzmacher2008-11-161-3/+1
* s4:librpc/ndr: integrate NDR_MISC into LIBNDRStefan Metzmacher2008-11-162-5/+5
* s4-dsdb: add samdb_msg_add_parameters.Günther Deschner2008-11-101-0/+11
* s4-dsdb: add samdb_result_parameters.Günther Deschner2008-11-101-0/+22
* s4: dsdb/schema: fix the equality and comment of DN+String syntaxStefan Metzmacher2008-11-081-3/+2
* s4: fix samba4.samba3sam.python testStefan Metzmacher2008-11-081-2/+2
* Give a better error when ldb_dn_from_ldb_val failsAndrew Bartlett2008-11-041-1/+3
* Use ldb_dn_from_ldb_val to avoid possible over-run of the value.Andrew Bartlett2008-11-042-9/+9
* Fix use of wrong union arm in linked_attributes moduleAndrew Bartlett2008-11-041-1/+1
* use the new CH_UTF16_MUNGED charset for utf16 password buffersAndrew Tridgell2008-10-311-1/+1
* Remove unused include param/param.h.Jelmer Vernooij2008-10-243-3/+0
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-244-9/+10
* Move charset library to top level.Jelmer Vernooij2008-10-241-1/+1
* Clarify the linked attribute module behaviour with commentsAndrew Bartlett2008-10-231-1/+9
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-205-7/+9
* s4-drsuapi: merge drsuapi_DsGetNCChanges from s3 drsuapi idl.Günther Deschner2008-10-181-47/+49
* Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij2008-10-184-12/+7
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-develAndrew Bartlett2008-10-173-76/+240
|\
| * Transform the sequence_number operation into a normal extended operation as i...Simo Sorce2008-10-163-76/+240
* | Fix errrors in new password handling code found by RPC-SAMR.Andrew Bartlett2008-10-171-1/+1
* | Create a 'straight paper path' for UTF16 passwords.Andrew Bartlett2008-10-163-103/+192
|/
* The ldb async merge broke all MMC management utiltiesMatthias Dieter Wallnöfer2008-10-141-4/+4
* DSDB cosmetic patches: Some enhancementsMatthias Dieter Wallnöfer2008-10-132-6/+6
* Cosmetic corrections for the DSDB moduleMatthias Dieter Wallnöfer2008-10-134-13/+13
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-1118-18/+18
* Implement 'type unknown' names in the CrackNames code.Andrew Bartlett2008-10-061-10/+48
* Remove compleatly bogus rename test in partitions module.Andrew Bartlett2008-10-061-17/+0
* Remove DESCRIPTION from generated schema lines.Andrew Bartlett2008-10-061-20/+1
* Fix Domain Trust creation with Windows 2008 (and many other tools)Andrew Bartlett2008-10-061-1/+5
* Merge commit 'master/master'Andrew Tridgell2008-10-035-48/+424
|\
| * Fix crash bugs in error paths: ac is not yet initialized here, and we don'tSimo Sorce2008-10-021-27/+18
| * s4:rootdse: for now don't pass down controls for the rootdse searchStefan Metzmacher2008-10-021-1/+1
| * s4:partition: register DOMAIN_SCOPE and SEARCH_OPTIONS controlsStefan Metzmacher2008-10-021-0/+14
| * s4:partition: pass down the SEARCH_OPTIONS control as uncriticalStefan Metzmacher2008-10-021-0/+8
| * s4:linked_attributes: fix a crash bug when the definition of a target attribu...Stefan Metzmacher2008-10-021-3/+35
| * s4:kludge_acl: just fake support for the SD_FLAGS controlStefan Metzmacher2008-10-021-0/+20
| * s4:extended_dn: add support for <GUID=...>, <SID=...> or <WKGUID=...,DC=...> ...Stefan Metzmacher2008-10-021-44/+355
* | fixed the partition module and the GC handlingAndrew Tridgell2008-10-031-4/+38
* | fixed the sense of ldb base dn comparisons in two places, and use aAndrew Tridgell2008-10-022-4/+4
|/
* Compare sids in samba3sam tests.Jelmer Vernooij2008-09-301-11/+21
* s4:samldb: use the code path with async ldbStefan Metzmacher2008-09-291-43/+4
* LDB ASYNC: misc changesSimo Sorce2008-09-291-3/+2