Age | Commit message (Expand) | Author | Files | Lines |
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the mi... | Jelmer Vernooij | 1 | -23/+23 |
2008-05-18 | Build system doesn't do make variable expansion... | Jelmer Vernooij | 1 | -23/+23 |
2008-05-18 | Use src dir. | Jelmer Vernooij | 1 | -386/+387 |
2008-05-11 | Add extra include directories, hopefully fixes the build on aix53bf. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-08 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 1 | -1/+1 |
2008-04-01 | Rename libsamba-config to libsamba-hostconfig. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-28 | Merge v4.0-test | Jelmer Vernooij | 1 | -7/+36 |
2008-03-19 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 1 | -3/+3 |
2008-03-19 | Merge lorikeet-heimdal -r 787 into Samba4 tree. | Andrew Bartlett | 1 | -3/+32 |
2008-03-18 | heimdal_build: use LIBREPLACE_NETWORK because EXT_SOCKET and EXT_NSL doesn't ... | Stefan Metzmacher | 1 | -3/+3 |
2008-03-14 | heimdal_build: fix linkage of asn1_compile and compile_et. | Michael Adam | 1 | -2/+0 |
2008-03-13 | build: compile_et also needs inet_aton() | Stefan Metzmacher | 1 | -0/+1 |
2008-03-13 | fix build of asn1_compile when there is no system inet_aton() function. | Michael Adam | 1 | -0/+1 |
2008-03-04 | Fix the build. | Jelmer Vernooij | 1 | -9/+1 |
2008-03-03 | Fix typo. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-03 | Move object file lists to the Makefile. | Jelmer Vernooij | 1 | -63/+87 |
2008-02-26 | Fix module aliases. | Jelmer Vernooij | 1 | -2/+2 |
2008-02-26 | Fix the build. | Jelmer Vernooij | 1 | -347/+347 |
2008-02-25 | Fix the build. | Jelmer Vernooij | 1 | -3/+10 |
2008-02-25 | Integrate asn1 compilation into asn1 compiler. | Jelmer Vernooij | 1 | -10/+3 |
2008-02-18 | Rename include to mkinclude to emphasize it is different from make's include. | Jelmer Vernooij | 1 | -22/+22 |
2008-02-18 | Fix unresolved symbols. | Jelmer Vernooij | 1 | -1/+2 |
2008-02-18 | Fix build with partial linking. | Jelmer Vernooij | 1 | -9/+4 |
2008-02-18 | Reenable partial linking | Jelmer Vernooij | 1 | -1/+0 |
2008-01-21 | build: Don't build heimdal as library. | Jelmer Vernooij | 1 | -3/+1 |
2007-12-21 | r26462: Tighten dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25543: Merge libreplace support for inet_pton, inet_ntop, getaddrinfo, getna... | Jelmer Vernooij | 1 | -44/+0 |
2007-10-10 | r24614: Merge with current lorikeet-heimdal. This brings us one step closer | Andrew Bartlett | 1 | -1/+7 |
2007-10-10 | r23678: Update to current lorikeet-heimdal (-r 767), which should fix the | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r23487: fix the build with automatic dependencies | Stefan Metzmacher | 1 | -7/+1 |
2007-10-10 | r23456: Update Samba4 to current lorikeet-heimdal. | Andrew Bartlett | 1 | -55/+61 |
2007-10-10 | r23209: import getnameinfo.c, inet_ntop.c and inet_pton.c from | Stefan Metzmacher | 1 | -1/+16 |
2007-10-10 | r23187: revert 23145 and 23135 to fix the build on solaris... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r23145: try to fix the build on solaris | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r23135: inet_ntop and inet_pton are now provided by libreplace | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r22454: - let asn1_deps.pl calculate the dependencies depending on the IMPORT... | Stefan Metzmacher | 1 | -10/+11 |
2007-10-10 | r22440: fix autodependencies build | Stefan Metzmacher | 1 | -8/+0 |
2007-10-10 | r22439: fix some dependencies | Stefan Metzmacher | 1 | -5/+11 |
2007-10-10 | r22238: Because these utilities compile in socket_wrapper.ho, they may need | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r22236: Update to Heimdal's socket_wrapper, which supports IPv6. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r22191: Add a samba4kinit binary to the build, so I can test using an existing | Andrew Bartlett | 1 | -2/+16 |
2007-10-10 | r20808: remove whitespace | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20777: only include closefrom.c if the system doesn't have it. | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r20639: Commit part 1 of 2. | Andrew Bartlett | 1 | -105/+86 |
2007-10-10 | r20314: I think some hosts need this to get the right ASN1 header deps | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r19681: Update to current lorikeet-heimdal. I'm looking at using the realm | Andrew Bartlett | 1 | -5/+8 |
2007-10-10 | r19650: Allow Samba to use Heimdal's SPNEGO code. Currently this can only | Andrew Bartlett | 1 | -0/+12 |
2007-10-10 | r19616: the heimdal spnego mech doesn't seem to use roken.h and isn't portable | Stefan Metzmacher | 1 | -12/+0 |
2007-10-10 | r19607: - remove mech_switch.h from objectfile list | Stefan Metzmacher | 1 | -40/+39 |
2007-10-10 | r19604: This is a massive commit, and I appologise in advance for it's size. | Andrew Bartlett | 1 | -59/+155 |