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)
* | | | Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-2612-23/+41
| | | | | | | | | | | | | | | | (This used to be commit 89f7c74924965071981bbe7e05ff69847b0a3a03)
* | | | Fix manpage paths.Jelmer Vernooij2008-02-261-6/+6
| | | | | | | | | | | | | | | | (This used to be commit f7d0f0582e8712fd8d005906803de8fe041e875f)
* | | | Move manpage management out of the perl build system.Jelmer Vernooij2008-02-264-14/+28
| | | | | | | | | | | | | | | | (This used to be commit a660ab262e7202baccf16cb8b2bc47cb8efacc34)
* | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-264-39/+29
|\| | | | | | | | | | | | | | | (This used to be commit 4dab354b626a02e9a5f5cac0d374d18e22718e18)
| * | | 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)
* | | Fix the build (again).Jelmer Vernooij2008-02-261-0/+4
| | | | | | | | | | | | (This used to be commit ef00f6b5817107738dc44367838095896af4e77d)
* | | Remove public prototype headers. Generating both public and private ↵Jelmer Vernooij2008-02-253-6/+6
| | | | | | | | | | | | | | | | | | prototype headers is tricky with gmake and it's easy to break backwards compatibility for the public API with them. (This used to be commit dee1cb6b08aa0a3e24372e052729121c11280971)
* | | Fix use of realpath, fix init functions for ldb.Jelmer Vernooij2008-02-253-13/+17
| | | | | | | | | | | | (This used to be commit ca510136d2c4cae8f520c76df6aaadb5d412bea1)
* | | Fix standalone ldb build modules.Jelmer Vernooij2008-02-251-5/+5
| | | | | | | | | | | | (This used to be commit 0b133a30a23757cf463ff22dff6372ae5e11d4c7)
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-2560-393/+400
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source/build/smb_build/header.pm source/build/smb_build/makefile.pm source/lib/ldb/include/ldb_private.h (This used to be commit 1a646af0647f021d99473a8991c35e616a423ea6)
| * | 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)
| * | Until the new ldb changes land, make ldb_wait set the error string.Andrew Bartlett2008-02-211-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | This makes it easier to track down which module only returned and error code, but not the error string. Andrew Bartlett (This used to be commit c4d502f68fbd5d5bc2ac5bb6369950379c9176fc)