summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2003-03-25Don't use 'opt'Jelmer Vernooij1-1/+1
2003-03-25Make variables static to satisfy exotic compilersJelmer Vernooij2-3/+2
2003-03-25Print list of builtin modules in 'smbd -b'Jelmer Vernooij3-0/+6
2003-03-25Remove obsolete defines (because of new modules system). We needJelmer Vernooij1-9/+0
2003-03-25We need to 'preprocess' in popt_common_samba as wellJelmer Vernooij1-1/+1
2003-03-25Fix debug (thanks metze)Andrew Bartlett1-1/+1
2003-03-25Make auth.c compile again. I'm not sure what this does though...Volker Lendecke1-2/+3
2003-03-25Make these functions static, keep them out of proto.Andrew Bartlett2-4/+4
2003-03-25Apply metze's change correctly this time. Playing 'patch' byVolker Lendecke1-6/+6
2003-03-25win9x was suffered a case of the blues during a domain logon.Gerald Carter1-1/+14
2003-03-24- Add support to auth/ for the new modules systemJelmer Vernooij12-90/+129
2003-03-24Fix two typosJelmer Vernooij2-2/+2
2003-03-24When using --with-static-modules=subsystem, don't build modules thatJelmer Vernooij2-4/+6
2003-03-24Give error message when module doesn't seem to containJelmer Vernooij1-0/+5
2003-03-24Simplify modules interface and make it easier to buildJelmer Vernooij2-45/+39
2003-03-24Add static to satisfy exotic compilersJelmer Vernooij1-1/+1
2003-03-24Add mapping for Bad Network PathJelmer Vernooij1-0/+1
2003-03-24Don't use old usage() function, but the one from popt.Jelmer Vernooij4-15/+2
2003-03-24Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij16-17/+41
2003-03-24Add modules support to charsetJelmer Vernooij3-45/+78
2003-03-24Define POPT_TABLEEND if current popt.h doesn't contain it alreadyJelmer Vernooij1-0/+4
2003-03-24Fix init function name and return valueJelmer Vernooij1-2/+2
2003-03-24Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij20-357/+95
2003-03-24Started working on python routines to add and delete domain users.Tim Potter4-146/+404
2003-03-23Implement abartlet's suggestion to add attribs to ldap if theyVolker Lendecke2-30/+30
2003-03-23Convert to popt.Jelmer Vernooij2-62/+30
2003-03-23Fix compile.Andrew Bartlett1-2/+2
2003-03-23Convert to popt.Jelmer Vernooij2-44/+31
2003-03-23NTLM Authentication:Andrew Bartlett14-144/+283
2003-03-23Convert to popt.Jelmer Vernooij2-88/+28
2003-03-23Use popt_common for -s, -d and -VJelmer Vernooij2-16/+8