summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Collapse)AuthorAgeFilesLines
* libreplace: fix standalone build on some systems.Michael Adam2008-02-271-0/+2
| | | | | | | | getifaddr tests include system/network.h, which does not find getaddrinfo.h without "-I.". Michael (This used to be commit cd95c702ed90128f659e27709c61d4c6abc969ef)
* libreplace: Add tests for connect and gethostbyname.Michael Adam2008-02-265-0/+96
| | | | | | | | | | | | | Provide dummy replacements when a function isnt found. The functions are also searched for in certain libraries, and variables SOCKET_LIBS and NSL_LIBS are set accordingly. One purpose of this is to fix the getifaddrs tests on systems where e.g. the socket calls require special libs for linking. Michael (This used to be commit 900d17acb95f1becfc46656a12c107336c027ef7)
* Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up.Michael Adam2008-02-261-5/+5
| | | | | Michael (This used to be commit 8a26a6e8f11aca5119b15e304213548ad608dc5b)
* Update homepages for talloc, tdb and ldb subprojectsSimo Sorce2008-02-253-34/+24
| | | | (This used to be commit 8cb07814bc6627fc8eba228eafd13336e3ca3758)
* libreplace: don't use socketwrapper for getifaddrs() implementations.Michael Adam2008-02-221-0/+2
| | | | | | Michael (cherry picked from commit 85eec1d1d6b674294c50eb912fbe7d5a1dd42909) (This used to be commit a83db886e50b6ceeb71d93bf86fb5e0964b8d45f)
* libreplace: Fix comment originating from old samba source.Michael Adam2008-02-221-1/+1
| | | | | Michael (This used to be commit 0440bcfe6359ca4842f473b1ca799cad9f1c6c96)
* libreplace: fix creation of conftest files for getifaddrs tests.Michael Adam2008-02-221-4/+11
| | | | | | | | Add missing includes of replace.c and defines of SOCKET_WRAPPER_NOT_REPLACE. Michael (cherry picked from commit 26e6ebc7090b5742deb67805d85d809cafb4543d) (This used to be commit e00c6513e05afe91d4c419287283b34e931a161c)
* Fix linked list of ifaddrs in implementations of rep_getifaddrs.Michael Adam2008-02-221-3/+3
| | | | | | | | Produce proper list instead of one-node-loop. Michael (cherry picked from commit ec9f4f5066ba7a8bf3af931fd4969590140c0b2b) (This used to be commit 744d5ba7adab65a9774a18eb42b7090f49e423f2)
* Add missing initalizations of lastif in rep_getifaddr implementations.Michael Adam2008-02-221-3/+6
| | | | | | Michael (cherry picked from commit 65710e752f72070cb911867ff9f31f91904ca5c0) (This used to be commit 5bd613a2cda5d287706f2ce72f4ee08a7fa45b72)
* libreplace: fix compile errors in getifaddrs.cMichael Adam2008-02-211-6/+3
| | | | | | Michael (cherry picked from commit 22cdd4cb507022d9c670b7d5cbc8d357b0b91637) (This used to be commit 4da2d999a28c8fd3e93480194a153cf6a10de986)
* Try and fix getifaddrs check on irix: dont't try to include config.hMichael Adam2008-02-211-0/+3
| | | | | | | | The missing header file is judged "catastrophic" on irix. Michael (cherry picked from commit 5778c90819a5a5cee38be690f442c571f3a6a051) (This used to be commit 0d4522a06d4465f6eadbdf14381c9e08cf7e1dc9)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-212-2/+1
|\ | | | | | | (This used to be commit 52a8d06f00ab3900e2186e047902dbcbe3138a01)
| * ldb_sqlite: fix the buildStefan Metzmacher2008-02-212-2/+1
| | | | | | | | | | metze (This used to be commit 14c8e3101cc3b0138a551afdf3a94f4bb11bb21d)
* | Remove extra whitespace, use public variable in IDL.Jelmer Vernooij2008-02-211-1/+1
| | | | | | | | (This used to be commit bf08b682586f6b9a17d4ec3934836be957ef955c)
* | Remove more uses of global_loadparm.Jelmer Vernooij2008-02-217-24/+38
| | | | | | | | (This used to be commit 3430cc60972b94d0d238bc39f473feed96949c5d)
* | Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-7/+8
| | | | | | | | (This used to be commit 58a5b1de2b093fe642eb11d76d12db0edf60c25c)
* | Avoid use of global_loadparm.Jelmer Vernooij2008-02-211-1/+1
|/ | | | (This used to be commit c5a95bbe0ce55c29e135a9c6058bf192ec3bb546)
* Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-02-2191-2964/+1762
|\ | | | | | | (This used to be commit 5cd3310b78a85243eb436d05db3228c3495f9162)
| * Support dlopen(NULL, ...) on HPUX.Jelmer Vernooij2008-02-201-0/+2
| | | | | | | | (This used to be commit 53c70b5f77a3b9abaab783590e66278129173d5f)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-204-65/+65
| |\ | | | | | | | | | (This used to be commit 54ebd4e353038e86470ad036aa038e18a4296b4b)
| | * libreplace: change samba_cv_ to libreplace_cv_ in libreplace.m4.Michael Adam2008-02-201-36/+36
| | | | | | | | | | | | | | | Michael (This used to be commit 83387ecccfe95b80525bf53c5fc9e945ffee10ec)
| | * libreplace: change samba_cv_ to libreplace_cv_ in system/config.m4.Michael Adam2008-02-201-8/+8
| | | | | | | | | | | | | | | Michael (This used to be commit 00c173bfba9c659750bf231fbd9278dd38aa8bfc)
| | * libreplace: change samba_cv_ to libreplace_cv_ in getpass.m4.Michael Adam2008-02-201-6/+6
| | | | | | | | | | | | | | | Michael (This used to be commit d3b3d3ec9ff64108b4cd5b7c912ab4ea207256cb)
| | * libreplace: change samba_cv_ to libreplace_cv_ in getifaddrs.m4Michael Adam2008-02-201-15/+15
| | | | | | | | | | | | | | | Michael (This used to be commit acab9def2a1e3460bef8baae6efc66d9dfad6eac)
| * | Make more module init functions public, since they are compiled with ↵Jelmer Vernooij2008-02-204-5/+5
| |/ | | | | | | | | | | -fvisibility=hidden. Not doing this causes failures on Mac OS X. (This used to be commit da1a9438bd89569077ef1eaa9dc977b5f9d62836)
| * Allow building ldb as static library again \o/Jelmer Vernooij2008-02-201-1/+0
| | | | | | | | (This used to be commit a57adcfdd32fa9516eb092f7568e213347c583d7)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵Jelmer Vernooij2008-02-202-0/+10
| |\ | | | | | | | | | | | | | | | v4-0-nodeclare (This used to be commit 7a2ff3ee26bce49a3eeeb270f4a5e4df2adbefbb)
| | * NetBSD does not support AI_ADDRCONFIGVolker Lendecke2008-02-201-0/+7
| | | | | | | | | | | | | | | (cherry picked from commit fb3f7f4046fa195baf5116598772d9016238637f) (This used to be commit e8f3653414c12fb752c096d848dc962008d90439)
| | * NetBSD needs LD_LIBRARY_PATHVolker Lendecke2008-02-201-0/+3
| | | | | | | | | | | | | | | (cherry picked from commit d64b19e77aa499c1ee1aaf788ddf3d6fd36253e4) (This used to be commit 4c77550d80b0cfc80bc2cac500fc27e0c43dad64)
| * | Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij2008-02-207-15/+22
| | | | | | | | | | | | (This used to be commit ce332130ea77159832da23bab760fa26921719e2)
| * | Fix static module list generation for ldb.Jelmer Vernooij2008-02-2015-38/+10
| | | | | | | | | | | | (This used to be commit 92c1c0e9137f0845cac6cc96bf78711b6aaffe21)
| * | Remove more function-based inits.Jelmer Vernooij2008-02-206-78/+118
| | | | | | | | | | | | (This used to be commit b1a7810f3e70f9a831d9b8e85d531e448072adaf)
| * | Use function-based initialization for ildap backend.Jelmer Vernooij2008-02-201-6/+3
| | | | | | | | | | | | (This used to be commit 46e5027f56722fbe19af36aad1ab03ea1c862f43)
| * | Use struct-based rather than function-based initialization for ldb modules ↵Jelmer Vernooij2008-02-2010-93/+22
| | | | | | | | | | | | | | | | | | everywhere. (This used to be commit 85c96a325867f7bcdb412ebc53f8a47dbf7cd89b)
| * | Allow ldb backends without init function, use init function-less ldb modules.Jelmer Vernooij2008-02-205-11/+20
| | | | | | | | | | | | (This used to be commit 141ee91272fb4dafca0149f679e17721b6a3011e)
| * | Factor out IP marshalling into separate function.Jelmer Vernooij2008-02-191-36/+43
| | | | | | | | | | | | (This used to be commit 2548c2a1e7dab8abc00f8f49374a08cc0b427552)
| * | Add configure test for vdeplug library.Jelmer Vernooij2008-02-191-0/+7
| |/ | | | | | | (This used to be commit 89590d7dfe0735093a4a5b66eeed9276df043ac9)
| * Remove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.Michael Adam2008-02-191-3/+0
| | | | | | | | | | Michael (This used to be commit d10cbb533c18a6d74160477d34a81bbd4cd6c7c8)
| * Adapt source code checkout information to git repo in talloc website.Michael Adam2008-02-191-4/+5
| | | | | | | | | | Michael (This used to be commit 254be79799acc69db88a5500a2f755c84553f8ef)
| * Fix paths for talloc into unpacked directory (rsync commands).Michael Adam2008-02-191-2/+2
| | | | | | | | | | Michael (This used to be commit 2839d7f67a0d3ed5b4841bf3c12ce73972636b88)
| * Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2008-02-182-20/+20
| | | | | | | | (This used to be commit 0e1d0a874ae3d22b8f97a79b81fe0af3ef53a771)
| * Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij2008-02-181-2/+2
| | | | | | | | (This used to be commit 269cbf84d8b7dbf3bc88adc04ae283dc908af5ac)
| * Add static header for gencache.Jelmer Vernooij2008-02-162-5/+95
| | | | | | | | (This used to be commit 58c25657bf552a11e7c522602805ba961de94cf2)
| * Fix path to talloc guide. Noted by "teferi" on irc.Michael Adam2008-02-141-1/+1
| | | | | | | | | | Michael (This used to be commit bc4e03f2ddb669758e27e2a5c32e15c7d6c5257d)
| * util_ldb: Add a missing \n to debug string, fix trailing whitespaces.Kai Blin2008-02-141-8/+9
| | | | | | | | (This used to be commit b0991cc09b36171c18d2407c9f3153b6f7e8299b)
| * Fix talloc .so installation.Jelmer Vernooij2008-02-131-1/+1
| | | | | | | | (This used to be commit ae522f907ed1b7533d0824224d692c64c7169057)
| * Allow tdb.mk and talloc.mk to be included at the same time.Jelmer Vernooij2008-02-134-16/+16
| | | | | | | | (This used to be commit af9e0421529104d2583c58f7723abe8612e78f53)
| * Never build .so versions of tdb/talloc from Samba 4 itself. Rather,Jelmer Vernooij2008-02-132-6/+2
| | | | | | | | | | | | | | | | | | use shared library versions if they are provided by the system. This puts talloc and tdb in a similar situation as popt: the system version is used if provided but if it's not there or if it is too old, we use our internal version statically. (This used to be commit 86f88eb7b51377344eebf0b6fabad0f5459b3f45)
| * Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools.Michael Adam2008-02-122-2/+2
| | | | | | | | | | Michael (This used to be commit 38855a9f145b54d05f4a508562fc1a6595e0d895)
| * Support using shared library during testsuite run if tdb was built with a ↵Jelmer Vernooij2008-02-121-2/+2
| | | | | | | | | | | | shared lib internally. (This used to be commit 28539f48e6ad37a6436e6f2c6733ee1fcbc6567f)