Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-21 | Try and fix getifaddrs check on irix: dont't try to include config.h | Michael Adam | 1 | -0/+3 | |
The missing header file is judged "catastrophic" on irix. Michael (cherry picked from commit 5778c90819a5a5cee38be690f442c571f3a6a051) (This used to be commit 0d4522a06d4465f6eadbdf14381c9e08cf7e1dc9) | |||||
2008-02-21 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 2 | -2/+1 | |
(This used to be commit 52a8d06f00ab3900e2186e047902dbcbe3138a01) | |||||
2008-02-21 | Remove extra whitespace, use public variable in IDL. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit bf08b682586f6b9a17d4ec3934836be957ef955c) | |||||
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 7 | -24/+38 | |
(This used to be commit 3430cc60972b94d0d238bc39f473feed96949c5d) | |||||
2008-02-21 | ldb_sqlite: fix the build | Stefan Metzmacher | 2 | -2/+1 | |
metze (This used to be commit 14c8e3101cc3b0138a551afdf3a94f4bb11bb21d) | |||||
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -7/+8 | |
(This used to be commit 58a5b1de2b093fe642eb11d76d12db0edf60c25c) | |||||
2008-02-21 | Avoid use of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit c5a95bbe0ce55c29e135a9c6058bf192ec3bb546) | |||||
2008-02-21 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local | Andrew Bartlett | 91 | -2964/+1762 | |
(This used to be commit 5cd3310b78a85243eb436d05db3228c3495f9162) | |||||
2008-02-21 | Until the new ldb changes land, make ldb_wait set the error string. | Andrew Bartlett | 1 | -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) | |||||
2008-02-20 | Support dlopen(NULL, ...) on HPUX. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit 53c70b5f77a3b9abaab783590e66278129173d5f) | |||||
2008-02-20 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 4 | -65/+65 | |
(This used to be commit 54ebd4e353038e86470ad036aa038e18a4296b4b) | |||||
2008-02-20 | Make more module init functions public, since they are compiled with ↵ | Jelmer Vernooij | 4 | -5/+5 | |
-fvisibility=hidden. Not doing this causes failures on Mac OS X. (This used to be commit da1a9438bd89569077ef1eaa9dc977b5f9d62836) | |||||
2008-02-20 | libreplace: change samba_cv_ to libreplace_cv_ in libreplace.m4. | Michael Adam | 1 | -36/+36 | |
Michael (This used to be commit 83387ecccfe95b80525bf53c5fc9e945ffee10ec) | |||||
2008-02-20 | libreplace: change samba_cv_ to libreplace_cv_ in system/config.m4. | Michael Adam | 1 | -8/+8 | |
Michael (This used to be commit 00c173bfba9c659750bf231fbd9278dd38aa8bfc) | |||||
2008-02-20 | libreplace: change samba_cv_ to libreplace_cv_ in getpass.m4. | Michael Adam | 1 | -6/+6 | |
Michael (This used to be commit d3b3d3ec9ff64108b4cd5b7c912ab4ea207256cb) | |||||
2008-02-20 | libreplace: change samba_cv_ to libreplace_cv_ in getifaddrs.m4 | Michael Adam | 1 | -15/+15 | |
Michael (This used to be commit acab9def2a1e3460bef8baae6efc66d9dfad6eac) | |||||
2008-02-20 | Allow building ldb as static library again \o/ | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit a57adcfdd32fa9516eb092f7568e213347c583d7) | |||||
2008-02-20 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵ | Jelmer Vernooij | 2 | -0/+10 | |
v4-0-nodeclare (This used to be commit 7a2ff3ee26bce49a3eeeb270f4a5e4df2adbefbb) | |||||
2008-02-20 | NetBSD does not support AI_ADDRCONFIG | Volker Lendecke | 1 | -0/+7 | |
(cherry picked from commit fb3f7f4046fa195baf5116598772d9016238637f) (This used to be commit e8f3653414c12fb752c096d848dc962008d90439) | |||||
2008-02-20 | NetBSD needs LD_LIBRARY_PATH | Volker Lendecke | 1 | -0/+3 | |
(cherry picked from commit d64b19e77aa499c1ee1aaf788ddf3d6fd36253e4) (This used to be commit 4c77550d80b0cfc80bc2cac500fc27e0c43dad64) | |||||
2008-02-20 | Fix use of some modules (needed _PUBLIC_). | Jelmer Vernooij | 7 | -15/+22 | |
(This used to be commit ce332130ea77159832da23bab760fa26921719e2) | |||||
2008-02-20 | Fix static module list generation for ldb. | Jelmer Vernooij | 15 | -38/+10 | |
(This used to be commit 92c1c0e9137f0845cac6cc96bf78711b6aaffe21) | |||||
2008-02-20 | Remove more function-based inits. | Jelmer Vernooij | 6 | -78/+118 | |
(This used to be commit b1a7810f3e70f9a831d9b8e85d531e448072adaf) | |||||
2008-02-20 | Use function-based initialization for ildap backend. | Jelmer Vernooij | 1 | -6/+3 | |
(This used to be commit 46e5027f56722fbe19af36aad1ab03ea1c862f43) | |||||
2008-02-20 | Use struct-based rather than function-based initialization for ldb modules ↵ | Jelmer Vernooij | 10 | -93/+22 | |
everywhere. (This used to be commit 85c96a325867f7bcdb412ebc53f8a47dbf7cd89b) | |||||
2008-02-20 | Allow ldb backends without init function, use init function-less ldb modules. | Jelmer Vernooij | 5 | -11/+20 | |
(This used to be commit 141ee91272fb4dafca0149f679e17721b6a3011e) | |||||
2008-02-19 | Factor out IP marshalling into separate function. | Jelmer Vernooij | 1 | -36/+43 | |
(This used to be commit 2548c2a1e7dab8abc00f8f49374a08cc0b427552) | |||||
2008-02-19 | Add configure test for vdeplug library. | Jelmer Vernooij | 1 | -0/+7 | |
(This used to be commit 89590d7dfe0735093a4a5b66eeed9276df043ac9) | |||||
2008-02-19 | Remove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace. | Michael Adam | 1 | -3/+0 | |
Michael (This used to be commit d10cbb533c18a6d74160477d34a81bbd4cd6c7c8) | |||||
2008-02-19 | Adapt source code checkout information to git repo in talloc website. | Michael Adam | 1 | -4/+5 | |
Michael (This used to be commit 254be79799acc69db88a5500a2f755c84553f8ef) | |||||
2008-02-19 | Fix paths for talloc into unpacked directory (rsync commands). | Michael Adam | 1 | -2/+2 | |
Michael (This used to be commit 2839d7f67a0d3ed5b4841bf3c12ce73972636b88) | |||||
2008-02-18 | Rename include to mkinclude to emphasize it is different from make's include. | Jelmer Vernooij | 2 | -20/+20 | |
(This used to be commit 0e1d0a874ae3d22b8f97a79b81fe0af3ef53a771) | |||||
2008-02-18 | Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ' | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 269cbf84d8b7dbf3bc88adc04ae283dc908af5ac) | |||||
2008-02-16 | Add static header for gencache. | Jelmer Vernooij | 2 | -5/+95 | |
(This used to be commit 58c25657bf552a11e7c522602805ba961de94cf2) | |||||
2008-02-14 | Fix path to talloc guide. Noted by "teferi" on irc. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit bc4e03f2ddb669758e27e2a5c32e15c7d6c5257d) | |||||
2008-02-14 | util_ldb: Add a missing \n to debug string, fix trailing whitespaces. | Kai Blin | 1 | -8/+9 | |
(This used to be commit b0991cc09b36171c18d2407c9f3153b6f7e8299b) | |||||
2008-02-13 | Fix talloc .so installation. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit ae522f907ed1b7533d0824224d692c64c7169057) | |||||
2008-02-13 | Allow tdb.mk and talloc.mk to be included at the same time. | Jelmer Vernooij | 4 | -16/+16 | |
(This used to be commit af9e0421529104d2583c58f7723abe8612e78f53) | |||||
2008-02-13 | Never build .so versions of tdb/talloc from Samba 4 itself. Rather, | Jelmer Vernooij | 2 | -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) | |||||
2008-02-12 | Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools. | Michael Adam | 2 | -2/+2 | |
Michael (This used to be commit 38855a9f145b54d05f4a508562fc1a6595e0d895) | |||||
2008-02-12 | Support using shared library during testsuite run if tdb was built with a ↵ | Jelmer Vernooij | 1 | -2/+2 | |
shared lib internally. (This used to be commit 28539f48e6ad37a6436e6f2c6733ee1fcbc6567f) | |||||
2008-02-12 | make sure libraries are built before attempting to install. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit deb1dae2dabad3d74a1c6adf2c0b0d56917cca83) | |||||
2008-02-12 | Specify PICFLAG when compiling python modules. | Jelmer Vernooij | 2 | -2/+2 | |
(This used to be commit 981957165d09e82947f68475192f1ce1f0ddbdd3) | |||||
2008-02-12 | Make sure talloc.so is build before installing. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 51769f5cfc0f3a9f85ea533598a1f769e108d075) | |||||
2008-02-12 | Fix installation of python module for ldb and tdb. | Jelmer Vernooij | 2 | -1/+4 | |
(This used to be commit 6c9a8bf9f03cef0fc1c5f7ec3f8786eccf79c851) | |||||
2008-02-12 | tdb/ldb: Use prefix in case DESTDIR is not set. | Jelmer Vernooij | 2 | -8/+8 | |
(This used to be commit ab19a8f62719eb0f347696a2e5f34f8847fd82cb) | |||||
2008-02-12 | Create the required directories when installing Python code. | Jelmer Vernooij | 2 | -0/+4 | |
(This used to be commit 8ef36fe54555cc0c5ac0d1f118d0a1a7b770c2fd) | |||||
2008-02-12 | Avoid using setup.py for intsallation. | Jelmer Vernooij | 7 | -7/+20 | |
(This used to be commit 7b93e43dad55454e9107a38e67764e08f51392d3) | |||||
2008-02-12 | Manually compile python files rather than use setup.py. | Jelmer Vernooij | 4 | -22/+15 | |
(This used to be commit 056843a5c2ca9e0ec59fd7e371852ecb5362ee32) | |||||
2008-02-12 | Manually compile python files rather than using setup.py. | Jelmer Vernooij | 4 | -20/+18 | |
(This used to be commit 94dfeb5e89a641e2af3d7426d9d25c87952198d2) |