summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r19625: not all linkers like -Wl,rpath-link, so don't use it till we have ↵Stefan Metzmacher2007-10-101-5/+2
| | | | | | | | | configure checks and working shared libraries metze (This used to be commit 25376f748c6f2da48a8bf7e0aa0d59befb9db4f3)
* r19624: we have timegm in libreplace so heimdal should not replace itStefan Metzmacher2007-10-101-0/+4
| | | | | metze (This used to be commit b6d1fd1b24d09049fcd432a804ad905e89fcc224)
* r19623: disable building of shared libs until we have fixed them,Stefan Metzmacher2007-10-101-0/+4
| | | | | | | | they all have unresolved symbols and are useless and produce noise in the build-farm metze (This used to be commit 3f8b776f630488aaec9f0ffcc099b01dcab02f3f)
* r19622: - remove unused varStefan Metzmacher2007-10-101-2/+2
| | | | | | | - fix default for enable-dso to no metze (This used to be commit 47b113e5dbd33ab91246029af9293809824c5395)
* r19621: move enable-dso to check_ld.m4 again and add some checks and ↵Stefan Metzmacher2007-10-102-11/+18
| | | | | | | generate more output metze (This used to be commit a07b11924c16d51cda484d417d9e1201278b03cb)
* r19620: Remove old (outdated) files.Jelmer Vernooij2007-10-1031-695/+0
| | | | (This used to be commit 3bec179de6208d396b65a2cbe98efcbd7d99e242)
* r19619: Add pointer to (up-to-date) packaging from the Debian Samba ↵Jelmer Vernooij2007-10-101-0/+30
| | | | | | packaging repository. (This used to be commit 75162a873c7116eb0b0c8b70c8d335e5069e51be)
* r19618: pass -D_SAMBA_HOSTCC_ when using the hostcompilerStefan Metzmacher2007-10-102-4/+6
| | | | | metze (This used to be commit 846553085e57bda44fda2a541bf00517d3586e8c)
* r19616: the heimdal spnego mech doesn't seem to use roken.h and isn't portableStefan Metzmacher2007-10-102-12/+2
| | | | | | | | | | (it doesn't compile on suse 10.1 because gethostname() isn't found, unistd.h isn't included...) as we don't need the spnego mech, disable it till it gets fixed in heimdal metze (This used to be commit 0a52e11a9c34281c9ea284e007086b2ae6fce6c7)
* r19615: include roken.h.in as this still includes the ifdef's we need in samba4Stefan Metzmacher2007-10-103-277/+709
| | | | | | | this should fix the portability of samba4 metze (This used to be commit 497543a17eaea16c3c7f379ed238e573427e28da)
* r19614: fix compiler warningsStefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 1ca8651a59e95eeca2942e5e66c2141e3f65dd9f)
* r19613: remove diff between samba4 and lorikeetStefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit bec1783c4c8ebba76c5467982c96e823491ce023)
* r19612: fix the build with auto dependenciesStefan Metzmacher2007-10-101-3/+0
| | | | | | | the samba4 heimdal copy should do not need to use socket_wrapper metze (This used to be commit 704fe739406fb5eae38f4be9602b77be5ea1dff1)
* r19611: we have heimdal 0.8pre currentlyStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit df4c2b9c7966f861adf5324714c712bbb5af3daa)
* r19610: fix the buildStefan Metzmacher2007-10-102-1/+3
| | | | | metze (This used to be commit 59fe6cfaba2eb39cb5ff33110e830c4c9b21fb95)
* r19609: fix uninitialized perl variabel, we need AC_SUBST() for all ↵Stefan Metzmacher2007-10-102-18/+22
| | | | | | | | | configure vars we want to use in perl... metze (This used to be commit 2b021e2d8cff1a097068810d379fc0dca6869654)
* r19608: - basics comes in with $(ALL_PREDEP)Stefan Metzmacher2007-10-101-3/+3
| | | | | | | (this fixes the auto dependency build) metze (This used to be commit 0798e678e742afc78c9a1d278322094ff1761dfa)
* r19607: - remove mech_switch.h from objectfile listStefan Metzmacher2007-10-101-40/+39
| | | | | | | | (fix the build the auto dependencies) - add tabs metze (This used to be commit 03afa231ff8df98d3a0a01568a4c27370402ef16)
* r19606: Remove generated filesAndrew Bartlett2007-10-103-463/+0
| | | | | Andrew Bartlett (This used to be commit 7b7e1fe15358d9ed1893305fbf8a1010293ed772)
* r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett2007-10-10264-10833/+25771
| | | | | | | | | | | | | | | | | | | This merges Samba4 with lorikeet-heimdal, which itself has been tracking Heimdal CVS for the past couple of weeks. This is such a big change because Heimdal reorganised it's internal structures, with the mechglue merge, and because many of our 'wishes' have been granted: we now have DCE_STYLE GSSAPI, send_to_kdc hooks and many other features merged into the mainline code. We have adapted to upstream's choice of API in these cases. In gensec_gssapi and gensec_krb5, we either expect a valid PAC, or NO PAC. This matches windows behavour. We also have an option to require the PAC to be present (which allows us to automate the testing of this code). This also includes a restructure of how the kerberos dependencies are handled, due to the fallout of the merge. Andrew Bartlett (This used to be commit 4826f1735197c2a471d771495e6d4c1051b4c471)
* r19603: Make it easier to control the debug level of smbd.Andrew Bartlett2007-10-101-0/+8
| | | | | | | | Ensure that we don't accept kerberos logins without a PAC (to ensure we actually produce a PAC in the KDC) Andrew Bartlett (This used to be commit 5fda92783f3d53e4a832dbbea678b5bd16f315fd)
* r19600: Add two more headers (fixes installation)Jelmer Vernooij2007-10-101-0/+2
| | | | (This used to be commit c3be4a980ce6cb82c2a6a442065a028a3c23a7f3)
* r19599: Fix --includedir.Jelmer Vernooij2007-10-102-2/+2
| | | | (This used to be commit 0da2bbcf766dc25805ad583fae185045bb390a5f)
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-1076-65/+163
| | | | | | | | | Break up auth/auth.h not to include the world. Add credentials_krb5.h with the kerberos dependent prototypes. Andrew Bartlett (This used to be commit 2b569c42e0fbb596ea82484d0e1cb22e193037b9)
* r19597: Ahead of the merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-59/+67
| | | | | | | | | Supply the correct OID to the error display functions. Rework the session key functions. Andrew Bartlett (This used to be commit 363628c13f4e4a8904802dcf4d80e296ed2f9e02)
* r19596: add basics to 'all' - hopefully fixes the build on some hostsJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit b0f00ff72354cc34ad59470e13d5ab472416cc6c)
* r19595: Seperate debug messages between database failure and simple lack ofAndrew Bartlett2007-10-101-2/+9
| | | | | | | records. Andrew Bartlett (This used to be commit 163f75372792b0afa72f48d64d78d82b72d8eda5)
* r19594: the behaviour of `include' is slightly different from helper(). Fix ↵Jelmer Vernooij2007-10-101-2/+3
| | | | | | | the build for now. (This used to be commit 1474f1a220d869c3c11dac038411149abe3e48fe)
* r19593: add NET-API-USERLIST testRafal Szczesniak2007-10-101-0/+1
| | | | | rafal (This used to be commit fba1d8b041bc84d793ca31851bd3b70c65c083fc)
* r19592: a simple test for libnet_UserListRafal Szczesniak2007-10-101-7/+72
| | | | | rafal (This used to be commit cfcbddfe71ce27bf195a1877f75789ef23bb6b1d)
* r19590: Make it less noisy to run the session_key test outside 'make test',Andrew Bartlett2007-10-101-1/+1
| | | | | | | for example against a remote host. Andrew Bartlett (This used to be commit 1c7cb1314bb2309b9a3ee36e63401c894a60bfd1)
* r19589: Because we what we really wanted was coverage of seal and non-seal,Andrew Bartlett2007-10-101-1/+1
| | | | | | | | rather than validate or not, change $VALIDATE to bigendian in the session_key test. Andrew Bartlett (This used to be commit 4f79f3b0c4cb15903f019a2dd62281ff65753b73)
* r19588: Use include and import statements rather than depends() and helper().Jelmer Vernooij2007-10-1028-1313/+1372
| | | | (This used to be commit 347ae9628202ca4de4318ef8156999239aad9192)
* r19587: Fix indentation and correctly set error string when completingRafal Szczesniak2007-10-101-3/+5
| | | | | | | a composite call - don't leave it unset. rafal (This used to be commit 8bd57beca19bd2c76d58b64ddd12553b0adce595)
* r19586: draft version of libnet_UserList function. still a bit of workRafal Szczesniak2007-10-102-1/+218
| | | | | | | to do left. rafal (This used to be commit 4e6d479b0707a4b48f4ca7c2a042bbf9627411f9)
* r19585: Add support for some more standard IDL instructions:Jelmer Vernooij2007-10-108-1309/+1528
| | | | | | | | | | | - `include' (replaces helper()) - `import' (replaces depends()) Add support for parsing importlib() - importlib() is now ignored (with a warning), but no longer causes syntax errors. helper() and depends() are now marked deprecated and will cause warnings. (This used to be commit 1ccab71cb8a9e3db9448b6679d01ad00e1c1e9a3)
* r19584: add the new file to the build.Rafal Szczesniak2007-10-101-2/+3
| | | | | rafal (This used to be commit 936e87b89d22c8ddd1058766fc3d6e5ada9035da)
* r19583: a few prerequisite functions called from within libnet functionsRafal Szczesniak2007-10-101-0/+138
| | | | | | | | (in this case domain related) to ensure certain conditions before doing what libnet function is expected to do. rafal (This used to be commit e3159ceeede2865b0252ee24497498ec9ffa432f)
* r19582: Support building both shared and static versions of libraries at the ↵Jelmer Vernooij2007-10-107-51/+45
| | | | | | | | | | | | | | | | | same time. The --enable-dso flag now specifies whether or not the Samba binaries themselves should be linked against the shared libraries. By default, all libraries will be built staticly. If supported, the shared variant of each library will also be built. If people think building both shared and static library versions in 'make all' is too time-inefficient, please let me know and I'll move the shared library bits to 'make everything'. (This used to be commit 91faa1154a1de18a42f5e237c406157026280478)
* r19580: Add --includedir option.Jelmer Vernooij2007-10-103-9/+19
| | | | (This used to be commit b076bfa39fefafcf30ac5be5056abfd629338fa5)
* r19578: Fix trivial typ0.James Peach2007-10-101-1/+1
| | | | (This used to be commit 664b4a84b60d4f8dddfe06e0619b882b322108ec)
* r19575: Build static libs in bin/static rather than bin/Jelmer Vernooij2007-10-103-5/+5
| | | | (This used to be commit c9b06ce5636c37ddb077513796a288d88f62c358)
* r19574: Initial work towards supporting build of both shared and static ↵Jelmer Vernooij2007-10-103-25/+25
| | | | | | libraries. (This used to be commit e24ec3aa1ada855401a714743518893d9506239c)
* r19573: Move secrets.o into param/ (subsystems haven't been integrated yet).Jelmer Vernooij2007-10-1011-13/+11
| | | | (This used to be commit 8143de855c0b65346b2d8e59ecdb78952927de4a)
* r19572: Fix typo.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 1836411390e7ad19dc0e28bf656a0c240edbf063)
* r19571: Add a USESHARED parameter (different from BLDSHARED) + two smallJelmer Vernooij2007-10-103-11/+9
| | | | | shared-library related fixes. (This used to be commit 8c7276b6c6ccebfbc60de978fcb2c23e7fbc12b5)
* r19570: Fix dependencies in pkg-config files.Jelmer Vernooij2007-10-103-5/+7
| | | | (This used to be commit 1b046698521f77b843f4a2fcf91230ee2917b569)
* r19569: Require that all public header files have a destination path. FixJelmer Vernooij2007-10-105-6/+11
| | | | | places where this was currently not the case. (This used to be commit 3894497a232df8cf0457c7439c9ae347f63f24a1)
* r19568: When we get back a skew error, try with no skew. This allows us toAndrew Bartlett2007-10-102-42/+50
| | | | | | | recover from inheriting an invalid skew from a ccache. Andrew Bartlett (This used to be commit 4881f0583dd42083bb2bc2eeca32316f890c4804)
* r19567: Make it easier to control the debug level in the test scripts, by notAndrew Bartlett2007-10-101-1/+1
| | | | | | | specifying it on the smbd command line. Andrew Bartlett (This used to be commit 8b71f4b31f0fcb054784117c33987719e3c9110c)