Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Also rebuild smbd/vfs.o after reconfiguring | Jelmer Vernooij | 2003-03-27 | 1 | -1/+1 | |
| | ||||||
* | Doc updates from John + some minor fixes by me | Jelmer Vernooij | 2003-03-27 | 5 | -418/+573 | |
| | ||||||
* | Reflect current conversion status | Alexander Bokovoy | 2003-03-27 | 1 | -1/+1 | |
| | ||||||
* | 1. Fix generate-file-list.sh to produce a list sorted by parameter name, ↵ | Alexander Bokovoy | 2003-03-27 | 16 | -244/+295 | |
| | | | | | | not parameter section. 2. Convert base parameters to new meta-information scheme | |||||
* | Put backwards compatibility support for old modules in a seperate function | Jelmer Vernooij | 2003-03-27 | 1 | -45/+58 | |
| | ||||||
* | Add new framework for smb.conf(5). Please read README before trying to compile. | Alexander Bokovoy | 2003-03-27 | 323 | -0/+7843 | |
| | | | | I will commit more meta-information updates during week-end. | |||||
* | This is no functional change. It just makes pdb_ldap.c a bit | Volker Lendecke | 2003-03-27 | 1 | -24/+50 | |
| | | | | | | | easier to understand by moving the logic for init_ldap_from_sam and friends around. Volker | |||||
* | Tidy XML formating | Alexander Bokovoy | 2003-03-27 | 1 | -2/+2 | |
| | ||||||
* | Fix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16. | Volker Lendecke | 2003-03-27 | 1 | -1/+1 | |
| | | | | Volker | |||||
* | local_gid_to_sid() could use pdb_ldap, which for now requires ROOT. | Andrew Bartlett | 2003-03-27 | 1 | -0/+2 | |
| | ||||||
* | Use the new modules system in VFS. If a module can't be loaded with the | Jelmer Vernooij | 2003-03-27 | 10 | -111/+155 | |
| | | | | new modules system, we still fall back to the old system. | |||||
* | The definition of pstrcpy_base(), and the preceeding comments, were given | Christopher R. Hertel | 2003-03-27 | 1 | -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 Allison | 2003-03-26 | 1 | -1/+2 | |
| | | | | Jeremy. | |||||
* | Remove LDAP_LIBS and just use LIBS again as before. I'll | Jelmer Vernooij | 2003-03-26 | 2 | -8/+3 | |
| | | | | fix this better later. | |||||
* | Add defines for platforms that need them. | Jeremy Allison | 2003-03-26 | 1 | -0/+6 | |
| | | | | Jeremy. | |||||
* | Fix extra NULL arg added during app-head merge. | Jeremy Allison | 2003-03-26 | 1 | -3/+3 | |
| | | | | Jeremy. | |||||
* | Document results of smb.conf(5) inspection. We have 13 undocumented ↵ | Alexander Bokovoy | 2003-03-26 | 1 | -0/+17 | |
| | | | | parameters for HEAD | |||||
* | Use SAFE_FREE() instead of plain free() - pointed out by metze | Jelmer Vernooij | 2003-03-26 | 1 | -1/+2 | |
| | ||||||
* | Use execinfo.h to get prototypes for backtrace_symbols (fixes | Jelmer Vernooij | 2003-03-26 | 2 | -1/+5 | |
| | | | | some warnings) | |||||
* | Fix $LDAP_LIBS | Jelmer Vernooij | 2003-03-26 | 1 | -2/+2 | |
| | ||||||
* | Output backtrace to logfile in smb_panic(), as suggested by mbp | Jelmer Vernooij | 2003-03-26 | 3 | -9/+32 | |
| | | | | (only on systems that support it, of course) | |||||
* | - Patch from John to update PDC-HOWTO, add ServerType and CUPS (not finished ↵ | Jelmer Vernooij | 2003-03-26 | 41 | -8940/+11781 | |
| | | | | | | | yet) - Regenerate docs - Update docs-status | |||||
* | Don't do $(MAKE) modules_clean twice in a row - it breaks the build... | Jelmer Vernooij | 2003-03-25 | 1 | -1/+0 | |
| | ||||||
* | Give PARAMS_OBJ more priority | Jelmer Vernooij | 2003-03-25 | 1 | -27/+26 | |
| | ||||||
* | Fix two typos | Jelmer Vernooij | 2003-03-25 | 2 | -2/+2 | |
| | ||||||
* | Do $(MAKE) modules_clean when compiling dynconfig.o. It's not the | Jelmer Vernooij | 2003-03-25 | 1 | -2/+4 | |
| | | | | most elegant solution, but it works. | |||||
* | Add notes about the rebuilding of files | Jelmer Vernooij | 2003-03-25 | 1 | -6/+15 | |
| | ||||||
* | Always rebuild modules after running ./configure (to prevent | Jelmer Vernooij | 2003-03-25 | 3 | -13/+28 | |
| | | | | undefined symbol errors) | |||||
* | Add example version identifier | Jelmer Vernooij | 2003-03-25 | 1 | -1/+1 | |
| | ||||||
* | Add documentation on unicode | Jelmer Vernooij | 2003-03-25 | 2 | -0/+95 | |
| | ||||||
* | Add info about dual daemon mode | Jelmer Vernooij | 2003-03-25 | 1 | -10/+40 | |
| | ||||||
* | Remove old check for TDB SAM (we now have ↵ | Jelmer Vernooij | 2003-03-25 | 1 | -18/+8 | |
| | | | | --with-{static,shared}-modules=pdb_tdbsam) | |||||
* | Fix another opened-but-not-closed tag | Alexander Bokovoy | 2003-03-25 | 1 | -3/+1 | |
| | ||||||
* | - Support building all auth modules as .so's | Jelmer Vernooij | 2003-03-25 | 7 | -85/+120 | |
| | | | | - Change 2 variable names to avoid conflicts (patch by Stephan Kulow <coolo@kde.org>) | |||||
* | Don't use 'opt' | Jelmer Vernooij | 2003-03-25 | 1 | -1/+1 | |
| | ||||||
* | Make variables static to satisfy exotic compilers | Jelmer Vernooij | 2003-03-25 | 2 | -3/+2 | |
| | ||||||
* | Fixed opened-but-not-closed listitem/varlistentry for LDAPADMINDN | Alexander Bokovoy | 2003-03-25 | 1 | -0/+2 | |
| | ||||||
* | Print list of builtin modules in 'smbd -b' | Jelmer Vernooij | 2003-03-25 | 3 | -0/+6 | |
| | ||||||
* | Remove obsolete defines (because of new modules system). We need | Jelmer Vernooij | 2003-03-25 | 1 | -9/+0 | |
| | | | | a way to track which modules have been builtin | |||||
* | We need to 'preprocess' in popt_common_samba as well | Jelmer Vernooij | 2003-03-25 | 1 | -1/+1 | |
| | ||||||
* | Fix debug (thanks metze) | Andrew Bartlett | 2003-03-25 | 1 | -1/+1 | |
| | | | | Andrew Bartlett | |||||
* | Make auth.c compile again. I'm not sure what this does though... | Volker Lendecke | 2003-03-25 | 1 | -2/+3 | |
| | | | | Volker | |||||
* | Fix missing tag pairs | Alexander Bokovoy | 2003-03-25 | 2 | -2/+3 | |
| | ||||||
* | Make these functions static, keep them out of proto. | Andrew Bartlett | 2003-03-25 | 2 | -4/+4 | |
| | ||||||
* | Apply metze's change correctly this time. Playing 'patch' by | Volker Lendecke | 2003-03-25 | 1 | -6/+6 | |
| | | | | | | hand can be somewhat error-prone.. Volker | |||||
* | win9x was suffered a case of the blues during a domain logon. | Gerald Carter | 2003-03-25 | 1 | -1/+14 | |
| | | | | | For some reason, explicitly setting the service type during the tcon&X fixes this. | |||||
* | - Add support to auth/ for the new modules system | Jelmer Vernooij | 2003-03-24 | 12 | -90/+129 | |
| | | | | - Quite some small fixes (also fixes the build) | |||||
* | Fix two typos | Jelmer Vernooij | 2003-03-24 | 2 | -2/+2 | |
| | ||||||
* | When using --with-static-modules=subsystem, don't build modules that | Jelmer Vernooij | 2003-03-24 | 2 | -4/+6 | |
| | | | | can't be build | |||||
* | Add notes for packagers | Jelmer Vernooij | 2003-03-24 | 2 | -0/+42 | |
| |