Andrew Bartlett
7de3892df1
r6523: Another string that isn't filled in. I wonder why this is, but for
...
now don't fail the test.
Andrew Bartlett
(This used to be commit 437aabf15e
)
2007-10-10 13:16:22 -05:00
Andrew Bartlett
d3481b160c
r6522: I have no idea why this change was made, but it not only breaks
...
connections to Win2k3, it doesn't match the well-known behaviour from
samba3.
Andrew Bartlett
(This used to be commit 99c9afe45a
)
2007-10-10 13:16:22 -05:00
Tim Potter
cba367d001
r6521: Include system/network.h to fix compiler warning.
...
(This used to be commit 45383f6cec
)
2007-10-10 13:16:22 -05:00
Tim Potter
1403bb7e62
r6520: Fix unused variable warning.
...
(This used to be commit 36de31a631
)
2007-10-10 13:16:21 -05:00
Stefan Metzmacher
14b63614fa
r6519: move string handling functions to a seperate file
...
metze
(This used to be commit a29d52817c
)
2007-10-10 13:16:21 -05:00
Stefan Metzmacher
b5c8b7e7dd
r6518: fix formatting
...
metze
(This used to be commit 44f943f881
)
2007-10-10 13:16:21 -05:00
Stefan Metzmacher
c82d08fa5c
r6517: this line should be removed in the last patch, (I readded it just for testing...)
...
metze
(This used to be commit 41316e7f1b
)
2007-10-10 13:16:21 -05:00
Stefan Metzmacher
6c74a0792c
r6516: use only one list of scalar types and make "string" just a simple scalar type (mostly)
...
metze
(This used to be commit ba1686e31a
)
2007-10-10 13:16:21 -05:00
Volker Lendecke
a53548d074
r6513: Commit talloc_free_children.
...
Volker
(This used to be commit 9fa26d2c97
)
2007-10-10 13:16:21 -05:00
Tim Potter
c23d22e4f1
r6512: Refactor samr torture test to use the nicer OO interface instead of the
...
previous dictionary based SWIG interface (which was broken anyway).
(This used to be commit 16b7e503bd
)
2007-10-10 13:16:21 -05:00
Tim Potter
5fef58af74
r6511: Implement GetUserPwInfo(), QueryUserInfo(), QueryUserInfo2().
...
(This used to be commit f9742de617
)
2007-10-10 13:16:21 -05:00
Tim Potter
93e41274c5
r6510: Initialise rid parameter in samr_RidToSid(). This is faulting for me
...
on win2k - not sure why.
Add dodgy implementations of QueryDisplayInfo{,2,3}()
(This used to be commit 2e44402751
)
2007-10-10 13:16:20 -05:00
Andrew Tridgell
584f64c103
r6509: fixed a crash bug found by a-jutley@microsoft.com in RPC-RAP test
...
(the call freed the memory it used to fill in the result structure)
(This used to be commit b352ef1a42
)
2007-10-10 13:16:20 -05:00
Tim Potter
25601d2d67
r6508: Fix typo - yay testsuite.
...
(This used to be commit 61da936dbc
)
2007-10-10 13:16:20 -05:00
Tim Potter
416434fbc4
r6507: Fix syntax error in GetAliasMembership().
...
Implement SetDomainInfo() which got lost somehow.
(This used to be commit 3055addde6
)
2007-10-10 13:16:20 -05:00
Tim Potter
df13db69cc
r6506: Rename parameter to GetDomPwInfo.
...
(This used to be commit 1542a13493
)
2007-10-10 13:16:20 -05:00
Tim Potter
909087085e
r6504: Fix incorrect value for SERVICE_STATE_ALL found by Karl Melcher.
...
(This used to be commit f705136558
)
2007-10-10 13:16:20 -05:00
Andrew Bartlett
4aaffcf866
r6498: Add comments in line with those I already added to 3.0.
...
Please don't re-invent security=server :-)
Andrew Bartlett
(This used to be commit b3a38e9c8c
)
2007-10-10 13:16:19 -05:00
Jelmer Vernooij
90be367a18
r6487: Use autoconf for standalone build of tdb
...
(This used to be commit 78bf8026bd
)
2007-10-10 13:16:19 -05:00
Jelmer Vernooij
5d794389a0
r6486: Add 'make install' and pkg-config file.
...
(This used to be commit e3be094fb7
)
2007-10-10 13:16:19 -05:00
Jelmer Vernooij
d4bcee3d27
r6485: Move LDAP detection M4 file and use it for the standalone ldb build
...
Remove a couple of unused M4 macros.
The standalone LDB build will not work until I've figured out what
AC_CHECK_LIB_EXT() does exactly (it's Samba-specific)
(This used to be commit cc20d6bb7f
)
2007-10-10 13:16:19 -05:00
Stefan Metzmacher
a09593c37a
r6484: fix NTLMSSP client against w2k and w2k3
...
if we use lm_response = data_blob(NULL, 0);
we got NT_STATUS_INVALID_PARAMETER
(abartlet: we should maybe also give this error in our server code)
metze
(This used to be commit be5e301442
)
2007-10-10 13:16:19 -05:00
Stefan Metzmacher
39b2178fc9
r6483: fix anonymous connections, '-U %' or '-U ""%""' can be used for this
...
metze
(This used to be commit d31b4d7df3
)
2007-10-10 13:16:19 -05:00
Andrew Tridgell
62a9924781
r6481: change download instructions to include tdb and talloc
...
(This used to be commit ebe7071b2e
)
2007-10-10 13:16:19 -05:00
Andrew Tridgell
35a2368b5a
r6480: fixed whitespace typo
...
(This used to be commit 1265c9b8a8
)
2007-10-10 13:16:18 -05:00
Andrew Tridgell
c878d4659b
r6479: - added a simple web page
...
- fixed configure.in ordering
(This used to be commit 5a727d74d7
)
2007-10-10 13:16:18 -05:00
Jelmer Vernooij
9ced235dab
r6478: Add 'make install' and a pkg-config file
...
(This used to be commit c8e1b75427
)
2007-10-10 13:16:18 -05:00
Jelmer Vernooij
26a625e857
r6477: Remove call to autoheader as autogenerated header files are not used
...
by talloc
(This used to be commit 5ca8a85206
)
2007-10-10 13:16:18 -05:00
Andrew Tridgell
acb6110d5d
r6474: - added a simple talloc web page at http://talloc.samba.org/
...
- make it easier to seperataly build talloc for other projects
(This used to be commit 27b987d267
)
2007-10-10 13:11:40 -05:00
Simo Sorce
fe4d985b6f
r6470: Remove ldb_search_free() it is not needed anymore.
...
Just use talloc_free() to release the memory after an ldb_search().
(This used to be commit 4f0948dab0
)
2007-10-10 13:11:40 -05:00
Tim Potter
c06297f776
r6469: Add CreateDomainGroup, GetAliasMembership.
...
(This used to be commit acf1d0a1b5
)
2007-10-10 13:11:40 -05:00
Andrew Bartlett
e7b92b10aa
r6468: Fix LOCAL-NTLMSSP test with new NTLMSSP structure.
...
Andrew Bartlett
(This used to be commit 8d503fb153
)
2007-10-10 13:11:40 -05:00
Andrew Bartlett
4e29d24b4c
r6467: keep the compiler quiet with another entry in structs.h
...
Andrew Bartlett
(This used to be commit 106047032f
)
2007-10-10 13:11:40 -05:00
Tim Potter
3edf40cd49
r6466: Spelling.
...
(This used to be commit 764b967926
)
2007-10-10 13:11:39 -05:00
Andrew Bartlett
9c0647ddca
r6465: Use talloc_zero for the gensec_ntlmssp_state structure, as the history
...
of this code has too many pre-zeroed structure assumptions.
Remove unused 'stub' functions
Andrew Bartlett
(This used to be commit 78dc57c655
)
2007-10-10 13:11:39 -05:00
Andrew Bartlett
8b0e09e24f
r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundent
...
struct ntlmssp_state, and pushes all the member elements into struct
gensec_ntlmssp_state.
This also removes the 2-layer start function, caused by the previous
double abstraction layer.
Andrew Bartlett
(This used to be commit eebbb4205b
)
2007-10-10 13:11:39 -05:00
Andrew Bartlett
f5a8054f26
r6463: Move NTLM2 and NTLM (v1) specific variables into a union for DCE/RPC.
...
Andrew Bartlett
(This used to be commit 227f2578da
)
2007-10-10 13:11:39 -05:00
Andrew Bartlett
0501a440be
r6462: Move the arcfour sbox state into it's own structure, and allocate it
...
with talloc() for the NTLMSSP system.
Andrew Bartlett
(This used to be commit 7a93ac49c2
)
2007-10-10 13:11:39 -05:00
Andrew Bartlett
874cd2db86
r6460: Push the client credentials into NTLMSSP, allowing logins of the form
...
user@REALM for the first time.
Fix the build for smbencrypt.c
Andrew Bartlett
(This used to be commit 5a6a57cd93
)
2007-10-10 13:11:39 -05:00
Andrew Bartlett
3045ecfa1d
r6458: Split up NTLMSSP into a new directory, and into seperate files for the
...
client and server logic code. In future, this may allow us to build
only the NTLMSSP client, and not the server, but in the short-term, it
allows me greater sainity in moving around these files.
Andrew Bartlett
(This used to be commit 2f22841c67
)
2007-10-10 13:11:38 -05:00
Andrew Bartlett
7fe68b16e6
r6457: Simply the RPC server code for the choice of GENSEC mech - it's just
...
one function call now, so no need for a wrapper function.
Andrew Bartlett
(This used to be commit c023f5c5e8
)
2007-10-10 13:11:38 -05:00
Andrew Bartlett
20d7577c0a
r6456: The RPC-SCHANNEL test is an important test that passes against Win2k3 (well, not SP1, but we are working on that detail).
...
Andrew Bartlett
(This used to be commit b35b82d4f1
)
2007-10-10 13:11:38 -05:00
Andrew Bartlett
4c6db04124
r6455: Remove wrapper functions, and ntlmssp_end (which is well handed by talloc() now).
...
Andrew Bartlett
(This used to be commit fc3e3653eb
)
2007-10-10 13:11:38 -05:00
Andrew Bartlett
53079da638
r6454: Start to migrate NTLMSSP away from it's own API to just use GENSEC.
...
The aim here is to remove the extra layer of abstraction, and to then
use the credentials code directly in the NTLMSSP layer.
Andrew Bartlett
(This used to be commit b14c530dfd
)
2007-10-10 13:11:38 -05:00
Andrew Bartlett
a2abd01cca
r6453: Move verbose errors for the schannel 'not in the DB, or DB corrupt' error cases.
...
Andrew Bartlett
(This used to be commit 24f98f32aa
)
2007-10-10 13:11:38 -05:00
Andrew Bartlett
96700ef79d
r6452: This particular credentials feature needs to be NULL by default.
...
Andrew Bartlett
(This used to be commit e4e2217053
)
2007-10-10 13:11:38 -05:00
Andrew Bartlett
4411479b93
r6451: Ensure we correctly initialise the credentials structure in the schannel test.
...
Andrew Bartlett
(This used to be commit 7e554e31d9
)
2007-10-10 13:11:37 -05:00
Jelmer Vernooij
499f00b4d9
r6442: Add mechanism for configuring ldb independantly of the rest of
...
Samba using the autoconf tools.
(This used to be commit a8de35ca27
)
2007-10-10 13:11:37 -05:00
Rafal Szczesniak
2775398b97
r6440: Adding libcli composite functions dependency, as we need to locate
...
a host and connect to its services prior to doing administrative tasks
via rpc calls.
rafal
(This used to be commit 84f5836d90
)
2007-10-10 13:11:37 -05:00
Rafal Szczesniak
f502171a8c
r6439: Clarify the comment.
...
rafal
(This used to be commit 96c3838d51
)
2007-10-10 13:11:37 -05:00