summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
...
* s4:dsdb: Make the linked_attributes module set an extended dnAndrew Bartlett2008-12-171-192/+325
* s4:rootdse: fix the logic to indentify a rootdse searchAndrew Bartlett2008-12-171-2/+1
* s4:ldb: make it possible to return per entry controlsAndrew Bartlett2008-12-1711-14/+14
* s4:samldb: make use of dom_sid_split_rid()Andrew Bartlett2008-12-171-4/+3
* s4:samldb: improve error stringsAndrew Bartlett2008-12-171-6/+8
* s4:dsdb: add support for DSDB_OPENLDAP_DEREFERENCE_CONTROLAndrew Bartlett2008-12-171-0/+22
* Add hint to use passwordAttributes in @KLUDGE_ACL in futureAndrew Bartlett2008-12-171-1/+2
* Make greater use of 'GUID_from_data_blob'Andrew Bartlett2008-12-171-40/+11
* Fix sequence number generation against OpenLDAPAndrew Bartlett2008-12-171-0/+8
* s4:password_hash: really catch the clearTextPasswordAttr case...Stefan Metzmacher2008-12-051-1/+1
* s4:kludge_acl: allow everybody to read the sequence numberStefan Metzmacher2008-12-041-1/+27
* Don't treat the DN+binary syntax as a DN.Andrew Bartlett2008-12-021-2/+2
* 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
|\