summaryrefslogtreecommitdiff
path: root/source4/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2003-12-02Hide gcc error message if using a compiler that can't precompile headers.Tim Potter1-1/+1
(This used to be commit 13d073d805b3a5b9f6fbfff5dccf0bf37124d4c3)
2003-11-25CVS: ----------------------------------------------------------------------Jelmer Vernooij1-138/+96
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Makefile.in configure.in include/includes.h include/ntvfs.h CVS: include/smb.h lib/iconv.c lib/module.c ntvfs/ntvfs_base.c CVS: ntvfs/cifs/vfs_cifs.c ntvfs/ipc/vfs_ipc.c CVS: ntvfs/posix/vfs_posix.c ntvfs/print/vfs_print.c CVS: ntvfs/reference/vfs_ref.c ntvfs/simple/vfs_simple.c CVS: passdb/pdb_interface.c CVS: Added Files: CVS: include/module.h CVS: ---------------------------------------------------------------------- Update to the modules system. Fixed: - get rid of smb_probe_module - merge older updates from 3.0 - introduced register_subsystem() and register_backend() functions - adapt ntvfs and charset to use new register functions - made smb_load_modules() work recursively (e.g. 'preload modules = /usr/lib/samba') - got rid of some old remains Things that still need work: - Did I break tankFS? I don't think so, but I can't test it here :-( - Add 'postload modules = ' (for modules that need to be loaded after fork() in smbd, if applicable) - Convert RPC, auth, passdb, etc to use new register_{subsystem,backend}() functions - Accept wildcards in 'preload modules' option, instead of loading recursively (This used to be commit 7512b9ab1a8b3103f7a6c13f736353c46a26b668)
2003-11-23we don't need awk nowAndrew Tridgell1-1/+0
(This used to be commit db6d7daaef4d51e3c463fe76eefa2b22ff71a546)
2003-11-09Remove check for SAM, which has already been removedJelmer Vernooij1-18/+0
(This used to be commit db68d642d67125b2d7f8355d6c913719f8821a92)
2003-11-09Add check for precompiled headersJelmer Vernooij1-0/+15
(This used to be commit e92e04b889d4d52fc4d6a7f484188ee2557aa708)
2003-08-13disabled autoconf 2.53 requirement until we know exactly why it isAndrew Tridgell1-2/+4
needed - for example I have tested autoconf 2.52 on suse 7.3 and it works fine (This used to be commit cdaf99139d148f3a8cd004216525e36a7c3922b2)
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+3455
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)