summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell2008-08-223-21/+328
|\
| * ndr_compression: implement mszip compression based on deflate()Stefan Metzmacher2008-08-211-1/+98
| * drsuapi.idl: use hand written push functions for the compressed blobsStefan Metzmacher2008-08-212-6/+179
| * ndr_compression: add common parts of ndr compressionStefan Metzmacher2008-08-211-15/+52
* | fixed the GUID and objectSID canonicalisation functionsAndrew Tridgell2008-08-221-1/+3
* | fixed a speellling erraAndrew Tridgell2008-08-221-1/+1
* | Merge branch 'abartlet-4-0-local' into v4-0-testAndrew Tridgell2008-08-2238-720/+1183
|\ \ | |/ |/|
| * fixed a problem with length limited ldap valuesAndrew Tridgell2008-08-2210-29/+48
| * fixed error handling in ANR code Andrew Tridgell2008-08-221-18/+24
| * Don't walk past the end of ldb values.Andrew Bartlett2008-08-2111-24/+54
| * Push loading the objectGUID and objectSID handlers earlier.Andrew Bartlett2008-08-211-4/+8
| * Stop every ldb startup doing a write to the database.Andrew Bartlett2008-08-211-0/+7
| * Validate input in the CLDAP and DGRAM 'netlogon' responder.Andrew Bartlett2008-08-211-7/+37
| * Handle error cases in attribute handlers better.Andrew Bartlett2008-08-211-8/+18
| * The index handling is now configured from the schema load, not by aAndrew Bartlett2008-08-212-28/+0
| * Set both attributes and indexes into the database on schema load.Andrew Bartlett2008-08-211-18/+142
| * All these syntaxes are now handled by the schema.Andrew Bartlett2008-08-211-6/+0
| * Don't hardcode attributes to be treated as a DNAndrew Bartlett2008-08-211-14/+1
| * Correct anr search commants and error messages in ldap.jsAndrew Bartlett2008-08-211-7/+7
| * Don't allow a NULL syntaxAndrew Bartlett2008-08-211-0/+4
| * Don't maniplate control entries in samldbAndrew Bartlett2008-08-211-0/+4
| * Use the new SEARCH_FLAG_ANR defineAndrew Bartlett2008-08-201-1/+1
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-201-0/+4
| |\
| * \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-203-2/+14
| |\ \
| * | | Apply attributes (and their syntax) from the schema into ldbAndrew Bartlett2008-08-202-0/+56
| * | | Add schema search flags from MS-ADTSAndrew Bartlett2008-08-201-0/+11
| * | | Split schema_init.c into smaller bits.Andrew Bartlett2008-08-204-545/+600
| * | | Remove last traces of the old 'subclass' featureAndrew Bartlett2008-08-201-7/+0
| * | | Add a torture test for the new 'netlogon' flags.Matthias Dieter Wallnöfer2008-08-201-0/+146
| * | | Add extra bits to our 'netlogon' response in CLDAP and NBT.Matthias Dieter Wallnöfer2008-08-202-2/+14
| * | | Update OpenLDAP MMR configuration per comments by Oliver LiebelAndrew Bartlett2008-08-202-20/+19
* | | | krb5pac.idl: make use of subcontext(0xFFFFFC01) to handle the type Serializat...Stefan Metzmacher2008-08-201-5/+1
* | | | kdc/pac-glue: pull/push the logon_info via the PAC_INFO unionStefan Metzmacher2008-08-201-11/+13
* | | | drsuapi: fix samba4 callers after drsuapi.idl changesStefan Metzmacher2008-08-203-18/+36
* | | | drsuapi.idl: readd type serialization headers to compressed DsGetNCChangesCtr*Stefan Metzmacher2008-08-201-4/+12
* | | | ndr_compression: remove the type serialization handling from the compression ...Stefan Metzmacher2008-08-201-36/+0
* | | | ndr_compression: unify the common handling of mszip and xpress compressionStefan Metzmacher2008-08-201-107/+33
* | | | librpc/ndr: add support for Type Serialization Version 1 to subcontextStefan Metzmacher2008-08-201-1/+114
* | | | pidl/NDR::Parser: pass typedefs through the ParseElement*Level() functionsStefan Metzmacher2008-08-201-2/+14
* | | | pidl/NDR: generate a LEVELS array for typedefsStefan Metzmacher2008-08-201-0/+17
* | | | pidl/NDR: correctly check for valid propertiesStefan Metzmacher2008-08-201-27/+31
* | | | pidl/NDR::Parser: pass $ndr to ->start_flags() and ->end_flags()Stefan Metzmacher2008-08-201-35/+35
* | | | pidl/NDR::Parser: pass $ndr to ParseMemCtxPull*()Stefan Metzmacher2008-08-201-11/+11
* | | | pidl/NDR::Parser: pass $ndr to ParsePtrPush()Stefan Metzmacher2008-08-201-7/+7
* | | | pidl/NDR::Parser: use my $ndr = "ndr" in the remaining top functionsStefan Metzmacher2008-08-201-26/+29
* | | | pidl/NDR::Parser: pass down $ndr from the top functionsStefan Metzmacher2008-08-201-27/+32
* | | | pidl/NDR::Parser: pass $ndr to ->PRINT_FN_BLOB()Stefan Metzmacher2008-08-202-46/+49
* | | | pidl/NDR::Parser: pass $ndr to ->PUSH_FN_BLOB()Stefan Metzmacher2008-08-202-45/+45
* | | | pidl/NDR::Parser: pass $ndr to ->PULL_FN_BODY()Stefan Metzmacher2008-08-201-42/+42
* | | | pidl/NDR::Parser: use $ndr instead of "ndr"Stefan Metzmacher2008-08-201-14/+14
| |_|/ |/| |