summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r18438: I should have examined these uses of talloc_move() moreAndrew Tridgell3-10/+5
2007-10-10r18437: added a 'make valgrindtest' target for ldbAndrew Tridgell1-0/+3
2007-10-10r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell11-76/+31
2007-10-10r18410: Reduce noise in the ldb_ildap backend. We regularly search for thingsAndrew Bartlett1-3/+1
2007-10-10r18347: run slapd in the foreground so timelimit can kill itAndrew Tridgell1-2/+3
2007-10-10r18346: make sure we kill off the slapd processAndrew Tridgell2-4/+26
2007-10-10r18327: 'struct token' is defined on some hostsAndrew Tridgell1-5/+5
2007-10-10r18321: fixed some warnings on AIXAndrew Tridgell2-3/+3
2007-10-10r18317: Make sure we actually have a valid reply or failSimo Sorce1-0/+3
2007-10-10r18309: FreeBSD 6.1 has a symbol ldap_new_connection() in the system ldapAndrew Tridgell1-1/+1
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2-3/+3
2007-10-10r18286: ldb now needs install-sh tooAndrew Tridgell1-0/+238