summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-08-21Set both attributes and indexes into the database on schema load.Andrew Bartlett1-18/+142
2008-08-21All these syntaxes are now handled by the schema.Andrew Bartlett1-6/+0
2008-08-21Don't hardcode attributes to be treated as a DNAndrew Bartlett1-14/+1
2008-08-21Correct anr search commants and error messages in ldap.jsAndrew Bartlett1-7/+7
2008-08-21Don't allow a NULL syntaxAndrew Bartlett1-0/+4
2008-08-21Don't maniplate control entries in samldbAndrew Bartlett1-0/+4
2008-08-20Use the new SEARCH_FLAG_ANR defineAndrew Bartlett1-1/+1
2008-08-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett1-0/+4
2008-08-20don't overwrite fixed attributes with @ATTRIBUTESAndrew Tridgell1-0/+4
2008-08-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett3-2/+14
2008-08-20Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell69-1514/+1597
2008-08-20added a LDB_ATTR_FLAG_FIXED so the schema module can mark attributesAndrew Tridgell2-2/+7
2008-08-20Apply attributes (and their syntax) from the schema into ldbAndrew Bartlett2-0/+56
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-20Remove last traces of the old 'subclass' featureAndrew Bartlett1-7/+0
2008-08-20Add a torture test for the new 'netlogon' flags.Matthias Dieter Wallnöfer1-0/+146
2008-08-20Add extra bits to our 'netlogon' response in CLDAP and NBT.Matthias Dieter Wallnöfer2-2/+14
2008-08-20Update OpenLDAP MMR configuration per comments by Oliver LiebelAndrew Bartlett2-20/+19
2008-08-19added some comments at the request of a frustrated abartletAndrew Tridgell1-0/+7
2008-08-19Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett43-446/+617
2008-08-19Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett17-97/+416
2008-08-19Fix up new OpenLDAP MMR code.Andrew Bartlett5-47/+36
2008-08-19Generate Multi-Master Replication configuration for OpenLDAPOliver Liebel5-12/+128
2008-08-19Fix templates.ldb reprovision handling.Andrew Bartlett3-11/+21
2008-08-18librpc: don't build the old mszip decompression codeStefan Metzmacher2-3/+3
2008-08-18ndr_compression: use zlib's inflate() for decompressionStefan Metzmacher2-12/+83
2008-08-18zlib: mark as modified for sambaStefan Metzmacher1-2/+8
2008-08-18zlib: fix compiler warningsStefan Metzmacher12-74/+80
2008-08-18zlib: we don't need the inflateReset2 prototype twiceStefan Metzmacher1-2/+0
2008-08-18librpc/ndr: add support for XPRESS decompressionMatthieu Suiche1-5/+56
2008-08-18lib/compression: Import of lzxpress decompression algorithmMatthieu Suiche3-1/+188
2008-08-18Note the ldb syntax for attribute syntaxes in the table.Andrew Bartlett6-30/+59
2008-08-18Allow attributes to be overwritten, not just added toAndrew Bartlett1-3/+11
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 Bartlett5-84/+3
2008-08-18Merge the two attribute syntax tables.Andrew Bartlett9-187/+82
2008-08-16configure: use AS_HELP_STRING for --with-disable-ext-libMichael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --enable-developerMichael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --enable-debug.Michael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --with-selftest-prefix.Michael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --with-logfilebase.Michael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --with-piddirMichael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --with-lockdir.Michael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --ntp-signd-socket-dir.Michael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --with-winbindd-privileged-socket-dir.Michael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --with-winbindd-socket-dir .Michael Adam1-1/+1
2008-08-16configure: use AS_HELP_STRING for --with-privatedirMichael Adam1-1/+1
2008-08-16configure: format help string for --with-fhs with AS_HELP_STRING().Michael Adam1-1/+1