Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-11 | Fix build with external talloc. | Jelmer Vernooij | 1 | -28/+27 | |
2009-06-08 | Check for dmalloc at the end of the configure | Timur I. Bakeyev | 1 | -10/+10 | |
Enabling dmalloc in Samba3 build leads to the wrong detection of the strndup() function - there isn't one in FreeBSD prior to 7.2, but dmalloc defines it, so, farther tests with -ldmalloc added wrongly find it. the cheapest fix is to move dmalloc detection and inclusion to the bottom of configure, so it can't affect detection of the system capabilities. Here is the patch. With regards, Timur Bakeyev. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-06-06 | Add an early prototyp of pdb_ads.c. | Volker Lendecke | 1 | -1/+2 | |
The purpose of this module is to connect to a locally running samba4 ldap server for an alternative "Franky" setup. Right now it contains a couple of gross hacks: For example it just takes the s4-chosed RID directly as uid/gid... Checking in tldap and pdb_ads now, I think 3777 insertions are enough for a start... | |||||
2009-05-26 | Attempt to fix the build on HP/UX | Volker Lendecke | 1 | -0/+2 | |
2009-05-20 | Do not do a merged build without shared libs | Volker Lendecke | 1 | -0/+1 | |
Jelmer, you might want to take a look at Andrew B's problem with --enable-developer --disable-shared --disable-shared-libs | |||||
2009-05-20 | Only build the krb5 locator when building shared libs | Volker Lendecke | 1 | -1/+3 | |
2009-05-19 | Another attempt at fixing the static build of vfs_notify_fam | Volker Lendecke | 1 | -5/+6 | |
2009-05-19 | Fix detection of "enum FAMCodes" | Volker Lendecke | 1 | -1/+1 | |
2009-05-16 | Fix static linking of vfs_notify_fam | Volker Lendecke | 1 | -0/+5 | |
2009-05-12 | s3:build: extend the support fo Debian GNU/kFooBar to kOpenSolaris | Michael Adam | 1 | -5/+5 | |
As suggested by Robert Millan. Michael | |||||
2009-05-12 | s3:build: support non-linux gnu ports | Michael Adam | 1 | -4/+16 | |
This is based on a patch by the debian package maintainers, adapted for the merged branch. Michael | |||||
2009-05-08 | Fix bug #6330 - DFS doesn't work on AIX. Jeremy. | Jeremy Allison | 1 | -0/+10 | |
2009-05-08 | s3:configure: "test" only takes one "=" | Björn Jacke | 1 | -1/+1 | |
2009-05-03 | Fix bug 6136: New AFS syscall conventions | Geza Gemes | 1 | -2/+3 | |
Haven't checked this myself, but as I've already got several reports that Samba won't compile against current OpenAFS anymore, I just believe Geza Gemes. This patch only affects AFS code, so it should not hurt anything else. Volker | |||||
2009-05-02 | Explicitly link in pthreads for lib/pthreadpool if required | Volker Lendecke | 1 | -0/+3 | |
No idea why it works on my Linux without -lpthread ... :-) | |||||
2009-05-01 | Add thread pool | Volker Lendecke | 1 | -1/+14 | |
Included if pthreads are found, can be disabled with --enable-pthreadpool=no Tim, Steven, I haven't yet seen comments from you. You have been asking for such a thing at SambaXP. Do you like this? :-) | |||||
2009-04-22 | ѕ3/configure: fix regexp for ld version recognition | Björn Jacke | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-04-20 | Move syslog check out of m4 library file into configure.in | Jelmer Vernooij | 1 | -0/+1 | |
2009-04-01 | Print an error if trying a merged build without a system kerberos lib | Volker Lendecke | 1 | -0/+9 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-04-01 | s3:build: rename WINBIND_LIBS -> LIBWBCLIENT_LIBS for unification | Michael Adam | 1 | -5/+5 | |
Michael | |||||
2009-04-01 | s3:build: unify linking of libwbclient with a @LIBWBCLIENT_TARGET@ | Michael Adam | 1 | -0/+4 | |
just like for the libs configured with SMB_LIBRARY(). This makes @LIBWBCLIENT_STATIC@ vanish from the object collections. Michael | |||||
2009-03-30 | s3/cups: add encryption support | Björn Jacke | 1 | -0/+1 | |
2009-03-23 | Use avahi to register _smb._tcp in smbd | Volker Lendecke | 1 | -1/+1 | |
2009-03-23 | Add tevent avahi binding | Volker Lendecke | 1 | -1/+1 | |
2009-03-23 | Add avahi detection to configure | Volker Lendecke | 1 | -0/+36 | |
2009-03-23 | Disable dns_sd by default | Volker Lendecke | 1 | -2/+2 | |
2009-03-23 | s3:build: prevent from setting "-O -g", check for $debug first. | Michael Adam | 1 | -3/+3 | |
This makes configure actually behave as the comments describe. The reversal of order was introduced by mistake in 90ea8ae9b1ed3b7ed1c93076517e026e629ea1aa Michael | |||||
2009-03-23 | don't set -O twice | Björn Jacke | 1 | -2/+0 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-03-22 | Only build the dirsort module if we have the dirfd function | Volker Lendecke | 1 | -2/+2 | |
Fix the build on HP/UX | |||||
2009-03-22 | Add dirsort module | Andy Kelk | 1 | -1/+2 | |
2009-03-18 | s3-spoolss: remove rpc_server/srv_spoolss.c alltogether. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2009-03-17 | s3: Fix bugs in the detection of the GNU ld version (Bug #6147) | Steve Langasek | 1 | -2/+2 | |
This bug results in a failure to use linker scripts to limit the set of symbols exported by our shared libraries. Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-03-17 | remove needless rpath stuff for default paths as early as possible | Björn Jacke | 1 | -1/+3 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-03-16 | fix configure check for external talloc libs | Björn Jacke | 1 | -1/+1 | |
2009-03-15 | Merge branch 'checktalloc' of /home/jelmer/samba4 | Jelmer Vernooij | 1 | -1/+20 | |
2009-03-14 | Fix fallback if system doesn't provide talloc. | Jelmer Vernooij | 1 | -1/+1 | |
2009-03-14 | Allow using external libtalloc. | Jelmer Vernooij | 1 | -1/+20 | |
2009-03-11 | fix configure check by avoiding main(main(...)) | Björn Jacke | 1 | -7/+4 | |
AC_TRY_LINK automatically wraps a main(). Double main() causes this test to fail on some compilers. | |||||
2009-03-10 | Add a vfs_preopen module to hide fs latencies | Volker Lendecke | 1 | -1/+2 | |
2009-03-04 | s3: Remove madvise support | Steven Danneman | 1 | -29/+0 | |
This reverts 193be432. The MADVISE_PROTECT is inherited by all child processes and cannot be unset. The intention of the original patch was to protect the parent process, but allow children to be killed in low memory. Since this isn't possible with the current API, reverting the whole feature. | |||||
2009-02-24 | s3: Rename auth_onefs_wb and pdb_onefs_sam | Dan Sledz | 1 | -4/+4 | |
auth_onefs_wb.c -> auth_wbc.c pdb_onefs_sam.c -> pdb_wbc_sam.c No changes to functionality | |||||
2009-02-20 | s3: Fix build break in d9a842b2 | Steven Danneman | 1 | -19/+3 | |
* actually check for existance of sysctlbyname() | |||||
2009-02-20 | Introduce a new passdb backend: pdb_onefs_sam | Dan Sledz | 1 | -1/+2 | |
Implements a custom backend for onefs that exclusively uses the wbclient interface for all passdb calls. It lacks some features of a standard passdb. In particular it's a read only interface and doesn't implement privileges. | |||||
2009-02-20 | Introduce a new authentication backend auth_onefs_wb | Dan Sledz | 1 | -0/+2 | |
This new backend is custom tailored to onefs' unique requirements: 1) No fallback logic 2) Does not validate the domain of the user 3) Handles unencrypted passwords | |||||
2009-02-20 | Allow building with an external libwbclient library | Dan Sledz | 1 | -20/+57 | |
Introduce a new configure option --with-wbclient which specifies a location to find a compatible libwbclient library to link against. This options is overwritten by --with-winbind | |||||
2009-02-20 | S3: Detect max_open_files from system | todd stecher | 1 | -0/+19 | |
- Attempt to use syscalls to determine max-open-files value. - Add in periodic logging when max file limit reached | |||||
2009-02-19 | s3 OneFS: Add shadow copy module | Tim Prouty | 1 | -1/+2 | |
2009-02-18 | S3: Allow SMBD processes to survive in low memory condidtions | todd stecher | 1 | -0/+28 | |
This commit adds a configure argument which allows for setting MADV_PROTECT in the madvise() API. With this enabled the kernel won't kill SMBD when it's running low on memory. | |||||
2009-02-17 | s3:build: improve the check for a working krb5-config. | Michael Adam | 1 | -1/+1 | |
Not only check if it exists and is executable, but also check whether it accepts the command line "krb5-config --libs gssapi". Chris Hoogendyk <hoogendyk@bio.umass.edu> has reported configure failing on a Solaris machine due to krb5-config raising errors on these options. Michael | |||||
2009-02-14 | It seems some systems use f_flags instead of f_flag. Use the appropriate one. | Derrell Lipman | 1 | -0/+17 | |