summaryrefslogtreecommitdiffstats
path: root/source3/include/includes.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-031-1/+1
| | | | | | | | | | | | | | | This library was tiny - containing just two public functions than were themselves trivial. The amount of overhead this causes isn't really worth the benefits of sharing the code with other projects like OpenChange. In addition, this code isn't really generically useful anyway, as it can only load from the module path set for Samba at configure time. Adding a new library was breaking the API/ABI anyway, so OpenChange had to be updated to cope with the new situation one way or another. I've added a simpler (compatible) routine for loading modules to OpenChange, which is less than 100 lines of code. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 3 08:36:33 CET 2011 on sn-devel-104
* lib/util Split samba-modules library into public and private partsAndrew Bartlett2011-10-281-1/+1
| | | | | | | This will allow OpenChange to get at the symbols it needs, without exposing any more of this as a public API than we must. Andrew Bartlett
* s3: Enable uid wrapper.Andreas Schneider2011-10-271-3/+0
| | | | | Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Thu Oct 27 15:06:58 CEST 2011 on sn-devel-104
* s3: remove some dead prototypes.Günther Deschner2011-10-141-1/+0
| | | | Guenther
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-061-1/+1
| | | | | | This creates a samba-modules private libary that handles the details. Andrew Bartlett
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-231-1/+1
|
* s3-build We no longer require to redefine _SAMBA_BUILD_Andrew Bartlett2011-07-061-5/+0
|
* lib/util Make unused d_vfprintf() staticAndrew Bartlett2011-06-211-2/+0
|
* s3-includes: no need to globally include libads/ads_status.h.Günther Deschner2011-05-061-1/+0
| | | | Guenther
* s3-includes: finally only include client.h when libsmb is used.Günther Deschner2011-05-061-2/+0
| | | | Guenther
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-2/+1
| | | | Guenther
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-4/+0
|
* s3-includes: when MADVISE support was reverted back in 2009, someone forgot ↵Günther Deschner2011-05-031-4/+0
| | | | | | | | | this hunk. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue May 3 22:06:20 CEST 2011 on sn-devel-104
* s3-includes: move enum flush_reason_enum to smb.hGünther Deschner2011-05-031-16/+0
| | | | Guenther
* s3-includes: remove ipv6 related prototype which is already defined in ↵Günther Deschner2011-05-031-5/+0
| | | | | | ../lib/util/util_net.h. Guenther
* s3-system: move LOCK_ defines to lib/system.cGünther Deschner2011-05-031-9/+0
| | | | Guenther
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-2/+0
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Apr 29 14:00:30 CEST 2011 on sn-devel-104
* s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.Günther Deschner2011-04-291-1/+0
| | | | Guenther
* dynconfig: Have only one dynconfig.o in the common code.Andrew Bartlett2011-04-271-1/+1
|
* s3:includes: simplify INO_T_VAL macrosStefan Metzmacher2011-04-241-3/+3
| | | | metze
* s3:includes: simplify BIG_UINT macrosStefan Metzmacher2011-04-241-5/+4
| | | | metze
* s3-build: move MAP_FILE define to the only place used.Günther Deschner2011-04-201-4/+0
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Apr 20 19:16:47 CEST 2011 on sn-devel-104
* s3-build: make sure we pick up system tdb and talloc via #include.Günther Deschner2011-04-141-2/+2
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Apr 14 12:56:28 CEST 2011 on sn-devel-104
* s3-includes: move readahead prototype to its only user.Günther Deschner2011-04-141-4/+0
| | | | Guenther
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-3/+0
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Apr 14 01:31:39 CEST 2011 on sn-devel-104
* s3-includes: only include acl prototypes when needed.Günther Deschner2011-04-141-22/+0
| | | | Guenther
* s3-includes: absolutely no need to globally include debugparse.hGünther Deschner2011-04-141-1/+0
| | | | Guenther
* s3-includes: include lib/util/debug.h headers in includes.h not smb.hGünther Deschner2011-04-141-0/+2
| | | | Guenther
* s3-build: finally remove references to ndr and dcerpc headers that were ↵Günther Deschner2011-04-131-1/+0
| | | | | | | | | included globally. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Apr 13 23:07:05 CEST 2011 on sn-devel-104
* s3: only include ntioctl.h where needed.Günther Deschner2011-03-301-1/+0
| | | | Guenther
* s3: only include lib/privileges.h where needed.Günther Deschner2011-03-301-1/+0
| | | | | | This finally removes the global lsa.h inclusion. Guenther
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-301-1/+0
| | | | Guenther
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-1/+0
| | | | Guenther
* s3-includes: finally remove global include of auth.h.Günther Deschner2011-03-301-1/+0
| | | | Guenther
* s3-libsmb: put namequery headers to nmblib.hGünther Deschner2011-03-301-1/+0
| | | | | | | We might find a better name for it and merge other namequery related things as well here... Guenther
* s3-passdb: finally stop including passdb.h globaly.Günther Deschner2011-03-301-1/+0
| | | | Guenther
* s3-passdb: move mapping.h into passdb.h, its needed here.Günther Deschner2011-03-301-1/+0
| | | | Guenther
* s3-build: only include transfer_file.h where needed.Günther Deschner2011-03-301-3/+0
| | | | Guenther
* s3-includes: no point in including all security headers globally.Günther Deschner2011-03-301-4/+0
| | | | Guenther
* s3-includes: remove EILSEQ check, this is handled byGünther Deschner2011-03-301-6/+0
| | | | | | ../lib/replace/system/iconv.h already. Guenther
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-1/+0
| | | | Guenther
* s3-includes: remove global include of "system/network.h"Günther Deschner2011-03-301-1/+0
| | | | Guenther
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-1/+0
| | | | Guenther
* s3-includes: only include system/shmem.h when needed.Günther Deschner2011-03-301-1/+0
| | | | Guenther
* s3-includes: remove global include of "system/select.h".Günther Deschner2011-03-301-1/+0
| | | | Guenther
* s3-includes: only include system/terminal.h when needed.Günther Deschner2011-03-301-1/+0
| | | | Guenther
* s3-includes: only include system/capability.h when needed.Günther Deschner2011-03-301-1/+0
| | | | Guenther
* s3-includes: only include system/glob.h when needed.Günther Deschner2011-03-301-1/+0
| | | | Guenther
* s3-includes: only include system/iconv.h when needed.Günther Deschner2011-03-301-1/+0
| | | | Guenther
* s3-includes: only include system/syslog.h when needed.Günther Deschner2011-03-301-1/+0
| | | | Guenther