summaryrefslogtreecommitdiffstats
path: root/source/include
Commit message (Collapse)AuthorAgeFilesLines
* r15870: Improve detection of iconv - should prevent HAVE_ICONV_H beingJelmer Vernooij2006-05-241-0/+2
| | | | | defined when the installed iconv library doesn't match our criteria as well as some other minor fixes.
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2006-05-133-9/+30
| | | | | | Split of system/locale.h header from system/iconv.h Previously, iconv wasn't being used on these systems
* r15568: Simplify detection of iconv libraries a fair bit and fix it to Jelmer Vernooij2006-05-131-4/+2
| | | | | | | | work on FreeBSD. Based very loosely on a patch by Timur Bakevey Fixes #3688
* r15511: Using this name causes less warnings on the IBM checker, due to usingAndrew Bartlett2006-05-081-5/+0
| | | | | | the original, rather than equivilant, enum type. Andrew Bartlett
* r15321: Reduce the size of rewrite.m4 a bit moreJelmer Vernooij2006-04-291-0/+43
|
* r15224: Check whether -MT is actually supported by the compiler before using Jelmer Vernooij2006-04-241-1/+1
| | | | automatic dependencies
* r15189: Add parentheses to force ISDOt and ISDOTDOT evaluation order. Fix typoJames Peach2006-04-241-5/+5
| | | | that made the BASE-DIR2 test fail.
* r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach2006-04-241-0/+19
| | | | | "." for "..". These express the intention better that strcmp or strequal and improve searchability via cscope/ctags.
* r15032: change BENCH-NBENCH to always break to none, rather than accepting aAndrew Tridgell2006-04-111-0/+5
| | | | levelII break offer from the server.
* r14999: Remove more unused autoconf codeJelmer Vernooij2006-04-081-0/+2
| | | | Simplify va_copy() replacement code a bit
* r14936: remove a duplicate lineAndrew Tridgell2006-04-061-1/+0
|
* r14851: Make BOOL, False and True simple aliases to the POSIX-defined Jelmer Vernooij2006-04-011-3/+3
| | | | bool, false and true (guaranteed to be defined by lib/replace)
* r14844: Support a stdbool.h replacement in lib/replace/Jelmer Vernooij2006-03-312-11/+2
|
* r14724: Rearrange some source files, install more headers.Jelmer Vernooij2006-03-251-3/+1
|
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2006-03-181-3/+3
|
* r14484: Install more headersJelmer Vernooij2006-03-162-21/+24
|
* r14445: add FILE_NOTIFY_CHANGE_STREAM_* flags from:Stefan Metzmacher2006-03-151-10/+16
| | | | | | | | http://ubiqx.org/cifs/rfc-draft/draft-leach-cifs-v1-spec-02.html#s4.3.7 tridge: there's also the buffering documented... metze
* r14411: mark smb_panic() as a noreturn function using gcc attributes, whichAndrew Tridgell2006-03-151-0/+12
| | | | tells static analysers that it behaves like abort()
* r14384: Remove orpc code from includes.hJelmer Vernooij2006-03-141-1/+0
|
* r14381: Kill structs.hJelmer Vernooij2006-03-142-33/+0
|
* r14380: Reduce the size of structs.hJelmer Vernooij2006-03-142-138/+1
|
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2006-03-141-3/+0
|
* r14362: Only include ndr_compression.h when necessary.Jelmer Vernooij2006-03-141-3/+0
|
* r14361: Support 'helper' attribute in pidl and use it.Jelmer Vernooij2006-03-141-8/+1
| | | | | Remove some headers from include/includes.h (they're now only included in the file they are used)
* r14349: Kill proto.h!Jelmer Vernooij2006-03-131-3/+10
| | | | | | Prototypes are now spread over multiple headers, usually one per subsystem. This change is required to allow proper header dependencies later on, without recompiling Samba each time the mtime of any source file changes.
* r14294: conditionally define _PUBLIC_, so you can disable it easily with ↵Andrew Tridgell2006-03-131-0/+2
| | | | -D_PUBLIC_=
* r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher2006-03-114-2/+23
| | | | | | all this changes really help ccache to speed up the samba4 build:-) metze
* r14138: this isn't neededStefan Metzmacher2006-03-101-2/+0
| | | | metze
* r14124: One more thing needed for async dcerpc connect code.Rafal Szczesniak2006-03-091-0/+2
| | | | rafal
* r14054: merge from samba3, fillout more userAccountControl bits.Günther Deschner2006-03-081-2/+2
| | | | Guenther
* r13938: Around round of splitupsJelmer Vernooij2006-03-071-0/+1
|
* r13924: Split more prototypes out of include/proto.h + initial work on header Jelmer Vernooij2006-03-072-128/+1
| | | | file dependencies
* r13903: Don't generate prototypes for modules and binaries in ↵Jelmer Vernooij2006-03-061-0/+1
| | | | | | include/proto.h by default.
* r13899: Get the shared library build building again. Just compiles for now, Jelmer Vernooij2006-03-061-1/+0
| | | | | but modules don't work yet.. (Run LIBRARY_OUTPUT_TYPE=SHARED_LIBRARY MODULE_OUTPUT_TYPE=SHARED_LIBRARY ./config.status)
* r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requestsStefan Metzmacher2006-03-061-1/+2
| | | | | | - the default max protocol is still NT1 metze
* r13849: More improvements to the libutil docs.Jelmer Vernooij2006-03-051-27/+0
|
* r13847: Fix some portability issues with the visibility attribute.Jelmer Vernooij2006-03-051-4/+6
|
* r13811: nicer format...Stefan Metzmacher2006-03-031-2/+14
| | | | metze
* r13810: global data types are defined in core.h now...Stefan Metzmacher2006-03-032-8/+8
| | | | metze
* r13809: move ldb specific defineStefan Metzmacher2006-03-031-3/+0
| | | | metze
* r13808: remove unused defineStefan Metzmacher2006-03-031-4/+0
| | | | metze
* r13658: More moving around of files:Jelmer Vernooij2006-02-2310-921/+14
| | | | | | - Collect the generic utility functions into a lib/util/ (a la GLib is for the GNOME folks) - Remove even more files from include/
* r13654: Move some more stuff out of include/Jelmer Vernooij2006-02-236-2112/+8
|
* r13652: Move some more stuff out off include/Jelmer Vernooij2006-02-236-1337/+2
|
* r13248: Revert revision 13071. It turns out that sys/param.h can be implicitlyJames Peach2006-01-311-11/+0
| | | | | | included from other headers. In this case, undeffing MIN and MAX is a really bad idea because the subsequent include of sys/param.h will do nothing because of its include guards.
* r13244: Allow control of the location of the Samba3-compatible winbindd pipeAndrew Bartlett2006-01-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | in Samba4. This allows us to start winbindd by default, including in 'make test'. This is via a new 'winbindd socket directory' parameter for utilities linked against loadparm, as well as a --with-winbindd-socket-dir option to configure (setting the default and the value for simple clients). I hope to add basic winbindd tests, to ensure continued correct operation, but at least now I don't have to manually change my 'server services' line. The other problem with the hard-coded /tmp/.winbind is that RedHat has moved this in Fedora (to /var/run I think). For this reason, this functionality should probably be ported to Samba3 as well. The default for Samba4 is PREFIX/var/run/winbind_pipe. I have also re-added the paranoia checks from Samba3 for correct permissions on the socket directory. Andrew Bartlett
* r13243: Bring __FUNCTION__ checks across from Samba 3.James Peach2006-01-311-1/+9
|
* r13210: Revert my named pipes patch until it passes not just 'make ↵Jelmer Vernooij2006-01-282-6/+4
| | | | | | quicktest' but also 'make test'
* r13208: Clearly separate named pipes from the IPC$ NTVFS type. Jelmer Vernooij2006-01-282-4/+6
| | | | | | | This allows the easy addition of additional named pipes and removes the circular dependencies between the CIFS, RPC and RAP servers. Simple tests for a custom named pipe included.
* r13158: Fix setup and ejs pathsJelmer Vernooij2006-01-261-0/+2
|