summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
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
2003-04-19Added smbgroupedit to PROGS2John Terpstra1-1/+1
2003-04-19Merging smbgroupedit into 'net groupmap'. Not entirely done.Gerald Carter1-2/+2
2003-04-16Move PAC decoding over from HEAD.Jim McDonough1-1/+1
2003-04-16More merges from HEAD:Jelmer Vernooij1-96/+98
2003-04-16Add support for the new modules system to lib/iconv.c (merge from HEAD)Jelmer Vernooij1-11/+77
2003-04-16Add make destination for librpc_echoJelmer Vernooij1-0/+5
2003-04-16Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij1-22/+40
2003-04-15merge in metze' smbcquotas patch from HEADGerald Carter1-6/+19
2003-04-15use the new modules system for the rpc modules (backport from HEAD)Jelmer Vernooij1-32/+8
2003-04-15Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij1-5/+4
2003-04-15Add selection of the modules to configure (merge from HEAD)Jelmer Vernooij1-1/+4
2003-04-15Merge of python extension picobj fix.Tim Potter1-9/+15