summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2003-08-14Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett1-15/+20
2003-08-13Create symlinks for modules that register multiple functions (fixes bug #91 )Jelmer Vernooij1-1/+8
2003-08-12This adds *experimental* kerberos gss spnego client support to ntlm_auth.Volker Lendecke1-2/+2
2003-08-12Add vfs_readonly module which allows to enforce periodic read-only limit on a...Alexander Bokovoy1-0/+6
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough1-1/+1
2003-08-01locking.c now refers to map_nt_error_from_unix, so link it in withVolker Lendecke1-2/+2
2003-07-31spnego.c has function definitions. Prototype them.Volker Lendecke1-1/+1
2003-07-30bin/net needs server_mutex as kerberos_verify now uses it.Volker Lendecke1-1/+1
2003-07-29split replace into replace and replace1 to allow setenv to be used byHerb Lewis1-5/+6
2003-07-29Add NT quotas support. Users allowed now to manage quotas on systems with sys...Alexander Bokovoy1-0/+6
2003-07-29This adds gss-spnego to ntlm_auth. It contains some new spnego supportVolker Lendecke1-1/+2
2003-07-27the testsuite lib needs dummyroot too.Andrew Bartlett1-1/+1
2003-07-22Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter1-9/+10
2003-07-21Metze's AD/LDAP detection patches mainly to do with library detection.Tim Potter1-13/+15
2003-07-18Uninstall modules as part of uninstall. Partial fix for 236.Tim Potter1-1/+1
2003-07-16Add API framework for server SMB signing.Jeremy Allison1-2/+2
2003-07-15Add mandir to installdir target. Otherwise installman fails for clean DESTDIRAlexander Bokovoy1-1/+1
2003-07-11get rid of CFLAGS from LDSHFLAGS and WINBIND_NSS_LDSHFLAGS and insteadHerb Lewis1-2/+2
2003-07-11Fix for bug 203. Avoid using an autoconf expanded variable preceeded by a ba...Tim Potter1-2/+1
2003-07-10pdbedit should not call idmap anymore. Otherwise pdbedit -L wouldVolker Lendecke1-1/+1
2003-07-09Large set of changes to add UNIX account/group managementGerald Carter1-1/+2
2003-07-07Fix the build...Jeremy Allison1-2/+1
2003-07-07another compile fixGerald Carter1-1/+1
2003-07-07fix some compile problems. Can't get IDMAP_OBJ our of proto.hGerald Carter1-5/+6
2003-07-07Cleaning up linking issues. sam/idmap*.c only links inGerald Carter1-23/+17
2003-07-01removing nisplussamGerald Carter1-5/+0
2003-07-01* fix the trustdom_cache to work when winbindd is not running.Gerald Carter1-14/+13
2003-06-30* cleanup more DC name resolution issues in check_*domain_security()Gerald Carter1-6/+7
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