summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2003-08-26Fix for #150.Alexander Bokovoy1-4/+12
2003-08-25fix bugs 327 & 340; make sure pam_smbpass.so gets linked with all the neccess...Gerald Carter1-2/+2
2003-08-22* Fix for bug 290:Gerald Carter1-1/+1
2003-08-21fix bug 327; make sure to link SMBLDAP_OBJ with PAM_SMBPASS_OBJGerald Carter1-1/+1
2003-08-21actually check in the fix for make tortureGerald Carter1-2/+2
2003-08-20metze's autogenerate patch for version.hGerald Carter1-2/+19
2003-08-15Remove nasty hack in modules system. We don't recompile files anymoreJelmer Vernooij1-6/+0
2003-08-15Add ability to output native pcap files without the requirement for text2pcap.Jelmer Vernooij1-1/+1
2003-08-15Add the gss-spnego kerberos server side to ntml_auth. This uses theVolker Lendecke1-2/+5
2003-08-15Add utility that takes a samba log file (at least level 5 for headers andJelmer Vernooij1-0/+6
2003-08-14Attempt at fixing bug #283. There however is no solution.Gerald Carter1-1/+8
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