summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* r25216: make talloc_append_string() a deprecated macro instead ofStefan Metzmacher2007-10-102-28/+1
| | | | | | | having it as a real function. metze (This used to be commit 2b2e8414650f4793e7fd6e7fb368383ee268948f)
* r25215: replace talloc_append_string() with talloc_strdup_append_buffer()Stefan Metzmacher2007-10-102-15/+7
| | | | | metze (This used to be commit 8f2db3c130ce85d38f805836a7df039822ede066)
* r25211: fix compiler warningStefan Metzmacher2007-10-101-0/+4
| | | | | metze (This used to be commit c0d095c8c9c1f9a7a96771e20680c105f0cce308)
* r25210: fix typoStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 489758afb22368399054d1306711e14cebce94e1)
* r25209: unify logic of talloc_vasprintf_append() and ↵Stefan Metzmacher2007-10-101-50/+29
| | | | | | | talloc_vasprintf_append_buffer() metze (This used to be commit 780c1c776e15f7224256a0ba0bda3e9f04702abe)
* r25208: add talloc_str[n]dup_append[_buffer]() functionsStefan Metzmacher2007-10-102-9/+114
| | | | | metze (This used to be commit 8532076720ddaf3409db1196550cd7c6884380fc)
* r25207: remove one nesting level and use unlikely()Stefan Metzmacher2007-10-101-7/+7
| | | | | metze (This used to be commit c2931540bc6e2d7665ef46a123f1c0618c3b55b7)
* r25206: unify logic of talloc_strdup() and talloc_strndup(),Stefan Metzmacher2007-10-101-22/+20
| | | | | | | only strlen() vs. strnlen() is the difference now. metze (This used to be commit 92106e6b7e4ed3b6e1aa942b6dc8ae52fdf5805b)
* r25205: $(srcdir) isn't expanded here...Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 4bce808917e296a0d50f39516da06bfb12418cf8)
* r25204: Patch by Andrew Kroeger <andrew@sprocks.gotdns.com> fixing bug #4958 -Andrew Bartlett2007-10-101-9/+31
| | | | | | | | | rename of ldb entries for a case change (only). I've modified the testsuite to verify this. Andrew Bartlett (This used to be commit 9cccd00dac44dd9152ec03cecf5ffac24f918445)
* r25193: Update headers to easy use by external apps.Jelmer Vernooij2007-10-107-10/+15
| | | | (This used to be commit 20b70fbb7af6b6759c3b8c8aa56e10944b32bfdf)
* r25190: Update talloc version to 1.1.0 after API-incompatible changes.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 66000a1fa2365cd8a08e3ecaaa116b27eb74e8b8)
* r25187: pass FIRST_PREREQ to Makefile so that the value can be usedStefan Metzmacher2007-10-101-4/+2
| | | | | | | | in handwritten rules too, hopefully fix the build of ldb with bsd make. metze (This used to be commit 9d6d296105526c55f08d82d289a30b92193d51e3)
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-102-7/+7
| | | | | Jeremy. (This used to be commit 0844dbf597191b3e4d35a696695b229e986daec4)
* r25174: Export header from just one place.Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit 82383a6c12c2c4f2a8779f9399e503003a4a9f99)
* r25164: Add talloc_asprintf_append_buffer() and the docs for it.Jeremy Allison2007-10-103-4/+82
| | | | | Jeremy. (This used to be commit 5bb8613b86a6788efde840d5b50710f9afd22fed)
* r25122: fix interface detection codeStefan Metzmacher2007-10-101-0/+3
| | | | | | | jelmer: I wonder what broke it... metze (This used to be commit 4c8063b9c4ca2c0359859338a8335e177e9c31bd)
* r25116: Fix talloc_asprintf_append to do the right thing withJeremy Allison2007-10-101-5/+2
| | | | | | truncated strings. Jeremy. (This used to be commit 948d32bb62b0e8c68cc961a380eae602ffc71870)
* r25112: make torture_temp_dir() available via tortore/torture.hStefan Metzmacher2007-10-102-6/+0
| | | | | | | and return more detailed errors metze (This used to be commit c2b645c8763fd75a0a81983ec44a5990670c4fc4)
* r25105: No need to register ldb_map as a module.Jelmer Vernooij2007-10-101-2/+1
| | | | (This used to be commit 6c66e09c9e400ea66fc6d941e192b28d0170a01f)
* r25100: Include LDAP libs in .pc file so linking statically against libldb ↵Jelmer Vernooij2007-10-104-3/+8
| | | | | | works again. (This used to be commit bcf5c9447435a826027626ac89a00eaa6739b12a)
* r25098: Fix typoJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 29415b661d103a80482b932172bf68cb9e394bc9)
* r25097: Don't clutter users' CFLAGS with ldb cflags.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit e31614b5ea73cab56c572d2e2d61f8070928b230)
* r25096: Missed an include - otherwise the embedded ldb is always used.Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit 557b4b3d456a5dbc501695bf90d1436bdbbc49e9)
* r25093: Use system-provided ldb library if available. Note that this only ↵Jelmer Vernooij2007-10-104-97/+102
| | | | | | means using the ldb library from the system - the custom command-line tools for Samba 4 will still be built even if they are already provided by the system. (This used to be commit 8aab673df5200a4555777caf4ee58907cf6fe4cc)
* r25085: Define LDB_MODULESDIR for standalone build.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 1ba883c62e86274a55c1a0012201fc2e8b6b57fc)
* r25084: Move samba-specific code out of lib/ldb directory.Jelmer Vernooij2007-10-109-13/+4
| | | | (This used to be commit 917bd737cb07817664d9088860588d47525f5ff8)
* r25083: Keep actual symbol names the same.Jelmer Vernooij2007-10-102-133/+127
| | | | (This used to be commit 106118f116400c8601ebb3cd93b35278a6f09605)
* r25082: Avoid use of MACHINE because it's defined already on Tru64. Thanks ↵Jelmer Vernooij2007-10-105-153/+159
| | | | | | to Björn and BaT for pointing this out. (This used to be commit e2ea41740bc7781b3278f9533b4d24bc9222b3a2)
* r25081: Add modules_dir member to ldb_context that is used rather than a globalJelmer Vernooij2007-10-106-20/+31
| | | | | modulesdir setting. Samba always sets this to lp_modulesdir()/ldb (This used to be commit e672380d2156cf0421108a9c34f04f096c2afeed)
* r25047: Fix more warnings.Jelmer Vernooij2007-10-108-69/+30
| | | | (This used to be commit 69de86d2d2e49439760fbc61901eb87fb7fc5d55)
* r25046: Ditch tdb_traverse() as it doesn't lend itself to any Python idiomsTim Potter2007-10-101-2/+0
| | | | | | | and the semantics can be reproduced using tdb_firstkey() and tdb_nextkey(). Oh, and also because I can't figure out how to get SWIG to do exactly what I want here. (This used to be commit 59b44a9796c8254c59ff110c436d8832af81bedc)
* r25045: Add constants for enum TDB_ERROR.Tim Potter2007-10-101-20/+15
| | | | | | | Remove some functions that I don't think should be in at the moment - tdb_open_ex(), tdb_reopen{,_all} and locking functions. Locking functions may come back at a later stage along with transaction support. (This used to be commit 89740efc6795c25f222e45a8aa76dd80f0f2ae4e)
* r25044: The has_key() method should return a boolean, not an integer.Tim Potter2007-10-101-1/+5
| | | | | Add TODO for missing iterator and other oddball methods. (This used to be commit cd89b6793776b6db75eac09c718bfc9551b7641b)
* r25043: Avoid allocation on with NULL parent.Jelmer Vernooij2007-10-101-2/+3
| | | | (This used to be commit 3f30cd5688a532a2d6c4d970c2bc759efa2a1b04)
* r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij2007-10-1011-40/+57
| | | | | | number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
* r25033: Fix includeJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit d81bb09046a7ea65aa916be7fcfa94e86b6191f5)
* r25028: Fix more warnings.Jelmer Vernooij2007-10-102-1/+3
| | | | (This used to be commit 3aa7ee4a0d8837471deeaa1c5a1f4a0d2a14aa6e)
* r25027: Fix more warnings.Jelmer Vernooij2007-10-1011-22/+25
| | | | (This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-1015-0/+15
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r25018: Remove non-existent tdb_logging_function() as well as less usefulTim Potter2007-10-101-8/+0
| | | | | functions such as tdb_dump_all() and tdb_printfreelist(). (This used to be commit ef695539bf18bc729d1bb400dfcfcb24766fa4d5)
* r25017: Move MAXHOSTNAMELEN definition to replace.h as it is usually part ofJelmer Vernooij2007-10-102-8/+8
| | | | | sys/param.h. (This used to be commit 7016d500287ae587d044744f2a318c402148ebea)
* r25014: Use talloc for allocating values as well.Jelmer Vernooij2007-10-102-29/+11
| | | | (This used to be commit 43f0e2622ef61bd865fcf17191118c050ec8cfcb)
* r25008: Remove use of pstring.Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit c57869e2620de30c303b0cb2f70cd07b32f269fc)
* r25007: Remove more uses of pstring, move ntlmauth-specific utility function ↵Jelmer Vernooij2007-10-103-30/+3
| | | | | | to ntlm-auth.c (This used to be commit 6f224480b230ab7ccfc0417c13e7f4fc3f6f2a13)
* r25006: Use system constant.Jelmer Vernooij2007-10-101-7/+6
| | | | (This used to be commit d9b2464598efe0f0cbecd4d8a90fbd137fad0daf)
* r25001: Fix more C++ and other warnings, fix some of the indentation with ↵Jelmer Vernooij2007-10-103-3/+4
| | | | | | ts=4 lines that I accidently added earlier. (This used to be commit 0bcb21ed740fcec0f48ad36bbc2deee2948e8fc7)
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-1010-29/+27
| | | | (This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4)
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-106-21/+23
| | | | (This used to be commit 925abf74fa1ed5ae726bae8781ec549302786b39)
* r24992: Remove some uses of lp_*().Jelmer Vernooij2007-10-102-10/+7
| | | | (This used to be commit a5a1a5540510cdb1bfbb3e89b84f4ba5b2812c55)