Age | Commit message (Expand) | Author | Files | Lines |
2008-06-09 | configure: we require autoconf 2.54 | Stefan Metzmacher | 1 | -2/+2 |
2008-06-09 | configure: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_ | Stefan Metzmacher | 1 | -3/+3 |
2008-06-09 | configure: fix warnings with autoconf-2.62 rename samba_stat_hires => samba_c... | Stefan Metzmacher | 1 | -6/+6 |
2008-06-09 | configure: fix warnings with autoconf-2.62 rename smb_krb5_ => smb_krb5_cv_ | Stefan Metzmacher | 1 | -21/+21 |
2008-05-23 | build: make sure LIBWBCLIENT_*_TARGET is never empty | Stefan Metzmacher | 1 | -4/+4 |
2008-05-23 | build: add symbol versioning when we build with gnu ld | Stefan Metzmacher | 1 | -0/+17 |
2008-05-23 | build: autogenerate exports/libwbclient.syms | Stefan Metzmacher | 1 | -0/+4 |
2008-05-23 | build: pass .syms extention via @SYMSEXT@ from configure | Stefan Metzmacher | 1 | -0/+4 |
2008-05-22 | configure: samba_cv_unixsocket was renamed into libreplace_cv_HAVE_UNIXSOCKET | Stefan Metzmacher | 1 | -1/+1 |
2008-05-22 | configure: remove HAVE_IPV6 test as LIBREPLACE_NETWORK_CHECKS already have this | Stefan Metzmacher | 1 | -23/+0 |
2008-05-20 | net: Split out "net afs" | Kai Blin | 1 | -0/+3 |
2008-05-18 | configure: Fix comment to match the current iconv check. | Kai Blin | 1 | -1/+5 |
2008-05-17 | configure: make use of LIBREPLACE_NETWORK_LIBS instead of redoing the tests | Stefan Metzmacher | 1 | -37/+3 |
2008-05-17 | configure: remove some header checks which are already done by AC_LIBREPLACE_... | Stefan Metzmacher | 1 | -4/+3 |
2008-05-17 | configure: remove unused configure checks for HAVE_SOCK_SIN_LEN and HAVE_UNIX... | Stefan Metzmacher | 1 | -28/+0 |
2008-05-17 | configure: remove unused configure check for HAVE_WORKING_AF_LOCAL | Stefan Metzmacher | 1 | -10/+0 |
2008-05-16 | libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for samba | Stefan Metzmacher | 1 | -0/+1 |
2008-05-14 | configure: Kill linker warnings about 32bit libs on 64bit Linux. | Kai Blin | 1 | -1/+1 |
2008-05-06 | Enable tests for splice on Linux. Add a static (vl, I hate this) | Jeremy Allison | 1 | -0/+20 |
2008-04-30 | pam_winbind: Fix Bug #5430 (patch from fumiyas@osstech.co.jp). | Günther Deschner | 1 | -0/+2 |
2008-04-22 | configure: fix a comment typo | Michael Adam | 1 | -1/+1 |
2008-04-16 | add AC_TRY_RUN_STRICT support for Sun Studio compiler | Björn Jacke | 1 | -0/+12 |
2008-04-16 | Fix out of tree build. Remove the embedded srcdir path from talloc and tdb. | Gerald W. Carter | 1 | -2/+2 |
2008-04-13 | gpo: add scripts plugin. | Günther Deschner | 1 | -0/+1 |
2008-04-12 | libnetapi: fix dependency problem by linking libnetapi statically (internally) | Michael Adam | 1 | -0/+7 |
2008-04-01 | configure: be more portable, use 'printf "%s"' instead of "echo -n" | Michael Adam | 1 | -1/+1 |
2008-03-24 | Fix libtdb some to move back towards allowing out of tree builds | Gerald (Jerry) Carter | 1 | -1/+1 |
2008-03-21 | Remove remaining old srvsvc client and server rpc code entirely. | Günther Deschner | 1 | -3/+3 |
2008-03-08 | Build aio_fork by default | Volker Lendecke | 1 | -0/+7 |
2008-03-07 | Enable use of Relocations Read-Only, if supported, for enhanced security. | Simo Sorce | 1 | -0/+27 |
2008-03-05 | Revert "Make sure to generate pkgconfig files for libtdb and libtalloc." | Günther Deschner | 1 | -2/+0 |
2008-03-05 | Make sure to generate pkgconfig files for libtdb and libtalloc. | Günther Deschner | 1 | -0/+2 |
2008-02-29 | Add "registry" Group Policy extension. | Günther Deschner | 1 | -0/+2 |
2008-02-29 | Add Group Policy extension infrastructure. | Günther Deschner | 1 | -0/+2 |
2008-02-29 | Attempt to fix the build | Volker Lendecke | 1 | -5/+0 |
2008-02-29 | configure: only build vfs_syncops if dirfd() is available | Stefan Metzmacher | 1 | -1/+6 |
2008-02-29 | configure: Remove lib/repdir.c and related stuff | Stefan Metzmacher | 1 | -18/+0 |
2008-02-29 | Add vfs_aio_fork | Volker Lendecke | 1 | -0/+51 |
2008-02-28 | Remove smbmount. | Karolin Seeger | 1 | -26/+0 |
2008-02-26 | configure: put swat-part of config into m4-include file of its own. | Michael Adam | 1 | -16/+1 |
2008-02-25 | Fix inotify detection | Volker Lendecke | 1 | -1/+1 |
2008-02-24 | Fix aix-build of libtalloc.so by exporting all necessary symbols. | Michael Adam | 1 | -1/+1 |
2008-02-21 | Move the definition of SMB_LIBRARY to aclocal.m4. | Michael Adam | 1 | -67/+0 |
2008-02-21 | configure: Abstract configuration of internal libs into an m4 macro. | Michael Adam | 1 | -125/+45 |
2008-02-21 | fix typo | Volker Lendecke | 1 | -1/+1 |
2008-02-21 | Remove check for secure mkstemp from configure.in. | Michael Adam | 1 | -22/+0 |
2008-02-21 | Remove mmap check from configure.in | Michael Adam | 1 | -7/+0 |
2008-02-20 | configure: add --enable-shared-libs to control overall internal use of shared... | Michael Adam | 1 | -3/+32 |
2008-02-20 | configure: Move assemblage of samba version strings to m4 include file. | Michael Adam | 1 | -19/+1 |
2008-02-20 | Remove checks for ino_t, loff_t, offset_t, and comparison_fn_t from configure... | Michael Adam | 1 | -5/+0 |