summaryrefslogtreecommitdiffstats
path: root/source3/lib/ldb/common/ldb_msg.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the copy of ldb from Samba 3.Jelmer Vernooij2010-05-061-829/+0
| | | | | There were two utility functions that other parts of Samba 3 still relied on; they have been moved to lib/ldb_compat.[ch].
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 1b78cace504f60c0f525765fbf59d9cc6506cd4d)
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2007-10-101-0/+4
| | | | | more no previous prototype warnings (This used to be commit 41be182f78762372ae13759ede5d2bd40a71d7f5)
* r19744: merge from samba4Stefan Metzmacher2007-10-101-1/+13
| | | | | metze (This used to be commit fe61e6ebf7d771ce6441198bf2e330d53bf7b10e)
* r19725: sync samba3's ldb with samba4Stefan Metzmacher2007-10-101-4/+4
| | | | | metze (This used to be commit 207643e9c9c75546f38a09f12ea0b574b08086c5)
* r19491: backport changes from samba4Simo Sorce2007-10-101-15/+25
| | | | (This used to be commit aa464c9fda978f615230241921f83884a60f4c6f)
* r19486: Probably Coverity is wrong here, but this fixes their ID 317. Not ↵Volker Lendecke2007-10-101-1/+3
| | | | | | | | | | sure whether to merge it to 4_0. I want it in 3_0 because it took a bit to persuade myself that el can not be NULL here. Volker (This used to be commit c0c035b1c8b9d80cd205cde16ad3e838e2d44459)
* r19190: merge from samba4:Stefan Metzmacher2007-10-101-6/+1
| | | | | | | | remove wrong check and statement. to manipulate rootDSE we use ldb_dn_new() as base and that has 0 elements. metze (This used to be commit b81cae4180452d2a14c445392fd828032e6eddec)
* r19137: that looks nicer:-)Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit db40552d9471f4a8ce2c5c724319a4eb242ed24a)
* r19132: Fix some C++ warnings. Is there interest to have them in Samba4 as well?Volker Lendecke2007-10-101-1/+1
| | | | | | | | | | | | | | | | | I have some problems resolving the last 3 ones in attrib_handlers.c. In line 251 the function ldb_dn_explode_casefold is called with mem_ctx as the first argument. Looking at ldb_dn_explode_casefold I see that the first argument it expects is a struct ldb_context. I could certainly add a cast to (struct ldb_context *) to that call, but I would assume that this is the wrong fix. Is it possible that attrib_handlers.c:251 and :254 should have ldb and not mem_ctx as the first argument? Can anybody from Samba4 clarify this for me and apply the correct fix? Thanks a lot. Volker (This used to be commit 26f2cb71ebf00b2c6f356da5f32384f7fa083521)
* r18910: Change ldb_msg_add_string() to not actually add an attribute if theAndrew Tridgell2007-10-101-0/+5
| | | | | | | | string is zero length. This allows callers to not have to worry about creating an invalid ldap attribute. See extensive discussion on samba-technical list :-) (This used to be commit 9e66df05a4df3d3c7b02048d80e2661103d1d40a)
* r18866: Jeremy and Volker have given the go-ahead on the group mapping ldbAndrew Tridgell2007-10-101-0/+802
code. Yay! This first commit copies lib/ldb/ from Samba4. A huge congratulations should go to Simo on this - he has put an enormous amount of work into ldb, and it's great to see it go into the Samba3 tree. (This used to be commit bbedf2e34315f5c420a3a05dfe22b1d5cf79f042)