index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
configure.in
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- Put functions for generating SQL queries in pdb_sql.c
Jelmer Vernooij
2004-01-04
1
-5
/
+12
*
Fix detection of elements in in-memory keytab code.
Jeremy Allison
2003-12-12
1
-1
/
+1
*
fix bug that prevent --mandir from overriding the defaults given in the --wit...
Gerald Carter
2003-12-11
1
-19
/
+0
*
Correctly detect in-memory krb5 keytab support. Fix for bug #863 from
Jeremy Allison
2003-12-11
1
-2
/
+2
*
IRIX spinlock patch from James Peach <jpeach@sgi.com>.
Jeremy Allison
2003-12-09
1
-0
/
+8
*
working on packaging; also fixed some path issues in configure.in & Makefile.in
Gerald Carter
2003-12-09
1
-2
/
+22
*
Correct freebsd 5.1 support for winbind contributed by Aaron Collins.
Tim Potter
2003-11-27
1
-1
/
+4
*
Patch from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> to add
Jeremy Allison
2003-11-26
1
-13
/
+43
*
fix more memory leaks in the LDAP backend code; patches from metze
Gerald Carter
2003-11-14
1
-2
/
+0
*
Fix a problem with configure on *BSD systems. Make sure we add -liconv etc
Richard Sharpe
2003-11-10
1
-0
/
+2
*
A fix to allow configure to find iconv on a number of systems including those
Richard Sharpe
2003-11-06
1
-3
/
+10
*
patch from MORIYAMA Masayuki to save LDFLAGS during iconv detection; bug 570
Gerald Carter
2003-11-06
1
-0
/
+1
*
Undo last commit to get things building again.
Tim Potter
2003-11-06
1
-2
/
+4
*
Apply the patch to fix iconv detection for FreeBSD to the Samba 3.0.0 branch
Richard Sharpe
2003-11-06
1
-4
/
+2
*
removing #include <compat.h> in hopes to avoid problems with apache header fi...
Gerald Carter
2003-11-03
1
-1
/
+1
*
AC_CHECK_MEMBER seems to have problems for some versions of autoconf, at least
Volker Lendecke
2003-11-03
1
-9
/
+23
*
Tidy up calls to uname so as not to produce output on stderr if
Tim Potter
2003-11-02
1
-4
/
+4
*
Sync up formatting of the va list stuff - the HEAD version was nicer.
Tim Potter
2003-10-31
1
-3
/
+5
*
Check for nsswitch.h. Patch from albert chin (china@thewrittenword.com).
Jeremy Allison
2003-10-30
1
-1
/
+1
*
Commit Derrell's changes to libsmbclient plus a small change to configure.in
Richard Sharpe
2003-10-24
1
-3
/
+2
*
Some spelling mistakes in aclocal.m4 and the va_copy fixups in configure.in
Richard Sharpe
2003-10-24
1
-7
/
+16
*
Add configure test for krb5_keytab_entry keyblock vs key member. Bug #636.
Tim Potter
2003-10-17
1
-0
/
+9
*
Use @PICSUFFIX@ instead of .po in Makefile.in since we have gone to
Tim Potter
2003-10-14
1
-28
/
+23
*
We need to make sure that the files that contain the static_init_$subsystem;
Jelmer Vernooij
2003-10-09
1
-6
/
+6
*
Move sysquotas autoconf tests to a seperate file.
Jelmer Vernooij
2003-10-09
1
-3
/
+3
*
Refuse to configure if --with-expsam=$BACKEND was used but no libraries
Jelmer Vernooij
2003-10-09
1
-2
/
+2
*
Explicitly initialise the value of AR for vendor makes that don't do
Tim Potter
2003-10-03
1
-0
/
+2
*
save and restore CFLAGS before/after AC_PROG_CC; this macro seems to overwrit...
Gerald Carter
2003-10-01
1
-0
/
+9
*
when we don't have a working iconv library we must default to using only buil...
Andrew Tridgell
2003-09-30
1
-1
/
+1
*
don't write to static pointers; patch from Anthony
Gerald Carter
2003-09-26
1
-1
/
+1
*
Change error message displayed when --without-libiconv is used as
Tim Potter
2003-09-18
1
-1
/
+1
*
Fix for typo in darwin detection.
Jeremy Allison
2003-09-14
1
-1
/
+1
*
Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !
Jeremy Allison
2003-09-13
1
-1
/
+28
*
Back out --with-good-getgrouplist patch
Alexander Bokovoy
2003-09-10
1
-21
/
+2
*
Now that CAN-2003-0689 is published officially, we need to make possible
Alexander Bokovoy
2003-09-10
1
-2
/
+21
*
Set PICFLAG="-fPIC" for gcc under HPUX.
Tim Potter
2003-09-08
1
-0
/
+2
*
Rename FOOLIBS to FOO_LIBS to be consistent with the rest of the
Tim Potter
2003-09-08
1
-17
/
+17
*
Nobody complained on the team-list, so commit it ...
Volker Lendecke
2003-09-07
1
-0
/
+16
*
Produce an error if --with-pam_smbpass is specified and we can't
Tim Potter
2003-09-04
1
-3
/
+7
*
Produce an error if --with-pam is specified but no PAM headers can be
Tim Potter
2003-09-04
1
-0
/
+7
*
Disable rc4-hmac on broken heimdal setups. Pre-0.7 heimdal (or at least up
Jim McDonough
2003-09-02
1
-2
/
+10
*
Check for support for in-memory keytabs, which are needed to make heimdal
Jim McDonough
2003-09-02
1
-0
/
+22
*
Fix for bug 261. Create a configure #define for FreeBSD and a check in
Tim Potter
2003-09-02
1
-1
/
+5
*
Refactor charset plugins a bit and add CP437 module.
Alexander Bokovoy
2003-08-28
1
-2
/
+3
*
Fix bug 327 (again and I think for the last time). Make sure that
Gerald Carter
2003-08-27
1
-0
/
+2
*
Fix to properly set AP_OPTS_SUBKEY in heimdal. In MIT it is a #define, but
Jim McDonough
2003-08-27
1
-0
/
+12
*
Add CAP VFS module from Monyo. Primary purpose of this module is to provide C...
Alexander Bokovoy
2003-08-27
1
-1
/
+2
*
fix bug 230; make sure to set #define SYSV for solaris; do this outside of th...
Gerald Carter
2003-08-27
1
-1
/
+9
*
Fix typo in configure.in for libsmbclient
Alexander Bokovoy
2003-08-27
1
-1
/
+1
*
Undo SYSV define for Solaris. Things are more complicated than they
Tim Potter
2003-08-27
1
-1
/
+0
[prev]
[next]