summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r19338: leak on errorSimo Sorce2007-10-101-0/+1
* r19337: never alloc on module unless you mean to attach a context toSimo Sorce2007-10-101-1/+1
* r19336: Merge from release branch: new Mapped OIDs, in own subtree.Andrew Bartlett2007-10-103-7/+8
* r19334: Commit commented provisioning code to activate the schemaSimo Sorce2007-10-101-0/+32
* r19333: commit module changes I made some time ago before I loose themSimo Sorce2007-10-103-106/+135
* r19332: ldb_parse_tree leaksSimo Sorce2007-10-104-5/+5
* r19331: Respect the mem hierarchySimo Sorce2007-10-101-2/+2
* r19330: Fix memleaksSimo Sorce2007-10-101-1/+1
* r19329: fixed a leak in the password hash moduleAndrew Tridgell2007-10-101-1/+1
* r19328: another leak plugged ....Andrew Tridgell2007-10-101-1/+1
* r19327: fixed a leak in ldif_canonicalise_objectCategory()Andrew Tridgell2007-10-101-4/+6
* r19326: don't leak a ndr_push structure on ndr_push_struct_blob()Andrew Tridgell2007-10-101-0/+2
* r19325: leak fix from lhaAndrew Tridgell2007-10-101-1/+4
* r19324: fixed a leak on deleting records when no index is in placeAndrew Tridgell2007-10-101-6/+6
* r19323: fixed a leak in the ldif parse codeAndrew Tridgell2007-10-101-0/+1
* r19322: fix a minor memory leak in the ltdb cache codeAndrew Tridgell2007-10-101-0/+1
* r19321: Merge from release branch:Andrew Bartlett2007-10-101-6/+6
* r19318: Because we don't test the vampire code in SWAT very regularly, it bit...Andrew Bartlett2007-10-102-5/+14
* r19315: Record some OID allocations.Andrew Bartlett2007-10-101-0/+6
* r19314: Commit tridge's fixes for a big mem leak in ltdb I introducedSimo Sorce2007-10-103-13/+10
* r19313: Don't mess with hierarchies!!Simo Sorce2007-10-101-1/+1
* r19312: This should fix a nasty bug with values and names being freed before ...Simo Sorce2007-10-101-1/+5
* r19311: Try to keep the schema map files fairly similar (hope for less weird ...Andrew Bartlett2007-10-101-0/+2
* r19310: Add another conflicting oidAndrew Bartlett2007-10-102-2/+4
* r19309: Split out checks for LDB_SUCCESS from checks for the expected numberAndrew Bartlett2007-10-101-3/+11
* r19308: Merge samsync fixes from SAMBA_4_0_RELEASEAndrew Bartlett2007-10-102-8/+27
* r19306: ldbbrowse: handle input of Base and Scope in search tabDerrell Lipman2007-10-101-18/+93
* r19305: Potential memleak on the ldb_context if we don't use a temp mem contextSimo Sorce2007-10-101-1/+10
* r19304: If you really want to look at the contents undef this oneSimo Sorce2007-10-101-0/+17
* r19303: It seem ok to have around this amount of blocks hanging out of an ldb...Simo Sorce2007-10-101-1/+1
* r19299: Fix possible memleaksSimo Sorce2007-10-109-12/+34
* r19298: make sure torture_fail() gives a useful messageAndrew Tridgell2007-10-101-0/+2
* r19297: fixed a leak in the ejs ldb interfaceAndrew Tridgell2007-10-101-2/+2
* r19296: added a leak detector to ldb_wrap_connect()Andrew Tridgell2007-10-101-2/+18
* r19295: ldbbrowse: the search tab is now doing something vaguely reasonable.Derrell Lipman2007-10-104-123/+218
* r19294: a little speed tester for ldb/tdbAndrew Tridgell2007-10-103-0/+252
* r19293: Add RPC-SAMBA3-WINREG, the start of a test of what Samba3 is able to ...Volker Lendecke2007-10-102-0/+206
* r19289: fixed a memory leak in ldb_dn_string_compose()Andrew Tridgell2007-10-101-2/+4
* r19282: make the recent qooxdoo work that Derrell has done available via theAndrew Tridgell2007-10-101-1/+7
* r19281: Generalize what we do for the RAW-QFILEINFO test call so that the sam...Brad Henry2007-10-101-24/+31
* r19280: Missed renaming a remove_qfileinfo_test() function call.Brad Henry2007-10-101-1/+1
* r19279: These setup and cleanup functions are general enough for any test whi...Brad Henry2007-10-101-3/+3
* r19278: Change the delete_directory() expect function so that rmdir willBrad Henry2007-10-101-1/+1
* r19277: This commit adds support to run the smbtorture RPC-ASYNCBIND RPC-ATSVCBrad Henry2007-10-101-10/+16
* r19276: remove unused fileStefan Metzmacher2007-10-101-58/+0
* r19274: fix ldbdel and ldbmodify to return an error if the underlying ldb callAndrew Tridgell2007-10-102-15/+11
* r19273: - fixed error handling with the ldap backendAndrew Tridgell2007-10-105-20/+37
* r19266: Add a target_hostname element to the binding struct. This allows usAndrew Bartlett2007-10-108-64/+102
* r19265: It is not an error to set the target hostname to NULL.Andrew Bartlett2007-10-101-1/+1
* r19264: Clarify behaviour in ldb_search_callback() and provide moreAndrew Bartlett2007-10-101-7/+11