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
...
*
More fixes for builddir != srcdir.
Tim Potter
2003-05-27
1
-1
/
+1
*
Bug 83: fixes for building when $srcdir != $builddir from David Lee
Tim Potter
2003-05-23
1
-1
/
+1
*
better handling of --with-expsam (includes pdb_nisplussam now)
Gerald Carter
2003-05-20
1
-24
/
+37
*
wrap pdb_[nisplussam|xml|mysql] in --with-expsam option & some formatting fixes
Gerald Carter
2003-05-20
1
-19
/
+42
*
FreeBSD5 ACL fix.
Jeremy Allison
2003-05-19
1
-0
/
+5
*
Merge of incorrect emacs mode fix.
Tim Potter
2003-05-15
1
-1
/
+0
*
Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...
Alexander Bokovoy
2003-05-14
1
-13
/
+66
*
And finally IDMAP in 3_0
Simo Sorce
2003-05-12
1
-0
/
+21
*
Forgot to actually change default for quotas to -no- in configure.in
Alexander Bokovoy
2003-05-12
1
-4
/
+4
*
Forgot to actually change default for quotas to -no- in configure.in
Alexander Bokovoy
2003-05-12
1
-1
/
+1
*
Add NT quota support. Patch from Stefan (metze) Metzemacher
Alexander Bokovoy
2003-05-12
1
-35
/
+253
*
Hopefully re-enable building heimdal. It needs -lresolv included in LIBS
Jim McDonough
2003-05-08
1
-0
/
+1
*
AIX doesn't append $SHLIB_EXT to NSS libraries.
Tim Potter
2003-05-05
1
-3
/
+4
*
configure.in updates:
Andrew Bartlett
2003-05-03
1
-32
/
+11
*
Try to fix IRIX build - add quotes and never call libns_winbind by name - we
Andrew Bartlett
2003-04-30
1
-2
/
+2
*
sync with HEAD and remove --with-misplussam as well
Gerald Carter
2003-04-29
1
-17
/
+0
*
remove --with-tdbsam since it is always built now
Gerald Carter
2003-04-29
1
-17
/
+0
*
Remove the unpopular pdb_unix, which has served it's time well.
Andrew Bartlett
2003-04-26
1
-3
/
+4
*
Fix the weird charset and build it by default for ./configure -enable-developer
Jelmer Vernooij
2003-04-26
1
-4
/
+5
*
In 3.0, pdb_mysql and pdb_xml are in passdb/
Jelmer Vernooij
2003-04-24
1
-2
/
+2
*
Make sure that we don't compile pdb_ldap on systems with ldap.h, but without
Andrew Bartlett
2003-04-24
1
-4
/
+8
*
Add vfs_fake_perms to Samba 3.0
Andrew Bartlett
2003-04-24
1
-1
/
+1
*
Add configure test for previous ldap modifications - we now check if the
Andrew Bartlett
2003-04-22
1
-0
/
+1
*
More merges from HEAD:
Jelmer Vernooij
2003-04-16
1
-112
/
+48
*
Add selection of the modules to configure (merge from HEAD)
Jelmer Vernooij
2003-04-15
1
-0
/
+96
*
Fix typo in configure.in (merge from HEAD)
Jelmer Vernooij
2003-04-15
1
-1
/
+1
*
Backport my backtrace patch from HEAD
Jelmer Vernooij
2003-04-14
1
-2
/
+2
*
Merge a bunch of updates from HEAD:
Tim Potter
2003-04-14
1
-0
/
+19
*
Patch from Armijn Hemel <armijn@nl.linux.org> to fix build on
Jelmer Vernooij
2003-04-12
1
-2
/
+2
*
Replace .so by .$SHLIBEXT
Jelmer Vernooij
2003-04-04
1
-8
/
+8
*
Use $SHLIBEXT rather then so
Jelmer Vernooij
2003-04-04
1
-2
/
+2
*
Forgot to merge configure.in changes for winbind client tidyup.
Tim Potter
2003-04-02
1
-5
/
+14
*
don't include proto.h during autoconf tests since it doesn't exist yet; fixed...
Gerald Carter
2003-03-28
1
-0
/
+1
*
Add defines for platforms that need them.
Jeremy Allison
2003-03-26
1
-0
/
+6
*
Merge from HEAD - Detect missing -lroken properly on machines without krb5-co...
Jelmer Vernooij
2003-03-22
1
-2
/
+3
*
This caused problems on the build farm.
Andrew Bartlett
2003-03-22
1
-1
/
+1
*
Merge fixes to libsmbclient (fstring/pstring) from HEAD.
Andrew Bartlett
2003-03-22
1
-1
/
+1
*
Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)
Andrew Bartlett
2003-03-18
1
-0
/
+18
*
Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard's
Andrew Bartlett
2003-03-17
1
-0
/
+16
*
In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>,
Martin Pool
2003-03-13
1
-0
/
+4
*
Merge adding -Wwrite-strings to our CFLAGS when --enable-developer is set
Andrew Bartlett
2003-02-26
1
-2
/
+2
*
Merge crypt(), ACL lib and shared lib changes from HEAD.
Andrew Bartlett
2003-02-24
1
-53
/
+90
*
Sync with HEAD for verifying kerberos tickets.
Jim McDonough
2003-02-19
1
-0
/
+3
*
People were being tripped up by the fact that we havn't updated acconfig.h
Andrew Bartlett
2003-02-17
1
-0
/
+3
*
Merge from head CFLAGS/CPPFLAGS and LIBS/LDFLAGS sanitizing
Alexander Bokovoy
2003-02-15
1
-0
/
+8
*
Merger krb5-config and libtinfo to SAMBA_3_0
Alexander Bokovoy
2003-02-15
1
-2
/
+17
*
Bring in line with HEAD version...mostly formatting changes to clean up diffs.
Jim McDonough
2003-02-14
1
-7
/
+7
*
merge from HEAD - enable dynamic RPC modules
Jim McDonough
2003-02-14
1
-0
/
+89
*
Fixes for HPUX only having limited POSIX lock range from Michael Steffens <mi...
Jeremy Allison
2003-02-12
1
-2
/
+2
*
Try to allow old and new heimdal installs
Jim McDonough
2003-02-04
1
-5
/
+14
[prev]
[next]