summaryrefslogtreecommitdiffstats
path: root/source4/heimdal_build
Commit message (Collapse)AuthorAgeFilesLines
* Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij2008-04-011-1/+1
| | | | (This used to be commit c46b7e90e347da76156ddcae4866adb88e9fec21)
* Supply HDB_DB_DIR macroAndrew Bartlett2008-03-191-0/+2
| | | | | | | | While we don't use the default HDB directories, the code needs this macro defined. Andrew Bartlett (This used to be commit b5dbdef1580a58c0f208e83491946391cd08e570)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-03-191-3/+3
|\ | | | | | | (This used to be commit 400c16e7004bc3a881bb6efb99a273cdac87f70c)
| * heimdal_build: use LIBREPLACE_NETWORK because EXT_SOCKET and EXT_NSL doesn't ↵Stefan Metzmacher2008-03-181-3/+3
| | | | | | | | | | | | | | exist anymore metze (This used to be commit 0fb3d246212e2e7d68c1276dff1628ece9794283)
* | Merge lorikeet-heimdal -r 787 into Samba4 tree.Andrew Bartlett2008-03-191-3/+32
|/ | | | | Andrew Bartlett (This used to be commit d88b530522d3cef67c24422bd5182fb875d87ee2)
* heimdal_build: fix linkage of asn1_compile and compile_et.Michael Adam2008-03-141-2/+0
| | | | | | | Now inet_aton is available from libreplace. Michael (This used to be commit 3b2a3da2f73020b1d3b08a05a479de380b2aa5c4)
* build: compile_et also needs inet_aton()Stefan Metzmacher2008-03-131-0/+1
| | | | | metze (This used to be commit b6bcd66612eb3e507da94eb6f05e5d0317a8276c)
* fix build of asn1_compile when there is no system inet_aton() function.Michael Adam2008-03-131-0/+1
| | | | | Michael (This used to be commit f1c2207b3d9411eac27cb85891f62e9d05bf5118)
* we now define PACKAGE_BUGREPORT in config.hStefan Metzmacher2008-03-081-1/+1
| | | | | metze (This used to be commit 4afd4058e30e0754a56100e691486139f149e3a3)
* Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2008-02-181-22/+22
| | | | (This used to be commit 0e1d0a874ae3d22b8f97a79b81fe0af3ef53a771)
* Fix unresolved symbols.Jelmer Vernooij2008-02-181-1/+2
| | | | (This used to be commit dbcecb6d8fe3e13cc4da003adeda7623b746b751)
* Fix build with partial linking.Jelmer Vernooij2008-02-181-9/+4
| | | | (This used to be commit bfad9610c472e8d7e3656e19c8dbb6b85727dc13)
* Reenable partial linkingJelmer Vernooij2008-02-181-1/+0
| | | | (This used to be commit a7512fb059d5dcb6bf70418622206eec94153693)
* build: Don't build heimdal as library.Jelmer Vernooij2008-01-211-3/+1
| | | | (This used to be commit c04cf0c0520ae35ebe173d733d5dc8ffa5bf4ed9)
* r26462: Tighten dependencies.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 020f2f7426c2850fffc272f53065fa7305dd0313)
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-211-1/+5
| | | | (This used to be commit a35e51871bbf1ab33fc316fa59e597b722769c50)
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-211-2/+6
| | | | (This used to be commit 9f975417cc66bfd4589da38bfd23731dbe0e6153)
* r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2007-12-211-3/+4
| | | | (This used to be commit e452cb28594f23add7c00247ed39e8323aea78a6)
* r25874: force specific versions for LEX and YACC.Stefan Metzmacher2007-12-211-0/+48
| | | | | | | | | | | We often have problems with old yacc and bison versions and it seem the combination of LAX and YACC also matters. So we now list all supported version combinations explicit. flex-2.5.33:bison-2.3 only for now. metze (This used to be commit ad0556cbf7c1b0dfc3180a010f2a14d9597c3222)
* r25736: make sure we include "config.h" as first headerStefan Metzmacher2007-12-212-2/+15
| | | | | | | in code generated from et_compile metze (This used to be commit 8757b09052c5e07b23b8b50f7227f884201d9e98)
* r25735: make sure we include "config.h" as first header inStefan Metzmacher2007-12-211-1/+1
| | | | | | | files generated from asn1_compile metze (This used to be commit 85f6b42221854618bcc6200d27693827defb13fa)
* r25727: include "system/network.h" instead of <sys/socket.h>Stefan Metzmacher2007-12-211-5/+1
| | | | | | | to make sure socklen_t is typedef'ed metze (This used to be commit d1fb51b1d282363e77fe6d9f61f85fec52327f6b)
* r25719: let "system/network.h" do the replacements first, thenStefan Metzmacher2007-12-211-5/+2
| | | | | | | | | roken.h.in can do the missing heimdal bits. this removes to redifinition of 'struct addrinfo' on some platforms metze (This used to be commit 317b6494452f6162465000fe71e5c40c260f735a)
* r25695: [libreplace] fix the standalone build of libreplaceStefan Metzmacher2007-12-211-32/+0
| | | | | | | | | all configure results which are used in replace.h or any system/*.h should be in the in the libreplace *.m4 files! metze (This used to be commit 95462d614d68a93e85232e3a779f8bfa86fba4d1)
* r25543: Merge libreplace support for inet_pton, inet_ntop, getaddrinfo, ↵Jelmer Vernooij2007-10-102-117/+0
| | | | | | | | | | | | getnameinfo (and friends) from SAMBA_3_2, with some minor tweaks: - avoid including network headers in replace.h unless absolutely required - autoconf tests for getaddrinfo() in lib/replace The heimdal-specific code also no longer looks for these functions anymore. (This used to be commit b6d3fd84a5d7d814035e60d6fa22f19bed9f77da)
* r24614: Merge with current lorikeet-heimdal. This brings us one step closerAndrew Bartlett2007-10-101-1/+7
| | | | | | | to an alpha release. Andrew Bartlett (This used to be commit 30e02747d511630659c59eafec8d28f58605943b)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-102-6/+4
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r23678: Update to current lorikeet-heimdal (-r 767), which should fix theAndrew Bartlett2007-10-101-0/+1
| | | | | | | panics on hosts without /dev/random. Andrew Bartlett (This used to be commit 14a4ddb131993fec72316f7e8e371638749e6f1f)
* r23487: fix the build with automatic dependenciesStefan Metzmacher2007-10-102-16/+1
| | | | | metze (This used to be commit ebf8cd09c3a4e32e824e31178330dde2d867f5e1)
* r23456: Update Samba4 to current lorikeet-heimdal.Andrew Bartlett2007-10-103-57/+64
| | | | | Andrew Bartlett (This used to be commit ae0f81ab235c72cceb120bcdeb051a483cf3cc4f)
* r23209: import getnameinfo.c, inet_ntop.c and inet_pton.c fromStefan Metzmacher2007-10-102-4/+38
| | | | | | | loikeet-heimdal metze (This used to be commit 48eb20199e7a01f4ab7f5194a5256ad7dd03ad86)
* r23187: revert 23145 and 23135 to fix the build on solaris...Stefan Metzmacher2007-10-102-2/+16
| | | | | metze (This used to be commit cd012361d27ede945308bd5c75916ad967bae006)
* r23145: try to fix the build on solarisStefan Metzmacher2007-10-101-1/+2
| | | | | metze (This used to be commit 7a513bd741dc2b16a4331e9687a28fb7e403d040)
* r23135: inet_ntop and inet_pton are now provided by libreplaceStefan Metzmacher2007-10-102-15/+0
| | | | | metze (This used to be commit 7e3e2defa593a15c1952f115426f8bdd65df3a15)
* r22454: - let asn1_deps.pl calculate the dependencies depending on the ↵Stefan Metzmacher2007-10-102-14/+54
| | | | | | | | | IMPORT line in the asn1 file - fix some heimdal dependencies metze (This used to be commit 4e7d2ecfc0f37de8c66d0ad93f07d00c992b4642)
* r22440: fix autodependencies buildStefan Metzmacher2007-10-102-8/+4
| | | | | metze (This used to be commit ced8b673777d233a354ad7037767ca0e63e0747c)
* r22439: fix some dependenciesStefan Metzmacher2007-10-102-6/+12
| | | | | metze (This used to be commit fb2c89bf9028afa8732508f8f85bb6e30ae4c03d)
* r22438: get rid of printf format warnings in heimdal codeStefan Metzmacher2007-10-101-0/+6
| | | | | metze (This used to be commit 2ab998da99102e257a61e04c776fe2db2088351c)
* r22296: heimdal/lib/roken/roken.h.in includes <socket_wrapper.h>Stefan Metzmacher2007-10-101-4/+7
| | | | | | | | | which doesn't work on some hosts in the farm so include socket_wrapper via "system/network.h" as the rest of samba4 metze (This used to be commit 38aeb585a19e1d022a8c559cc6d08391b270785b)
* r22259: libreplace always provides strptime()Stefan Metzmacher2007-10-101-0/+4
| | | | | metze (This used to be commit 312d3e1f0d30390f140cb91cae893a8d729de930)
* r22238: Because these utilities compile in socket_wrapper.ho, they may needAndrew Bartlett2007-10-101-2/+3
| | | | | | | -lsocket on some systems. Andrew Bartlett (This used to be commit 4273fecfb788fb4060a0ba2ebf1e397aa5224020)
* r22236: Update to Heimdal's socket_wrapper, which supports IPv6.Andrew Bartlett2007-10-102-1/+5
| | | | | | | | To make this pass, I needed to add support for 6 and 17 as valid protocol values to socket(). Andrew Bartlett (This used to be commit 2254e61a1e5b29a64c5a24aac029ace193057e24)
* r22191: Add a samba4kinit binary to the build, so I can test using an existingAndrew Bartlett2007-10-102-2/+35
| | | | | | | ccache, as well as PKINIT. Andrew Bartlett (This used to be commit 440b8d9e4b09d5e8c943504ade85c17f752fe705)
* r22166: Stop heimdal from trying to prototype innetgr in roken, now we don'tAndrew Bartlett2007-10-101-0/+4
| | | | | | | do it in libreplace. Andrew Bartlett (This used to be commit a95ce3c895332a785bdf3a37b07e4fee86dcdea2)
* r21799: tell roken.h.in to not generate prototypes for setenv() and unsetenv()Stefan Metzmacher2007-10-101-0/+8
| | | | | metze (This used to be commit 974eb5eb6837685ee93efea814544cc7051c070e)
* r20808: remove whitespaceStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 28a02742afd6b0db2b4e8a0d763ee519590d4ee9)
* r20804: work arround HPUX and Tru64 make which don't like $$startdirStefan Metzmacher2007-10-104-11/+150
| | | | | | | we now call asn1_compile and compile_et via a wrapper script metze (This used to be commit a5b67f5c7e78d3cf74668c7c6bf9aecd8e147d41)
* r20803: fix compiler warning about extra semicolonStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 1feae45f283decff5c47dcc44349af128df3add5)
* r20777: only include closefrom.c if the system doesn't have it.Stefan Metzmacher2007-10-102-1/+11
| | | | | | | hopefully solaris build fine now... metze (This used to be commit f9a6649f08a6634db4059b904e95ca870e2ab095)
* r20773: we need to include config.h and replace.h before we can use #ifdef ↵Stefan Metzmacher2007-10-101-3/+3
| | | | | | | | | statements hopefully fix the build on solaris 9 metze (This used to be commit 65ba2920a176c9d4ee77e381cf8f11bd0546e63c)