summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* r19343: Add support for external scripts/binaries that write results using theJelmer Vernooij2007-10-102-188/+252
| | | | | | | | | | | | | | | | | | | | | | | | 'subunit' protocol. This allows us to easily plug EJS scripts or binaries that can't depend on -ltorture into smbtorture. The protocol is very simple: - write "comments" to stderr Example output on stdout: test: foo success: foo test: bar success: bar test: blah failure: blah [ dummy.c:30: Expression 1 != 2 failed! ] test: blie skip: blie [ Iconv support not built in ] I've already converted the talloc testsuite. (This used to be commit e1742c14a247fabba969f8698108e73997d3f420)
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-103-340/+215
| | | | | | | | | | | | | | | | | | | output in the testsuite rather than just True or False for a set of tests. The aim is to use this for: * known failure lists (run all tests and detect tests that started working or started failing). This would allow us to get rid of the RPC-SAMBA3-* tests * nicer torture output * simplification of the testsuite system * compatibility with other unit testing systems * easier usage of smbtorture (being able to run one test and automatically set up the environment for that) This is still a work-in-progress; expect more updates over the next couple of days. (This used to be commit 0eb6097305776325c75081356309115f445a7218)
* r19338: leak on errorSimo Sorce2007-10-101-0/+1
| | | | (This used to be commit 326389afed0521133ac07339bd5e2bfbf8d80d0a)
* r19332: ldb_parse_tree leaksSimo Sorce2007-10-102-2/+2
| | | | (This used to be commit 3e0e2787c1da1c3831e21b163e1370001d725a3d)
* r19327: fixed a leak in ldif_canonicalise_objectCategory()Andrew Tridgell2007-10-101-4/+6
| | | | (This used to be commit 5cc92d915b7442d2eebc4b66ab89bbd15b96a493)
* r19324: fixed a leak on deleting records when no index is in placeAndrew Tridgell2007-10-101-6/+6
| | | | (This used to be commit 0824b3b8c1003064b0f2c5a3f084f3e711155e8c)
* r19323: fixed a leak in the ldif parse codeAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit 06387e1cf2d12a74e15a6cdf19e83a28c75cb5fd)
* r19322: fix a minor memory leak in the ltdb cache codeAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit e03ed5822a690e2d151107f2edb9b4f1d3a1e1b9)
* r19314: Commit tridge's fixes for a big mem leak in ltdb I introducedSimo Sorce2007-10-103-13/+10
| | | | | | when the code has been changed to be async. With the other committed fixes now this works. (This used to be commit 49fc640b5c0398516ac3a9e3f7c55205cd60b1de)
* r19312: This should fix a nasty bug with values and names being freed before ↵Simo Sorce2007-10-101-1/+5
| | | | | | | | | the results where used. Seem that el is hanging out of a request, and the target is put on the final results. Still one to catch and fix, but this seem to cure most of them (This used to be commit bfeaa08fde805439dbda974be6fcb692957b00f1)
* r19310: Add another conflicting oidAndrew Bartlett2007-10-101-2/+2
| | | | | | | Cope with there being no attributes to skip in the ad2oLscheam tool Andrew Bartlett (This used to be commit 942d7ad0c3534770ad05977b180e1c8111a5b6a6)
* r19305: Potential memleak on the ldb_context if we don't use a temp mem contextSimo Sorce2007-10-101-1/+10
| | | | (This used to be commit c989dfbe18a2f700e952f478e258bd626c9eb2f5)
* r19304: If you really want to look at the contents undef this oneSimo Sorce2007-10-101-0/+17
| | | | (This used to be commit fe20ac404d654abe31729664584391f3b3cd0214)
* r19303: It seem ok to have around this amount of blocks hanging out of an ↵Simo Sorce2007-10-101-1/+1
| | | | | | ldb context for sam.ldb (This used to be commit 5861ff69cc929c553e2c828ff42761cec6647d79)
* r19299: Fix possible memleaksSimo Sorce2007-10-102-0/+3
| | | | (This used to be commit 6fad80bb09113a60689061a2de67711c9924708b)
* r19296: added a leak detector to ldb_wrap_connect()Andrew Tridgell2007-10-101-2/+18
| | | | | | | this makes 'make test' _very_ noisy, apologies for that, but nearly all the noise is real memory leaks, so if you don't like it then jump in and help fix the leaks :) (This used to be commit d791fd7b7b7a0a2674a70afe6cbbf0e3bd014544)
* r19289: fixed a memory leak in ldb_dn_string_compose()Andrew Tridgell2007-10-101-2/+4
| | | | (This used to be commit 669aa1424c7a931f57856af0cd4a6f6f4a60b823)
* r19276: remove unused fileStefan Metzmacher2007-10-101-58/+0
| | | | | metze (This used to be commit bd4cd24a9dc370552a90f267bdcabf4cb45c8507)
* r19274: fix ldbdel and ldbmodify to return an error if the underlying ldb callAndrew Tridgell2007-10-102-15/+11
| | | | | fails (This used to be commit 330a722f1330059cbba19f99210a1a5a7c773a36)
* r19273: - fixed error handling with the ldap backendAndrew Tridgell2007-10-105-20/+37
| | | | | | | | - propogate errors to the ldbadd command line tool - use the rdn_name module when testing the tdb backend to allow the same test code to correctly test the ldap and non-ldap backends (This used to be commit dd82c474a123d90329bda653a4cb73c93e087b15)
* r19264: Clarify behaviour in ldb_search_callback() and provide moreAndrew Bartlett2007-10-101-7/+11
| | | | | | | information when modules fail to load. Andrew Bartlett (This used to be commit 512ef62f4a63fd90b67757b2c7b2e8ec83969204)
* r19245: mrege from samba3:Stefan Metzmacher2007-10-101-0/+18
| | | | | | | add AC_REMOVE_INCLUDE(), AC_REMOVE_DEFINE() macros metze (This used to be commit dc65a6625295a7316c2e9982ee09eb9607dbed70)
* r19242: merge from samba3:Stefan Metzmacher2007-10-101-0/+2
| | | | | | | handle NO_CONFIG_H in libreplace metze (This used to be commit 909d736a4bf5a7adfcd64eecf6bb2a92211c6f96)
* r19234: fix configure test for net/if.h for some platformsStefan Metzmacher2007-10-101-2/+2
| | | | | | | | AC_LANG_SOURCE() causes to have the content of confdefs.h in front of the file that will be compiled metze (This used to be commit cd03738e7c5610c4a0cb1161b9bcee5d7c88322d)
* r19227: - add a AC_CACHE_CHECK() around the net/if.h testStefan Metzmacher2007-10-101-16/+15
| | | | | | | | | to see (we now get some output that this test happens at all...). - make use of AC_INCLUDES_DEFAULT metze (This used to be commit 7e399e607c8e9bf7365de7d492d29377177cdc1f)
* r19217: Merge from SAMBA_4_0_RELEASE:Andrew Bartlett2007-10-101-1/+2
| | | | | | | | Re-enable TLS in the default configuration. We passed on the build farm because we have an explicit diffie-hilliman parameters file set. Andrew Bartlett (This used to be commit d20ab6a5ed7f980cb653e965c4de3de8d058d9c4)
* r19198: fix typo...Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 70bab6edfc1c8e52dfa3ff0f02059a2af6086589)
* r19196: merge from samba3:Stefan Metzmacher2007-10-106-25/+27
| | | | | | | pass always a mem_ctx to functions and a ldb_context where needed metze (This used to be commit 67a6a41ba3af840cd8226de73576a90ecf602caa)
* r19195: this should fix should workaround the brokenStefan Metzmacher2007-10-101-0/+4
| | | | | | | | HPUX 11.23 <machine/sys/getppdp.h> on host hpisgr8 in the build-farm. metze (This used to be commit 88adbd744355284df223f5618bd76e3d327055d8)
* r19188: merge from samba3:Stefan Metzmacher2007-10-106-14/+19
| | | | | | | fix compiler warnings metze (This used to be commit dc139d8715f58b27363266f1426da451907845eb)
* r19186: that doesn't help...Stefan Metzmacher2007-10-101-4/+0
| | | | | metze (This used to be commit 59c6d51ab31d9d686de35024509f08f5de41c788)
* r19178: fix the standalone build of socket_wrapper by not usingStefan Metzmacher2007-10-101-9/+34
| | | | | | | samba's DLIST_ macros metze (This used to be commit 82abc39b559ccae832dd749495ebcfdffc2e5755)
* r19176: Also require <fcntl.h> and <sys/ioctl.h> for non samba builds.Love Hörnquist Åstrand2007-10-101-0/+2
| | | | (This used to be commit fe621c1ab277407fb62ad7bced829815b6625f22)
* r19175: If not in _SAMBA_BUILD_, define _PUBLIC_ to nothing.Love Hörnquist Åstrand2007-10-101-0/+2
| | | | (This used to be commit 8c2585f0cfb7ae229de066965a732904545f0869)
* r19173: see if HPUX 11.23 needs the same workaround as 11.11Stefan Metzmacher2007-10-101-0/+4
| | | | | metze (This used to be commit 896326d5081da6a20babacf4c28c556fa44216c5)
* r19171: change the socket wrapper license toStefan Metzmacher2007-10-102-36/+72
| | | | | | | what heimdal uses... metze (This used to be commit 9f8809a16ef837f5cdf07ed2e383893d035e96d6)
* r19146: merge from samba3:Stefan Metzmacher2007-10-101-1/+3
| | | | | | | talloc_reference() can fail metze (This used to be commit 542cd5d029e97c2e0c7c006a1ced12114c1bb6da)
* r19136: No conflict, after "svn up" it applied correctly", merge 19126 from 3_0Volker Lendecke2007-10-101-4/+7
| | | | (This used to be commit 042a22b6dd34bb147cf4f8cc10f98d4cda3ccd55)
* r19134: Merge the second set of C++ warning fixes from Samba3. I'll leave ↵Volker Lendecke2007-10-101-6/+12
| | | | | | | | | r19132 to metze to merge until the questions have been answered. Volker (This used to be commit e946717bf600f4ff922dc55a9a5d259535d0d1c9)
* r19131: merge from samba3:Stefan Metzmacher2007-10-101-1/+1
| | | | | | | fix the logic for the AC_PROG_CC_C99 test metze (This used to be commit 5ccc020639b72a75edfc7f29775b298acf27216e)
* r19129: Add comment to clarify behaviorSimo Sorce2007-10-101-0/+4
| | | | (This used to be commit 7180f38e9e436ca7a7c49f2d4b315ec5eb9c7631)
* r19123: - pass LDFLAGS from configure to MakefileStefan Metzmacher2007-10-101-1/+1
| | | | | | | | | which should fix the build on Tru64 in the build farm. Thanks to Bjoern Jacke for finding this! metze (This used to be commit 165722a16cf9b8e3f352ed44285cdae0fba66536)
* r19122: merge from samba3:Stefan Metzmacher2007-10-101-4/+17
| | | | | | | sync system/iconv.h metze (This used to be commit 9c74964b619fd0754d3b72c21fe2cef4d24e7ad5)
* r19120: silence a warning about a test functionAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit 59915150f0e303222a16f9d08d3ab31db4e4c617)
* r19118: get rid of a bunch of bool misuse warningsAndrew Tridgell2007-10-101-19/+19
| | | | (This used to be commit e620f44643caf93a8bcb203a966c986c14a8dc0e)
* r19117: I've changed the checker wrapper on snab to allow for aAndrew Tridgell2007-10-101-0/+3
| | | | | .checker_innocent file, similar to our .valgrind_suppressions file. (This used to be commit 8228efdb93be20cc3255fbd55336fac89d1bc2d9)
* r19116: fixed a checker warningAndrew Tridgell2007-10-101-4/+2
| | | | (This used to be commit 48243721df27fa68b3232d71b411fba1e0ab7010)
* r19114: fixed another checker warning and a possible error on allocationAndrew Tridgell2007-10-101-1/+3
| | | | | failure (This used to be commit bc02f7ef96e164a59441e3fd9429221be83fc7e4)
* r19113: fixed another checker warning.Andrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit d12550af01f8d4c135fbf6f429852c31570ec92b)
* r19112: fixed a checker warning.Andrew Tridgell2007-10-101-1/+1
| | | | | | In case you haven't noticed, lots of our packages now run the IBM checker in the build farm on 'snab' (This used to be commit b39a79f17c9d8729264436bb774e8bd2b88e12f9)