Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 9ef4abcd490c3343069d7cbf5752dec212530d4f)
|
|
(This used to be commit b0d3f40ffe666f768f5ec0d93b84488148b5527e)
|
|
(This used to be commit 20603faf2c6e37b1db139cdbbfd4131cb5c33869)
|
|
when decidiing whether or not use ntlmv2 in client connections
(This used to be commit 6e82c9fdf9c1db6feec319b4550b07cbfad4defb)
|
|
(This used to be commit 9554a661c2400e9148f7572e4de20064faea5f2a)
|
|
(This used to be commit 1278d2496162c6427729a795dd940b9863261a6d)
|
|
Jeremy.
(This used to be commit eb792727437c74417f5ef7614b300ab84f06fdaf)
|
|
a printable name on node status.
Jeremy.
(This used to be commit 6585446afd29768fde8c3f882bfb57554cf4e4da)
|
|
Jeremy.
(This used to be commit 94d0f888c9abd52e26ef5fc597ade5426a521227)
|
|
(This used to be commit f4e47012ff9704d85e017bfbc0b13030e8f5dee8)
|
|
(This used to be commit b7ccfb1592e45366bef92ea6439f81797840ec28)
|
|
algorithm stuff
(This used to be commit f6363aa31aa3479a9566328752ecb4aeadde10b7)
|
|
(This used to be commit 523f2554c0fa8512d805b5f8e1fb122c02f856f2)
|
|
(This used to be commit d0f394dac344edbb732eecdba5fbab1523acf2b3)
|
|
(This used to be commit 71dc428fbef10a3d6e7c8463119f1a290ccdaa42)
|
|
(This used to be commit 04369b39897aec899957fb08665959b530ff9210)
|
|
(This used to be commit 9c9cc30093b141d07d79c3cddb2ff663e7a7ac80)
|
|
(This used to be commit 4d49ebf7138f1e27c39b511f7f0417bfb146fc26)
|
|
builds of modules
(This used to be commit df6eeca5f6ddd1345d77a0efd64afc0d861d978c)
|
|
(This used to be commit ada291956a3d7fd9225921d065fe7d4f73b1862e)
|
|
Jeremy.
(This used to be commit 343d361d4c963fab2686eb23cf76603c63e7968e)
|
|
Jeremy.
(This used to be commit 17b09eed96fa2793a5947fa811e8543a1b263d6f)
|
|
conversion simply copy as is. Also fixed the horrid malloc-twice-copy code
in the convert alloc path.
Jeremy.
(This used to be commit cfde7477fd12caef943a9422b52174438092a135)
|
|
(This used to be commit 25753e2a336a72dc2275a0046003c3a659a0f880)
|
|
(This used to be commit 766a5070d58ada7a871a7fab45b5f7e203264952)
|
|
(This used to be commit ae452e51b02672a56adf18aa7a7e365eeaba9272)
|
|
(This used to be commit f72f51d39ff3e6d22dbda8b9c115ca10e93e7022)
|
|
call.
(This used to be commit dd2cf4897ec3db25c24a2724ffdef4f905625f6a)
|
|
(This used to be commit 9c3afa1c8520133b6c17116cfbffffa85e5e250b)
|
|
(This used to be commit 3a272ba3a25a70bac4b6319de6ad1c07d87a1934)
|
|
(This used to be commit b8ef536b9e62ceeed6c4db58923a66ba8506871d)
|
|
We can join Win2k with default settings.
Andrew Bartlett
(This used to be commit 758e5ffd3814c71d79ed247df0b5332148837ac0)
|
|
(This used to be commit 2d85612752daa26c0773b86bd40eb3430b1cce3b)
|
|
(This used to be commit bf271aadcfa77f13754202b8ca04e473be819dde)
|
|
- Make winbindd try to use kerberos for connections to DCs, so that it can
access RA=2 servers, particularly for netlogon.
- Make rpcclient follow the new flags for the NETLOGON pipe
- Make all the code that uses schannel use the centralised functions for doing so.
Andrew Bartlett
(This used to be commit 96b4187963cedcfe158ff02868929b8cf81c6ebf)
|
|
(This used to be commit eaf883abc0a35dc648fca497248281ac68246341)
|
|
module)
(This used to be commit f7249014f4cb81364ab4c828c019dff3f16310a1)
|
|
- When connecting to the NETOGON pipe, we make a call to auth2, in order
to verify our identity. This call was being made with negotiation flags
of 0x1ff. This caused our account to be downgraded. If we instead make
the call with flags > 1ff (such as 0x701ff), then this does not occour.
- This is *not* related to the use of kerberos for the CIFS-level connection
My theory is that Win2k has a test to see if we are sending *exactly* what
NT4 sent - setting any other flags seems to cause us to remain intact.
Also ensure that we only have 'setup schannel' code in a few places, not
scattered around cmd_netlogon too.
Andrew Bartlett
(This used to be commit e10f0529fe9d8d245b3cd001cce6a9a86896679c)
|
|
(This used to be commit b9e9efbfa4eec41823446a03e313be453d1f7d3c)
|
|
elsewhere in the code. This will allow us to try kerberos, then another user
then guest in the winbindd code.
Also, re-introduce the seperate, NT1 'guest' session setup code, as I found
some problems with doing guest under NTLMSSP.
Andrew Bartlett
(This used to be commit 33109fefe7d306a97ac48a75e3e67c166daff4ea)
|
|
up some of the false positives in "rpcclient -c getdriver".
Also make sure that we ask for version2 and 3 drivers on x86.
(This used to be commit 5be51515680da910b623f486108d91f9ea914bd2)
|
|
(This used to be commit 04d7f0bba6ef110c1c7d2e98b816ab5b9f234d80)
|
|
- Fix WINS Server List in SWAT (bug #197)
- Don't segfault SWAT when adding shares (bug #254)
(This used to be commit dd43a29504fe2b6f9d13cdb9431347927548fc10)
|
|
(This used to be commit f98f937ec9395af576efa48d6a628eae23b18d79)
|
|
(This used to be commit a3af090c3fc6143cd621dc6777275aebc7fac93d)
|
|
(This used to be commit 1fb59ec769eb58f8f56c4162c8de2d46dac27653)
|
|
in claiming support for these packagaing files if we don't
even know if they build.
(This used to be commit b87357c11bf7cbaeb1b90aaf67c9b2ba64f65783)
|
|
(also fixed the call to return the real groups and not a mocked
up list)
Fixed simple compiler warning in srv_lsa_ds.c
(This used to be commit 6b0e38e01a44d87b844d973318accc456abef857)
|
|
clean proto all; after this commit.
Jeremy.
(This used to be commit 27af1f9feab12542dc538bfceac4593e644ba3b4)
|
|
Jeremy.
(This used to be commit 8a5c97fa07eacd4cecb5afd9c197352dfa613b9f)
|