summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2003-06-26Remove the MODULES_CLEAN variable. It's no longer necessary sinceJelmer Vernooij1-1/+1
2003-06-26cleaning up more build issues. TestedGerald Carter1-15/+15
2003-06-25fix linking of some things that are not built by defaultGerald Carter1-14/+14
2003-06-25large change:Gerald Carter1-12/+13
2003-06-25Patch to move functions directly from pdb_ldap.c into lib/smbldap.cAndrew Bartlett1-1/+1
2003-06-24add tdb backup function separation and winbind idmap upgrade code formSimo Sorce1-2/+2
2003-06-21This removes the StrCaseCmp() stuff from 'net idmap' and 'netAndrew Bartlett1-1/+1
2003-06-21merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter1-2/+2
2003-06-18Add installmodules to installJelmer Vernooij1-1/+1
2003-06-17Fix building idmap_winbind as shared moduleJelmer Vernooij1-1/+1
2003-06-16Build libnss_wins.so as part of nsswitch target. Fix for bug #160Tim Potter1-11/+12
2003-06-10removed editreg from standard build until it is portable. Right now itAndrew Tridgell1-1/+5
2003-06-06get rid of IRIX o32 builds - some libraries (kerberos and ldap) are onlyHerb Lewis1-7/+0
2003-06-06remove o32 targets for IRIX. kerberos and ldap libraries are n32 only soHerb Lewis1-13/+2
2003-06-06get rid of warning about malformed if in MakefileHerb Lewis1-2/+2
2003-06-06fix build on systems w/o LDAP libsGerald Carter1-1/+1
2003-06-06delete extra PASSDBLIB at beginningHerb Lewis1-1/+1
2003-06-06pdbedit needs PASSDBLIBSHerb Lewis1-1/+1
2003-06-06* break out more common code used between pdb_ldap and idmap_ldapGerald Carter1-11/+11
2003-06-05working draft of the idmap_ldap code.Gerald Carter1-5/+7
2003-05-29Add smb_register_idmap(). Based on a patch from metzeJelmer Vernooij1-12/+21
2003-05-27More fixes for builddir != srcdir.Tim Potter1-30/+23
2003-05-23Don't use extensions like '\t' in a sed script. It breaks the make proto.Jeremy Allison1-6/+6
2003-05-23installman needs to depend on installdirs, to fix parallelAndrew Tridgell1-2/+2
2003-05-23Bug 83: fixes for building when $srcdir != $builddir from David LeeTim Potter1-18/+25
2003-05-22 Compile shared modules with the -fPIC flag. Reported by Steve Langasek akaJelmer Vernooij1-38/+38
2003-05-20Fix bug #95: net did not build when ldap was installed, but --without-adsJim McDonough1-1/+1
2003-05-16add idmap_winbind unless I made a better way to solve SID type for domainSimo Sorce1-1/+1
2003-05-12And finally IDMAP in 3_0Simo Sorce1-15/+19
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy1-6/+5
2003-05-09Makefile changes to allow new NTLMv2 patch to work.Andrew Bartlett1-10/+7
2003-05-05Add a new entry to make check. If we have compiled python extensions,Tim Potter1-1/+4
2003-05-05Merge of backslash @LDAP_LIBS@ fix from HEAD.Tim Potter1-2/+1
2003-05-05AIX doesn't append $SHLIB_EXT to NSS libraries.Tim Potter1-2/+2
2003-04-30Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green1-1/+1
2003-04-30Try to fix IRIX build - add quotes and never call libns_winbind by name - weAndrew Bartlett1-2/+2
2003-04-29smbgroupedit has been replaced by 'net groupmap'Gerald Carter1-7/+0
2003-04-29remove convert_smbpasswd and addtosmbpass from tree; people can get them from...Gerald Carter1-2/+1
2003-04-29do not build wrepld by default; package maintainers need to update their file...Gerald Carter1-1/+1
2003-04-28Merge: we need a rule for t_snprintfTim Potter1-0/+2
2003-04-28Merge stf updates from HEAD.Tim Potter1-3/+4
2003-04-27Add 'smbiconv' program - a clone of the 'iconv' utilityJelmer Vernooij1-0/+6
2003-04-26Remove the unpopular pdb_unix, which has served it's time well.Andrew Bartlett1-10/+5
2003-04-26Fix the weird charset and build it by default for ./configure -enable-developerJelmer Vernooij1-2/+2
2003-04-24Add vfs_fake_perms to Samba 3.0Andrew Bartlett1-0/+6
2003-04-23Patch by Vance Lankhaar <vlankhaar@linux.ca> to automaticly regenerate theAndrew Bartlett1-4/+14
2003-04-23We don't have IDMAP in 3.0 yet.Andrew Bartlett1-1/+1
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett1-7/+10
2003-04-22Added editreg.John Terpstra1-1/+6
2003-04-21* fix segfault when no vfs objects definedGerald Carter1-1/+1