summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb
Commit message (Expand)AuthorAgeFilesLines
...
* s4:instancetype LDB module - use "ldb" pointer for referencing the LDB contextMatthias Dieter Wallnöfer2011-03-101-1/+1
* s4:partition LDB module - fill in parent requests for inheriting the flagsMatthias Dieter Wallnöfer2011-03-101-3/+3
* s4:partition LDB module - add some commentsMatthias Dieter Wallnöfer2011-03-101-1/+4
* s4:new_partition LDB module - fix commentsMatthias Dieter Wallnöfer2011-03-101-3/+3
* s4:partition_init LDB module - fix a typoMatthias Dieter Wallnöfer2011-03-101-1/+1
* s4:partition LDB module - fix typoMatthias Dieter Wallnöfer2011-03-101-1/+1
* s4:operational LDB module - fix attribute names to be right up/down-casedMatthias Dieter Wallnöfer2011-03-041-7/+7
* s4:operational LDB module - fix display of some constructed attributesMatthias Dieter Wallnöfer2011-03-041-2/+2
* s4:operational LDB module - add "groupToken" as unsigned int (uint32_t)Matthias Dieter Wallnöfer2011-03-041-1/+1
* s4:operational LDB module - readd "structuralObjectClass" -> "objectClass" ma...Matthias Dieter Wallnöfer2011-03-041-1/+1
* s4/ldb - remove now superflous "ldb_dn_validate" checksMatthias Dieter Wallnöfer2011-03-041-1/+1
* s4:dsdb - we don't need to check if a DN != NULL if we call "ldb_dn_validate"Matthias Dieter Wallnöfer2011-03-041-1/+1
* Revert "s4:objectclass LDB module - if we cannot find DN's parent then the DN...Matthias Dieter Wallnöfer2011-03-041-3/+1
* s4:objectclass LDB module - fix a commentMatthias Dieter Wallnöfer2011-03-041-1/+1
* s4:waf-build fix disable-shared build for smbtortureChristian Ambach2011-03-041-1/+1
* s4:objectclass LDB module - if we cannot find DN's parent then the DN itself ...Matthias Dieter Wallnöfer2011-03-041-1/+3
* s4-dsdb: Ensure we permit multi-valued backlinks on single-valued attributesAndrew Bartlett2011-03-021-0/+7
* s4:remove many invocations of "samdb_msg_add_string"Matthias Dieter Wallnöfer2011-03-011-2/+2
* Fix some typesJelmer Vernooij2011-02-284-11/+11
* build: moved libds/common/flag_mapping.c into a common subsystemAndrew Tridgell2011-02-241-0/+1
* s4-descriptor: Fixed a typo in a comment and clarified it a bit.Nadezhda Ivanova2011-02-221-2/+2
* s4-descriptor: Fixed some missing curly braces.Nadezhda Ivanova2011-02-221-10/+13
* s4-auth Move libcli/security/session.c to the top levelAndrew Bartlett2011-02-224-6/+3
* s4-waf: rename smbpasswd library to smbpasswdparserAndrew Tridgell2011-02-221-1/+1
* s4-descriptor: Fixed some compiler warnings.Nadezhda Ivanova2011-02-211-2/+2
* s4-descriptor: Removed unnecessary descriptor_change function and unused call...Nadezhda Ivanova2011-02-211-387/+0
* s4-descriptor: Replaced the async descriptor_change with synchronous descript...Nadezhda Ivanova2011-02-211-1/+149
* s4-descriptor: Replaced the synchronous descriptor_change with the synchronou...Nadezhda Ivanova2011-02-211-1/+108
* s4-dsdb: operational module does not need auth any moreAndrew Tridgell2011-02-182-3/+1
* s4-ldb_modules/operational: Make use of dsdb_module_reference_dn() functionKamen Mazdrashki2011-02-151-17/+4
* s4:acl LDB module - interpret "userAccountControl" as "uint32_t"Matthias Dieter Wallnöfer2011-02-151-3/+3
* s4-ldb_modules/acl: Use ntds_guid for SPN check only we have a DC objectKamen Mazdrashki2011-02-141-6/+5
* s4-ldb_modules/acl: Get correct NTDSDSA objectGUID to check SPN forKamen Mazdrashki2011-02-141-2/+17
* s4-ldb_modules/util: Implement dsdb_module_find_ntdsguid_for_computer()Kamen Mazdrashki2011-02-141-0/+30
* s4/ldb_modules/acl.c: Fix calculation for samAccountName string lenKamen Mazdrashki2011-02-141-1/+1
* s4-dsdb: cope with broken exchange schema with single valued backlinksAndrew Tridgell2011-02-141-0/+7
* s4-dsdb: fixed problem with constrained modification of description attributeAndrew Tridgell2011-02-141-44/+13
* Fix typosVolker Lendecke2011-02-131-1/+1
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-1013-28/+28
* s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett2011-02-091-2/+2
* s4-dsdb: make subtree_rename errors clearerAndrew Tridgell2011-02-071-10/+10
* s4-dsdb Fix generation of rootDSE domainControllerFunctionalityAndrew Bartlett2011-02-021-1/+3
* s4-acl: Fixed returning uninitialized ldap error in case of some critical err...Nadezhda Ivanova2011-01-281-7/+10
* s4:dsdb/samdb/ldb_modules/objectclass.c - move LSA specific object checks int...Matthias Dieter Wallnöfer2011-01-252-32/+29
* s4-repl_meta_data: replmd_update_is_newer() should not return true if metadat...Kamen Mazdrashki2011-01-221-3/+3
* s4-repl_meta_data: Print out what is wrong when we fail to modify objectKamen Mazdrashki2011-01-221-0/+1
* s4-repl_meta_data: We should not use USNs in metadata comparisonsKamen Mazdrashki2011-01-221-11/+0
* s4-auth Remove special case for account_sid from auth_serversupplied_infoAndrew Bartlett2011-01-202-34/+23
* s4-dsdb: replaced the calls to ldb_search() in dsdb modules with dsdb_module_...Andrew Tridgell2011-01-174-26/+32
* s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell2011-01-1724-231/+331