summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/objectclass.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-26s4:dsdb Use helper function to add 'show deleted' controlAndrew Bartlett1-20/+10
2009-08-25fixed DRS rename of deleted objectsAndrew Tridgell1-1/+20
2009-08-05s4:dsdb Don't cast an ldb_val into a const char * for schema lookupsAndrew Bartlett1-2/+3
2009-03-17added support for parentGUIDAndrew Tridgell1-5/+84
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce1-0/+1
2009-01-30Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce1-57/+78
2008-11-17s4:dsdb/samdb: don't allow objects without objectClassStefan Metzmacher1-2/+2
2008-10-16Create a 'straight paper path' for UTF16 passwords.Andrew Bartlett1-3/+9
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-29LDB ASYNC: samba4 modulesSimo Sorce1-457/+295
2008-09-08Try to implement the right logic for systemFlagsAndrew Bartlett1-0/+37
2008-03-13Bail out, rather than segfault on no domain sid.Andrew Bartlett1-2/+3
2008-03-13Don't segfault on invalid objectClass input.Andrew Bartlett1-6/+13
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-1/+1
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij1-7/+1
2008-01-18Only set showOnlyInAdvancedView: TRUE when adding default values.Andrew Bartlett1-2/+2
2008-01-18Add showInAdvancedViewOnly to every new objectAndrew Bartlett1-0/+4
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-1/+4
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij1-3/+3
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij1-3/+3
2007-12-21r26297: Correct error message. This function verifies attributes, notAndrew Bartlett1-1/+1
2007-12-21r26282: These modules expect errors, but if we don't wipe the error string, weAndrew Bartlett1-0/+3
2007-12-21r25942: Make various ldb modules handle an LDB backend that enforces validityAndrew Bartlett1-9/+20
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-5/+4
2007-12-21r25762: This test belongs best with the other checks for a valid parent, inAndrew Bartlett1-0/+8
2007-12-21r25755: Fix a couple of memory leaks, in particular a new leak onto the NULLAndrew Bartlett1-3/+5
2007-12-21r25754: More work on normal forms for ldb input.Andrew Bartlett1-69/+147
2007-12-21r25750: Update the objectclass module to improve consistency in Samba4.Andrew Bartlett1-78/+351
2007-12-21r25705: Ensure we return the out value to the caller.Andrew Bartlett1-0/+2
2007-12-21r25704: Handle the chicken-and-egg problem of setting up the LDB before we getAndrew Bartlett1-8/+15
2007-12-21r25702: Clarify comments and make this module more strict on objectclasses.Andrew Bartlett1-10/+13
2007-10-10r24914: In response to bug #4892 by Matthias Wallnöfer <mwallnoefer@yahoo.de>,Andrew Bartlett1-8/+38
2007-10-10r24731: Remove unused code - if we hit these error conditions, then we areAndrew Bartlett1-5/+0
2007-10-10r24459: Fix up ldap.js and test_ldb.sh to test the domain_scope control, andAndrew Bartlett1-2/+2
2007-10-10r24277: Tidyup as requested by metze.Andrew Bartlett1-8/+14
2007-10-10r24263: Fix bug 4846 (unable to copy users in MMC Active Directory Users andAndrew Bartlett1-3/+47
2007-10-10r24262: Set the objectCategory by default in the objectclass module, rather t...Andrew Bartlett1-1/+10
2007-10-10r24259: Rework the objectclass module to use the new schema, rather than theAndrew Bartlett1-0/+691