summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r19314: Commit tridge's fixes for a big mem leak in ltdb I introducedSimo Sorce2007-10-103-13/+10
* r19312: This should fix a nasty bug with values and names being freed before ...Simo Sorce2007-10-101-1/+5
* r19310: Add another conflicting oidAndrew Bartlett2007-10-101-2/+2
* r19305: Potential memleak on the ldb_context if we don't use a temp mem contextSimo Sorce2007-10-101-1/+10
* r19299: Fix possible memleaksSimo Sorce2007-10-101-0/+2
* r19289: fixed a memory leak in ldb_dn_string_compose()Andrew Tridgell2007-10-101-2/+4
* 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
* r19264: Clarify behaviour in ldb_search_callback() and provide moreAndrew Bartlett2007-10-101-7/+11
* r19196: merge from samba3:Stefan Metzmacher2007-10-106-25/+27
* r19188: merge from samba3:Stefan Metzmacher2007-10-106-14/+19
* r19146: merge from samba3:Stefan Metzmacher2007-10-101-1/+3
* r19134: Merge the second set of C++ warning fixes from Samba3. I'll leave r19...Volker Lendecke2007-10-101-6/+12
* r19129: Add comment to clarify behaviorSimo Sorce2007-10-101-0/+4
* r19123: - pass LDFLAGS from configure to MakefileStefan Metzmacher2007-10-101-1/+1
* r19114: fixed another checker warning and a possible error on allocationAndrew Tridgell2007-10-101-1/+3
* r19113: fixed another checker warning.Andrew Tridgell2007-10-101-0/+1
* r19112: fixed a checker warning.Andrew Tridgell2007-10-101-1/+1
* r19079: talloc_array can failVolker Lendecke2007-10-101-0/+1
* r19076: ldb_dn_copy_partial can failVolker Lendecke2007-10-101-0/+1
* r19075: Fix a potential NULL dereferenceVolker Lendecke2007-10-101-0/+4
* r19074: Merge from 3_0: Fix a potential NULL dereference.Volker Lendecke2007-10-101-1/+1
* r19069: The sequence number is a 64 bit unsigned integerSimo Sorce2007-10-101-2/+2
* r19068: Fix a potential NULL dereferenceVolker Lendecke2007-10-101-0/+4
* r19009: ensure that data values from ldap libs are null terminated, to allowAndrew Tridgell2007-10-101-1/+6
* r18978: Fix bug found by:Andrew Bartlett2007-10-101-3/+13
* r18942: add a ldb_set_create_perms() function in ldb. I didn't call itAndrew Tridgell2007-10-104-1/+16
* r18939: don't rely on the umask being right in ldb creation. Both Samba3 andAndrew Tridgell2007-10-101-1/+1
* r18910: Change ldb_msg_add_string() to not actually add an attribute if theAndrew Tridgell2007-10-101-0/+5
* r18903: merge from samba3:Stefan Metzmacher2007-10-104-4/+6
* r18894: Merge const fixes from 3_0Volker Lendecke2007-10-101-5/+5
* r18882: make style consistentSimo Sorce2007-10-101-1/+3
* r18881: remove wrong check and statement.Simo Sorce2007-10-101-5/+0
* r18851: Some C++ warningsVolker Lendecke2007-10-101-8/+8
* r18840: make these compatible with g++ warningsAndrew Tridgell2007-10-102-15/+15
* r18834: get the log context code rightAndrew Tridgell2007-10-101-2/+2
* r18832: fixed standalone buildAndrew Tridgell2007-10-101-19/+19
* r18831: minor build changes for samba3. The logging changes will be removedAndrew Tridgell2007-10-105-4/+41
* r18830: ensure backends aren't added twice (needed for samba3)Andrew Tridgell2007-10-101-13/+19
* r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett2007-10-107-144/+71
* r18777: add helper functions to create an ldb_request structureSimo Sorce2007-10-102-69/+205
* r18770: Avoid crashes and fix up other issues in the client-side paged_search...Andrew Bartlett2007-10-101-27/+57
* r18602: updated web page for new ldb build methodAndrew Tridgell2007-10-101-3/+8
* r18596: removed superfluous semicolonAndrew Tridgell2007-10-101-1/+1
* r18591: Better defaults for share creationSimo Sorce2007-10-101-6/+13
* r18539: 'make distclean' should delete config.cacheAndrew Tridgell2007-10-101-1/+1
* r18538: we need a pipe here, not a logical ORAndrew Tridgell2007-10-101-1/+2