summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
AgeCommit message (Collapse)AuthorFilesLines
2011-04-24s3:includes: simplify INO_T_VAL macrosStefan Metzmacher1-3/+3
metze
2011-04-24s3:includes: simplify BIG_UINT macrosStefan Metzmacher1-5/+4
metze
2011-04-20s3-build: move MAP_FILE define to the only place used.Günther Deschner1-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
2011-04-14s3-build: make sure we pick up system tdb and talloc via #include.Günther Deschner1-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
2011-04-14s3-includes: move readahead prototype to its only user.Günther Deschner1-4/+0
Guenther
2011-04-14s3: only include smb profiling where needed.Günther Deschner1-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
2011-04-14s3-includes: only include acl prototypes when needed.Günther Deschner1-22/+0
Guenther
2011-04-14s3-includes: absolutely no need to globally include debugparse.hGünther Deschner1-1/+0
Guenther
2011-04-14s3-includes: include lib/util/debug.h headers in includes.h not smb.hGünther Deschner1-0/+2
Guenther
2011-04-13s3-build: finally remove references to ndr and dcerpc headers that were ↵Günther Deschner1-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
2011-03-30s3: only include ntioctl.h where needed.Günther Deschner1-1/+0
Guenther
2011-03-30s3: only include lib/privileges.h where needed.Günther Deschner1-1/+0
This finally removes the global lsa.h inclusion. Guenther
2011-03-30s3-includes: only include ntdomain.h where needed.Günther Deschner1-1/+0
Guenther
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-1/+0
Guenther
2011-03-30s3-includes: finally remove global include of auth.h.Günther Deschner1-1/+0
Guenther
2011-03-30s3-libsmb: put namequery headers to nmblib.hGünther Deschner1-1/+0
We might find a better name for it and merge other namequery related things as well here... Guenther
2011-03-30s3-passdb: finally stop including passdb.h globaly.Günther Deschner1-1/+0
Guenther
2011-03-30s3-passdb: move mapping.h into passdb.h, its needed here.Günther Deschner1-1/+0
Guenther
2011-03-30s3-build: only include transfer_file.h where needed.Günther Deschner1-3/+0
Guenther
2011-03-30s3-includes: no point in including all security headers globally.Günther Deschner1-4/+0
Guenther
2011-03-30s3-includes: remove EILSEQ check, this is handled byGünther Deschner1-6/+0
../lib/replace/system/iconv.h already. Guenther
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-1/+0
Guenther
2011-03-30s3-includes: remove global include of "system/network.h"Günther Deschner1-1/+0
Guenther
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-1/+0
Guenther
2011-03-30s3-includes: only include system/shmem.h when needed.Günther Deschner1-1/+0
Guenther
2011-03-30s3-includes: remove global include of "system/select.h".Günther Deschner1-1/+0
Guenther
2011-03-30s3-includes: only include system/terminal.h when needed.Günther Deschner1-1/+0
Guenther
2011-03-30s3-includes: only include system/capability.h when needed.Günther Deschner1-1/+0
Guenther
2011-03-30s3-includes: only include system/glob.h when needed.Günther Deschner1-1/+0
Guenther
2011-03-30s3-includes: only include system/iconv.h when needed.Günther Deschner1-1/+0
Guenther
2011-03-30s3-includes: only include system/syslog.h when needed.Günther Deschner1-1/+0
Guenther
2011-03-30s3-trans2: only include trans2.h where needed.Günther Deschner1-1/+0
Guenther
2011-03-30s3-winbind: remove global inclusion of libwbclient.Günther Deschner1-1/+0
Guenther
2011-03-25Revert "s3-includes: fixed CONST_DISCARD() to actually discard const"Volker Lendecke1-1/+1
This reverts commit 37261928bec145f4cbd85f3e409063563c00ac9e. In source3 this creates a warning of the form passdb/pdb_ldap.c:4565: warning: passing argument 2 of ‘pull_utf8_talloc’ from incompatible pointer type include/proto.h:444: note: expected ‘char **’ but argument is of type ‘char ***’ for every use of CONST_DISCARD. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Mar 25 13:16:35 CET 2011 on sn-devel-104
2011-03-25s3-includes: fixed CONST_DISCARD() to actually discard constAndrew Tridgell1-1/+1
a cast is not enough Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-03-23s3-includes: remove unused cmdline_lp_ctx.Günther Deschner1-3/+0
Guenther
2011-03-23fault: fixed smb_panic() prototypesAndrew Tridgell1-1/+0
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Mar 23 01:51:44 CET 2011 on sn-devel-104
2011-03-16s3-build: only include asn1 headers where actually needed.Günther Deschner1-1/+0
Guenther
2011-03-16s3-packet: only include packet.h where needed.Günther Deschner1-1/+0
Guenther
2011-03-16s3-interfaces: only include interfaces.h where needed.Günther Deschner1-1/+0
Guenther
2011-03-16s3-msdfs: avoid global inclusion of msdfs.h.Günther Deschner1-1/+0
Guenther
2011-03-16s3-build: stop including ldap and lber headers everywhere in the code.Günther Deschner1-39/+1
Instead use new header smb_ldap.h where all LDAP API related things are handled, while smbldap.h only deals with our smbldap_X() API. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 16 10:54:51 CET 2011 on sn-devel-104
2011-03-16s3-includes: avoid global include of gssapi headers.Günther Deschner1-12/+0
Guenther
2011-03-08s3-rpc_server: Introduce transport in pipe_struct.Andreas Schneider1-1/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2011-03-04libreplace: move "struct timespec" checks into libreplace (where timespec is ↵Günther Deschner1-8/+0
already used). Bjoern, Metze, please check. Guenther
2011-03-02s3-includes: remove global include of system/readline.h.Günther Deschner1-1/+0
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 2 23:06:17 CET 2011 on sn-devel-104
2011-03-02s3-sessionid: avoid global include of sessionid.hGünther Deschner1-1/+0
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 2 12:58:12 CET 2011 on sn-devel-104
2011-03-02s3-server_id: only include server_id where needed.Günther Deschner1-1/+0
Guenther
2011-03-01lib/util: new merged debug systemAndrew Bartlett1-2/+0
This is the s3 debug system, with a number of changes to tidy it up for common use. The debug class system is simplified by the removal of the ISSET table, the system no longer attempts to cope with assignment of DEBUGLEVEL, and the full class table is always available (rather than just DEBUGLEVEL_CLASS[DBCG_ALL]) from startup. It is also no longer confusingly described as a hack, but as the initial table. Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Mar 1 04:32:12 CET 2011 on sn-devel-104
2011-02-25s3-printing: move more printing defines out of includes.hGünther Deschner1-30/+0
Guenther