summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | librpc/ndr: add support for Type Serialization Version 1 to subcontextStefan Metzmacher2008-08-201-1/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We use the header size 0xFFFFFC01 as magic for constructed types. See [MS-RPCE] 2.2.6 Type Serialization Version 1 for more details. metze (This used to be commit 98d3568f079ea143214bcf5271b636313d6491c3)
| | * | | | pidl/NDR::Parser: pass typedefs through the ParseElement*Level() functionsStefan Metzmacher2008-08-201-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit e51c0cf62c91f79f703b17bcf37c4a6fa8107ae0)
| | * | | | pidl/NDR: generate a LEVELS array for typedefsStefan Metzmacher2008-08-201-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 6785684db3446c03d8061c8bb3d94889b443d7d5)
| | * | | | pidl/NDR: correctly check for valid propertiesStefan Metzmacher2008-08-201-27/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grep($str, @array) returns the number of elements in @array! We need grep(/^$str$/, @array) to the only the amount of matches. Also fix unitialized vars for the error case. metze (This used to be commit f002f147d8a8a0b49389e30e611ff8b33dd077e1)
| | * | | | pidl/NDR::Parser: pass $ndr to ->start_flags() and ->end_flags()Stefan Metzmacher2008-08-201-35/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit bdff9728cc1c8b5fe5a29040e092a8e48603725b)
| | * | | | pidl/NDR::Parser: pass $ndr to ParseMemCtxPull*()Stefan Metzmacher2008-08-201-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit c3921c7b4e7a3b51b97a2afb688271a8ae403105)
| | * | | | pidl/NDR::Parser: pass $ndr to ParsePtrPush()Stefan Metzmacher2008-08-201-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 77571cd7c74dfaa93e58f047530df369ae293ffd)
| | * | | | pidl/NDR::Parser: use my $ndr = "ndr" in the remaining top functionsStefan Metzmacher2008-08-201-26/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit ce83f4bb596fad23000acc1f6691669e2f2cfe1b)
| | * | | | pidl/NDR::Parser: pass down $ndr from the top functionsStefan Metzmacher2008-08-201-27/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit b01d7457fa5b3572989b821f04e023fd9abd0d52)
| | * | | | pidl/NDR::Parser: pass $ndr to ->PRINT_FN_BLOB()Stefan Metzmacher2008-08-202-46/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit a143806364051141604ebb40eb5a4ef72958b55f)
| | * | | | pidl/NDR::Parser: pass $ndr to ->PUSH_FN_BLOB()Stefan Metzmacher2008-08-202-45/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 71b0d64866eb1a4f6dc73eeb57b5f0fe5d8a5780)
| | * | | | pidl/NDR::Parser: pass $ndr to ->PULL_FN_BODY()Stefan Metzmacher2008-08-201-42/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 38c4b2a3e9b316f390651297854de033ede0d128)
| | * | | | pidl/NDR::Parser: use $ndr instead of "ndr"Stefan Metzmacher2008-08-201-14/+14
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | metze (This used to be commit a1cf2289dd4ff9a3f9cf61da680223193235e35f)
| | * | | don't overwrite fixed attributes with @ATTRIBUTESAndrew Tridgell2008-08-201-0/+4
| | | |/ | | |/| | | | | | | | | (This used to be commit e860fc171fd127d73df23336089c1479911953da)
| | * | Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell2008-08-2069-1514/+1597
| | |\| | | | | | | | | | | | | (This used to be commit 3bdc906eb63a494f0d8478c13f8330828aa2f725)
| | * | added a LDB_ATTR_FLAG_FIXED so the schema module can mark attributesAndrew Tridgell2008-08-202-2/+7
| | | | | | | | | | | | | | | | | | | | as never to be removed. (This used to be commit 9dce558206a2ce70c69b9b6c5c3c9c58ee165b1d)
| | * | added some comments at the request of a frustrated abartletAndrew Tridgell2008-08-191-0/+7
| | | | | | | | | | | | | | | | (This used to be commit cad2e6c4c13ccd02587e47d13e897e0a327b58eb)
| * | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-1948-457/+733
| |\ \ \ | | | |/ | | |/| | | | | (This used to be commit a6146cc14ba950b1911094b1525c7d06b50ecec6)
| | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-1943-446/+617
| | |\ \ | | | | | | | | | | | | | | | (This used to be commit fc6b4f03ebba015a13a6ab93221b0bc3ef8ef2ed)
| | | * \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-1917-97/+416
| | | |\ \ | | | | | | | | | | | | | | | | | | (This used to be commit 27d07df301d60e49d36efd003f2fd2305c83c3fe)
| | | | * | librpc: don't build the old mszip decompression codeStefan Metzmacher2008-08-182-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit f48dfd87badcddc64a1c0bf52939188a4a8f4add)
| | | | * | ndr_compression: use zlib's inflate() for decompressionStefan Metzmacher2008-08-182-12/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 25876fc4ab8ba11f00d24bb8ceb517c0e4a4d72d)
| | | | * | zlib: mark as modified for sambaStefan Metzmacher2008-08-181-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 0fb265e567d700b3c16eb8f28bc5f26653a819fa)
| | | | * | zlib: fix compiler warningsStefan Metzmacher2008-08-1812-74/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit ce44a608f66bf27070fd43d576551fde6f545d7c)
| | | | * | zlib: we don't need the inflateReset2 prototype twiceStefan Metzmacher2008-08-181-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 0dbbc287f65a51330c5309df5a96b3acd4d044d5)
| | | | * | librpc/ndr: add support for XPRESS decompressionMatthieu Suiche2008-08-181-5/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 6a9720c99d36a575ea8ed92e94ff6d2fe6f3e27d)
| | | | * | lib/compression: Import of lzxpress decompression algorithmMatthieu Suiche2008-08-183-1/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 531882dadd57eb6fa048c5d6e5fe3accc20df751)
| | | * | | Fix templates.ldb reprovision handling.Andrew Bartlett2008-08-193-11/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This sets the attributes in a seperate transaction, and allows a forced delete of the whole file. Andrew Bartlett (This used to be commit 423db2468ba3dac89cebc59c8498c0b08c5f3d7b)
| | | * | | Note the ldb syntax for attribute syntaxes in the table.Andrew Bartlett2008-08-186-30/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes additional Samba-specific syntaxes made available from the ldif_handlers code. This commit also changes some table to use #defines, to ensure consistancy in other parts of the code. Andrew Bartlett (This used to be commit e26a5efd9a580ed3728e1f449e367b1cd4a73b5f)
| | | * | | Allow attributes to be overwritten, not just added toAndrew Bartlett2008-08-181-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 0aebae91be0fba7ffa94d73946a94aea930a252a)
| | | * | | Fix segfaults when loading the schema fails.Andrew Bartlett2008-08-181-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 9643db1a011edc95aa903908cec708b3a3566e71)
| | | * | | Ensure we fail to proceed if the schema won't load.Andrew Bartlett2008-08-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 07107c45c35a11979bf68a14b2c4df9415880fcb)
| | | * | | Remove references to the unused @SUBCLASS feature.Andrew Bartlett2008-08-185-84/+3
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was removed from ldb_tdb a while ago Andrew Bartlett (This used to be commit fcb87e77860b449ac3483ccec5e6b5ed087540f2)
| | | * | Merge the two attribute syntax tables.Andrew Bartlett2008-08-189-187/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This merges the table once found in the oLschema2ldif tool (and moved many times) with the table used for DRSUAPI. The OpenLDAP schema map has been updated, to ensure that despite a number of attributes being declared as OIDs, they are actually used as strings (as they are actually LDAP class/attribute names). Andrew Bartlett (This used to be commit 61f2958c84beeedcf369ccdc02afed0c8055b108)
| | | * | configure: use AS_HELP_STRING for --with-disable-ext-libMichael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 88cf5d8b708d6247772b33128f0e212a4c2e9ba8)
| | | * | configure: use AS_HELP_STRING for --enable-developerMichael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit b10d4723891c39693100bfaaf1ac29adce9f7a86)
| | | * | configure: use AS_HELP_STRING for --enable-debug.Michael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 1f4bf8fbd5bfc9c58bb5668fe25586766605b268)
| | | * | configure: use AS_HELP_STRING for --with-selftest-prefix.Michael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit eea4f597acf743fa783be3e5809e24aebc79f238)
| | | * | configure: use AS_HELP_STRING for --with-logfilebase.Michael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit f9c15b817a24bed26a339479c53fc2f5cc5b36df)
| | | * | configure: use AS_HELP_STRING for --with-piddirMichael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit f05a9fe46ff428e48be9a5af4a6769cd78712c11)
| | | * | configure: use AS_HELP_STRING for --with-lockdir.Michael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit ed4a6e780a3f57854338520e4608cfc8dce4ef3e)
| | | * | configure: use AS_HELP_STRING for --ntp-signd-socket-dir.Michael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit dd07dcbc916236d80d9a7087860a6f504bbb09e8)
| | | * | configure: use AS_HELP_STRING for --with-winbindd-privileged-socket-dir.Michael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 3bf8116531d4eb0cc25bc7bac70ae3c77642a5a3)
| | | * | configure: use AS_HELP_STRING for --with-winbindd-socket-dir .Michael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 1304eda283b29fff8960633b1329c0a1611e1ca3)
| | | * | configure: use AS_HELP_STRING for --with-privatedirMichael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit eafde5bee0a68fd4cf61ae64dfb24e4deb16b95a)
| | | * | configure: format help string for --with-fhs with AS_HELP_STRING().Michael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 837d0b3eb213ce6d0ce5345308d1b42ae2b08d67)
| | | * | configure: remove duplicate definition of --with-winbindd-socket-dir.Michael Adam2008-08-161-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think this should have gone with fa361354433fb9a5c09c84997a7c51f3052c294e. Michael (This used to be commit 91fcaac68b215461a13c1b517f6cede29af5e55c)
| | | * | Fix the build, after the ad2oLschema changes.Andrew Bartlett2008-08-151-2/+3
| | | | | | | | | | | | | | | | | | | | (This used to be commit 7361821b21ef78c564c41466783048606a0b6e98)
| | | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-1531-1134/+1019
| | | |\ \ | | | | | | | | | | | | | | | | | | (This used to be commit fa03d750e4577a610dc410d45d49789110b1b4f1)
| | | * \ \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-134-24/+206
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | (This used to be commit e85abe7db21eec47adecae8243a25f145aa7ec9a)