Rafal Szczesniak
16f1f075fb
r19937: fix sending monitor message (spotted by metze).
...
rafal
2007-10-10 14:28:38 -05:00
Stefan Metzmacher
1b86af32f3
r19934: - allow to pass a samr_UserInfo21 struct to be passed to libnet_SetPassword()
...
- as the SetUserInfo2() levels 26/25 and 24/23 have the same encryption
but 26 and 24 change only the password and 25 and 23 take a info21 and change the password,
we now use 26 with fallback to 24 or 25 with fallback to 23.
- use samr_SetUserInfo2() to match what w2k3 does (works also against nt4)
- pass the info21 to libnet_SetPassword() to set acct_flags and full_name
together with the password (to match what w2k3 does)
metze
2007-10-10 14:28:38 -05:00
Stefan Metzmacher
0b4da84d70
r19933: something is really wrong here...
...
mimir: please take a look!
metze
2007-10-10 14:28:38 -05:00
Stefan Metzmacher
45d5da4728
r19931: remove unused struct members
...
metze
2007-10-10 14:28:37 -05:00
Rafal Szczesniak
a97fb96203
r19926: display user listing created by the test.
...
rafal
2007-10-10 14:28:37 -05:00
Rafal Szczesniak
efa04d6d0b
r19925: Close the lsa handle in the end, and test calling libnet_UserList
...
with non-zero resume index to continue longer enumeration.
rafal
2007-10-10 14:28:37 -05:00
Rafal Szczesniak
11b93da847
r19924: win2k3srv did not like that combination.
...
rafal
2007-10-10 14:28:37 -05:00
Rafal Szczesniak
e1a20bba9d
r19923: Update test to match the function changes.
...
rafal
2007-10-10 14:28:36 -05:00
Rafal Szczesniak
4ccc6e63dd
r19922: Use new composite_create functions in composite context
...
initialisation.
Redesign libnet_UserList function to actually do what it
was intended to do.
rafal
2007-10-10 14:28:36 -05:00
Simo Sorce
8bbbfa3467
r19911: talloc_apsrintf is not really required here
...
its faster this way (another 2-4%s)
2007-10-10 14:28:36 -05:00
Simo Sorce
b1197dbeeb
r19910: Make better use of our set of talloc utility functions
2007-10-10 14:28:35 -05:00
Simo Sorce
67b88e49b8
r19909: Make this one double as fast
2007-10-10 14:28:35 -05:00
Jelmer Vernooij
033b4382c0
r19908: Fix order of paths in pc files.
2007-10-10 14:28:35 -05:00
Simo Sorce
789e1088c9
r19907: this function is used a lot
...
use a binary search to get the right handler
2007-10-10 14:28:35 -05:00
Simo Sorce
3ca2586762
r19906: ldb_attr_cmp is used a lot
...
remove unneded overhead of a function call
2007-10-10 14:28:34 -05:00
Simo Sorce
32a6b6c75b
r19905: use ldb_dn_new_fmt() to avoid double strdups
2007-10-10 14:28:34 -05:00
Simo Sorce
49d1559d36
r19904: port fies from samba3
2007-10-10 14:28:34 -05:00
Simo Sorce
93b738b111
r19903: This is a cut&paste error for sure
...
there is no ongoing transaction in this code
2007-10-10 14:28:34 -05:00
Stefan Metzmacher
b4d7d49c27
r19902: give better errors...
...
metze
2007-10-10 14:28:33 -05:00
Volker Lendecke
75e6fb9654
r19901: Fix a potential NULL dereference
2007-10-10 14:28:33 -05:00
Volker Lendecke
44e6d39e0e
r19897: Fix klokwork ids 2278 and 2279
2007-10-10 14:28:33 -05:00
Simo Sorce
627ed8b516
r19888: make it possible to use default attrib handlers from extensions
...
list more DN attributes as part of samba attribute handlers
(nCName moved here)
2007-10-10 14:28:32 -05:00
Simo Sorce
056f90798f
r19887: return "" string only if the dn is a valid one
2007-10-10 14:28:32 -05:00
Simo Sorce
505afb18fb
r19886: ncName is specific to samba, not the generic ldb engine
2007-10-10 14:28:32 -05:00
Stefan Metzmacher
cbf4eb1672
r19885: special dn's were not casefolded before rev 19831,
...
act like this again...
also when we already have a casefoled value we should not call ldb_dn_casefold_internal()
metze
2007-10-10 14:28:32 -05:00
Stefan Metzmacher
6b76a7be4a
r19884: rename ldb_dn_key -> ltdb_index_key to make more clear what it's for...
...
metze
2007-10-10 14:28:31 -05:00
Jelmer Vernooij
fb623be4ff
r19882: Fix static link flags in pkg-config files. Should allow running
...
pidl tests on systems without shared libs.
2007-10-10 14:28:31 -05:00
Jelmer Vernooij
72f1ffc0ef
r19881: Add private library flags when linking to static libraries.
2007-10-10 14:28:31 -05:00
Jelmer Vernooij
2a8c8e1f2d
r19880: Eliminate duplicates in the output.
2007-10-10 14:28:30 -05:00
Jelmer Vernooij
27d6ae2088
r19879: Make test targets depend on "libraries" (might be required for the pidl tests)
2007-10-10 14:28:30 -05:00
Jelmer Vernooij
daaa021645
r19878: Announce testsuites when using subunit.
2007-10-10 14:28:30 -05:00
Jelmer Vernooij
c38705ef42
r19877: Add simple script for summarizing subunit testresults.
2007-10-10 14:28:30 -05:00
Stefan Metzmacher
5da2762b62
r19876: test that we can do a session setup and tree connect using the workstation
...
and dc credentials
I noticed w2k3 has gets NT_STATUS_LOGON_FAILURE after a it has joined a samba4 domain
metze
2007-10-10 14:28:29 -05:00
Stefan Metzmacher
8202f98123
r19875: set torture:host and torture:share also when we are given a binding string
...
metze
2007-10-10 14:28:29 -05:00
Simo Sorce
e9ddb18c83
r19871: simplify more
2007-10-10 14:28:29 -05:00
Simo Sorce
c1737f9a52
r19870: Simplify code
2007-10-10 14:28:28 -05:00
Simo Sorce
3a662a2d98
r19869: fix memleaks
2007-10-10 14:28:28 -05:00
Jelmer Vernooij
01a4fb1b22
r19868: Fix more tests.
2007-10-10 14:28:28 -05:00
Jelmer Vernooij
2a3196db9d
r19866: Fix test compilation.
2007-10-10 14:28:27 -05:00
Jelmer Vernooij
db237ad52f
r19863: Create -uninstalled.pc files. This should reenable compilation and running
...
of the pidl testsuite as part of the testsuite.
2007-10-10 14:28:27 -05:00
Jelmer Vernooij
a26da5182e
r19862: Fix list concatenation
2007-10-10 14:28:27 -05:00
Jelmer Vernooij
a42220c356
r19861: Add simple pkg-config replacement.
2007-10-10 14:28:26 -05:00
Jelmer Vernooij
1638c8d234
r19859: Reuse referrent ids when pushing full pointers (still need to
...
avoid pushing the referred object twice) and add test for full pointers.
2007-10-10 14:28:26 -05:00
Jelmer Vernooij
006ab1d4a4
r19856: Use sptr as basis for full ptr implementation. Will add checks for duplicates later.
2007-10-10 14:28:26 -05:00
Stefan Metzmacher
c95cd82de2
r19855: toplevel pointers are 'ref' by default:
...
- we don't need to add 'ref' explicit
- we some toplevel pointers need to be 'ptr' ('sptr' for now) pointers
metze
2007-10-10 14:28:26 -05:00
Stefan Metzmacher
f5aa620b1b
r19854: readd support for 'sptr' pointers, to work against windows servers
...
until jelmer commits his 'ptr' support
metze
2007-10-10 14:28:25 -05:00
Jelmer Vernooij
92b8bde561
r19850: Fix IDL warnings.
2007-10-10 14:28:25 -05:00
Stefan Metzmacher
df133cd22a
r19847: add idl for DsRemoveDSServer(), this is used when a server unbecomes a DC
...
metze
2007-10-10 14:28:25 -05:00
Jelmer Vernooij
48e6df5944
r19846: Fix bunch of IDL warnings.
2007-10-10 14:28:24 -05:00
Jelmer Vernooij
3f0da2388d
r19845: Add warning for pointer_default_top()
2007-10-10 14:28:24 -05:00