summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2003-03-23Don't duplicate the default group mapping functions - use the onesJelmer Vernooij1-60/+0
2003-03-23This does two things:Volker Lendecke1-1/+37
2003-03-23The group mapping functions are not calledVolker Lendecke1-6/+6
2003-03-23This adds 'ldap delete dn' as the recommended parameterVolker Lendecke2-6/+7
2003-03-23Metzes change:Volker Lendecke1-4/+10
2003-03-23Patch from waider to update our samsync (net rpc vampire) code:Andrew Bartlett1-35/+155
2003-03-23Don't declare variables after instructionsJelmer Vernooij1-12/+12
2003-03-23We don't need optarg when we have poptJelmer Vernooij2-4/+2
2003-03-23Convert to popt.Jelmer Vernooij2-137/+91
2003-03-23Use True, not TRUEJelmer Vernooij1-2/+2
2003-03-23Fix typo in commentJelmer Vernooij1-2/+2
2003-03-23Convert to popt.Jelmer Vernooij2-56/+59
2003-03-23Move -V to -C to prevent conflict with -V for versionJelmer Vernooij1-1/+2
2003-03-23Don't crash when initialising tdb failsJelmer Vernooij1-2/+2
2003-03-22Convert to popt.Jelmer Vernooij1-361/+85
2003-03-22Convert to poptJelmer Vernooij2-101/+26
2003-03-22Add nicer --help headersJelmer Vernooij2-8/+4