summaryrefslogtreecommitdiffstats
path: root/source3/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Build the generated ntsvcs server (not at all useable yet).Günther Deschner2008-02-171-2/+2
* YES! NETLOGON rpc server side migration to pidl finished.Günther Deschner2008-02-161-2/+2
* Add support for building and using shared and static libtdb library.Michael Adam2008-02-141-1/+66
* Fix a typo.Michael Adam2008-02-141-1/+1
* Try and fix the Darwin build with dynamic libs.Michael Adam2008-02-141-1/+3
* Remove --enable-libwbclient-shared , use --with-static-libs=libwbclient instead.Michael Adam2008-02-131-7/+5
* Use --with-static-libs=libtalloc instead of --with-static-libs=tallocMichael Adam2008-02-131-4/+4
* Link in libnetapi as shared or static library (same mechanism as talloc).Michael Adam2008-02-131-38/+39
* Add -L./bin to LDFLAGS when building shared libs.Michael Adam2008-02-131-1/+4
* Change hand written configure help strings to use AS_HELP_STRING().Michael Adam2008-02-131-62/+61
* Use AS_HELP_STRING instead of (deprecated) AC_HELP_STRING.Michael Adam2008-02-131-1/+1
* Fix some comment typos.Michael Adam2008-02-131-5/+5
* Remove some unneded variables: we always build and install some talloc libs.Michael Adam2008-02-131-9/+0
* Put talloc lib targets into variables and uses these.Michael Adam2008-02-131-3/+7
* Simplify code by moving duplicate assignment to common place.Michael Adam2008-02-131-2/+1
* Add support for linking talloc library statically or dynamically into samba.Michael Adam2008-02-131-0/+42
* Use data from lib/talloc/libtalloc.m4 instead of hard coded data.Michael Adam2008-02-131-1/+9
* Move the AC_LIBREPLACE_CC_CHECKS up before building SAMBA_CPPFLAGS.Michael Adam2008-02-131-2/+2
* Add support for building libtalloc.a and libtalloc.so.Michael Adam2008-02-131-0/+47
* w00t! SAMR server-side conversion to pidl is finished.Günther Deschner2008-02-121-2/+2
* Add configure check for LBER_LOG_PRINT_FN - to intercept ldap debug.Michael Adam2008-02-061-0/+15
* Don't use the deprecated form of AC_INIT.Michael Adam2008-02-061-1/+4
* NetBSD defines innetgr() in <netgroup.h>Volker Lendecke2008-02-011-0/+1
* Let _samr_Close() use pidl generated server code.Günther Deschner2008-01-311-2/+2
* Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner2008-01-251-2/+2
* Link smbd on AIX with -bexpfull instead of -bexpallVolker Lendecke2008-01-211-1/+1
* vfs_streams_depotVolker Lendecke2008-01-191-0/+1
* vfs_streams_xattr moduleVolker Lendecke2008-01-191-1/+2
* Revert "Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_stor...Stefan Metzmacher2008-01-181-9/+0
* Enable building of VFS modules: vfs_tsmsm, vfs_shadowcopy2 and IDMAP module i...Alexander Bokovoy2008-01-161-1/+10
* rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke2008-01-151-2/+2
* Implement vfs_ea_tdbVolker Lendecke2008-01-151-1/+2
* libwbclient: add wbclient.pc.inStefan Metzmacher2008-01-151-1/+4
* --enable-libwbclient-sharedVolker Lendecke2008-01-101-1/+12
* Enable building the notify_fam module.Michael Adam2008-01-101-0/+2
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testJelmer Vernooij2008-01-051-2/+17
|\
| * Use -g instead of -gstabs as many have reported gdb problems with -gstabs.Günther Deschner2008-01-031-1/+1
| * Fix configure output for libnetapi.Günther Deschner2008-01-031-1/+1
| * Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_storageVolker Lendecke2007-12-251-0/+9
| * AIX iface test needs rep_vasprintfVolker Lendecke2007-12-251-0/+1
| * ifreq needs more from lib/replaceVolker Lendecke2007-12-251-0/+2
| * Next try to fix get_interfaces detectionVolker Lendecke2007-12-251-0/+3
| * Revert "Attempt to fix the ifreq detection"Volker Lendecke2007-12-251-2/+0
| * Attempt to fix the ifreq detectionVolker Lendecke2007-12-251-0/+2
* | selftest: Use platform-specific equivalents of LD_LIBRARY_PATH for Samba4's s...Jelmer Vernooij2008-01-051-0/+2
|/
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-12-211-0/+1
|\
| * Generate pkgconfig files for at least lib{smbclient,smbsharemodes,netapi}.Günther Deschner2007-12-211-0/+1
* | Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter2007-12-211-1/+21
|/
* Add getdc.c, a libnetapi example (incl. Makefile).Günther Deschner2007-12-211-1/+4
* Build libnetapi shared and static if possible.Günther Deschner2007-12-211-0/+49