Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r25880: Try to get some more flags right. | Jelmer Vernooij | 2 | -6/+6 |
2007-12-21 | r25879: Don't use shared library for command-line utilities for now - breaks ... | Jelmer Vernooij | 1 | -13/+12 |
2007-12-21 | r25878: Fix syntax error. | Jelmer Vernooij | 1 | -2/+0 |
2007-12-21 | r25877: Add libreplace macro for soname flags. | Jelmer Vernooij | 4 | -18/+60 |
2007-12-21 | r25876: Attempt to build shard libs everywhere again. | Jelmer Vernooij | 1 | -10/+5 |
2007-12-21 | r25875: Try to fix the build on some HPUX machines. | Jelmer Vernooij | 1 | -3/+1 |
2007-12-21 | r25874: force specific versions for LEX and YACC. | Stefan Metzmacher | 1 | -0/+48 |
2007-12-21 | r25873: nss_wrapper: hopefully a better fix for the solaris get*ent_r functions | Stefan Metzmacher | 1 | -0/+28 |
2007-12-21 | r25872: nss_wrapper: revert solaris get*ent_r() functions | Stefan Metzmacher | 1 | -62/+0 |
2007-12-21 | r25871: nss_wrapper: set the destination pointer in the get*_r functions | Stefan Metzmacher | 1 | -2/+10 |
2007-12-21 | r25870: libreplace: AC_VERIFY_C_PROTOTYPE() needs AC_LANG_SOURCE() to bring i... | Stefan Metzmacher | 1 | -2/+2 |
2007-12-21 | r25869: selftest: strip newline from `whoami` output, hopefully fix provision... | Stefan Metzmacher | 1 | -0/+1 |
2007-12-21 | r25868: nss_wrapper: add solaris versions of getpwent_r and getgrent_r | Stefan Metzmacher | 1 | -0/+62 |
2007-12-21 | r25867: libreplace: solaris has different prototypes for getpwent_r and getgr... | Stefan Metzmacher | 1 | -0/+32 |
2007-12-21 | r25866: nss_wrapper: not all systems have get*_r calls | Stefan Metzmacher | 1 | -0/+20 |
2007-12-21 | r25865: libreplace: check for nss passwd|group get*_r functions | Stefan Metzmacher | 1 | -0/+2 |
2007-12-21 | r25864: libreplace: we should only have one location where we check for requi... | Stefan Metzmacher | 1 | -4/+1 |
2007-12-21 | r25863: libreplace: we need include <unistd.h> before nss_wrapper.h | Stefan Metzmacher | 1 | -0/+3 |
2007-12-21 | r25862: Avoid po, causes trouble on BSD systems. | Jelmer Vernooij | 1 | -9/+4 |
2007-12-21 | r25861: Fix export dynamic for HPUX. | Jelmer Vernooij | 1 | -4/+12 |
2007-12-21 | r25860: Remove flag that causes problems on some hosts. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25859: Wrap native HPUX functions in dl implementation. | Jelmer Vernooij | 1 | -0/+16 |
2007-12-21 | r25858: Clean up po files. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25857: Indent | Andrew Bartlett | 1 | -1/+2 |
2007-12-21 | r25856: If the search fails, it is not valid to steal 'res'. | Andrew Bartlett | 1 | -6/+7 |
2007-12-21 | r25855: Check for HPUX dl functions. | Jelmer Vernooij | 1 | -0/+5 |
2007-12-21 | r25854: Link against -ldl properly. | Jelmer Vernooij | 2 | -2/+3 |
2007-12-21 | r25853: Specify LIBS to sample_module - fixes build for gcov hosts. | Jelmer Vernooij | 1 | -3/+6 |
2007-12-21 | r25852: Move SHLIBEXT determination into a test as well. | Jelmer Vernooij | 3 | -10/+20 |
2007-12-21 | r25851: Move system-specific ldflags checks to libreplace so they can be used... | Jelmer Vernooij | 5 | -14/+45 |
2007-12-21 | r25850: Add macro for picflag. | Jelmer Vernooij | 4 | -21/+67 |
2007-12-21 | r25849: Add test for dfs FlushFtTable. | Günther Deschner | 1 | -0/+42 |
2007-12-21 | r25848: Add IDL and torture test for dfs_SetDcAddress and dfs_GetDcAddress. | Günther Deschner | 2 | -2/+87 |
2007-12-21 | r25847: Don't link modules against their subsystem. | Jelmer Vernooij | 1 | -1/+0 |
2007-12-21 | r25846: Add configure test for -Wl,--export-dynamic. | Jelmer Vernooij | 4 | -1/+14 |
2007-12-21 | r25845: Reformat the dfs test. | Günther Deschner | 1 | -42/+83 |
2007-12-21 | r25844: Enable soloading by default. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r25843: Finish check-soloading. | Jelmer Vernooij | 2 | -9/+11 |
2007-12-21 | r25842: Start working on test for loading dso's in ldb. | Jelmer Vernooij | 6 | -1/+96 |
2007-12-21 | r25841: try to fix make install | Stefan Metzmacher | 1 | -0/+1 |
2007-12-21 | r25840: make test: activate nss_wrapper for make test | Stefan Metzmacher | 1 | -4/+37 |
2007-12-21 | r25839: use nss_wrapper code in samba4 if | Stefan Metzmacher | 8 | -4/+9 |
2007-12-21 | r25838: libreplace: include nss_wrapper.h if NSS_WRAPPER is defined | Stefan Metzmacher | 1 | -0/+7 |
2007-12-21 | r25837: nss_wrapper: add nss_wrapper.pl | Stefan Metzmacher | 1 | -0/+265 |
2007-12-21 | r25836: nss_wrapper: add support for groups and return EPERM in initgroups() | Stefan Metzmacher | 1 | -15/+356 |
2007-12-21 | r25835: nss_wrapper: add support for passwd accounts | Stefan Metzmacher | 1 | -14/+567 |
2007-12-21 | r25834: nss_wrapper: add lib/nss_wrapper skeleton | Stefan Metzmacher | 4 | -0/+374 |
2007-12-21 | r25833: - we don't need --root twice | Stefan Metzmacher | 1 | -4/+3 |
2007-12-21 | r25831: remove unused include | Stefan Metzmacher | 1 | -1/+0 |
2007-12-21 | r25830: fix compiler warning | Stefan Metzmacher | 2 | -2/+2 |