summaryrefslogtreecommitdiffstats
path: root/source3/include/includes.h
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* s3-trans2: only include trans2.h where needed.Günther Deschner2011-03-301-1/+0
| | | | Guenther
* s3-winbind: remove global inclusion of libwbclient.Günther Deschner2011-03-301-1/+0
| | | | Guenther
* Revert "s3-includes: fixed CONST_DISCARD() to actually discard const"Volker Lendecke2011-03-251-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
* s3-includes: fixed CONST_DISCARD() to actually discard constAndrew Tridgell2011-03-251-1/+1
| | | | | | a cast is not enough Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-includes: remove unused cmdline_lp_ctx.Günther Deschner2011-03-231-3/+0
| | | | Guenther
* fault: fixed smb_panic() prototypesAndrew Tridgell2011-03-231-1/+0
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Mar 23 01:51:44 CET 2011 on sn-devel-104
* s3-build: only include asn1 headers where actually needed.Günther Deschner2011-03-161-1/+0
| | | | Guenther
* s3-packet: only include packet.h where needed.Günther Deschner2011-03-161-1/+0
| | | | Guenther
* s3-interfaces: only include interfaces.h where needed.Günther Deschner2011-03-161-1/+0
| | | | Guenther
* s3-msdfs: avoid global inclusion of msdfs.h.Günther Deschner2011-03-161-1/+0
| | | | Guenther
* s3-build: stop including ldap and lber headers everywhere in the code.Günther Deschner2011-03-161-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
* s3-includes: avoid global include of gssapi headers.Günther Deschner2011-03-161-12/+0
| | | | Guenther
* s3-rpc_server: Introduce transport in pipe_struct.Andreas Schneider2011-03-081-1/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* libreplace: move "struct timespec" checks into libreplace (where timespec is ↵Günther Deschner2011-03-041-8/+0
| | | | | | | | already used). Bjoern, Metze, please check. Guenther
* s3-includes: remove global include of system/readline.h.Günther Deschner2011-03-021-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
* s3-sessionid: avoid global include of sessionid.hGünther Deschner2011-03-021-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
* s3-server_id: only include server_id where needed.Günther Deschner2011-03-021-1/+0
| | | | Guenther
* lib/util: new merged debug systemAndrew Bartlett2011-03-011-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
* s3-printing: move more printing defines out of includes.hGünther Deschner2011-02-251-30/+0
| | | | Guenther
* s3-includes: move some chgpasswd related defines to the locations where they ↵Günther Deschner2011-02-221-12/+0
| | | | | | are used. Guenther
* s3-includes: force _SAMBA_BUILD_=3 in source3 includes.hAndrew Tridgell2011-02-181-0/+5
| | | | | | this allows a common set of cflags for a top level combined build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3: no need to globally include intl.h.Günther Deschner2011-02-151-1/+0
| | | | Guenther
* s3: move some defines to a better place.Günther Deschner2011-02-141-17/+4
| | | | Guenther
* developer: only do the C++ reserved name checking on LinuxAndrew Tridgell2010-11-171-1/+1
| | | | | this prevents us breaking the solaris build, but will still mean we prevent C++ vars in our code
* s3: Move #define VALGRIND to config.hVolker Lendecke2010-10-031-10/+0
| | | | This fixes the valgrind overrun in the tdb jenkins hash
* s3-nmbd: move SYNC_DNS to nmbd.hGünther Deschner2010-09-201-4/+0
| | | | Guenther
* s3-build: only include smbldap.h where needed.Günther Deschner2010-09-201-4/+0
| | | | Guenther
* s3-build: only include ctdbd_conn.h where needed.Günther Deschner2010-09-201-1/+0
| | | | Guenther
* s3-build: only include async headers where needed.Günther Deschner2010-09-201-2/+0
| | | | Guenther
* s3-privs Move source3/ privileges implmentation into commonAndrew Bartlett2010-09-111-1/+1
| | | | | | Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3-build: only include rpc_misc.h where needed.Günther Deschner2010-08-261-1/+0
| | | | Guenther
* s3-build: use talloc_dict.h only where needed.Günther Deschner2010-08-261-1/+0
| | | | Guenther
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-1/+0
| | | | Guenther