Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r15870: Improve detection of iconv - should prevent HAVE_ICONV_H being | Jelmer Vernooij | 2006-05-24 | 1 | -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 locations | Jelmer Vernooij | 2006-05-13 | 3 | -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 Vernooij | 2006-05-13 | 1 | -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 using | Andrew Bartlett | 2006-05-08 | 1 | -5/+0 |
| | | | | | | the original, rather than equivilant, enum type. Andrew Bartlett | ||||
* | r15321: Reduce the size of rewrite.m4 a bit more | Jelmer Vernooij | 2006-04-29 | 1 | -0/+43 |
| | |||||
* | r15224: Check whether -MT is actually supported by the compiler before using | Jelmer Vernooij | 2006-04-24 | 1 | -1/+1 |
| | | | | automatic dependencies | ||||
* | r15189: Add parentheses to force ISDOt and ISDOTDOT evaluation order. Fix typo | James Peach | 2006-04-24 | 1 | -5/+5 |
| | | | | that made the BASE-DIR2 test fail. | ||||
* | r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is | James Peach | 2006-04-24 | 1 | -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 a | Andrew Tridgell | 2006-04-11 | 1 | -0/+5 |
| | | | | levelII break offer from the server. | ||||
* | r14999: Remove more unused autoconf code | Jelmer Vernooij | 2006-04-08 | 1 | -0/+2 |
| | | | | Simplify va_copy() replacement code a bit | ||||
* | r14936: remove a duplicate line | Andrew Tridgell | 2006-04-06 | 1 | -1/+0 |
| | |||||
* | r14851: Make BOOL, False and True simple aliases to the POSIX-defined | Jelmer Vernooij | 2006-04-01 | 1 | -3/+3 |
| | | | | bool, false and true (guaranteed to be defined by lib/replace) | ||||
* | r14844: Support a stdbool.h replacement in lib/replace/ | Jelmer Vernooij | 2006-03-31 | 2 | -11/+2 |
| | |||||
* | r14724: Rearrange some source files, install more headers. | Jelmer Vernooij | 2006-03-25 | 1 | -3/+1 |
| | |||||
* | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 2006-03-18 | 1 | -3/+3 |
| | |||||
* | r14484: Install more headers | Jelmer Vernooij | 2006-03-16 | 2 | -21/+24 |
| | |||||
* | r14445: add FILE_NOTIFY_CHANGE_STREAM_* flags from: | Stefan Metzmacher | 2006-03-15 | 1 | -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, which | Andrew Tridgell | 2006-03-15 | 1 | -0/+12 |
| | | | | tells static analysers that it behaves like abort() | ||||
* | r14384: Remove orpc code from includes.h | Jelmer Vernooij | 2006-03-14 | 1 | -1/+0 |
| | |||||
* | r14381: Kill structs.h | Jelmer Vernooij | 2006-03-14 | 2 | -33/+0 |
| | |||||
* | r14380: Reduce the size of structs.h | Jelmer Vernooij | 2006-03-14 | 2 | -138/+1 |
| | |||||
* | r14363: Remove credentials.h from the global includes. | Jelmer Vernooij | 2006-03-14 | 1 | -3/+0 |
| | |||||
* | r14362: Only include ndr_compression.h when necessary. | Jelmer Vernooij | 2006-03-14 | 1 | -3/+0 |
| | |||||
* | r14361: Support 'helper' attribute in pidl and use it. | Jelmer Vernooij | 2006-03-14 | 1 | -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 Vernooij | 2006-03-13 | 1 | -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 Tridgell | 2006-03-13 | 1 | -0/+2 |
| | | | | -D_PUBLIC_= | ||||
* | r14205: move smb specific stuff out of includes.h (finally!!!:-) | Stefan Metzmacher | 2006-03-11 | 4 | -2/+23 |
| | | | | | | all this changes really help ccache to speed up the samba4 build:-) metze | ||||
* | r14138: this isn't needed | Stefan Metzmacher | 2006-03-10 | 1 | -2/+0 |
| | | | | metze | ||||
* | r14124: One more thing needed for async dcerpc connect code. | Rafal Szczesniak | 2006-03-09 | 1 | -0/+2 |
| | | | | rafal | ||||
* | r14054: merge from samba3, fillout more userAccountControl bits. | Günther Deschner | 2006-03-08 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | r13938: Around round of splitups | Jelmer Vernooij | 2006-03-07 | 1 | -0/+1 |
| | |||||
* | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 2006-03-07 | 2 | -128/+1 |
| | | | | file dependencies | ||||
* | r13903: Don't generate prototypes for modules and binaries in ↵ | Jelmer Vernooij | 2006-03-06 | 1 | -0/+1 |
| | | | | | | include/proto.h by default. | ||||
* | r13899: Get the shared library build building again. Just compiles for now, | Jelmer Vernooij | 2006-03-06 | 1 | -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 requests | Stefan Metzmacher | 2006-03-06 | 1 | -1/+2 |
| | | | | | | - the default max protocol is still NT1 metze | ||||
* | r13849: More improvements to the libutil docs. | Jelmer Vernooij | 2006-03-05 | 1 | -27/+0 |
| | |||||
* | r13847: Fix some portability issues with the visibility attribute. | Jelmer Vernooij | 2006-03-05 | 1 | -4/+6 |
| | |||||
* | r13811: nicer format... | Stefan Metzmacher | 2006-03-03 | 1 | -2/+14 |
| | | | | metze | ||||
* | r13810: global data types are defined in core.h now... | Stefan Metzmacher | 2006-03-03 | 2 | -8/+8 |
| | | | | metze | ||||
* | r13809: move ldb specific define | Stefan Metzmacher | 2006-03-03 | 1 | -3/+0 |
| | | | | metze | ||||
* | r13808: remove unused define | Stefan Metzmacher | 2006-03-03 | 1 | -4/+0 |
| | | | | metze | ||||
* | r13658: More moving around of files: | Jelmer Vernooij | 2006-02-23 | 10 | -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 Vernooij | 2006-02-23 | 6 | -2112/+8 |
| | |||||
* | r13652: Move some more stuff out off include/ | Jelmer Vernooij | 2006-02-23 | 6 | -1337/+2 |
| | |||||
* | r13248: Revert revision 13071. It turns out that sys/param.h can be implicitly | James Peach | 2006-01-31 | 1 | -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 pipe | Andrew Bartlett | 2006-01-31 | 1 | -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 Peach | 2006-01-31 | 1 | -1/+9 |
| | |||||
* | r13210: Revert my named pipes patch until it passes not just 'make ↵ | Jelmer Vernooij | 2006-01-28 | 2 | -6/+4 |
| | | | | | | quicktest' but also 'make test' | ||||
* | r13208: Clearly separate named pipes from the IPC$ NTVFS type. | Jelmer Vernooij | 2006-01-28 | 2 | -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 paths | Jelmer Vernooij | 2006-01-26 | 1 | -0/+2 |
| |