summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r26547: Make testsuites less special during subunit handling.Jelmer Vernooij5-57/+88
(This used to be commit 0bf6bdcd7f21740853ae852193d51bdf14201782)
2007-12-21r26546: Rather than having a gazillion targets, add output format variable ↵Jelmer Vernooij1-6/+3
for 'make test'. (This used to be commit bd5217906c12c36df9769fc32aee77d9c1805bf2)
2007-12-21r26545: Sync output with ejs.Jelmer Vernooij3-36/+32
(This used to be commit 48ceaa964327ed7094275780cc3c0767636bcb18)
2007-12-21r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij37-103/+103
(This used to be commit 6ac86f8be7d9a8c5ab396a93e6d1e6819e11f173)
2007-12-21r26539: Remove unnecessary statics.Jelmer Vernooij37-103/+103
(This used to be commit e53e79eebef3ece6978f0a2b4a1ee0a0814bb5d2)
2007-12-21r26538: Pass path generation function around rather than base directory.Jelmer Vernooij6-148/+164
(This used to be commit 5f921af41e4dcd6844f6a662d56bd27c4e76ff88)
2007-12-21r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}).Jelmer Vernooij4-199/+197
(This used to be commit e91fe76d296973430f71502c9b614d0dfac4d83c)
2007-12-21r26536: More tests for provisioning code.Jelmer Vernooij6-24/+40
(This used to be commit 43c8bfeedf06ce806c524a28fa72c643f6db60f4)
2007-12-21r26535: Get rid of all-knowing ProvisionSettings object.Jelmer Vernooij2-284/+274
(This used to be commit 40bf88c8a70e8379a6081cb6050034bcd7ae56eb)
2007-12-21r26534: configure: using == in shell scripts isn't portableStefan Metzmacher1-1/+1
Thanks to Björn Jacke <bj@sernet.de> for reporting this. metze (This used to be commit 1d5d97083029956fd1ce5eb2c0333052a46a334a)
2007-12-21r26533: libreplace: hopefully fix the share library/module build on darwinStefan Metzmacher1-2/+2
metze (This used to be commit 3d64338f3cfeef2e9851ca8c932863af6f1f22c3)
2007-12-21r26532: Fix mistake in assignment.Rafal Szczesniak1-1/+1
(This used to be commit 4d0ff8e375d5378c68c505f42246e62cfdd648a2)
2007-12-21r26531: Prevent from displaying the results if the functionRafal Szczesniak1-0/+2
call has failed. (This used to be commit ded8a45d79beb0e539c573f67056c8cb4aa62c3f)
2007-12-21r26530: Add NET-API-GROUPLIST test.Rafal Szczesniak2-0/+81
(This used to be commit 73566f520c0835f6b6b37d3f62414052468afb99)
2007-12-21r26529: Indeed, this belongs in the schema module. Ranged results need to useAndrew Bartlett1-5/+0
an attribute with ';' in the name. Andrew Bartlett (This used to be commit f4023b176eabfb3282fe9b999eac8db55a095ab0)
2007-12-21r26528: dsdb: Fix a warning.Kai Blin1-4/+3
(This used to be commit 41a1f59850345c5a2944818a9a00bc6118d05c8a)
2007-12-21r26527: Start on tests for provision.Jelmer Vernooij5-42/+97
(This used to be commit 84ac6c6bbfc4baaf28906ee5826a9cf888043656)
2007-12-21r26526: Fix argument value.Jelmer Vernooij1-1/+1
(This used to be commit af28f0c56d8e5ccc6ce8916d5bbdf9045e1fb47e)
2007-12-21r26525: Consistency in the API.Jelmer Vernooij1-50/+53
(This used to be commit 37577fee582e7c9896b5cf8b62016d480b8f147e)
2007-12-21r26524: Import self join.Jelmer Vernooij1-42/+75
(This used to be commit daae983c260da6af6a4f1cba1290bc7240d7a970)
2007-12-21r26523: Refactor provisioning code.Jelmer Vernooij4-157/+251
(This used to be commit ac1083178f9e521dcd5d3d8b5199abcb00159adf)
2007-12-21r26522: Fix warnings on SamDB connect from Python, simplify the setup code ↵Jelmer Vernooij3-33/+43
for the various LDBs. (This used to be commit 20c686f501b652ec0578a075a124b72ecb5f41b6)
2007-12-21r26521: Fix newlines.Jelmer Vernooij4-13/+13
(This used to be commit 174aa1583791a4c305bc49cf78f8f10d42701bc9)
2007-12-21r26520: More Python updates.Jelmer Vernooij9-26/+205
(This used to be commit a8b1fe15ac853082961132ede061fe1556ae29f7)
2007-12-21r26519: Add libnet_GroupList function. Totally untested (yet), butRafal Szczesniak2-0/+270
it builds for start. (This used to be commit 4e1054dc62d1d761eadce289d1a76a4e14a11d91)
2007-12-21r26518: Fix provision of registry using Python.Jelmer Vernooij6-34/+43
(This used to be commit 12eb38e553993b2726a803af4ae9c05229d6ebe4)
2007-12-21r26517: Add functions for setting and getting parameters on a LoadParm.Jelmer Vernooij7-38/+375
Pass loadparm context along to Ldb contexts. Other minor Python improvements. (This used to be commit 7a15b486bae8fb774058b2d94cc12b7b01ee6ac0)
2007-12-21r26516: Fix line splitting in subunitrun.Jelmer Vernooij1-2/+2
(This used to be commit 623b7b31144f9da5e256e5541d04db8698dd39d3)
2007-12-21r26515: nsswitch: Get rid of a pstringKai Blin1-1/+1
(This used to be commit 88a2d0de8431e7fdd375405808761d2e89d3e712)
2007-12-21r26514: Revert the talloc.c part of r26511, as talloc.h already takes care ↵Kai Blin1-3/+0
of thois. Thanks to metze for pointing this out (This used to be commit 4a5e1047fff0620aa534b147ac7e0bd0416a8fe7)
2007-12-21r26513: Update substitution dictionary for ldifs.Jelmer Vernooij5-0/+27
(This used to be commit 60fb2de2119cb2f42f858868e39c3b0d303ac20f)
2007-12-21r26512: Another attempt at fixing darwinJelmer Vernooij1-1/+1
(This used to be commit 4fa04924ab41bd6ad1a0c6d8d9b1987bf09d5270)
2007-12-21r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_vKai Blin2-5/+8
While at it, also add a PRINTF_ATTRIBUTE for talloc_vasprintf. (This used to be commit 5b3a8c8ae195e6a98357a407a0699493f54a8b79)
2007-12-21r26510: attempt to fix shld flags for darwin.Jelmer Vernooij1-1/+1
(This used to be commit 5dbe3aff3c34f64f35f1e13a11c60c5023348919)
2007-12-21r26509: Don't make boolean options eat the next argument.Jelmer Vernooij1-3/+4
(This used to be commit b4ae4cbfe5b66364f437a76aa0a4f82e9bc39ce1)
2007-12-21r26508: Tighter dependencies in an attempt to fix missing symbol errors on sun9.Jelmer Vernooij1-1/+1
(This used to be commit 10d0631c953cfb014da82704244acb7bf99b3e4a)
2007-12-21r26507: Fix function signature for freeifaddrs.Jelmer Vernooij1-1/+1
(This used to be commit cc873bdd2e86e5b380c3056810ccc5ad98372f7c)
2007-12-21r26506: Start running (really trivial) tests for upgrade script.Jelmer Vernooij4-321/+317
(This used to be commit 73bd4a9566d15f85a971e3a87cefbec2e2eece1c)
2007-12-21r26505: Add python bindings for some samdb-related functions, improve ↵Jelmer Vernooij8-32/+228
provisioning in python. (This used to be commit d2402251666738c0372bbbaeaa1d26c06e254033)
2007-12-21r26504: Don't rely on system-provided kerberos headers.Jelmer Vernooij8-10/+14
(This used to be commit c4b1df047663519300370508761c70b0c096b7f2)
2007-12-21r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij13-131/+414
section name optional. Fix several smaller bits and pieces in the Python code. (This used to be commit 1b89311e5fa4fcde060df50e580dc221205cc8ca)
2007-12-21r26502: Revert accidently removed pkg-config path change. Thanks to metze ↵Jelmer Vernooij1-0/+5
for catching this. (This used to be commit b87e71ed4bac64353799bef668bca991b16e763e)
2007-12-21r26499: Allow testing python provision by setting the PROVISION_PYTHON ↵Jelmer Vernooij2-12/+6
environment variable. (This used to be commit 379d0bbb2f9e0cd9b1855fd77bbb89827e0315ad)
2007-12-21r26498: Fix memory leak in iconv code.Jelmer Vernooij5-13/+22
(This used to be commit 8795697db56e4ca6715950d68f5ec370604fcc76)
2007-12-21r26497: Fix return type for freeifaddrs().Jelmer Vernooij2-7/+7
(This used to be commit 8c65053f51330bb55a81572264eefbcc56029dc1)
2007-12-21r26496: Move some provision functions to a new SamDB class, support setting ↵Jelmer Vernooij9-366/+450
session_info on a ldb context from python. (This used to be commit 75cfb0d609687538048a7d72a499a5205af46a34)
2007-12-21r26495: Add defines for getifaddrs/freeifaddrs.Jelmer Vernooij1-0/+10
(This used to be commit c9e5a3078f7baa83743658d5648f0eefdeb05d2f)
2007-12-21r26494: Add entries for new header files.Jelmer Vernooij1-0/+3
(This used to be commit b814ba76e98c1589d35a162c9871994ca37d7992)
2007-12-21r26493: Fix includes for dsdb/common.Jelmer Vernooij1-0/+1
(This used to be commit 84d2f784bfdc91441122ebce393d042a53928d2b)
2007-12-21r26492: Some hosts have a define called ifa_dstaddr.Jelmer Vernooij1-0/+1
(This used to be commit c4cd935ee783b2f4939e2c481bbdb1bbdb9190cd)