summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb
Commit message (Expand)AuthorAgeFilesLines
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-10/+7
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-3/+3
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-236-3/+7
* added a workaround to the handling of unicodePwd for Win7-betaAndrew Tridgell2009-02-101-1/+30
* s4:schema_fsmo: s/class/sclassStefan Metzmacher2009-02-021-7/+7
* s4:update_keytab: s/delete/do_deleteStefan Metzmacher2009-02-021-7/+7
* s4:kludge_acl: s/class/sclassStefan Metzmacher2009-02-021-5/+5
* s4:extended_dn_out: s/private/p s/new/nattrsStefan Metzmacher2009-02-021-40/+40
* s4:repl_meta_data: fix segfault after ldb changesStefan Metzmacher2009-01-311-1/+1
* Fix proxy moduleSimo Sorce2009-01-301-2/+2
* Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce2009-01-3015-555/+800
* Fix misfiled headers.Simo Sorce2009-01-301-1/+0
* s4:fix the build after 380874ef863866c94c999ef53252b9d30df65e88Stefan Metzmacher2009-01-301-0/+1
* Fix the mess with ldb includes.Simo Sorce2009-01-309-75/+146
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-295-9/+9
* Fix more compiler warnings in various places.Jelmer Vernooij2008-12-232-8/+8
* Fix more tests, improve repr() functions for various Python types.Jelmer Vernooij2008-12-211-9/+2
* Fix various Python-related bugs.Jelmer Vernooij2008-12-211-170/+170
* Fix samba3sam test after removal of dom_sid IDL file.Jelmer Vernooij2008-12-181-2/+2
* s4:dsdb: remove normalise moduleAndrew Bartlett2008-12-172-206/+0
* s4:dsdb: split extended_dn into extended_dn_in, extended_dn_out and extended_...Andrew Bartlett2008-12-176-672/+1515
* 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
* 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:librpc/ndr: integrate NDR_MISC into LIBNDRStefan Metzmacher2008-11-161-4/+4
* 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-242-2/+0
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-3/+3
* 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-204-7/+7
* Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij2008-10-182-6/+4
* 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
* | Create a 'straight paper path' for UTF16 passwords.Andrew Bartlett2008-10-162-66/+141
|/