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-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
2003-07-01
removing nisplussam
Gerald Carter
1
-9
/
+2
2003-07-01
fix compile problem with nisplussam
Gerald Carter
1
-0
/
+2
2003-06-30
- added LOCALE patch from vorlon@debian.org (Steve Langasek) (bug #122)
Andrew Tridgell
1
-2
/
+4
2003-06-26
Remove the MODULES_CLEAN variable. It's no longer necessary since
Jelmer Vernooij
1
-3
/
+1
2003-06-25
Metze assures me that this will fix Heimdal et al.
Tim Potter
1
-1
/
+1
2003-06-25
Only append to KRB5_LIBS when doing AC_CHECK_LIB for libkrb5.
Tim Potter
1
-1
/
+1
2003-06-25
Don't trash the values of CFLAGS and LIBS while engaged in Kerberos
Tim Potter
1
-2
/
+0
2003-06-24
More tuning of Kerberos detection - don't fall through to detect kerberos libs
Tim Potter
1
-3
/
+6
2003-06-24
More sensible behaviour for bug 152. If we don't have krb5.h and were explic...
Tim Potter
1
-10
/
+36
2003-06-23
Change AC_MSG_ERROR() in krb5.h detection code to AC_MSG_WARN()
Tim Potter
1
-1
/
+1
2003-06-23
Produce an error if Active Directory support is requested and we don't
Tim Potter
1
-0
/
+4
2003-06-23
Repair indentation in autoconf Kerberos detection code. This should
Tim Potter
1
-120
/
+169
2003-06-20
The default action for AC_CHECK_LIB is to add the library to $LIBS so
Tim Potter
1
-7
/
+6
2003-06-16
Build libnss_wins.so as part of nsswitch target. Fix for bug #160
Tim Potter
1
-4
/
+11
2003-06-16
reverted locale patch put in by jht (originally from vorlon).
Andrew Tridgell
1
-2
/
+0
2003-06-15
Patch from vorlon@debian.org, see bugzilal #122
John Terpstra
1
-0
/
+2
2003-06-06
get rid of IRIX o32 builds - some libraries (kerberos and ldap) are only
Herb Lewis
1
-11
/
+2
2003-06-06
* add in David Lee's utmp patch (defaults to on if available)
Gerald Carter
1
-12
/
+33
2003-06-06
* break out more common code used between pdb_ldap and idmap_ldap
Gerald Carter
1
-21
/
+0
2003-06-06
Fixup the check for attr libraries, used ',' instead of ' '.
Jeremy Allison
1
-3
/
+3
2003-06-05
Get ready for EA code... Add Linux interface.
Jeremy Allison
1
-1
/
+8
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
[next]