Stefan Metzmacher
35b16479a5
r24620: move printing out the version string and exit()
...
into the popt _POST processing.
Now 'smbd -V --bla' complains about an unknown option
metze
(This used to be commit 69bf7f1874
)
2007-10-10 15:02:25 -05:00
Andrew Bartlett
b39330c487
r24614: Merge with current lorikeet-heimdal. This brings us one step closer
...
to an alpha release.
Andrew Bartlett
(This used to be commit 30e02747d5
)
2007-10-10 15:02:25 -05:00
Andrew Bartlett
db24e606f1
r24613: Missed this in my recent commit -r 24611. We don't discriminate on
...
where the password change came from, to determine if policy should be
applied. We discriminate on if the account is a trust account.
Andrew Bartlett
(This used to be commit 48fd288957
)
2007-10-10 15:02:24 -05:00
Andrew Bartlett
7aa29fd854
r24612: Revert this part of -r 24611. This isn't related to my SAMR password
...
work, but to an odd bind failure I noticed in a trace. I need to
commit this with changes to the torture suite.
Andrew Bartlett
(This used to be commit 3ab90ad312
)
2007-10-10 15:02:24 -05:00
Andrew Bartlett
d7f84b51f9
r24611: Following up on the re-opening of bug 4817 is it pretty clear that
...
machine accounts are not subject to password policy in Win2k3 R2 (at
least in terms of password quality).
In testing this, I found that Win2k3 R2 has changed the way the old
ChangePassword RPC call is handled - the 'cross-checks' between new LM
and NT passwords are not required.
Andrew Bartlett
(This used to be commit 417ea885b4
)
2007-10-10 15:02:23 -05:00
Stefan Metzmacher
bd93ed4680
r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.c
...
and rename the containing functions to have a ndr_
prefix
metze
(This used to be commit cb234d43ae
)
2007-10-10 15:02:23 -05:00
Stefan Metzmacher
edb4fefeb7
r24596: - talloc request structure for the samba3 server bindings
...
and make that the primary context for the request
which the implementations can also use.
- go via functions pointers in the ndr_interface_table
instead of calling functions directly.
metze
(This used to be commit fa577a1294
)
2007-10-10 15:02:22 -05:00
Stefan Metzmacher
02467edf5c
r24592: pass down the ndr_interface_table in the samba3 client bindings
...
instead of the pull and push functions
metze
(This used to be commit 9b59534a14
)
2007-10-10 15:02:22 -05:00
Andrew Tridgell
f7f2323e47
r24588: use the right type
...
(This used to be commit 710f6dc17f
)
2007-10-10 15:02:22 -05:00
Andrew Tridgell
51aced3dc8
r24587: the elements of the array are not talloc pointers
...
(This used to be commit 2ebf00dc42
)
2007-10-10 15:02:21 -05:00
Andrew Tridgell
2d6e6ebddc
r24586: same bug in RAW-BENCH-OPEN
...
(This used to be commit 3bd35bb8ab
)
2007-10-10 15:02:20 -05:00
Andrew Tridgell
489d23e808
r24585: put in the right state variable when doing a SMBecho - this caused the
...
wrong connection to reconnect on a SMBecho failure
(This used to be commit c61415b05d
)
2007-10-10 15:02:20 -05:00
Kai Blin
084036d78a
r24577: Implement basic getpwent.
...
This one still cheats and only returns one winbindd_pw structure per call.
Also, doesn't get a new libnet_UserList yet.
(This used to be commit e1b93be1e1
)
2007-10-10 15:02:19 -05:00
Kai Blin
67a9225b9b
r24576: Implement endpwent
...
(This used to be commit ef93a7991d
)
2007-10-10 15:02:19 -05:00
Kai Blin
01db94b953
r24575: Implement setpwent
...
(This used to be commit 9bbbedac99
)
2007-10-10 15:02:18 -05:00
Kai Blin
46435bbcd0
r24574: Fix a warning in wb_samba3_cmd.c
...
(This used to be commit ebdd03ee9e
)
2007-10-10 15:02:18 -05:00
Volker Lendecke
d9b9acd232
r24570: Attempt to fix make test
...
Samba4 seems not to survive the newly added tests
(This used to be commit b8a8a81ffe
)
2007-10-10 15:02:18 -05:00
Volker Lendecke
7e43f973c4
r24569: Add two tests
...
A subtest for rename to check if case-changing renames work
A test that exposes the case insensitivity unix_convert bug
(This used to be commit 786706322a
)
2007-10-10 15:02:17 -05:00
Andrew Bartlett
7c9312a885
r24568: Fix the build, caused by a conflict betwen mimir's work and metze's bulk rename.
...
Andrew Bartlett
(This used to be commit 6e730d43e4
)
2007-10-10 15:02:17 -05:00
Andrew Bartlett
90e83d73f9
r24567: Try much harder not to leak memory when comparing objectCategory entires.
...
Andrew Bartlett
(This used to be commit 8cfa1f898e
)
2007-10-10 15:02:16 -05:00
Andrew Bartlett
e10577585d
r24566: Remove trailing newlines in ldb_debug(), these are not required.
...
Andrew Bartlett
(This used to be commit 2ed782f7ca
)
2007-10-10 15:02:16 -05:00
Stefan Metzmacher
97a118ded3
r24563: remove unused DCERPC specific stuff from the generated NDR code
...
metze
(This used to be commit 2dbf89e223
)
2007-10-10 15:02:16 -05:00
Stefan Metzmacher
0d7d5a6d49
r24560: rename some DCERPC_ prefixes into NDR_
...
metze
(This used to be commit f874eca5da
)
2007-10-10 15:02:15 -05:00
Stefan Metzmacher
f14bd1a90a
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
...
metze
(This used to be commit 84651aee81
)
2007-10-10 15:02:15 -05:00
Stefan Metzmacher
6f448ba6f9
r24556: forgot to commit the winbind/ subdir...sorry
...
metze
(This used to be commit 184a7cfc36
)
2007-10-10 15:02:14 -05:00
Rafal Szczesniak
6a29604c36
r24555: Add a test for libnet's group info call.
...
rafal
(This used to be commit 40ad66dd75
)
2007-10-10 15:02:13 -05:00
Rafal Szczesniak
91657bfd51
r24554: Add internal implementation (before api function) of group
...
info call.
rafal
(This used to be commit 75f81f862e
)
2007-10-10 15:02:13 -05:00
Stefan Metzmacher
b8cdadced4
r24551: rename dcerpc_interface_table -> ndr_interface_table
...
rename dcerpc_interface_list -> ndr_interface_list
and move them to libndr.h
metze
(This used to be commit 4adbebef5d
)
2007-10-10 15:02:12 -05:00
Stefan Metzmacher
6b62f15ce7
r24540: rename struct dcerpc_endpoint_list/struct dcerpc_authservice_list
...
into ndr_interface_string_array and move it to libndr.h
metze
(This used to be commit 473bca74dc
)
2007-10-10 15:02:12 -05:00
Stefan Metzmacher
698e7c5f2a
r24535: rename struct dcerpc_interface_call -> struct ndr_interface_call
...
and move it to librpc/ndr/libndr.h
metze
(This used to be commit abd5551aab
)
2007-10-10 15:02:11 -05:00
Stefan Metzmacher
ce84ab9a83
r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_id
...
and move it into misc.idl
The goal is to get rid a all dcerpc specific stuff in the
generated ndr layer.
metze
(This used to be commit 2ed014cfb8
)
2007-10-10 15:02:11 -05:00
Volker Lendecke
fb19fe7a51
r24529: Against samba3, treat EAS_NOT_SUPPORTED as acceptable for t2open
...
Many hosts in the build farm don't have EA support
(This used to be commit 3cca299c72
)
2007-10-10 15:02:11 -05:00
Stefan Metzmacher
75564a9d0e
r24524: make use of ElementStars()
...
metze
(This used to be commit 701aa31d14
)
2007-10-10 15:02:10 -05:00
Stefan Metzmacher
b379e50351
r24523: we don't support multi-dimentional [out] arrays
...
for the samba3 server stubs yet, so bail out.
metze
(This used to be commit ff11f2ce0c
)
2007-10-10 15:02:10 -05:00
Stefan Metzmacher
456f3b378d
r24522: make the "skip pointer to an array" logic a bit easier
...
metze
(This used to be commit a698fb1857
)
2007-10-10 15:02:09 -05:00
Stefan Metzmacher
25dbce70b7
r24521: we don't yet have optional args to DeclLong()
...
metze
(This used to be commit 66d4d6f196
)
2007-10-10 15:02:09 -05:00
Stefan Metzmacher
95d4e550bd
r24520: make use of the new ElementStars() and ArrayBrackets()
...
functions
metze
(This used to be commit fad5af2f20
)
2007-10-10 15:02:08 -05:00
Stefan Metzmacher
3e3e5f85dd
r24518: get rid of using ->{ORIGINAL} and move stuff
...
into subfunctions
metze
(This used to be commit ff7fa11e70
)
2007-10-10 15:02:08 -05:00
Stefan Metzmacher
a9531c0e23
r24517: move skipping pointer before an array logic into the
...
pointer loop as we do in other places
metze
(This used to be commit ee92d47b53
)
2007-10-10 15:02:08 -05:00
Stefan Metzmacher
70b525a546
r24516: don't use ->{ORIGINAL}
...
metze
(This used to be commit 98d8753d37
)
2007-10-10 15:02:07 -05:00
Stefan Metzmacher
60501f20a7
r24515: use fatal() wrapper instead of die() directly
...
metze
(This used to be commit d90a0d3ba1
)
2007-10-10 15:02:07 -05:00
Stefan Metzmacher
53cdb93fb7
r24514: IS_* elemements sound be perl integers consistantly...
...
metze
(This used to be commit b7d6ac5215
)
2007-10-10 15:02:06 -05:00
Stefan Metzmacher
a1707f2689
r24511: pass the correct thing to fatal()
...
metze
(This used to be commit 82cc41c558
)
2007-10-10 15:02:06 -05:00
Stefan Metzmacher
1aa024dfbb
r24509: pass down the full ndr elements instead of the old pidl elements
...
from ->{ORIGINAL}
metze
(This used to be commit e8ebee2698
)
2007-10-10 15:02:06 -05:00
Stefan Metzmacher
de512e88a9
r24508: add HeaderTypeNew() which will go if everything is converted
...
metze
(This used to be commit 0eba05b6a6
)
2007-10-10 15:02:05 -05:00
Stefan Metzmacher
3d753b59a9
r24507: pass $d down to HeaderTypedef
...
metze
(This used to be commit 0edec25af8
)
2007-10-10 15:02:05 -05:00
Stefan Metzmacher
9785c25519
r24506: pass $fn down one more layer
...
metze
(This used to be commit 8cc3fd09ff
)
2007-10-10 15:02:04 -05:00
Stefan Metzmacher
f9bca9e9ac
r24505: pass down $fn one level
...
metze
(This used to be commit 0bad3f0619
)
2007-10-10 15:02:04 -05:00
Andrew Bartlett
85555742b1
r24504: Try to return more useful error information on why a bind failed.
...
Note that the correct return for a failed alter_context is a fault,
not a bind_nak.
Andrew Bartlett
(This used to be commit 52cce94532
)
2007-10-10 15:02:03 -05:00
Andrew Bartlett
20e9fe6b50
r24503: Make 'make test TEST_LDAP=yes' pass on Fedora 7, by trying more
...
combinations of modules.
Andrew Bartlett
(This used to be commit 481a3f0b2a
)
2007-10-10 15:02:02 -05:00