summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r19632: This got missed in the heimdal merge. Without this, we don't keep theAndrew Bartlett1-1/+1
full database name. The existing code (needed for when we use the HDB as a keytab, such as for the kpasswd service) only works for HDB keytabs not prefixed with a type. Andrew Bartlett (This used to be commit 12dc157daea4a20200f910d8e71c49670e35ef50)
2007-10-10r19631: Re-enable shared libraries, but don't use -rpath-link unlessJelmer Vernooij2-5/+7
shared libraries are actually used. (This used to be commit 93e4f093b946cbb1b6deca82efdf0d5f033128b8)
2007-10-10r19630: Support specifying the realm name from command line.Rafal Szczesniak1-0/+6
Useful when testing calls against windows servers with krb auth. rafal (This used to be commit 0725e2ddebde9c170340d0284a1573222caa2159)
2007-10-10r19629: No need to special case use of DCE_STYLE sign and seal away any more...Andrew Bartlett1-9/+0
Andrew Bartlett (This used to be commit 247b9f1ca907cf921087e6840400ddf68289b8f2)
2007-10-10r19628: This hint via Love at the IETF meeting:Andrew Bartlett1-0/+3
Larry told me that most context flags needed to be set to, otherwise it wouldn't work. This fixes DCE_STYLE against Win2k3 SP1. It seems they just tightened up their end of the GSSAPI code, as DCE_STYLE is explicity rejected in the session setup too (being the wrong layer). Andrew Bartlett (This used to be commit b2b77f34a4d0cebb828cac7bf9a73826fecab5b6)
2007-10-10r19625: not all linkers like -Wl,rpath-link, so don't use it till we have ↵Stefan Metzmacher1-5/+2
configure checks and working shared libraries metze (This used to be commit 25376f748c6f2da48a8bf7e0aa0d59befb9db4f3)
2007-10-10r19624: we have timegm in libreplace so heimdal should not replace itStefan Metzmacher1-0/+4
metze (This used to be commit b6d1fd1b24d09049fcd432a804ad905e89fcc224)
2007-10-10r19623: disable building of shared libs until we have fixed them,Stefan Metzmacher1-0/+4
they all have unresolved symbols and are useless and produce noise in the build-farm metze (This used to be commit 3f8b776f630488aaec9f0ffcc099b01dcab02f3f)
2007-10-10r19622: - remove unused varStefan Metzmacher1-2/+2
- fix default for enable-dso to no metze (This used to be commit 47b113e5dbd33ab91246029af9293809824c5395)
2007-10-10r19621: move enable-dso to check_ld.m4 again and add some checks and ↵Stefan Metzmacher2-11/+18
generate more output metze (This used to be commit a07b11924c16d51cda484d417d9e1201278b03cb)
2007-10-10r19618: pass -D_SAMBA_HOSTCC_ when using the hostcompilerStefan Metzmacher2-4/+6
metze (This used to be commit 846553085e57bda44fda2a541bf00517d3586e8c)
2007-10-10r19616: the heimdal spnego mech doesn't seem to use roken.h and isn't portableStefan Metzmacher2-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)
2007-10-10r19615: include roken.h.in as this still includes the ifdef's we need in samba4Stefan Metzmacher3-277/+709
this should fix the portability of samba4 metze (This used to be commit 497543a17eaea16c3c7f379ed238e573427e28da)
2007-10-10r19614: fix compiler warningsStefan Metzmacher1-0/+2
metze (This used to be commit 1ca8651a59e95eeca2942e5e66c2141e3f65dd9f)
2007-10-10r19613: remove diff between samba4 and lorikeetStefan Metzmacher1-0/+2
metze (This used to be commit bec1783c4c8ebba76c5467982c96e823491ce023)
2007-10-10r19612: fix the build with auto dependenciesStefan Metzmacher1-3/+0
the samba4 heimdal copy should do not need to use socket_wrapper metze (This used to be commit 704fe739406fb5eae38f4be9602b77be5ea1dff1)
2007-10-10r19611: we have heimdal 0.8pre currentlyStefan Metzmacher1-1/+1
metze (This used to be commit df4c2b9c7966f861adf5324714c712bbb5af3daa)
2007-10-10r19610: fix the buildStefan Metzmacher2-1/+3
metze (This used to be commit 59fe6cfaba2eb39cb5ff33110e830c4c9b21fb95)
2007-10-10r19609: fix uninitialized perl variabel, we need AC_SUBST() for all ↵Stefan Metzmacher2-18/+22
configure vars we want to use in perl... metze (This used to be commit 2b021e2d8cff1a097068810d379fc0dca6869654)
2007-10-10r19608: - basics comes in with $(ALL_PREDEP)Stefan Metzmacher1-3/+3
(this fixes the auto dependency build) metze (This used to be commit 0798e678e742afc78c9a1d278322094ff1761dfa)
2007-10-10r19607: - remove mech_switch.h from objectfile listStefan Metzmacher1-40/+39
(fix the build the auto dependencies) - add tabs metze (This used to be commit 03afa231ff8df98d3a0a01568a4c27370402ef16)
2007-10-10r19606: Remove generated filesAndrew Bartlett3-463/+0
Andrew Bartlett (This used to be commit 7b7e1fe15358d9ed1893305fbf8a1010293ed772)
2007-10-10r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett264-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)
2007-10-10r19603: Make it easier to control the debug level of smbd.Andrew Bartlett1-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)
2007-10-10r19600: Add two more headers (fixes installation)Jelmer Vernooij1-0/+2
(This used to be commit c3be4a980ce6cb82c2a6a442065a028a3c23a7f3)
2007-10-10r19599: Fix --includedir.Jelmer Vernooij2-2/+2
(This used to be commit 0da2bbcf766dc25805ad583fae185045bb390a5f)
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett76-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)
2007-10-10r19597: Ahead of the merge to current lorikeet-heimdal:Andrew Bartlett1-59/+67
Supply the correct OID to the error display functions. Rework the session key functions. Andrew Bartlett (This used to be commit 363628c13f4e4a8904802dcf4d80e296ed2f9e02)
2007-10-10r19596: add basics to 'all' - hopefully fixes the build on some hostsJelmer Vernooij1-1/+1
(This used to be commit b0f00ff72354cc34ad59470e13d5ab472416cc6c)
2007-10-10r19595: Seperate debug messages between database failure and simple lack ofAndrew Bartlett1-2/+9
records. Andrew Bartlett (This used to be commit 163f75372792b0afa72f48d64d78d82b72d8eda5)
2007-10-10r19594: the behaviour of `include' is slightly different from helper(). Fix ↵Jelmer Vernooij1-2/+3
the build for now. (This used to be commit 1474f1a220d869c3c11dac038411149abe3e48fe)
2007-10-10r19593: add NET-API-USERLIST testRafal Szczesniak1-0/+1
rafal (This used to be commit fba1d8b041bc84d793ca31851bd3b70c65c083fc)
2007-10-10r19592: a simple test for libnet_UserListRafal Szczesniak1-7/+72
rafal (This used to be commit cfcbddfe71ce27bf195a1877f75789ef23bb6b1d)
2007-10-10r19590: Make it less noisy to run the session_key test outside 'make test',Andrew Bartlett1-1/+1
for example against a remote host. Andrew Bartlett (This used to be commit 1c7cb1314bb2309b9a3ee36e63401c894a60bfd1)
2007-10-10r19589: Because we what we really wanted was coverage of seal and non-seal,Andrew Bartlett1-1/+1
rather than validate or not, change $VALIDATE to bigendian in the session_key test. Andrew Bartlett (This used to be commit 4f79f3b0c4cb15903f019a2dd62281ff65753b73)
2007-10-10r19588: Use include and import statements rather than depends() and helper().Jelmer Vernooij28-1313/+1372
(This used to be commit 347ae9628202ca4de4318ef8156999239aad9192)
2007-10-10r19587: Fix indentation and correctly set error string when completingRafal Szczesniak1-3/+5
a composite call - don't leave it unset. rafal (This used to be commit 8bd57beca19bd2c76d58b64ddd12553b0adce595)
2007-10-10r19586: draft version of libnet_UserList function. still a bit of workRafal Szczesniak2-1/+218
to do left. rafal (This used to be commit 4e6d479b0707a4b48f4ca7c2a042bbf9627411f9)
2007-10-10r19585: Add support for some more standard IDL instructions:Jelmer Vernooij8-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)
2007-10-10r19584: add the new file to the build.Rafal Szczesniak1-2/+3
rafal (This used to be commit 936e87b89d22c8ddd1058766fc3d6e5ada9035da)
2007-10-10r19583: a few prerequisite functions called from within libnet functionsRafal Szczesniak1-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)
2007-10-10r19582: Support building both shared and static versions of libraries at the ↵Jelmer Vernooij7-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)
2007-10-10r19580: Add --includedir option.Jelmer Vernooij3-9/+19
(This used to be commit b076bfa39fefafcf30ac5be5056abfd629338fa5)
2007-10-10r19578: Fix trivial typ0.James Peach1-1/+1
(This used to be commit 664b4a84b60d4f8dddfe06e0619b882b322108ec)
2007-10-10r19575: Build static libs in bin/static rather than bin/Jelmer Vernooij3-5/+5
(This used to be commit c9b06ce5636c37ddb077513796a288d88f62c358)
2007-10-10r19574: Initial work towards supporting build of both shared and static ↵Jelmer Vernooij3-25/+25
libraries. (This used to be commit e24ec3aa1ada855401a714743518893d9506239c)
2007-10-10r19573: Move secrets.o into param/ (subsystems haven't been integrated yet).Jelmer Vernooij11-13/+11
(This used to be commit 8143de855c0b65346b2d8e59ecdb78952927de4a)
2007-10-10r19572: Fix typo.Jelmer Vernooij1-1/+1
(This used to be commit 1836411390e7ad19dc0e28bf656a0c240edbf063)
2007-10-10r19571: Add a USESHARED parameter (different from BLDSHARED) + two smallJelmer Vernooij3-11/+9
shared-library related fixes. (This used to be commit 8c7276b6c6ccebfbc60de978fcb2c23e7fbc12b5)
2007-10-10r19570: Fix dependencies in pkg-config files.Jelmer Vernooij3-5/+7
(This used to be commit 1b046698521f77b843f4a2fcf91230ee2917b569)