Jelmer Vernooij
f7312cbb76
r26195: Wrap two more functions.
2007-12-21 05:46:46 +01:00
Jelmer Vernooij
cfb6bbdc31
r26194: Wrap the events subsystem in a separate file.
2007-12-21 05:46:45 +01:00
Andrew Bartlett
230a60c191
r26193: In the LDAP server, use the new 'controls_decoded' element to
...
determine if this (possibly critical) control has been decoded. This
allows us to return an error, rather than just dropping the socket.
Andrew Bartlett
2007-12-21 05:46:44 +01:00
Andrew Bartlett
833dfc2f2a
r26192: Handle, test and implement the style of extended_dn requiest that MMC uses.
...
It appears that the control value is optional, implying type 0 responses.
Failing to parse this was causing LDAP disconnects with 'unavailable
critical extension'.
Andrew Bartlett
2007-12-21 05:46:44 +01:00
Jelmer Vernooij
b0f808345f
r26191: Import custom test runner for subunit, rather than using trial, which is part of twisted.
2007-12-21 05:46:43 +01:00
Jelmer Vernooij
d5dd11d1f5
r26190: Allow successful as well as success.
2007-12-21 05:46:42 +01:00
Jelmer Vernooij
f0fcad0a75
r26189: Add really trivial testsuite for the auth module.
2007-12-21 05:46:41 +01:00
Jelmer Vernooij
f97f82adbd
r26188: Now that swig output is pregenerated, allow building python code without swig installed.
2007-12-21 05:46:41 +01:00
Jelmer Vernooij
ef790ebf3a
r26187: Fix module name, indentation.
2007-12-21 05:46:40 +01:00
Jelmer Vernooij
4429f8b87e
r26186: Generate SWIG files as part of autogen.sh
2007-12-21 05:46:39 +01:00
Jelmer Vernooij
522d6591d7
r26185: No need to depend on ldap, shared lib already has that info.
2007-12-21 05:46:39 +01:00
Volker Lendecke
f8c4a5ccc6
r26184: Streams are tricky....
2007-12-21 05:46:38 +01:00
Andrew Bartlett
6d4d20ebaf
r26183: The idea of a self-seeding secrets.ldb is nice, but in practice we do
...
this with the provision, which sets up a very different database.
Removing this ensures we are consistant.
Andrew Bartlett
2007-12-21 05:46:38 +01:00
Andrew Bartlett
65d17f0ad7
r26182: Extend our linked attribute testsuite to cover many more possible
...
modifications, and then extend our implementation to match.
Andrew Bartlett
2007-12-21 05:46:38 +01:00
Jelmer Vernooij
19e3516000
r26181: Set version to 1.1.1, as 1.1.0 has already been released.
2007-12-21 05:46:37 +01:00
Jelmer Vernooij
52106ad04e
r26180: Allow prebuilding swig output files.
2007-12-21 05:46:37 +01:00
Jelmer Vernooij
b25d0201da
r26179: Fix symlink.
2007-12-21 05:46:37 +01:00
Jelmer Vernooij
7bb479f816
r26178: Link against -ldl as well to prevent undefined symbols.
2007-12-21 05:46:36 +01:00
Jelmer Vernooij
e61160dce4
r26177: Allow prebuilding swig wrapper, install ldb.py.
2007-12-21 05:46:35 +01:00
Günther Deschner
c9b22a7d26
r26176: Fix in,out mismatch in wkssvc_NetrWkstaUserSetInfo().
...
Guenther
2007-12-21 05:46:35 +01:00
Günther Deschner
24c837937c
r26172: Skip testing wkssvc against us, we only have dummy support anyway.
...
Guenther
2007-12-21 05:46:34 +01:00
Günther Deschner
556d00d6a2
r26171: Add my copyright.
...
Guenther
2007-12-21 05:46:34 +01:00
Günther Deschner
239749d811
r26170: Put test_NetrUseGetInfo() in the correct order of tests.
...
Guenther
2007-12-21 05:46:34 +01:00
Günther Deschner
78d18c996a
r26169: Use the NDR_PAHEX flag to print the encrypted wkssvc password buffer.
...
Guenther
2007-12-21 05:46:33 +01:00
Günther Deschner
e067261061
r26168: Add two more documented WKSSVC_JOIN_FLAGS.
...
Guenther
2007-12-21 05:46:33 +01:00
Günther Deschner
b2fb5a2af5
r26167: Just for completeness, add some more documented wkssvc_NetWkstaInfo info level
...
uint32s.
Guenther
2007-12-21 05:46:33 +01:00
Günther Deschner
af0dc38909
r26166: Put [ref] in the front in wkssvc IDL.
...
Guenther
2007-12-21 05:46:32 +01:00
Günther Deschner
256d0a15f5
r26165: Add IDL and torture test for wkssvc_NetrGetJoinableOus() and
...
wkssvc_NetrGetJoinableOus2() (both unavailable remotely).
Guenther
2007-12-21 05:46:31 +01:00
Günther Deschner
a4e6ec8e5e
r26164: Add IDL for wkssvc_NetrJoinDomain() and wkssvc_NetrUnjoinDomain().
...
Guenther
2007-12-21 05:46:31 +01:00
Günther Deschner
234b380669
r26163: Add IDL and torture test for wkssvc_NetrGetJoinInformation().
...
Guenther
2007-12-21 05:46:30 +01:00
Günther Deschner
78ea566485
r26162: Remove accidental commit.
...
Guenther
2007-12-21 05:46:30 +01:00
Günther Deschner
e105fb59b1
r26161: Add (dangerous) torture tests for wkssvc_NetrRenameMachineInDomain() and
...
wkssvc_NetrRenameMachineInDomain2().
Guenther
2007-12-21 05:46:30 +01:00
Günther Deschner
66be960c67
r26160: Add WERR_NAME_NOT_FOUND.
...
Guenther
2007-12-21 05:46:29 +01:00
Günther Deschner
f8b93be6d8
r26159: Align to coding conventions.
...
Guenther
2007-12-21 05:46:29 +01:00
Günther Deschner
78715ded0a
r26158: Add IDL for wkssvc_NetrRenameMachineInDomain().
...
Guenther
2007-12-21 05:46:28 +01:00
Günther Deschner
1c50b9754e
r26157: Add IDL and torture test for wkssvc_NetrSetPrimaryComputername().
...
Guenther
2007-12-21 05:46:28 +01:00
Günther Deschner
f7f474c6c7
r26156: Choose a more speaking message in test_NetrMessageBufferSend().
...
Guenther
2007-12-21 05:46:28 +01:00
Günther Deschner
9de2f59d2b
r26155: Add IDL and torture teset for wkssvc_NetrMessageBufferSend().
...
Guenther
2007-12-21 05:46:27 +01:00
Günther Deschner
de2c5d702e
r26154: Add IDL and torture test for wkssvc_NetrWorkstationStatistics(). A lot of
...
unknowns, I know...
Guenther
2007-12-21 05:46:26 +01:00
Günther Deschner
77f0b962d6
r26153: Add torture test for NetrAddAlternateComputerName() and
...
NetrRemoveAlternateComputerName().
Guenther
2007-12-21 05:46:26 +01:00
Günther Deschner
ea47816867
r26152: Add IDL and torture test for wkssvc_NetrEnumerateComputerNames().
...
Guenther
2007-12-21 05:46:26 +01:00
Günther Deschner
9f63ec388d
r26151: Add IDL and torture test for wkssvc_NetrValidateName() and
...
wkssvc_NetrValidateName2().
Guenther
2007-12-21 05:46:25 +01:00
Günther Deschner
9e1ed6eb68
r26150: Add IDL and torture test for wkssvc_NetrLogonDomainNameAdd() and
...
wkssvc_NetrLogonDomainNameDel(), both unsupported on w2k3.
Guenther
2007-12-21 05:46:24 +01:00
Günther Deschner
810b63a8ec
r26149: Add IDL for wkssvc_NetrWkstaUserSetInfo(). No torture test yet.
...
Guenther
2007-12-21 05:46:24 +01:00
Günther Deschner
1a472cc1b2
r26148: Add IDL and torture test for wkssvc_NetrUseGetInfo().
...
Guenther
2007-12-21 05:46:24 +01:00
Günther Deschner
b5b3cc1667
r26147: Add IDL and torture test for wkssvc_NetrUseDel and wkssvc_NetrUseAdd.
...
Guenther
2007-12-21 05:46:23 +01:00
Günther Deschner
72a14407ca
r26146: Add IDL and torture test for wkssvc_NetrUseEnum().
...
Guenther
2007-12-21 05:46:23 +01:00
Günther Deschner
6e7651fdea
r26145: Fix server side of wkssvc_NetWkstaTransportEnum.
...
Guenther
2007-12-21 05:46:23 +01:00
Günther Deschner
99add8aed3
r26144: Add IDL and torture test for wkssvc_NetrWkstaTransportAdd and
...
wkssvc_NetrWkstaTransportDel.
Guenther
2007-12-21 05:46:22 +01:00
Günther Deschner
b358f953e9
r26143: Add IDL and torture test for wkssvc_NetrWkstaUserGetInfo.
...
Guenther
2007-12-21 05:46:22 +01:00