Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-21 | r25886: Try to fix building dso's on hpux with gcc | Jelmer Vernooij | 1 | -1/+5 | |
(This used to be commit 146c5226e61235a55155ef4493191a6c5eddea3f) | |||||
2007-12-21 | r25884: Specify shldflags first, as required by some compilers. | Jelmer Vernooij | 2 | -2/+2 | |
(This used to be commit 40a8cd0d2fd4d10110243ee75ff92bef73bb06b9) | |||||
2007-12-21 | r25883: Fix tdb dependency. | Jelmer Vernooij | 1 | -5/+9 | |
(This used to be commit af99cd3e00d981e90df4bc61d498704249df1412) | |||||
2007-12-21 | r25882: Build shared library of talloc as well. | Jelmer Vernooij | 2 | -2/+22 | |
(This used to be commit 3692ba8299d4177289ca401fa467143ad14ccad4) | |||||
2007-12-21 | r25881: Add ability to build .so of tdb. | Jelmer Vernooij | 3 | -7/+29 | |
(This used to be commit 03bc4896e6c83d4d01b366cd5ce9e49547ee206c) | |||||
2007-12-21 | r25880: Try to get some more flags right. | Jelmer Vernooij | 2 | -6/+6 | |
(This used to be commit bbc36fd3f693480e3ea01c5c9e858008a4f3c229) | |||||
2007-12-21 | r25879: Don't use shared library for command-line utilities for now - breaks ↵ | Jelmer Vernooij | 1 | -13/+12 | |
the testsuite, and there is no portable equivalent of LD_LIBRARY_PATH. (This used to be commit 9730c2950965d22eace9ad498847581171ebe09a) | |||||
2007-12-21 | r25878: Fix syntax error. | Jelmer Vernooij | 1 | -2/+0 | |
(This used to be commit ffe5a10867a2d2e5eb51c84331fff130e996eda8) | |||||
2007-12-21 | r25877: Add libreplace macro for soname flags. | Jelmer Vernooij | 4 | -18/+60 | |
(This used to be commit 25aa875119622679881cd0e1b3b9dff8d2cf03ee) | |||||
2007-12-21 | r25876: Attempt to build shard libs everywhere again. | Jelmer Vernooij | 1 | -10/+5 | |
(This used to be commit b5bcdbbd0c9a6133d15c3a9c01738d9899dbcf8d) | |||||
2007-12-21 | r25875: Try to fix the build on some HPUX machines. | Jelmer Vernooij | 1 | -3/+1 | |
(This used to be commit 773a7cf234e08e05bb89072c42353e44915f8146) | |||||
2007-12-21 | r25874: force specific versions for LEX and YACC. | Stefan Metzmacher | 1 | -0/+48 | |
We often have problems with old yacc and bison versions and it seem the combination of LAX and YACC also matters. So we now list all supported version combinations explicit. flex-2.5.33:bison-2.3 only for now. metze (This used to be commit ad0556cbf7c1b0dfc3180a010f2a14d9597c3222) | |||||
2007-12-21 | r25873: nss_wrapper: hopefully a better fix for the solaris get*ent_r functions | Stefan Metzmacher | 1 | -0/+28 | |
metze (This used to be commit 084aad79807ba787a5d1560cf6152d4b26e8e1f6) | |||||
2007-12-21 | r25872: nss_wrapper: revert solaris get*ent_r() functions | Stefan Metzmacher | 1 | -62/+0 | |
This was the wrong approach, as in future lib/replace should hide this special solaris stuff. metze (This used to be commit e99feb5ff5f22522b902fe523e9aee80856ba422) | |||||
2007-12-21 | r25871: nss_wrapper: set the destination pointer in the get*_r functions | Stefan Metzmacher | 1 | -2/+10 | |
metze (This used to be commit e68d1c9276a6696efeb7271433072b3cb3ab33cb) | |||||
2007-12-21 | r25870: libreplace: AC_VERIFY_C_PROTOTYPE() needs AC_LANG_SOURCE() to bring ↵ | Stefan Metzmacher | 1 | -2/+2 | |
in confdefs.h metze (This used to be commit c6b6466c33ffab2b59e1a275922b6f3a7f2af98c) | |||||
2007-12-21 | r25869: selftest: strip newline from `whoami` output, hopefully fix ↵ | Stefan Metzmacher | 1 | -0/+1 | |
provision on mac os 10 metze (This used to be commit c6c62abc07888743b6349b0107ee1b17265bd154) | |||||
2007-12-21 | r25868: nss_wrapper: add solaris versions of getpwent_r and getgrent_r | Stefan Metzmacher | 1 | -0/+62 | |
metze (This used to be commit 386b28f988e80989f3c0e8acdfb1b66469e0a7a5) | |||||
2007-12-21 | r25867: libreplace: solaris has different prototypes for getpwent_r and ↵ | Stefan Metzmacher | 1 | -0/+32 | |
getgrent_r metze (This used to be commit 44250ac6f987ba98e1efe8cd81b4e7eaa8017ed0) | |||||
2007-12-21 | r25866: nss_wrapper: not all systems have get*_r calls | Stefan Metzmacher | 1 | -0/+20 | |
metze (This used to be commit 6a3f97aeac81cf7dd1a28fd9f17ec2f6e35300dc) | |||||
2007-12-21 | r25865: libreplace: check for nss passwd|group get*_r functions | Stefan Metzmacher | 1 | -0/+2 | |
metze (This used to be commit 98095b34257847b2fbb5efe343c3630a28170692) | |||||
2007-12-21 | r25864: libreplace: we should only have one location where we check for ↵ | Stefan Metzmacher | 1 | -4/+1 | |
required functions metze (This used to be commit 8748516d1668c66663ded50ff28a8d32f1720175) | |||||
2007-12-21 | r25863: libreplace: we need include <unistd.h> before nss_wrapper.h | Stefan Metzmacher | 1 | -0/+3 | |
metze (This used to be commit a16f0e3cdbb9fb1238e25af8bb911c27b839c89b) | |||||
2007-12-21 | r25862: Avoid po, causes trouble on BSD systems. | Jelmer Vernooij | 1 | -9/+4 | |
(This used to be commit c7fd5a5172d443034245c58020e379b0ca6234f2) | |||||
2007-12-21 | r25861: Fix export dynamic for HPUX. | Jelmer Vernooij | 1 | -4/+12 | |
(This used to be commit 45ccf09bf96e915380b30150a701735318b67aa0) | |||||
2007-12-21 | r25860: Remove flag that causes problems on some hosts. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 85b332650031b2969f79e6ca85e5d6d10983da91) | |||||
2007-12-21 | r25859: Wrap native HPUX functions in dl implementation. | Jelmer Vernooij | 1 | -0/+16 | |
(This used to be commit bf1685faa1c941d3ca56b29a1e15b8a134d02068) | |||||
2007-12-21 | r25858: Clean up po files. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit af135938c19ef56b56b216b53049012ee7125eec) | |||||
2007-12-21 | r25857: Indent | Andrew Bartlett | 1 | -1/+2 | |
(This used to be commit f42690a90c2f76e7fc130ebbdbd0f93fefacfad6) | |||||
2007-12-21 | r25856: If the search fails, it is not valid to steal 'res'. | Andrew Bartlett | 1 | -6/+7 | |
Andrew Bartlett (This used to be commit f4d733c3d00c90ac2e02fcc202240ae7c290463e) | |||||
2007-12-21 | r25855: Check for HPUX dl functions. | Jelmer Vernooij | 1 | -0/+5 | |
(This used to be commit 478b5ac8d92a23a32349bedfe7c6caf98b67fb39) | |||||
2007-12-21 | r25854: Link against -ldl properly. | Jelmer Vernooij | 2 | -2/+3 | |
(This used to be commit 6c46a925288e6be0a0e5f86e5a57ce269dc7a3df) | |||||
2007-12-21 | r25853: Specify LIBS to sample_module - fixes build for gcov hosts. | Jelmer Vernooij | 1 | -3/+6 | |
(This used to be commit db9ebea52bf739cc297e94178a3a03548fd5ddfb) | |||||
2007-12-21 | r25852: Move SHLIBEXT determination into a test as well. | Jelmer Vernooij | 3 | -10/+20 | |
(This used to be commit aaaed5edc06f3055794e55a8038dbbdac47ce5b6) | |||||
2007-12-21 | r25851: Move system-specific ldflags checks to libreplace so they can be ↵ | Jelmer Vernooij | 5 | -14/+45 | |
used by ldb. (This used to be commit d28c8b822e7b571f24542409376bba8701eeef79) | |||||
2007-12-21 | r25850: Add macro for picflag. | Jelmer Vernooij | 4 | -21/+67 | |
(This used to be commit 9ebc6f2d17349b214618d65b29826867796c12ce) | |||||
2007-12-21 | r25849: Add test for dfs FlushFtTable. | Günther Deschner | 1 | -0/+42 | |
Guenther (This used to be commit 5a50aae868b4638fb8f76bb6708ebef9808da8e9) | |||||
2007-12-21 | r25848: Add IDL and torture test for dfs_SetDcAddress and dfs_GetDcAddress. | Günther Deschner | 2 | -2/+87 | |
Guenther (This used to be commit 8fb5d36734cb19dcbcf5e22c43e80db7646e82fa) | |||||
2007-12-21 | r25847: Don't link modules against their subsystem. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit 7e34e0645c98c3697767dc78dcd22a98d0f2b8fc) | |||||
2007-12-21 | r25846: Add configure test for -Wl,--export-dynamic. | Jelmer Vernooij | 4 | -1/+14 | |
(This used to be commit f67040d2a0cb8723f1bf0e9a9d90a821b38697b1) | |||||
2007-12-21 | r25845: Reformat the dfs test. | Günther Deschner | 1 | -42/+83 | |
Guenther (This used to be commit 0b20c04557b84a2935bcb032acf25f8e5ec44f77) | |||||
2007-12-21 | r25844: Enable soloading by default. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 8760f81aeae6a3275c6d2e95c72ec5f8b42fbea6) | |||||
2007-12-21 | r25843: Finish check-soloading. | Jelmer Vernooij | 2 | -9/+11 | |
(This used to be commit 4fd3770f0c3f9a3e586f1a03a759dab782e04ba7) | |||||
2007-12-21 | r25842: Start working on test for loading dso's in ldb. | Jelmer Vernooij | 6 | -1/+96 | |
(This used to be commit d41ed7ca8d3954bf586126edd7aba17acc6af8a1) | |||||
2007-12-21 | r25841: try to fix make install | Stefan Metzmacher | 1 | -0/+1 | |
metze (This used to be commit 9ff0c3ccc74a190a741b6795bc6ee79ef26a2280) | |||||
2007-12-21 | r25840: make test: activate nss_wrapper for make test | Stefan Metzmacher | 1 | -4/+37 | |
metze (This used to be commit 2de9c1c64a2305ca53d8996bcc4332bf9c4d5e90) | |||||
2007-12-21 | r25839: use nss_wrapper code in samba4 if | Stefan Metzmacher | 8 | -4/+9 | |
--enable-nss-wrapper or --enable-developer is given metze (This used to be commit f8bc6b9ad0eec60bff7fdc5653397efd9a044a29) | |||||
2007-12-21 | r25838: libreplace: include nss_wrapper.h if NSS_WRAPPER is defined | Stefan Metzmacher | 1 | -0/+7 | |
metze (This used to be commit 17f9189fb4b34dbc08f6aded6b0c81ee8eb07a9f) | |||||
2007-12-21 | r25837: nss_wrapper: add nss_wrapper.pl | Stefan Metzmacher | 1 | -0/+265 | |
This script will be used to add|delete passwd|group entries metze (This used to be commit 1f51a2db0aae05c062fa97c3989c71464b5235a9) | |||||
2007-12-21 | r25836: nss_wrapper: add support for groups and return EPERM in initgroups() | Stefan Metzmacher | 1 | -15/+356 | |
The NSS_WRAPPER_GROUP envvar should point to the /etc/group style file. Note: NSS_WRAPPER_PASSWD and NSS_WRAPPER_GROUP both need non-empty values to enable NSS Wrapper support. metze (This used to be commit fa255cc4b5c03ffe7b0fcf6c1fe4b61ff303fdd8) |