Andrew Bartlett
15b9e70ebc
r11333: Push service principal lookups into the cracknames code, rather than
...
in the hdb-ldb code.
Andrew Bartlett
(This used to be commit f71149c88d
)
2007-10-10 13:45:20 -05:00
Stefan Metzmacher
b323a81b7c
r11331: add conflict cases owned,released vs. replica
...
metze
(This used to be commit d3049936a5
)
2007-10-10 13:45:20 -05:00
Stefan Metzmacher
7ec41c9424
r11330: - split up owned,active vs replica and owned,released vs. replica
...
- complete owned,released tests
metze
(This used to be commit ba82ffb261
)
2007-10-10 13:45:20 -05:00
Stefan Metzmacher
b0ea4f2386
r11329: the 0x1C must be registered as group name
...
metze
(This used to be commit 657d45d3e0
)
2007-10-10 13:45:20 -05:00
Andrew Bartlett
13b0da09ee
r11325: Fix up some kerberos notes.
...
Andrew Bartlett
(This used to be commit 89623af30f
)
2007-10-10 13:45:20 -05:00
Andrew Bartlett
e408e14154
r11322: Start moving towards using the cracknames code in the KDC.
...
Andrew Bartlett
(This used to be commit cf67af4216
)
2007-10-10 13:45:19 -05:00
Andrew Bartlett
6efaf588a9
r11321: Fix typos in warnings.
...
Andrew Bartlett
(This used to be commit 81f020d3a4
)
2007-10-10 13:45:19 -05:00
Tim Potter
1fb7a5348b
r11318: Tweak import statement for decoding KeySecurityData as a NT security
...
descriptor in ethereal.
(This used to be commit 5af1b6df0a
)
2007-10-10 13:45:19 -05:00
Andrew Bartlett
1244a97dbe
r11317: An ugly hack to setup the global gssapi_krb5_context early, when we
...
have easy access to the event context.
This stops Samba dead-locking against itself when the winbindd client
tries to contact the KDC.
Andrew Bartlett
(This used to be commit 57f811115e
)
2007-10-10 13:45:19 -05:00
Andrew Bartlett
e5445967bc
r11316: Kill off a bit more of the old secrets system...
...
Andrew Bartlett
(This used to be commit c46ef43224
)
2007-10-10 13:45:19 -05:00
Andrew Bartlett
040add3d07
r11315: Sorry gd, I just removed all of your code that I just merged...
...
(We now ask the kerberos libraries to handle getting and unwapping the PAC).
Andrew Bartlett
(This used to be commit 6a0beb29da
)
2007-10-10 13:45:18 -05:00
Andrew Bartlett
14a3abd559
r11314: Use a patch from lha to have the kerberos libs extract the PAC, rather
...
than doing ASN.1 parsing in Samba.
Also use the API function for getting a client from a ticket, rather
than just digging in the structure.
Andrew Bartlett
(This used to be commit 25d5ea6d72
)
2007-10-10 13:45:18 -05:00
Andrew Bartlett
22c9123296
r11313: Typo
...
(This used to be commit 204185576c
)
2007-10-10 13:45:18 -05:00
Andrew Bartlett
15f8a34a56
r11312: Make it clear we are looking at the 'domain ref', not the domain
...
itself in the auth_sam module.
Andrew Bartlett
(This used to be commit 0800942dbb
)
2007-10-10 13:45:18 -05:00
Jelmer Vernooij
1437535a24
r11311: Move some more logic to env
...
(This used to be commit 990419bac7
)
2007-10-10 13:45:18 -05:00
Andrew Bartlett
4dc5da1335
r11310: Free the 'if_relevent' portion of the PAC when we build it.
...
Andrew Bartlett
(This used to be commit ede638c00b
)
2007-10-10 13:45:17 -05:00
Rafal Szczesniak
6386f31317
r11309: A trivial test script for ejs libnet interface.
...
rafal
(This used to be commit deb561ea4a
)
2007-10-10 13:45:17 -05:00
Rafal Szczesniak
b22bda7533
r11308: Correctly return status code in case of js error or libnet
...
function execution error.
rafal
(This used to be commit a50a5bef6e
)
2007-10-10 13:45:17 -05:00
Jelmer Vernooij
b89c019824
r11307: Add support for generating pkg-config files
...
(This used to be commit 9c211507c1
)
2007-10-10 13:45:17 -05:00
Jelmer Vernooij
344a0ebb43
r11306: Move more static Makefile data to main.mk
...
Clean up smb_build::makefile a bit
(This used to be commit 28931219a1
)
2007-10-10 13:45:16 -05:00
Jelmer Vernooij
a04f48cd46
r11305: Use more recent guess and sub files
...
(This used to be commit 20870508dd
)
2007-10-10 13:45:16 -05:00
Jelmer Vernooij
67c808f5ff
r11304: Add support back in for loading shared modules (not used yet)
...
(This used to be commit 90f49b6f70
)
2007-10-10 13:45:16 -05:00
Jelmer Vernooij
8ee1ee66ed
r11303: Support defining and installing public headers for libraries.
...
Support installing libraries.
Get rid of pkg-config file (will be autogenerated later on).
(This used to be commit b4745032a2
)
2007-10-10 13:45:16 -05:00
Jelmer Vernooij
bf300c8687
r11300: Treat libraries as a special kind of subsystem
...
(one that can also be built as a library and installed).
(This used to be commit 98d1f9b1dc
)
2007-10-10 13:45:15 -05:00
Jelmer Vernooij
78696ddcb2
r11299: Try to fix build on Stratos VOS (doesn't support ld -r)
...
(This used to be commit 65c71bf354
)
2007-10-10 13:45:15 -05:00
Andrew Bartlett
0511b5df16
r11298: Consolidate the 'short' samlogon tests, and move to using the
...
credentials system for password -> NTLM translation.
Andrew Bartlett
(This used to be commit d22cbf1b0c
)
2007-10-10 13:45:15 -05:00
Andrew Bartlett
861fdd902a
r11297: Move the RPC-SCHANNEL test to using the credentials system for
...
converting username/pass into the NTLM responses.
Andrew Bartlett
(This used to be commit 272861b8ed
)
2007-10-10 13:45:15 -05:00
Andrew Bartlett
4019064c5d
r11294: Update Heimdal in Samba4 to lorikeet-heimdal (which is in turn updated
...
to CVS of 2005-10-24).
Andrew Bartlett
(This used to be commit 939d4f340f
)
2007-10-10 13:45:15 -05:00
Andrew Bartlett
d27ffc27ff
r11293: Use the right search when forming the data for the PAC.
...
Andrew Bartlett
(This used to be commit ecacef213b
)
2007-10-10 13:45:14 -05:00
Andrew Bartlett
7a7a52948d
r11291: Fix implementation of LookupNames4.
...
Andrew Bartlett
(This used to be commit aef6800548
)
2007-10-10 13:45:14 -05:00
Andrew Bartlett
f3cac0433d
r11290: Make it clear that Heimdal is always included, no need for the test
...
any more.
Andrew Bartlett
(This used to be commit ec56590b06
)
2007-10-10 13:45:14 -05:00
Andrew Bartlett
1e7bc73e00
r11289: Fix comment.
...
Andrew Bartlett
(This used to be commit fc18276389
)
2007-10-10 13:45:14 -05:00
Andrew Bartlett
c6f8330098
r11288: Fill out LSA LookupNames4 and LookupSids3, including a server-side
...
implementation.
Andrew Bartlett
(This used to be commit a6a615cc99
)
2007-10-10 13:45:14 -05:00
Andrew Bartlett
2a2a350057
r11287: Understand the new behaviour of the LSA pipe on ncacn_ip_tcp in Win2k3 SP1.
...
Only a few operations are supported (LookupSids3 and LookupNames4),
and these are only supported under schannel. This appears to be the
operations Win2k3 SP1 uses to verify part of the PAC back to the
server.
The test is setup to pass, but not enforce (so far) this new
behaviour.
Andrew Bartlett
(This used to be commit e15e39866e
)
2007-10-10 13:45:13 -05:00
Andrew Tridgell
75d3a8f6dc
r11285: fixed winreg.js for the recent change to winreg.idl
...
(This used to be commit 27f46b4f18
)
2007-10-10 13:45:13 -05:00
Andrew Bartlett
b0044d1950
r11282: Fix memory leak in LOCAL-PAC test.
...
Andrew Bartlett
(This used to be commit c8bf7d32eb
)
2007-10-10 13:45:13 -05:00
Rafal Szczesniak
ab6ae6838e
r11281: Initial ejs interface for libnet functions.
...
rafal
(This used to be commit f9c436bbdf
)
2007-10-10 13:45:13 -05:00
Stefan Metzmacher
3aae4d0224
r11279: it should be only possible to register a 0x1C name, when the NBT_NM_GROUP flag is set
...
metze
(This used to be commit 81447f440c
)
2007-10-10 13:45:13 -05:00
Stefan Metzmacher
7751bd939f
r11278: fix compiler warnings
...
metze
(This used to be commit 716e6b0c88
)
2007-10-10 13:45:12 -05:00
Stefan Metzmacher
6fa65899d5
r11277: fix compiler warning
...
metze
(This used to be commit 4d956b17c1
)
2007-10-10 13:45:12 -05:00
Stefan Metzmacher
228e07a6fe
r11276: fix compiler warnings
...
metze
(This used to be commit 2f1930fb62
)
2007-10-10 13:45:12 -05:00
Volker Lendecke
d6e070b74a
r11274: Start a connection attempt to the DC's port 389. To do this properly, make
...
socket_connect and ldap_connect properly async.
Volker
(This used to be commit bcc71fc1de
)
2007-10-10 13:45:12 -05:00
Andrew Bartlett
ef57650d6e
r11273: Initialise the new server_info->logon_server element.
...
Andrew Bartlett
(This used to be commit bc6f6f9381
)
2007-10-10 13:45:11 -05:00
Andrew Bartlett
a0647a89a8
r11272: In trying to track down why Win2k3 is again rejecting our PAC, ensure
...
we can round-trip all the way back to a server_info structure, not
just a filled in PAC_DATA. (I was worried about generated fields being
incorrect, or some other logical flaw).
Andrew Bartlett
(This used to be commit 11b1d78cc5
)
2007-10-10 13:45:11 -05:00
Volker Lendecke
ca40d0a6fe
r11271: Fix a warning and an infinite recursion
...
(This used to be commit 7bc855359a
)
2007-10-10 13:45:11 -05:00
Andrew Bartlett
db4b95827e
r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb.
...
I'm sure this will not be the final resting place, but it will do for
now.
Use the cracknames code in auth/ for creating a server_info given a
principal name only (should avoid assumtions about spliting a
user@realm principal).
Andrew Bartlett
(This used to be commit c9d5d8e45d
)
2007-10-10 13:45:11 -05:00
Volker Lendecke
28a3bc645b
r11267: Fix a memleak and an uninitialized variable. Andrew Bartlett, this was the one
...
I sent to you. Sorry for bothering you.
Volker
(This used to be commit 3a9f2291ae
)
2007-10-10 13:45:10 -05:00
Stefan Metzmacher
2d1aa2954b
r11265: add a bunch of owned vs. replica conflict tests
...
metze
(This used to be commit c8d3c2f1a1
)
2007-10-10 13:45:10 -05:00
Volker Lendecke
3608b6af42
r11264: Winbind does not rely on the hostname resolution mechanisms of
...
composite_connect, so in io.in.dest_host I'm setting the IP address. Gensec
does not like that as a target hostname, so if a called name is present, use
that. So we can session setup using kerberos now.
Volker
(This used to be commit c26b432c27
)
2007-10-10 13:45:10 -05:00
Volker Lendecke
e2e2bb9245
r11263: Some cleanup
...
(This used to be commit 4fe3c9871b
)
2007-10-10 13:45:10 -05:00