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