summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
AgeCommit message (Collapse)AuthorFilesLines
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
2011-02-22s3-includes: move some chgpasswd related defines to the locations where they ↵Günther Deschner1-12/+0
are used. Guenther
2011-02-18s3-includes: force _SAMBA_BUILD_=3 in source3 includes.hAndrew Tridgell1-0/+5
this allows a common set of cflags for a top level combined build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-02-15s3: no need to globally include intl.h.Günther Deschner1-1/+0
Guenther
2011-02-14s3: move some defines to a better place.Günther Deschner1-17/+4
Guenther
2010-11-17developer: only do the C++ reserved name checking on LinuxAndrew Tridgell1-1/+1
this prevents us breaking the solaris build, but will still mean we prevent C++ vars in our code
2010-10-03s3: Move #define VALGRIND to config.hVolker Lendecke1-10/+0
This fixes the valgrind overrun in the tdb jenkins hash
2010-09-20s3-nmbd: move SYNC_DNS to nmbd.hGünther Deschner1-4/+0
Guenther
2010-09-20s3-build: only include smbldap.h where needed.Günther Deschner1-4/+0
Guenther
2010-09-20s3-build: only include ctdbd_conn.h where needed.Günther Deschner1-1/+0
Guenther
2010-09-20s3-build: only include async headers where needed.Günther Deschner1-2/+0
Guenther
2010-09-11s3-privs Move source3/ privileges implmentation into commonAndrew Bartlett1-1/+1
Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-08-26s3-build: only include rpc_misc.h where needed.Günther Deschner1-1/+0
Guenther
2010-08-26s3-build: use talloc_dict.h only where needed.Günther Deschner1-1/+0
Guenther
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner1-1/+0
Guenther
2010-08-26s3-build: only include krb5 environment variables where required.Günther Deschner1-1/+0
Guenther
2010-08-26s3-build: only include libnscd.h where needed.Günther Deschner1-4/+0
Guenther
2010-08-26s3-build: include mangle.h only where needed.Günther Deschner1-1/+0
Guenther
2010-08-26s3-dcerpc: only include rpc_dce.h where needed.Günther Deschner1-1/+0
Guenther
2010-08-26s3-build: remove unrequired ntlmssp forward declaration.Günther Deschner1-2/+0
Guenther
2010-08-26s3-idmap: only include idmap headers where needed.Günther Deschner1-1/+0
Guenther
2010-08-26s3-build: only include nsswitch header where needed.Günther Deschner1-3/+0
Guenther
2010-08-26s3-build: remove unrequired forward declaration for struct printjob.Günther Deschner1-5/+0
Guenther
2010-08-26s3-build: only include memcache.h where needed.Günther Deschner1-1/+0
Guenther
2010-08-18s3-build: only include smb_signing.h where needed.Günther Deschner1-1/+0
Guenther
2010-08-06s3-build: no need to include privileges.h twice.Günther Deschner1-1/+0
Guenther
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-1/+0
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-1/+0
Guenther
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-5/+0
Guenther
2010-07-31s3-build: avoid to globally include printing and spoolss headers.Günther Deschner1-1/+0
This shrinks precompiled headers by 3MB and will slightly speed up any build. Guenther
2010-07-01s3-nss_info: only include nss_info.h where needed.Günther Deschner1-1/+0
Guenther
2010-07-01s3-libads: move ads_dns out of main includes.Günther Deschner1-1/+0
Guenther
2010-07-01s3-libads: move ads_status to a separate header file.Günther Deschner1-0/+1
Guenther