summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-03-31Cleanup of winbind client side code.Tim Potter13-606/+718
2003-03-31NT4 is particularly fussy about getting this right.Andrew Bartlett1-1/+0
2003-03-31Break the current build dependency on perl. Perl is required forTim Potter1-3/+8
2003-03-31Success is not a level-0 issue...Andrew Bartlett1-1/+1
2003-03-31Don't try and dlsym or dlclose a NULL pointer.Andrew Bartlett1-9/+12
2003-03-31add a few error checks in EnumPrinterData()Gerald Carter1-4/+5
2003-03-30distclean fixups from Paul Green.Tim Potter1-2/+5
2003-03-30update copyright notice since it we are now almost 4 months into 2003Gerald Carter2-2/+2
2003-03-30Fix installation of auth and charset modules (reported by Stephan Kulow)Jelmer Vernooij1-2/+2
2003-03-30This sets the domain for the user in vampire. OtherwiseVolker Lendecke1-0/+2
2003-03-30This fixes group updates in LDAP the same way as user updatesVolker Lendecke1-77/+98
2003-03-30This changes our handling of invalid service types that theVolker Lendecke2-7/+112
2003-03-30- Point users at the HOWTO Collection instead of 'README' in modules/mysql.cJelmer Vernooij4-6/+31
2003-03-30added simple tests for SMBchkpath and SMBioctlAndrew Tridgell2-1/+173
2003-03-30Don't modify the incoming packet when checking the signiture.Andrew Bartlett1-10/+26
2003-03-30fixed the -B option as wellAndrew Tridgell1-4/+4
2003-03-29fixed the -U option in nmblookupAndrew Tridgell1-1/+1
2003-03-29updated the TCON test so that win2000 passes. Samba now fails thisAndrew Tridgell1-32/+63
2003-03-29added a simple test for the old SMBtcon interfaceAndrew Tridgell2-1/+80
2003-03-28More patches from coolo. One of these functions needs to be movedRichard Sharpe1-42/+78
2003-03-28Some fixes to URL syntax from coolo.Richard Sharpe1-2/+85
2003-03-28fix CIDR hosts allow/deny notationGerald Carter1-1/+1
2003-03-28Merge from HEAD - get better error strings from the ldap server in pdb_ldap.Andrew Bartlett1-11/+38
2003-03-28Allow the new modules system to function with builtin vfs modules.Andrew Bartlett1-1/+1
2003-03-28don't include proto.h during autoconf tests since it doesn't exist yet; fixed...Gerald Carter2-0/+3
2003-03-28fix up IPC/LPT:/A: devicetype in tcon_and_XGerald Carter1-21/+20
2003-03-28it is possible for some of the real time signals to be used by glibc,Andrew Tridgell3-2/+12
2003-03-28its VFS_NETATALK_OBJ not VFS_NETATALKAndrew Tridgell1-1/+1
2003-03-28removed a duplicate lump of module stuff in configure.inAndrew Tridgell1-7/+0
2003-03-27Compile @VFS_STATIC@ into smbd and vfstestJelmer Vernooij1-1/+1
2003-03-27Also rebuild smbd/vfs.o after reconfiguringJelmer Vernooij1-1/+1
2003-03-27Put backwards compatibility support for old modules in a seperate functionJelmer Vernooij1-45/+58
2003-03-27This is no functional change. It just makes pdb_ldap.c a bitVolker Lendecke1-24/+50
2003-03-27local_gid_to_sid() could use pdb_ldap, which for now requires ROOT.Andrew Bartlett1-0/+2
2003-03-27Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij10-111/+155
2003-03-27The definition of pstrcpy_base(), and the preceeding comments, were givenChristopher R. Hertel1-9/+3
2003-03-26Fix DOS del command with widelinks = False.Jeremy Allison1-1/+2
2003-03-26Remove LDAP_LIBS and just use LIBS again as before. I'llJelmer Vernooij2-8/+3
2003-03-26Add defines for platforms that need them.Jeremy Allison1-0/+6
2003-03-26Fix extra NULL arg added during app-head merge.Jeremy Allison1-3/+3
2003-03-26Use SAFE_FREE() instead of plain free() - pointed out by metzeJelmer Vernooij1-1/+2
2003-03-26Use execinfo.h to get prototypes for backtrace_symbols (fixesJelmer Vernooij2-1/+5
2003-03-26Fix $LDAP_LIBSJelmer Vernooij1-2/+2
2003-03-26Output backtrace to logfile in smb_panic(), as suggested by mbpJelmer Vernooij3-9/+32
2003-03-25Don't do $(MAKE) modules_clean twice in a row - it breaks the build...Jelmer Vernooij1-1/+0
2003-03-25Give PARAMS_OBJ more priorityJelmer Vernooij1-27/+26
2003-03-25Do $(MAKE) modules_clean when compiling dynconfig.o. It's not theJelmer Vernooij1-2/+4
2003-03-25Always rebuild modules after running ./configure (to preventJelmer Vernooij3-13/+28
2003-03-25Remove old check for TDB SAM (we now have --with-{static,shared}-modules=pdb_...Jelmer Vernooij1-18/+8
2003-03-25- Support building all auth modules as .so'sJelmer Vernooij7-85/+120