summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19299: Fix possible memleaksSimo Sorce1-0/+2
2007-10-10r19289: fixed a memory leak in ldb_dn_string_compose()Andrew Tridgell1-2/+4
2007-10-10r19274: fix ldbdel and ldbmodify to return an error if the underlying ldb callAndrew Tridgell2-15/+11
2007-10-10r19273: - fixed error handling with the ldap backendAndrew Tridgell5-20/+37
2007-10-10r19264: Clarify behaviour in ldb_search_callback() and provide moreAndrew Bartlett1-7/+11
2007-10-10r19196: merge from samba3:Stefan Metzmacher6-25/+27
2007-10-10r19188: merge from samba3:Stefan Metzmacher6-14/+19
2007-10-10r19146: merge from samba3:Stefan Metzmacher1-1/+3
2007-10-10r19134: Merge the second set of C++ warning fixes from Samba3. I'll leave r19...Volker Lendecke1-6/+12
2007-10-10r19129: Add comment to clarify behaviorSimo Sorce1-0/+4
2007-10-10r19123: - pass LDFLAGS from configure to MakefileStefan Metzmacher1-1/+1
2007-10-10r19114: fixed another checker warning and a possible error on allocationAndrew Tridgell1-1/+3
2007-10-10r19113: fixed another checker warning.Andrew Tridgell1-0/+1
2007-10-10r19112: fixed a checker warning.Andrew Tridgell1-1/+1
2007-10-10r19079: talloc_array can failVolker Lendecke1-0/+1
2007-10-10r19076: ldb_dn_copy_partial can failVolker Lendecke1-0/+1
2007-10-10r19075: Fix a potential NULL dereferenceVolker Lendecke1-0/+4
2007-10-10r19074: Merge from 3_0: Fix a potential NULL dereference.Volker Lendecke1-1/+1
2007-10-10r19069: The sequence number is a 64 bit unsigned integerSimo Sorce1-2/+2
2007-10-10r19068: Fix a potential NULL dereferenceVolker Lendecke1-0/+4
2007-10-10r19009: ensure that data values from ldap libs are null terminated, to allowAndrew Tridgell1-1/+6
2007-10-10r18978: Fix bug found by:Andrew Bartlett1-3/+13
2007-10-10r18942: add a ldb_set_create_perms() function in ldb. I didn't call itAndrew Tridgell4-1/+16
2007-10-10r18939: don't rely on the umask being right in ldb creation. Both Samba3 andAndrew Tridgell1-1/+1
2007-10-10r18910: Change ldb_msg_add_string() to not actually add an attribute if theAndrew Tridgell1-0/+5
2007-10-10r18903: merge from samba3:Stefan Metzmacher4-4/+6
2007-10-10r18894: Merge const fixes from 3_0Volker Lendecke1-5/+5
2007-10-10r18882: make style consistentSimo Sorce1-1/+3
2007-10-10r18881: remove wrong check and statement.Simo Sorce1-5/+0
2007-10-10r18851: Some C++ warningsVolker Lendecke1-8/+8
2007-10-10r18840: make these compatible with g++ warningsAndrew Tridgell2-15/+15
2007-10-10r18834: get the log context code rightAndrew Tridgell1-2/+2
2007-10-10r18832: fixed standalone buildAndrew Tridgell1-19/+19
2007-10-10r18831: minor build changes for samba3. The logging changes will be removedAndrew Tridgell5-4/+41
2007-10-10r18830: ensure backends aren't added twice (needed for samba3)Andrew Tridgell1-13/+19
2007-10-10r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett7-144/+71
2007-10-10r18777: add helper functions to create an ldb_request structureSimo Sorce2-69/+205
2007-10-10r18770: Avoid crashes and fix up other issues in the client-side paged_search...Andrew Bartlett1-27/+57
2007-10-10r18602: updated web page for new ldb build methodAndrew Tridgell1-3/+8
2007-10-10r18596: removed superfluous semicolonAndrew Tridgell1-1/+1
2007-10-10r18591: Better defaults for share creationSimo Sorce1-6/+13
2007-10-10r18539: 'make distclean' should delete config.cacheAndrew Tridgell1-1/+1
2007-10-10r18538: we need a pipe here, not a logical ORAndrew Tridgell1-1/+2
2007-10-10r18536: fixed the loading of external binary files from ldif into ldbAndrew Tridgell2-4/+13
2007-10-10r18535: move the AC_CANONICAL_HOST and host specific flag tests intoAndrew Tridgell4-4/+3051
2007-10-10r18515: Remove calls to "time" for now as some sh implementations don't have it,Jelmer Vernooij1-2/+2
2007-10-10r18504: Handle mappings for RENAME and KEEP attributes better. We don't needAndrew Bartlett1-44/+66
2007-10-10r18495: More work on the LDAP backend (which now passes a lot of our tests!)Andrew Bartlett4-59/+95
2007-10-10r18485: include libreplace.m4 in the aclocal.m4 filesStefan Metzmacher2-2/+3
2007-10-10r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell11-28/+30