Günther Deschner
314d563b12
r18816: Fix some build warnings.
...
Guenther
(This used to be commit b70ed9e483
)
2007-10-10 12:01:03 -05:00
Stefan Metzmacher
0d6c51dac6
r18814: diable immediate structs for now until we completely build with them again
...
metze
(This used to be commit 5b8eb441a3
)
2007-10-10 12:01:03 -05:00
Stefan Metzmacher
e8b442c964
r18813: the generated rpccli_ functions give NTSTATUS
...
metze
(This used to be commit 4a198cebe3
)
2007-10-10 12:01:02 -05:00
Stefan Metzmacher
ca19511584
r18812: newer compilers don't allow non consts in static arrays
...
give us a chance to detect NTSTATUS vs. WERROR bugs...
metze
(This used to be commit 27181b675e
)
2007-10-10 12:01:02 -05:00
Gerald Carter
0705d64035
r18811: rename stat field to avoid compiler warnings about
...
shadowed variables
(This used to be commit cc5f31c081
)
2007-10-10 12:01:02 -05:00
Stefan Metzmacher
21931b1ca8
r18810: use a copy of samba4's talloc under lib/talloc/
...
to make mergeing easier.
metze
(This used to be commit d49ffbc19b
)
2007-10-10 12:01:02 -05:00
Stefan Metzmacher
200d238302
r18809: add a valgrind suppression file to prepare running make test
...
under valgrind in the buildfarm
metze
(This used to be commit 646cf0ae8c
)
2007-10-10 12:01:00 -05:00
Stefan Metzmacher
7239a85f0a
r18804: resume_hnd isn't a ref pointer and can be NULL
...
metze
(This used to be commit 8736262342
)
2007-10-10 12:00:59 -05:00
Gerald Carter
d56c3dfdaa
r18803: remove unused function
...
(This used to be commit 964d95bce6
)
2007-10-10 12:00:59 -05:00
Jelmer Vernooij
7ba2554d88
r18802: Use the pidl-generated code for the srvsvc interface, both client and server code.
...
This has had some basic testing. I'll do more during the next couple of days and hopefully also
make RPC-SRVSVC from Samba4 pass against it.
(This used to be commit ef10672399
)
2007-10-10 12:00:59 -05:00
Günther Deschner
8ffe6c8a8d
r18801: Fix (at least the build of) python bindings.
...
Guenther
(This used to be commit fc6543ca78
)
2007-10-10 12:00:59 -05:00
Günther Deschner
1b7b6e54db
r18799: Prepare query_disp_info to use the next idx from the last result entry
...
for the enumeration loop (following msdn docs of that call).
Guenther
(This used to be commit 138a921f82
)
2007-10-10 12:00:59 -05:00
Stefan Metzmacher
a734e98b51
r18798: use libreplace headers in pam and nss modules
...
this hopefully fixes the build on AIX
metze
(This used to be commit ef1001f5a2
)
2007-10-10 12:00:59 -05:00
Stefan Metzmacher
927e5876ad
r18797: fix the loading of pam_winbind.so and libnss_winbind.so
...
when building with socket wrapper
metze
(This used to be commit 6ad6aba102
)
2007-10-10 12:00:58 -05:00
Jeremy Allison
3645d6f1b2
r18796: Fix the build. Sorry.
...
Jeremy.
(This used to be commit 8b9e5f28c2
)
2007-10-10 12:00:58 -05:00
Gerald Carter
1303cd8245
r18794: Make ENumKey() work again in the registry server
...
(This used to be commit 7ead5ac792
)
2007-10-10 12:00:58 -05:00
Jeremy Allison
3a60a67432
r18793: Fix BE string handling in the auto-generated
...
code. Should now work again with ASU.
Jeremy.
(This used to be commit 53e97bf928
)
2007-10-10 12:00:58 -05:00
Gerald Carter
c8ef27a3c3
r18792: small fix for server QueryValue code
...
(This used to be commit b11558c232
)
2007-10-10 12:00:58 -05:00
Gerald Carter
82f12507a4
r18791: print the error string and not the raw value
...
(This used to be commit 2363954637
)
2007-10-10 12:00:58 -05:00
Gerald Carter
8e0217da6f
r18790: Correct the IDL (still a bug in pidl) for QueryValue()
...
(This used to be commit 44851d7afa
)
2007-10-10 12:00:58 -05:00
Gerald Carter
eab57a0a0f
r18789: Replace the winreg server code with the libndr parsing code.
...
Many things work (OpenHKLM, etc...) but some still don't.
This shouldn't block anyone so I'm checking it in.
Will probably move to a bzr tree after this for
longer dev cycles between checkins.
(This used to be commit cf1404a0d7
)
2007-10-10 12:00:57 -05:00
Gerald Carter
20b9cd5354
r18788: updating the IDL for QueryValue
...
(This used to be commit 83dec55782
)
2007-10-10 12:00:57 -05:00
Jeremy Allison
f18c9365ca
r18787: Fix the strlen_m and strlen_m_term code by merging
...
in (and using elsewhere) next_codepoint from Samba4.
Jerry please test.
Jeremy.
(This used to be commit ece00b70a4
)
2007-10-10 12:00:57 -05:00
Volker Lendecke
b3d18b12c2
r18785: Check in Peter Somogyis build fix
...
(This used to be commit 31c1be9056
)
2007-10-10 12:00:57 -05:00
Stefan Metzmacher
beecb90440
r18784: hopefully fix the BOOL bug on AIX
...
metze
(This used to be commit 454d9590de
)
2007-10-10 12:00:57 -05:00
Jelmer Vernooij
1260972ec9
r18778: Fix comparison.
...
(This used to be commit 0a198e6096
)
2007-10-10 12:00:56 -05:00
Volker Lendecke
c209219d06
r18773: Change negprot_spnego to return a blob
...
(This used to be commit 28fa772721
)
2007-10-10 12:00:56 -05:00
Volker Lendecke
3bddf16b1f
r18772: Now that we don't have a one-byte keylength in the extended security case
...
anymore, we don't have to truncate the length to 255 anymore.
The test I did for this: I sent 50 times the NTLMSSP oid. With truncating
Vista said Access Denied, without truncating it liked the response.
Volker
(This used to be commit f1512cb43c
)
2007-10-10 12:00:56 -05:00
Volker Lendecke
a4a2d795b1
r18771: Sequel to r18761: If we always set the keylen to 0 there's no point in passing
...
a pointer down to negprot_spnego().
Volker
(This used to be commit 18f47130b1
)
2007-10-10 12:00:55 -05:00
Volker Lendecke
8f7643bd83
r18761: Even if only offering NTLMSSP Windows (tested with Vista & XP) sends 0 as the
...
key length in the case of extended security. It does make sense because with
SPNEGO our beloved ASN1 structure gives us the length.
Next test I did to verify this: I modified the server to put in random
garbage, and W2kwks, XP, Vista and W2k3srv still talked to us.
Volker
(This used to be commit f19bd479ce
)
2007-10-10 12:00:55 -05:00
Volker Lendecke
45ca718d19
r18760: Fix typos, remove unneeded code
...
(This used to be commit 56ccfe98b2
)
2007-10-10 12:00:55 -05:00
Jim McDonough
0f961cb6db
r18758: Update net sam to use calculated times and force change password properly.
...
(This used to be commit fb269ca0af
)
2007-10-10 12:00:55 -05:00
Gerald Carter
045567f2be
r18756: cleanup copyrights after moving to new wkssvc implementation code
...
(This used to be commit 18b24e0fe9
)
2007-10-10 12:00:55 -05:00
Gerald Carter
394c0e90c6
r18755: remove accidental commit
...
(This used to be commit 2e7e8c09e4
)
2007-10-10 12:00:54 -05:00
Jim McDonough
f002bb2a46
r18754: Get rid of some more invalid time sets
...
(This used to be commit 3840d3785f
)
2007-10-10 12:00:54 -05:00
Jim McDonough
d75003bf6e
r18748: Eliminate set of computed time values
...
(This used to be commit c53d4a8151
)
2007-10-10 12:00:54 -05:00
Gerald Carter
05ba38f754
r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()
...
(This used to be commit 50d74ce048
)
2007-10-10 12:00:54 -05:00
Jelmer Vernooij
4db7642caa
r18745: Use the Samba4 data structures for security descriptors and security descriptor
...
buffers.
Make security access masks simply a uint32 rather than a structure
with a uint32 in it.
(This used to be commit b41c52b9db
)
2007-10-10 12:00:54 -05:00
Jelmer Vernooij
3ef4b8cf2f
r18744: Disable some tests that only work when RUN_FROM_BUILD_FARM is set.
...
(This used to be commit 72b51c8891
)
2007-10-10 12:00:53 -05:00
Stefan Metzmacher
12a5226534
r18742: this function returns WERROR
...
gix the build on RedHat 7.0
metze
(This used to be commit d6f5a0cc7a
)
2007-10-10 12:00:53 -05:00
Gerald Carter
b7d069097b
r18739: * Get the wkssvc patch right this time.
...
* Remove the old wkssvc server, client, & parsing code.
* Update srv_wkssvc_nt.c with stubs for the remaining
stubs
(This used to be commit 0cb79ee13f
)
2007-10-10 12:00:53 -05:00
Günther Deschner
5cadb91622
r18732: Fix build warning as pointed out by Volker.
...
Guenther
(This used to be commit fccaff3713
)
2007-10-10 12:00:53 -05:00
Stefan Metzmacher
ce95caf0df
r18731: fix the build on aix
...
metze
(This used to be commit ff88592426
)
2007-10-10 12:00:53 -05:00
Gerald Carter
01c684a3e9
r18730: readd missing files (one more)
...
(This used to be commit 8e0b801c8b
)
2007-10-10 12:00:53 -05:00
Gerald Carter
8711b490e2
r18729: readd missing files
...
(This used to be commit a2d61ca85c
)
2007-10-10 12:00:53 -05:00
Gerald Carter
8126f91375
r18728: revert previous commit until I fix the wkssvc_nt.c changes
...
(This used to be commit 57d8519185
)
2007-10-10 12:00:52 -05:00
Gerald Carter
8a1439b10d
r18727: set the winreg_AbortSystemShutdown() server * to NULL rather than a dummy placeholder
...
(This used to be commit 92903ab926
)
2007-10-10 12:00:52 -05:00
Gerald Carter
9dda6cdf4c
r18725: Replace out one wkssvc call (wkssrv_GetInfo()) with autogenerated
...
code. Removed first rpc_parse/*.c file. w00t!
(This used to be commit bb9b7a058d
)
2007-10-10 12:00:52 -05:00
Jim McDonough
77a7066d79
r18724: Fixup time(0) -> time(NULL)
...
(This used to be commit 6b17af0769
)
2007-10-10 12:00:52 -05:00
Jim McDonough
e04dda6a2a
r18722: Fix up password change times. The can change and must change times are
...
calculated based on the last change time, policies, and acb flags.
Next step will be to not bother storing them. Right now I'm just trying to
get them reported correctly.
(This used to be commit fd5761c9e5
)
2007-10-10 12:00:52 -05:00