summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Also rebuild smbd/vfs.o after reconfiguringJelmer Vernooij2003-03-271-1/+1
|
* Doc updates from John + some minor fixes by meJelmer Vernooij2003-03-275-418/+573
|
* Reflect current conversion statusAlexander Bokovoy2003-03-271-1/+1
|
* 1. Fix generate-file-list.sh to produce a list sorted by parameter name, ↵Alexander Bokovoy2003-03-2716-244/+295
| | | | | | not parameter section. 2. Convert base parameters to new meta-information scheme
* Put backwards compatibility support for old modules in a seperate functionJelmer Vernooij2003-03-271-45/+58
|
* Add new framework for smb.conf(5). Please read README before trying to compile.Alexander Bokovoy2003-03-27323-0/+7843
| | | | I will commit more meta-information updates during week-end.
* This is no functional change. It just makes pdb_ldap.c a bitVolker Lendecke2003-03-271-24/+50
| | | | | | | easier to understand by moving the logic for init_ldap_from_sam and friends around. Volker
* Tidy XML formatingAlexander Bokovoy2003-03-271-2/+2
|
* Fix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16.Volker Lendecke2003-03-271-1/+1
| | | | Volker
* local_gid_to_sid() could use pdb_ldap, which for now requires ROOT.Andrew Bartlett2003-03-271-0/+2
|
* Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij2003-03-2710-111/+155
| | | | new modules system, we still fall back to the old system.
* The definition of pstrcpy_base(), and the preceeding comments, were givenChristopher R. Hertel2003-03-271-9/+3
| | | | | | twice (probably a cut/paste error). The definition of pstrcpy_base(), and the preceeding comments, were given twice (probably a cut/paste error).
* Fix DOS del command with widelinks = False.Jeremy Allison2003-03-261-1/+2
| | | | Jeremy.
* Remove LDAP_LIBS and just use LIBS again as before. I'llJelmer Vernooij2003-03-262-8/+3
| | | | fix this better later.
* Add defines for platforms that need them.Jeremy Allison2003-03-261-0/+6
| | | | Jeremy.
* Fix extra NULL arg added during app-head merge.Jeremy Allison2003-03-261-3/+3
| | | | Jeremy.
* Document results of smb.conf(5) inspection. We have 13 undocumented ↵Alexander Bokovoy2003-03-261-0/+17
| | | | parameters for HEAD
* Use SAFE_FREE() instead of plain free() - pointed out by metzeJelmer Vernooij2003-03-261-1/+2
|
* Use execinfo.h to get prototypes for backtrace_symbols (fixesJelmer Vernooij2003-03-262-1/+5
| | | | some warnings)
* Fix $LDAP_LIBSJelmer Vernooij2003-03-261-2/+2
|
* Output backtrace to logfile in smb_panic(), as suggested by mbpJelmer Vernooij2003-03-263-9/+32
| | | | (only on systems that support it, of course)
* - Patch from John to update PDC-HOWTO, add ServerType and CUPS (not finished ↵Jelmer Vernooij2003-03-2641-8940/+11781
| | | | | | | yet) - Regenerate docs - Update docs-status
* Don't do $(MAKE) modules_clean twice in a row - it breaks the build...Jelmer Vernooij2003-03-251-1/+0
|
* Give PARAMS_OBJ more priorityJelmer Vernooij2003-03-251-27/+26
|
* Fix two typosJelmer Vernooij2003-03-252-2/+2
|
* Do $(MAKE) modules_clean when compiling dynconfig.o. It's not theJelmer Vernooij2003-03-251-2/+4
| | | | most elegant solution, but it works.
* Add notes about the rebuilding of filesJelmer Vernooij2003-03-251-6/+15
|
* Always rebuild modules after running ./configure (to preventJelmer Vernooij2003-03-253-13/+28
| | | | undefined symbol errors)
* Add example version identifierJelmer Vernooij2003-03-251-1/+1
|
* Add documentation on unicodeJelmer Vernooij2003-03-252-0/+95
|
* Add info about dual daemon modeJelmer Vernooij2003-03-251-10/+40
|
* Remove old check for TDB SAM (we now have ↵Jelmer Vernooij2003-03-251-18/+8
| | | | --with-{static,shared}-modules=pdb_tdbsam)
* Fix another opened-but-not-closed tagAlexander Bokovoy2003-03-251-3/+1
|
* - Support building all auth modules as .so'sJelmer Vernooij2003-03-257-85/+120
| | | | - Change 2 variable names to avoid conflicts (patch by Stephan Kulow <coolo@kde.org>)
* Don't use 'opt'Jelmer Vernooij2003-03-251-1/+1
|
* Make variables static to satisfy exotic compilersJelmer Vernooij2003-03-252-3/+2
|
* Fixed opened-but-not-closed listitem/varlistentry for LDAPADMINDNAlexander Bokovoy2003-03-251-0/+2
|
* Print list of builtin modules in 'smbd -b'Jelmer Vernooij2003-03-253-0/+6
|
* Remove obsolete defines (because of new modules system). We needJelmer Vernooij2003-03-251-9/+0
| | | | a way to track which modules have been builtin
* We need to 'preprocess' in popt_common_samba as wellJelmer Vernooij2003-03-251-1/+1
|
* Fix debug (thanks metze)Andrew Bartlett2003-03-251-1/+1
| | | | Andrew Bartlett
* Make auth.c compile again. I'm not sure what this does though...Volker Lendecke2003-03-251-2/+3
| | | | Volker
* Fix missing tag pairsAlexander Bokovoy2003-03-252-2/+3
|
* Make these functions static, keep them out of proto.Andrew Bartlett2003-03-252-4/+4
|
* Apply metze's change correctly this time. Playing 'patch' byVolker Lendecke2003-03-251-6/+6
| | | | | | hand can be somewhat error-prone.. Volker
* win9x was suffered a case of the blues during a domain logon.Gerald Carter2003-03-251-1/+14
| | | | | For some reason, explicitly setting the service type during the tcon&X fixes this.
* - Add support to auth/ for the new modules systemJelmer Vernooij2003-03-2412-90/+129
| | | | - Quite some small fixes (also fixes the build)
* Fix two typosJelmer Vernooij2003-03-242-2/+2
|
* When using --with-static-modules=subsystem, don't build modules thatJelmer Vernooij2003-03-242-4/+6
| | | | can't be build
* Add notes for packagersJelmer Vernooij2003-03-242-0/+42
|