index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
configure.in
Age
Commit message (
Expand
)
Author
Files
Lines
2003-09-10
Back out --with-good-getgrouplist patch
Alexander Bokovoy
1
-21
/
+2
2003-09-10
Now that CAN-2003-0689 is published officially, we need to make possible
Alexander Bokovoy
1
-2
/
+21
2003-09-08
Set PICFLAG="-fPIC" for gcc under HPUX.
Tim Potter
1
-0
/
+2
2003-09-08
Rename FOOLIBS to FOO_LIBS to be consistent with the rest of the
Tim Potter
1
-17
/
+17
2003-09-07
Nobody complained on the team-list, so commit it ...
Volker Lendecke
1
-0
/
+16
2003-09-04
Produce an error if --with-pam_smbpass is specified and we can't
Tim Potter
1
-3
/
+7
2003-09-04
Produce an error if --with-pam is specified but no PAM headers can be
Tim Potter
1
-0
/
+7
2003-09-02
Disable rc4-hmac on broken heimdal setups. Pre-0.7 heimdal (or at least up
Jim McDonough
1
-2
/
+10
2003-09-02
Check for support for in-memory keytabs, which are needed to make heimdal
Jim McDonough
1
-0
/
+22
2003-09-02
Fix for bug 261. Create a configure #define for FreeBSD and a check in
Tim Potter
1
-1
/
+5
2003-08-28
Refactor charset plugins a bit and add CP437 module.
Alexander Bokovoy
1
-2
/
+3
2003-08-27
Fix bug 327 (again and I think for the last time). Make sure that
Gerald Carter
1
-0
/
+2
2003-08-27
Fix to properly set AP_OPTS_SUBKEY in heimdal. In MIT it is a #define, but
Jim McDonough
1
-0
/
+12
2003-08-27
Add CAP VFS module from Monyo. Primary purpose of this module is to provide C...
Alexander Bokovoy
1
-1
/
+2
2003-08-27
fix bug 230; make sure to set #define SYSV for solaris; do this outside of th...
Gerald Carter
1
-1
/
+9
2003-08-27
Fix typo in configure.in for libsmbclient
Alexander Bokovoy
1
-1
/
+1
2003-08-27
Undo SYSV define for Solaris. Things are more complicated than they
Tim Potter
1
-1
/
+0
2003-08-27
Follow on from herb's patch for 1.300.2.145 - define SYSV for solaris to fix
Tim Potter
1
-0
/
+1
2003-08-26
Fix for #150.
Alexander Bokovoy
1
-1
/
+2
2003-08-22
* Fix for bug 290:
Gerald Carter
1
-1
/
+5
2003-08-21
define SYSV for IRIX
Herb Lewis
1
-0
/
+1
2003-08-15
Fallback to our defaults (CP850/ASCII/UTF8) if there is no native iconv on th...
Alexander Bokovoy
1
-0
/
+3
2003-08-15
Do not cache iconv checks because we are looking for it now in different plac...
Alexander Bokovoy
1
-2
/
+2
2003-08-15
Fix charset detection code in configure.
Alexander Bokovoy
1
-17
/
+52
2003-08-15
Remove accidently added SMB_MODULE_PROVIDES() lines
Jelmer Vernooij
1
-5
/
+0
2003-08-15
Remove nasty hack in modules system. We don't recompile files anymore
Jelmer Vernooij
1
-7
/
+12
2003-08-14
get rid of IRIX test as it is wrong.
Herb Lewis
1
-4
/
+1
2003-08-14
Attempt at fixing bug #283. There however is no solution.
Gerald Carter
1
-1
/
+2
2003-08-14
Small fix to include existing CPPFLAGS when looking for iconv.
Richard Sharpe
1
-1
/
+1
2003-08-14
Try to honor predefined CPPFLAGS when finding correct iconv flags
Alexander Bokovoy
1
-0
/
+3
2003-08-14
Small tweaks to configure.in to support Irix and to remove the changing
Richard Sharpe
1
-4
/
+10
2003-08-14
A small tweak to allow IRIX to work by detecting ISO-8859-1 to UTF-8,
Richard Sharpe
1
-1
/
+1
2003-08-13
Test for CP850 and reorder the tests, looking for ASCII, then CP850,
Richard Sharpe
1
-2
/
+5
2003-08-13
This is an intermediate commit ... we check for three different charsets
Richard Sharpe
1
-3
/
+11
2003-08-13
Hoist the code for checking whether or not iconv actually works up into the
Richard Sharpe
1
-23
/
+26
2003-08-12
Add vfs_readonly module which allows to enforce periodic read-only limit on a...
Alexander Bokovoy
1
-1
/
+2
2003-08-11
Improve MySQL library detection, add support for MySQL 4
Jelmer Vernooij
1
-1
/
+1
2003-08-01
add tests for IRIX attr functions
Herb Lewis
1
-1
/
+3
2003-07-31
Whoops - this is probably better shell syntax.
Tim Potter
1
-2
/
+1
2003-07-31
Turn on automatic winbindd support for FreeBSD and see what the compile farm
Tim Potter
1
-0
/
+1
2003-07-29
Add NT quotas support. Users allowed now to manage quotas on systems with sys...
Alexander Bokovoy
1
-1
/
+2
2003-07-21
Metze's AD/LDAP detection patches mainly to do with library detection.
Tim Potter
1
-184
/
+204
2003-07-17
Ban getgrouplist on linux glibc systems with glibc <= 2.3.
Volker Lendecke
1
-1
/
+33
2003-07-16
Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed.
Jeremy Allison
1
-0
/
+15
2003-07-15
Accept --with-expsam=no as valid option (do nothing on it). Simplifies automa...
Alexander Bokovoy
1
-0
/
+2
2003-07-11
get rid of CFLAGS from LDSHFLAGS and WINBIND_NSS_LDSHFLAGS and instead
Herb Lewis
1
-1
/
+1
2003-07-10
Final piece of support needed to find iconv libraries on FreeBSD.
Richard Sharpe
1
-1
/
+4
2003-07-07
Cleaning up linking issues. sam/idmap*.c only links in
Gerald Carter
1
-2
/
+1
2003-07-04
Display libraries detected by configure but before configure
Tim Potter
1
-0
/
+12
2003-07-02
Fixing problems in the iconv discovery stuff in configure.in.
Richard Sharpe
1
-1
/
+1
[next]