summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* get rid of CFLAGS from LDSHFLAGS and WINBIND_NSS_LDSHFLAGS and insteadHerb Lewis2003-07-111-2/+2
* mark the HEAD branch as deprecated. Nothing that a determinedAndrew Tridgell2003-06-071-1/+6
* installman needs to depend on installdirs, to fix parallelAndrew Tridgell2003-05-231-2/+2
* Use -fPIC when compiling shared modules. Reported by Steve Langasek aka vorlon.Jelmer Vernooij2003-05-221-43/+38
* Add pythoncheck to make check target.Tim Potter2003-05-131-1/+4
* A good reason to use make variables instead of autoconf substitutionsTim Potter2003-05-051-2/+1
* AIX doesn't append $SHLIB_EXT to NSS libraries.Tim Potter2003-05-051-2/+2
* fixes to *_util.c filesSimo Sorce2003-05-031-1/+2
* exclude tdbsam2.h generation until it will be usedSimo Sorce2003-05-021-14/+15
* Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green2003-04-301-1/+1
* pam_smbpass will need at least IDMAP.Andrew Bartlett2003-04-301-1/+1
* remove convert_smbpasswd and addtosmbpass from tree; people can get them from...Gerald Carter2003-04-291-2/+1
* consolidate idmap code in one placeSimo Sorce2003-04-291-3/+3
* swat need idmap nowSimo Sorce2003-04-281-2/+2
* Add 'smbiconv' program - a clone of the 'iconv' utilityJelmer Vernooij2003-04-271-0/+6
* make winbind use idmap as well.Simo Sorce2003-04-271-4/+1
* Fix the 'weird' charset module. Also, built it by default forJelmer Vernooij2003-04-261-2/+2
* Move pdb_mysql and pdb_xml from modules/ to passdb/, just like they areJelmer Vernooij2003-04-241-3/+3
* [merge from SAMBA_3_0]Gerald Carter2003-04-191-2/+2
* Add torture to everything..Jelmer Vernooij2003-04-161-1/+1
* Don't build the torture progs in 'make all'Jelmer Vernooij2003-04-161-1/+1
* Fix build of VFS modules statically (we used Makefile variables before settin...Jelmer Vernooij2003-04-151-6/+6
* Use picobjs when building python extensions. Spotted by Steve Langasek.Tim Potter2003-04-151-6/+12
* Make a libbigballofmud.so.0 link, so that the linker can find theMartin Pool2003-04-141-0/+2
* Build and run the lib/snprintf.c test cases from "make check".Martin Pool2003-04-141-1/+1
* Add rules to build bin/t_snprintf, which exposes the snprintf test code.Martin Pool2003-04-141-0/+3
* smbcquota patch from metzeGerald Carter2003-04-111-6/+18
* A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter2003-04-111-3/+12
* Fixes to linker flags for AIX winbind client from Stephen Roylance.Tim Potter2003-04-101-1/+2
* bin/smbcontrol needs to be built to run tpot's new tests of it.Martin Pool2003-04-091-2/+4
* poptify smbcontrolTim Potter2003-04-091-4/+4
* Install libsmbclient.h from $(srcdir)Tim Potter2003-04-091-1/+1
* Autoconfiscate the name of the winbind shared library file. UnderTim Potter2003-04-091-9/+4
* Integrate abartlet's t_push_ucs2 test into test framework:Martin Pool2003-04-081-1/+1
* Decode the PAC! This patch just decodes it and then frees it, so it's justJim McDonough2003-04-071-1/+1
* make installclientlib depend on the shared-linked or statically-linked versionJelmer Vernooij2003-04-071-1/+1
* Don't make installclientlib depend on the shared-linked version of libsmbclie...Jelmer Vernooij2003-04-071-1/+1
* Fix build of static libsmbclientJelmer Vernooij2003-04-071-2/+2
* Fix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2.Andrew Bartlett2003-04-061-1/+4
* Fix building on platforms without ldapJelmer Vernooij2003-04-061-3/+2
* t_doschar: Test harness that exercises check_dos_char()Martin Pool2003-04-041-0/+3
* Updated warning messages for when configure.in is updated.Tim Potter2003-04-041-2/+2
* The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):Jim McDonough2003-04-031-3/+6
* winbindd should depend on IDMAP_OBJ too, not just link with itJelmer Vernooij2003-04-021-3/+3
* Commit some more fixes for Coolo ...Richard Sharpe2003-04-021-2/+2
* Add KRB5LIBS to smbmountJelmer Vernooij2003-04-021-1/+1
* Link in lib/snprintf.o with editreg for use on systems that don't have snprintfJelmer Vernooij2003-04-021-1/+1
* Add EDITREG_OBJJelmer Vernooij2003-04-021-2/+3
* Only link in popt when we need itJelmer Vernooij2003-04-021-21/+21
* Only link in libs when they are actually used. Works great here and onJelmer Vernooij2003-04-021-31/+35