Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r675: merge from SAMBA_4_0: | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r656: Make widelinks use realpath(). Tidy up cases where we need to become a ... | Jeremy Allison | 1 | -0/+14 |
2007-10-10 | r449: Two AFS-related things: | Volker Lendecke | 1 | -4/+23 |
2007-10-10 | r404: Revert the change 378 to vfs_extd_audit.c, the parseable auditing | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r393: BUG 1141: patch from timur@com.bat.ru (Timur Bakeyev) for nss*.so names... | Gerald Carter | 1 | -0/+2 |
2007-10-10 | r329: add the shadow_copy vfs module | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r283: removing --with-cracklib after discussion with abartklet @ sambaXP | Gerald Carter | 1 | -57/+0 |
2007-10-10 | r227: Patch from James Peach <jpeach@sgi.com> to search RIX ABI paths for lib... | Jeremy Allison | 1 | -7/+18 |
2007-10-10 | r192: Fix configure.in to only use $BLDSHARED to select whether to build stat... | Paul Green | 1 | -3/+3 |
2007-10-10 | r185: fix linking prob surrounding --with-fake-kaserver and -lcrypto | Gerald Carter | 1 | -0/+4 |
2007-10-10 | r144: Move first use of AC_CHECK_HEADERS so it is always executed. Tidy up in... | Paul Green | 1 | -13/+16 |
2007-10-10 | r93: Update VOS _POSIX_C_SOURCE macro to 200112L. | Paul Green | 1 | -2/+2 |
2004-03-26 | Move the Client-IP based msdfs target expansion to a VFS module. | Volker Lendecke | 1 | -1/+2 |
2004-03-19 | add --with-libdir and --with-mandir (patch from Guenther Deschner) | Gerald Carter | 1 | -2/+34 |
2004-03-15 | removing extra comma in --with-fhs | Gerald Carter | 1 | -1/+1 |
2004-03-02 | Janitorial duty for tpot - --with-fhs fix. | Jeremy Allison | 1 | -7/+14 |
2004-02-19 | sys/xattr.h merge from HEAD | Gerald Carter | 1 | -1/+1 |
2004-02-11 | Added James Peach's fix for #1038. | Jeremy Allison | 1 | -0/+2 |
2004-02-03 | Fix for a bug where the mutex could be left locked. Also remove the | Jeremy Allison | 1 | -22/+0 |
2004-02-02 | Always at least try to compile in cracklib support. | Andrew Bartlett | 1 | -1/+1 |
2004-02-02 | remerge andrew's cracklib patch from HEAD and fix a compile warnings | Gerald Carter | 1 | -0/+58 |
2004-02-01 | Include sys/acl.h in check for broken nisplus include files. Bug #1025. | Tim Potter | 1 | -1/+3 |
2004-01-29 | BUG 570: don't overwrite LDFLAGS; patch from MORIYAMA Masayuki <moriyama@mira... | Gerald Carter | 1 | -1/+1 |
2004-01-22 | Fix for debian Bug#225328 by LaMont Jones <lamont@debian.org>, where | Andrew Bartlett | 1 | -0/+2 |
2004-01-15 | Fix for bug 905. Remove POBAD_CC as it doesn't seem to be applicable | Tim Potter | 1 | -3/+0 |
2004-01-14 | revert the cracklib changes until post 3.0.2 | Gerald Carter | 1 | -58/+0 |
2004-01-14 | Finish adding cracklib support - this adds the configure test to enable | Andrew Bartlett | 1 | -0/+58 |
2004-01-08 | This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS | Andrew Bartlett | 1 | -0/+1 |
2004-01-07 | Fix from Justin Baugh <justin.baugh@request.com> for bugid #948 for | Jeremy Allison | 1 | -1/+4 |
2004-01-06 | XFS quota patch from Stefan Metzmacher <metze@metzemix.de>. | Jeremy Allison | 1 | -4/+25 |
2004-01-06 | Correctly detect AFS headers on SuSE in /usr/include/afs/afs/ | Volker Lendecke | 1 | -6/+46 |
2004-01-05 | fix inverted check using krb5_kt_resolve() and HAVE_MEMORY_KEYTAB; bug 912 | Gerald Carter | 1 | -2/+2 |
2004-01-05 | Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2.... | Jeremy Allison | 1 | -34/+30 |
2004-01-04 | - Put functions for generating SQL queries in pdb_sql.c | Jelmer Vernooij | 1 | -5/+12 |
2003-12-12 | Fix detection of elements in in-memory keytab code. | Jeremy Allison | 1 | -1/+1 |
2003-12-11 | fix bug that prevent --mandir from overriding the defaults given in the --wit... | Gerald Carter | 1 | -19/+0 |
2003-12-11 | Correctly detect in-memory krb5 keytab support. Fix for bug #863 from | Jeremy Allison | 1 | -2/+2 |
2003-12-09 | IRIX spinlock patch from James Peach <jpeach@sgi.com>. | Jeremy Allison | 1 | -0/+8 |
2003-12-09 | working on packaging; also fixed some path issues in configure.in & Makefile.in | Gerald Carter | 1 | -2/+22 |
2003-11-27 | Correct freebsd 5.1 support for winbind contributed by Aaron Collins. | Tim Potter | 1 | -1/+4 |
2003-11-26 | Patch from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> to add | Jeremy Allison | 1 | -13/+43 |
2003-11-14 | fix more memory leaks in the LDAP backend code; patches from metze | Gerald Carter | 1 | -2/+0 |
2003-11-10 | Fix a problem with configure on *BSD systems. Make sure we add -liconv etc | Richard Sharpe | 1 | -0/+2 |
2003-11-06 | A fix to allow configure to find iconv on a number of systems including those | Richard Sharpe | 1 | -3/+10 |
2003-11-06 | patch from MORIYAMA Masayuki to save LDFLAGS during iconv detection; bug 570 | Gerald Carter | 1 | -0/+1 |
2003-11-06 | Undo last commit to get things building again. | Tim Potter | 1 | -2/+4 |
2003-11-06 | Apply the patch to fix iconv detection for FreeBSD to the Samba 3.0.0 branch | Richard Sharpe | 1 | -4/+2 |
2003-11-03 | removing #include <compat.h> in hopes to avoid problems with apache header fi... | Gerald Carter | 1 | -1/+1 |
2003-11-03 | AC_CHECK_MEMBER seems to have problems for some versions of autoconf, at least | Volker Lendecke | 1 | -9/+23 |
2003-11-02 | Tidy up calls to uname so as not to produce output on stderr if | Tim Potter | 1 | -4/+4 |