Alexander Bokovoy
8f1c78df10
Reflect current conversion status
-
Alexander Bokovoy
6026e47cfe
1. Fix generate-file-list.sh to produce a list sorted by parameter name, not parameter section.
...
2. Convert base parameters to new meta-information scheme
-
Jelmer Vernooij
2dd00078ee
Put backwards compatibility support for old modules in a seperate function
-
Alexander Bokovoy
8d684dffab
Add new framework for smb.conf(5). Please read README before trying to compile.
...
I will commit more meta-information updates during week-end.
-
Volker Lendecke
124c80facb
This is no functional change. It just makes pdb_ldap.c a bit
...
easier to understand by moving the logic for init_ldap_from_sam
and friends around.
Volker
-
Alexander Bokovoy
f9515634f3
Tidy XML formating
-
Volker Lendecke
e92bfb766b
Fix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16.
...
Volker
-
Andrew Bartlett
a51ce67e32
local_gid_to_sid() could use pdb_ldap, which for now requires ROOT.
-
Jelmer Vernooij
cebe8d8b42
Use the new modules system in VFS. If a module can't be loaded with the
...
new modules system, we still fall back to the old system.
-
Christopher R. Hertel
5306f6f7c8
The definition of pstrcpy_base(), and the preceeding comments, were given
...
twice (probably a cut/paste error).
The definition of pstrcpy_base(), and the preceeding comments, were given
twice (probably a cut/paste error).
-
Jeremy Allison
ae754e9355
Fix DOS del command with widelinks = False.
...
Jeremy.
-
Jelmer Vernooij
c6807d2045
Remove LDAP_LIBS and just use LIBS again as before. I'll
...
fix this better later.
-
Jeremy Allison
f81128bc01
Add defines for platforms that need them.
...
Jeremy.
-
Jeremy Allison
4868633bc8
Fix extra NULL arg added during app-head merge.
...
Jeremy.
-
Alexander Bokovoy
c6f6795710
Document results of smb.conf(5) inspection. We have 13 undocumented parameters for HEAD
-
Jelmer Vernooij
b49436d020
Use SAFE_FREE() instead of plain free() - pointed out by metze
-
Jelmer Vernooij
d453b656e5
Use execinfo.h to get prototypes for backtrace_symbols (fixes
...
some warnings)
-
Jelmer Vernooij
af98285f4e
Fix $LDAP_LIBS
-
Jelmer Vernooij
bf439d733d
Output backtrace to logfile in smb_panic(), as suggested by mbp
...
(only on systems that support it, of course)
-
Jelmer Vernooij
adbb714ade
- Patch from John to update PDC-HOWTO, add ServerType and CUPS (not finished yet)
...
- Regenerate docs
- Update docs-status
-
Jelmer Vernooij
1e1544ecc1
Don't do $(MAKE) modules_clean twice in a row - it breaks the build...
-
Jelmer Vernooij
cf73797d11
Give PARAMS_OBJ more priority
-
Jelmer Vernooij
c682d5abf3
Fix two typos
-
Jelmer Vernooij
02d202034d
Do $(MAKE) modules_clean when compiling dynconfig.o. It's not the
...
most elegant solution, but it works.
-
Jelmer Vernooij
0ab6e96c9b
Add notes about the rebuilding of files
-
Jelmer Vernooij
e193b47259
Always rebuild modules after running ./configure (to prevent
...
undefined symbol errors)
-
Jelmer Vernooij
0558cae208
Add example version identifier
-
Jelmer Vernooij
cdfb0161ad
Add documentation on unicode
-
Jelmer Vernooij
2018b331a1
Add info about dual daemon mode
-
Jelmer Vernooij
760fd4e5c4
Remove old check for TDB SAM (we now have --with-{static,shared}-modules=pdb_tdbsam)
-
Alexander Bokovoy
1c53686f3a
Fix another opened-but-not-closed tag
-
Jelmer Vernooij
71b05cd14a
- Support building all auth modules as .so's
...
- Change 2 variable names to avoid conflicts (patch by Stephan Kulow <coolo@kde.org>)
-
Jelmer Vernooij
6ab41e50fd
Don't use 'opt'
-
Jelmer Vernooij
094eed2c62
Make variables static to satisfy exotic compilers
-
Alexander Bokovoy
ec6b9e62fb
Fixed opened-but-not-closed listitem/varlistentry for LDAPADMINDN
-
Jelmer Vernooij
3a2ed0da40
Print list of builtin modules in 'smbd -b'
-
Jelmer Vernooij
0f724be384
Remove obsolete defines (because of new modules system). We need
...
a way to track which modules have been builtin
-
Jelmer Vernooij
37ee8aecf4
We need to 'preprocess' in popt_common_samba as well
-
Andrew Bartlett
5562f1865c
Fix debug (thanks metze)
...
Andrew Bartlett
-
Volker Lendecke
8e3f300f21
Make auth.c compile again. I'm not sure what this does though...
...
Volker
-
Alexander Bokovoy
44d9062f91
Fix missing tag pairs
-
Andrew Bartlett
34934d2edf
Make these functions static, keep them out of proto.
-
Volker Lendecke
12fabd0714
Apply metze's change correctly this time. Playing 'patch' by
...
hand can be somewhat error-prone..
Volker
-
Gerald Carter
c458179d21
win9x was suffered a case of the blues during a domain logon.
...
For some reason, explicitly setting the service type during the
tcon&X fixes this.
-
Jelmer Vernooij
3defbd5e06
- Add support to auth/ for the new modules system
...
- Quite some small fixes (also fixes the build)
-
Jelmer Vernooij
898a246c16
Fix two typos
-
Jelmer Vernooij
bb943a68af
When using --with-static-modules=subsystem, don't build modules that
...
can't be build
-
Jelmer Vernooij
9bec688904
Add notes for packagers
-
Jelmer Vernooij
4dd1679043
Give error message when module doesn't seem to contain
...
pipe functions
-
Jelmer Vernooij
f622bdc691
Simplify modules interface and make it easier to build
...
complete subsystems as modules (--with-shared-modules=rpc,pdb_xml,pdb_ldap
works now, for example)
-