summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2008-09-24Rename smbd -> samba.Jelmer Vernooij1-1/+1
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce13-80/+63
2008-09-21Revert "Rename smbd -> samba."Jelmer Vernooij1-1/+1
2008-09-21Rename smbd -> samba.Jelmer Vernooij1-1/+1
2008-09-21Fix last samba3sam.py test.Jelmer Vernooij1-24/+28
2008-09-21Fix DNs - only one more samba3sam test failing now.Jelmer Vernooij1-80/+72
2008-09-20More code simplifications.Jelmer Vernooij1-24/+25
2008-09-19Fix formatting.Jelmer Vernooij1-35/+63
2008-09-19Simplify code, remove print statements.Jelmer Vernooij1-29/+42
2008-09-19Fix objectclass tests.Jelmer Vernooij1-4/+3
2008-09-18Improve formatting.Jelmer Vernooij1-66/+54
2008-09-18Fix tests, be less verbose.Jelmer Vernooij1-35/+35
2008-09-18Fix some tests.Jelmer Vernooij1-4/+16
2008-09-12Remove ancient remains of first experimentations aboutSimo Sorce4-1781/+0
2008-09-12Fix failure to load the schema on read-only DB.Andrew Bartlett1-23/+13
2008-09-11Remove the complexity of transactions from the attributes-setting code.Andrew Bartlett1-16/+1
2008-09-11Make cn=aggregate output less pretty, by more like Win2008.Andrew Bartlett1-2/+2
2008-09-09Fix reversed test trying to fix bug #5713Andrew Bartlett1-1/+1
2008-09-09Fix bug #5713 by correcting the generated schema.Andrew Bartlett1-1/+1
2008-09-08Add definition for SYSTEM_FLAG_ATTR_IS_RDNAndrew Bartlett1-0/+1
2008-09-08Try to implement the right logic for systemFlagsAndrew Bartlett1-0/+37
2008-09-08Don't expose passwords, even to the administrator.Andrew Bartlett1-1/+14
2008-08-22Merge branch 'abartlet-4-0-local' into v4-0-testAndrew Tridgell12-572/+828
2008-08-22fixed error handling in ANR code Andrew Tridgell1-18/+24
2008-08-21Don't walk past the end of ldb values.Andrew Bartlett5-8/+8
2008-08-21Stop every ldb startup doing a write to the database.Andrew Bartlett1-0/+7
2008-08-21Set both attributes and indexes into the database on schema load.Andrew Bartlett1-18/+142
2008-08-21Don't maniplate control entries in samldbAndrew Bartlett1-0/+4
2008-08-20drsuapi: fix samba4 callers after drsuapi.idl changesStefan Metzmacher1-6/+14
2008-08-20Use the new SEARCH_FLAG_ANR defineAndrew Bartlett1-1/+1
2008-08-20Apply attributes (and their syntax) from the schema into ldbAndrew Bartlett1-0/+49
2008-08-20Add schema search flags from MS-ADTSAndrew Bartlett1-0/+11
2008-08-20Split schema_init.c into smaller bits.Andrew Bartlett4-545/+600
2008-08-18Note the ldb syntax for attribute syntaxes in the table.Andrew Bartlett3-20/+29
2008-08-18Fix segfaults when loading the schema fails.Andrew Bartlett1-14/+13
2008-08-18Ensure we fail to proceed if the schema won't load.Andrew Bartlett1-0/+1
2008-08-18Remove references to the unused @SUBCLASS feature.Andrew Bartlett1-1/+1
2008-08-18Merge the two attribute syntax tables.Andrew Bartlett6-183/+75
2008-08-15Generate the subSchema in cn=AggregateAndrew Bartlett8-234/+758
2008-08-07drsuapi: fix callers after idl changeStefan Metzmacher1-1/+1
2008-07-28Remove unused variableAndrew Bartlett1-1/+0
2008-07-28Fix warnings in new prefixMap codeAndrew Bartlett1-2/+3
2008-07-26dsdb: add a comment about the parameter to DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OIDStefan Metzmacher1-0/+4
2008-07-26dsdb/schema: make more clear where we create the value for the new prefix map...Stefan Metzmacher1-0/+6
2008-07-26dsdb/schema: dsdb_write_prefixes_to_ldb() should do the reverse of dsdb_read_...Stefan Metzmacher1-52/+44
2008-07-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett8-155/+768
2008-07-25Try to avoid a memory leak if we re-set the global schemaAndrew Bartlett1-0/+9
2008-07-25Clarify how we are doing the 'this is a rootdse query' check.Andrew Bartlett1-1/+2
2008-07-24password_hash: fix the callers after drsblobs.idl changesStefan Metzmacher1-33/+41
2008-07-24dsdb_create_prefix_mapping() implementation checks for existing prefix maping...Anatoliy Atanasov1-36/+257