1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
Commit Graph

11257 Commits

Author SHA1 Message Date
Andrew Bartlett
87e2a1b9db Allow the new modules system to function with builtin vfs modules.
If we don't have a vfs path set, just pass the original file name.

In future, we need to seperate the default path as a seperate paramater.

Andrew Bartlett
(This used to be commit 93c91a2e9d)
2003-03-28 05:24:21 +00:00
Gerald Carter
d9eef2fbc2 don't include proto.h during autoconf tests since it doesn't exist yet; fixed getsmbpass replacement test
(This used to be commit ff43a292b9)
2003-03-28 02:02:32 +00:00
Gerald Carter
0995fb1eef fix up IPC/LPT:/A: devicetype in tcon_and_X
(This used to be commit a9ccae314f)
2003-03-28 02:00:19 +00:00
Andrew Tridgell
893cbb7592 it is possible for some of the real time signals to be used by glibc,
which then changes SIGRTMIN. It is also possible for bash to leave
some real time signals blocked at startup. This fixes both problems.
(This used to be commit 8d45bf644a)
2003-03-28 01:05:32 +00:00
Andrew Tridgell
0e1ad952fb its VFS_NETATALK_OBJ not VFS_NETATALK
(This used to be commit 662e1bea1b)
2003-03-28 00:28:55 +00:00
Andrew Tridgell
d4b4e02fb8 removed a duplicate lump of module stuff in configure.in
(This used to be commit 0502c8a06e)
2003-03-28 00:21:01 +00:00
Jelmer Vernooij
28f7d7588a Compile @VFS_STATIC@ into smbd and vfstest
(This used to be commit 0133c0a2ee)
2003-03-27 23:36:16 +00:00
Jelmer Vernooij
6d620e0e00 Also rebuild smbd/vfs.o after reconfiguring
(This used to be commit afda828b38)
2003-03-27 23:31:15 +00:00
Jelmer Vernooij
c321404feb Doc updates from John + some minor fixes by me
(This used to be commit 7fc49746df)
2003-03-27 23:02:43 +00:00
Alexander Bokovoy
e14903cc92 Reflect current conversion status
(This used to be commit 8f1c78df10)
2003-03-27 18:56:42 +00:00
Alexander Bokovoy
2b984c6208 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
(This used to be commit 6026e47cfe)
2003-03-27 18:28:55 +00:00
Jelmer Vernooij
85a1207a47 Put backwards compatibility support for old modules in a seperate function
(This used to be commit 2dd00078ee)
2003-03-27 16:33:59 +00:00
Alexander Bokovoy
5cd3d3f14e Add new framework for smb.conf(5). Please read README before trying to compile.
I will commit more meta-information updates during week-end.
(This used to be commit 8d684dffab)
2003-03-27 15:27:19 +00:00
Volker Lendecke
7c6a4de6f9 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
(This used to be commit 124c80facb)
2003-03-27 14:30:10 +00:00
Alexander Bokovoy
872d55c8bf Tidy XML formating
(This used to be commit f9515634f3)
2003-03-27 14:22:03 +00:00
Volker Lendecke
3aded92028 Fix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16.
Volker
(This used to be commit e92bfb766b)
2003-03-27 14:12:42 +00:00
Andrew Bartlett
75d4193e63 local_gid_to_sid() could use pdb_ldap, which for now requires ROOT.
(This used to be commit a51ce67e32)
2003-03-27 12:54:50 +00:00
Jelmer Vernooij
11db21cc1c 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.
(This used to be commit cebe8d8b42)
2003-03-27 12:08:46 +00:00
Christopher R. Hertel
e6df31f14b 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).
(This used to be commit 5306f6f7c8)
2003-03-27 05:11:25 +00:00
Jeremy Allison
1556b9b53c Fix DOS del command with widelinks = False.
Jeremy.
(This used to be commit ae754e9355)
2003-03-26 22:15:37 +00:00
Jelmer Vernooij
4c74bfcbda Remove LDAP_LIBS and just use LIBS again as before. I'll
fix this better later.
(This used to be commit c6807d2045)
2003-03-26 20:16:48 +00:00
Jeremy Allison
43c5f197ef Add defines for platforms that need them.
Jeremy.
(This used to be commit f81128bc01)
2003-03-26 19:42:51 +00:00
Jeremy Allison
4d7388641a Fix extra NULL arg added during app-head merge.
Jeremy.
(This used to be commit 4868633bc8)
2003-03-26 19:31:44 +00:00
Alexander Bokovoy
1a7ed7117c Document results of smb.conf(5) inspection. We have 13 undocumented parameters for HEAD
(This used to be commit c6f6795710)
2003-03-26 15:06:45 +00:00
Jelmer Vernooij
fa0ea6d561 Use SAFE_FREE() instead of plain free() - pointed out by metze
(This used to be commit b49436d020)
2003-03-26 13:49:23 +00:00
Jelmer Vernooij
70cf597a79 Use execinfo.h to get prototypes for backtrace_symbols (fixes
some warnings)
(This used to be commit d453b656e5)
2003-03-26 13:43:29 +00:00
Jelmer Vernooij
5edbbc1808 Fix $LDAP_LIBS
(This used to be commit af98285f4e)
2003-03-26 13:30:26 +00:00
Jelmer Vernooij
0eff00c692 Output backtrace to logfile in smb_panic(), as suggested by mbp
(only on systems that support it, of course)
(This used to be commit bf439d733d)
2003-03-26 12:53:28 +00:00
Jelmer Vernooij
4474f67fa3 - Patch from John to update PDC-HOWTO, add ServerType and CUPS (not finished yet)
- Regenerate docs
- Update docs-status
(This used to be commit adbb714ade)
2003-03-26 11:09:12 +00:00
Jelmer Vernooij
dee03e1d2d Don't do $(MAKE) modules_clean twice in a row - it breaks the build...
(This used to be commit 1e1544ecc1)
2003-03-25 23:53:34 +00:00
Jelmer Vernooij
6d73e56b30 Give PARAMS_OBJ more priority
(This used to be commit cf73797d11)
2003-03-25 23:26:39 +00:00
Jelmer Vernooij
6f75da500b Fix two typos
(This used to be commit c682d5abf3)
2003-03-25 23:03:03 +00:00
Jelmer Vernooij
99038b9aee Do $(MAKE) modules_clean when compiling dynconfig.o. It's not the
most elegant solution, but it works.
(This used to be commit 02d202034d)
2003-03-25 22:57:29 +00:00
Jelmer Vernooij
03414dcb26 Add notes about the rebuilding of files
(This used to be commit 0ab6e96c9b)
2003-03-25 22:51:38 +00:00
Jelmer Vernooij
dc16a6848b Always rebuild modules after running ./configure (to prevent
undefined symbol errors)
(This used to be commit e193b47259)
2003-03-25 22:37:43 +00:00
Jelmer Vernooij
adb1aa87f0 Add example version identifier
(This used to be commit 0558cae208)
2003-03-25 22:15:57 +00:00
Jelmer Vernooij
bb7a2a1334 Add documentation on unicode
(This used to be commit cdfb0161ad)
2003-03-25 20:49:13 +00:00
Jelmer Vernooij
0a37d5fa41 Add info about dual daemon mode
(This used to be commit 2018b331a1)
2003-03-25 20:14:41 +00:00
Jelmer Vernooij
50311f4bac Remove old check for TDB SAM (we now have --with-{static,shared}-modules=pdb_tdbsam)
(This used to be commit 760fd4e5c4)
2003-03-25 18:10:55 +00:00
Alexander Bokovoy
9985625f5c Fix another opened-but-not-closed tag
(This used to be commit 1c53686f3a)
2003-03-25 17:42:46 +00:00
Jelmer Vernooij
4905ba282f - Support building all auth modules as .so's
- Change 2 variable names to avoid conflicts (patch by Stephan Kulow <coolo@kde.org>)
(This used to be commit 71b05cd14a)
2003-03-25 14:46:11 +00:00
Jelmer Vernooij
bdd96341f1 Don't use 'opt'
(This used to be commit 6ab41e50fd)
2003-03-25 13:59:55 +00:00
Jelmer Vernooij
f97934e3f5 Make variables static to satisfy exotic compilers
(This used to be commit 094eed2c62)
2003-03-25 13:40:34 +00:00
Alexander Bokovoy
403ee6701b Fixed opened-but-not-closed listitem/varlistentry for LDAPADMINDN
(This used to be commit ec6b9e62fb)
2003-03-25 13:37:36 +00:00
Jelmer Vernooij
e520d4be5e Print list of builtin modules in 'smbd -b'
(This used to be commit 3a2ed0da40)
2003-03-25 12:27:09 +00:00
Jelmer Vernooij
4987119020 Remove obsolete defines (because of new modules system). We need
a way to track which modules have been builtin
(This used to be commit 0f724be384)
2003-03-25 12:05:23 +00:00
Jelmer Vernooij
5ee88b1891 We need to 'preprocess' in popt_common_samba as well
(This used to be commit 37ee8aecf4)
2003-03-25 10:37:58 +00:00
Andrew Bartlett
c0efc3536f Fix debug (thanks metze)
Andrew Bartlett
(This used to be commit 5562f1865c)
2003-03-25 10:29:22 +00:00
Volker Lendecke
910da34e6d Make auth.c compile again. I'm not sure what this does though...
Volker
(This used to be commit 8e3f300f21)
2003-03-25 09:47:52 +00:00
Alexander Bokovoy
148d95ab87 Fix missing tag pairs
(This used to be commit 44d9062f91)
2003-03-25 09:46:57 +00:00