summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-08-21ndr_compression: add common parts of ndr compressionStefan Metzmacher1-15/+52
2008-08-21Don't walk past the end of ldb values.Andrew Bartlett11-24/+54
2008-08-21Push loading the objectGUID and objectSID handlers earlier.Andrew Bartlett1-4/+8
2008-08-21Stop every ldb startup doing a write to the database.Andrew Bartlett1-0/+7
2008-08-21Validate input in the CLDAP and DGRAM 'netlogon' responder.Andrew Bartlett1-7/+37
2008-08-21Handle error cases in attribute handlers better.Andrew Bartlett1-8/+18
2008-08-21The index handling is now configured from the schema load, not by aAndrew Bartlett2-28/+0
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-20krb5pac.idl: make use of subcontext(0xFFFFFC01) to handle the type Serializat...Stefan Metzmacher1-5/+1
2008-08-20kdc/pac-glue: pull/push the logon_info via the PAC_INFO unionStefan Metzmacher1-11/+13
2008-08-20drsuapi: fix samba4 callers after drsuapi.idl changesStefan Metzmacher3-18/+36
2008-08-20drsuapi.idl: readd type serialization headers to compressed DsGetNCChangesCtr*Stefan Metzmacher1-4/+12
2008-08-20ndr_compression: remove the type serialization handling from the compression ...Stefan Metzmacher1-36/+0
2008-08-20ndr_compression: unify the common handling of mszip and xpress compressionStefan Metzmacher1-107/+33
2008-08-20librpc/ndr: add support for Type Serialization Version 1 to subcontextStefan Metzmacher1-1/+114
2008-08-20pidl/NDR::Parser: pass typedefs through the ParseElement*Level() functionsStefan Metzmacher1-2/+14
2008-08-20pidl/NDR: generate a LEVELS array for typedefsStefan Metzmacher1-0/+17
2008-08-20pidl/NDR: correctly check for valid propertiesStefan Metzmacher1-27/+31
2008-08-20pidl/NDR::Parser: pass $ndr to ->start_flags() and ->end_flags()Stefan Metzmacher1-35/+35
2008-08-20pidl/NDR::Parser: pass $ndr to ParseMemCtxPull*()Stefan Metzmacher1-11/+11
2008-08-20pidl/NDR::Parser: pass $ndr to ParsePtrPush()Stefan Metzmacher1-7/+7
2008-08-20pidl/NDR::Parser: use my $ndr = "ndr" in the remaining top functionsStefan Metzmacher1-26/+29
2008-08-20pidl/NDR::Parser: pass down $ndr from the top functionsStefan Metzmacher1-27/+32
2008-08-20pidl/NDR::Parser: pass $ndr to ->PRINT_FN_BLOB()Stefan Metzmacher2-46/+49
2008-08-20pidl/NDR::Parser: pass $ndr to ->PUSH_FN_BLOB()Stefan Metzmacher2-45/+45
2008-08-20pidl/NDR::Parser: pass $ndr to ->PULL_FN_BODY()Stefan Metzmacher1-42/+42
2008-08-20pidl/NDR::Parser: use $ndr instead of "ndr"Stefan Metzmacher1-14/+14
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-localAndrew Bartlett48-457/+733
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