Age | Commit message (Expand) | Author | Files | Lines |
2009-05-12 | s3:build: extend the support fo Debian GNU/kFooBar to kOpenSolaris | Michael Adam | 1 | -5/+5 |
2009-05-12 | s3:build: support non-linux gnu ports | Michael Adam | 1 | -4/+16 |
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 |
2009-05-02 | Explicitly link in pthreads for lib/pthreadpool if required | Volker Lendecke | 1 | -0/+3 |
2009-05-01 | Add thread pool | Volker Lendecke | 1 | -1/+14 |
2009-04-22 | ѕ3/configure: fix regexp for ld version recognition | Björn Jacke | 1 | -1/+1 |
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 |
2009-04-01 | s3:build: rename WINBIND_LIBS -> LIBWBCLIENT_LIBS for unification | Michael Adam | 1 | -5/+5 |
2009-04-01 | s3:build: unify linking of libwbclient with a @LIBWBCLIENT_TARGET@ | Michael Adam | 1 | -0/+4 |
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 |
2009-03-23 | don't set -O twice | Björn Jacke | 1 | -2/+0 |
2009-03-22 | Only build the dirsort module if we have the dirfd function | Volker Lendecke | 1 | -2/+2 |
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 |
2009-03-17 | s3: Fix bugs in the detection of the GNU ld version (Bug #6147) | Steve Langasek | 1 | -2/+2 |
2009-03-17 | remove needless rpath stuff for default paths as early as possible | Björn Jacke | 1 | -1/+3 |
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 |
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 |
2009-02-24 | s3: Rename auth_onefs_wb and pdb_onefs_sam | Dan Sledz | 1 | -4/+4 |
2009-02-20 | s3: Fix build break in d9a842b2 | Steven Danneman | 1 | -19/+3 |
2009-02-20 | Introduce a new passdb backend: pdb_onefs_sam | Dan Sledz | 1 | -1/+2 |
2009-02-20 | Introduce a new authentication backend auth_onefs_wb | Dan Sledz | 1 | -0/+2 |
2009-02-20 | Allow building with an external libwbclient library | Dan Sledz | 1 | -20/+57 |
2009-02-20 | S3: Detect max_open_files from system | todd stecher | 1 | -0/+19 |
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 |
2009-02-17 | s3:build: improve the check for a working krb5-config. | Michael Adam | 1 | -1/+1 |
2009-02-14 | It seems some systems use f_flags instead of f_flag. Use the appropriate one. | Derrell Lipman | 1 | -0/+17 |
2009-02-13 | s3: Test module for perfcount system | todd stecher | 1 | -1/+2 |
2009-02-13 | OneFS implementation of BRL VFS ops: | Zack Kirsch | 1 | -1/+1 |
2009-02-12 | There are systems where nanosleep is in libc *and* in librt. | Björn Jacke | 1 | -2/+1 |
2009-02-12 | tidy up timestamp checks | Björn Jacke | 1 | -286/+14 |
2009-02-12 | today valgrind is available on 64bit Linux, too | Björn Jacke | 1 | -12/+0 |
2009-02-09 | s3 OneFS: Add kernel oplocks implementation | Tim Prouty | 1 | -0/+2 |
2009-02-09 | S3 OneFS: Add in Isilon specific performance counter module | todd stecher | 1 | -1/+3 |
2009-02-09 | S3: New module interface for SMB message statistics gathering | todd stecher | 1 | -1/+2 |
2009-02-09 | look for nanosleep in librt, some Unix flavours have it there | Björn Jacke | 1 | -0/+1 |