summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | packaging updates from BuchanGerald Carter2003-03-284-219/+536
| |
* | fix CIDR hosts allow/deny notationGerald Carter2003-03-281-1/+1
| |
* | Try to get meaningful errors out of ldap more often - get the error stringAndrew Bartlett2003-03-281-11/+38
| | | | | | | | | | | | from the server, not just the error code translation. Andrew Bartlett
* | don't include proto.h during autoconf tests since it doesn't exist yet; ↵Gerald Carter2003-03-282-0/+3
| | | | | | | | fixed getsmbpass replacement test
* | merged real time signal fixes from headAndrew Tridgell2003-03-283-2/+12
| |
* | Adding some more docs from HEAD branch.John Terpstra2003-03-280-0/+0
| |
* | Updating projdoc from HEAD brach.John Terpstra2003-03-2822-1306/+479
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-03-2724-0/+3381
|\|
| * 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
| |