1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-30 20:23:49 +03:00
Commit Graph

11012 Commits

Author SHA1 Message Date
Stefan Metzmacher
3322dbd901 r20064: - fix pushing of DeReplicaObjectIdentifierX, this lets the DsAddEntry()
request work correctly
- the error structures all have the same type

metze
2007-10-10 14:28:57 -05:00
Stefan Metzmacher
e8c77b5cba r20062: send values in DsAddEntry(), but it didn't work yet (ACCESS_DENIED...)
metze
2007-10-10 14:28:57 -05:00
Stefan Metzmacher
e8c1457797 r20061: use a DsBindInfo28 structure
metze
2007-10-10 14:28:57 -05:00
Andrew Tridgell
a10fa12ff5 r20059: james was asking about CAP_LARGE_READX and reads close to the 64k
boundary. This test shows that both for Samba4 and w2k3, reads larger
than or equal to 64k don't work (return zero bytes).

Not that I claim this is very useful behaviour :-)
2007-10-10 14:28:56 -05:00
Stefan Metzmacher
ff27129792 r20056: send a DsBindInfo28 struct in the DsBind() and take care of the DsBindInfo
the remote end sends back

metze
2007-10-10 14:28:56 -05:00
Stefan Metzmacher
8441500a32 r20055: implement dummy DsAddEntry call (without attributes yet)
metze
2007-10-10 14:28:56 -05:00
Stefan Metzmacher
f66f9c2150 r20053: implement the DsBind on the 1st drsuapi connection
metze
2007-10-10 14:28:55 -05:00
Stefan Metzmacher
96e5d89655 r20052: implement the first drsuapi connection
metze
2007-10-10 14:28:55 -05:00
Stefan Metzmacher
e5729a29fd r20051: handle the case where the server object exist, but doesn't have a serverReference
metze
2007-10-10 14:28:55 -05:00
Stefan Metzmacher
00875f806e r20047: patch from Julien Kerihuel <j.kerihuel@openchange.org>
to make the "remote" rpc proxy work for outlook and exchange

metze
2007-10-10 14:28:55 -05:00
Volker Lendecke
879dfed8d8 r20046: Add ldb_search_exp_fmt and port comment to 4 2007-10-10 14:28:54 -05:00
Stefan Metzmacher
deb85414c4 r20045: implement the drsuapi_DsRemoveDSServer() call
metze
2007-10-10 14:28:54 -05:00
Stefan Metzmacher
69f1b8d388 r20044: implement the drsuapi connect and ds_bind
metze
2007-10-10 14:28:54 -05:00
Stefan Metzmacher
c4037880a0 r20043: when becoming a dc:
- implement set userAccountControl = UF_SERVER_TRUST_ACCOUNT | UF_TRUSTED_FOR_DELEGATION
- implement moving to CN=Domain Controllers

metze
2007-10-10 14:28:53 -05:00
Stefan Metzmacher
f901956598 r20042: move the computer account to the CN=Computers container if needed
metze
2007-10-10 14:28:53 -05:00
Stefan Metzmacher
3a64eb4e8c r20041: when unbecoming a dc:
- implement lookup the computer object
- set userAccountControl = UF_WORKSTATION_TRUST_ACCOUNT if needed

metze
2007-10-10 14:28:53 -05:00
Stefan Metzmacher
f66a93ec0b r20040: uncomplete implementation start for libnet_UnbecomeDC()
metze
2007-10-10 14:28:53 -05:00
Stefan Metzmacher
73f7e2d5b3 r20039: things which need to be done for unbecoming a dc
metze
2007-10-10 14:28:52 -05:00
Stefan Metzmacher
da6415363b r20038: document first rootdse search
metze
2007-10-10 14:28:51 -05:00
Simo Sorce
4f07542143 r20034: Start using ldb_search_exp_fmt() 2007-10-10 14:28:51 -05:00
Simo Sorce
fdd6ce6b7e r20033: Never commit before testing
Never commit before testing
Never commit before testing

:-)
2007-10-10 14:28:51 -05:00
Simo Sorce
2a2e181e4b r20032: Add ldb_search_exp_fmt()
This functions adds support of a memory context to hook the results to
and a printf style exp_fmt partameter to easily build expressions at once.
2007-10-10 14:28:50 -05:00
Stefan Metzmacher
6d5a1f11e7 r20031: - implement earching for an existing server object
- implement adding a server object

metze
2007-10-10 14:28:50 -05:00
Stefan Metzmacher
ef9d9799a4 r20030: - implement the computer object search
- fix a source vs. dest dsa bug

metze
2007-10-10 14:28:50 -05:00
Stefan Metzmacher
c6166a5641 r20029: - implement source_dsa site object search
metze
2007-10-10 14:28:49 -05:00
Stefan Metzmacher
72f5e0f7ee r20028: fix typos
metze
2007-10-10 14:28:49 -05:00
Stefan Metzmacher
5da9dedece r20027: restore instanceType and systemFlags values, which got lost in
http://viewcvs.samba.org/cgi-bin/viewcvs.cgi/branches/SAMBA_4_0/source/dsdb/common/flags.h?p1=branches%2FSAMBA_4_0%2Fsource%2Finclude%2Fads.h&rev=17930&r1=15511&r2=17930

metze
2007-10-10 14:28:49 -05:00
Stefan Metzmacher
be3f91afe2 r20026: - store the infrastructure server_dn_str
- implement the rid manager info searches

metze
2007-10-10 14:28:49 -05:00
Stefan Metzmacher
f1a2bd6f37 r20025: - implement the windows2003update revision search
- finish the infrastructure fsmo detail searches

metze
2007-10-10 14:28:48 -05:00
Stefan Metzmacher
99bdd5523b r20024: lookup the infrastructure fSMORoleOwner on the 1st LDAP connection
metze
2007-10-10 14:28:48 -05:00
Stefan Metzmacher
01e3a5080a r20023: handle <SID=...> <WKGUID=...> dn's also in ldb_dn_new_fmt()
metze
2007-10-10 14:28:48 -05:00
Stefan Metzmacher
b9b705b7dd r20022: - implement the ldap connect code
- implement rootdse search on the 1st LDAP connection
- implement msDs-Behavior-Version and objectVersion searches on the 1st LDAP connection

metze
2007-10-10 14:28:48 -05:00
Stefan Metzmacher
6a007aaa51 r20021: implement a CLDAP netlogon request to get some infos
needed for becoming a dc.

metze
2007-10-10 14:28:47 -05:00
Stefan Metzmacher
2a50a885ed r20011: define libnet_BecomeDC_state struct and add some dummy functions
metze
2007-10-10 14:28:47 -05:00
Stefan Metzmacher
9c992a39db r20010: cosmetic fix
metze
2007-10-10 14:28:47 -05:00
Stefan Metzmacher
ed3826bc47 r20009: use a composite context
metze
2007-10-10 14:28:46 -05:00
Stefan Metzmacher
103ac9a96b r20008: add stubs for a libnet_BecomeDC() call
metze
2007-10-10 14:28:46 -05:00
Stefan Metzmacher
c5efd061c5 r20002: finish requests on the first LDAP connection
metze
2007-10-10 14:28:46 -05:00
Stefan Metzmacher
a3202714a3 r20000: 20000
metze
2007-10-10 14:28:46 -05:00
Stefan Metzmacher
f2db31f41d r19999: add section for adding the server object
metze
2007-10-10 14:28:45 -05:00
Stefan Metzmacher
cd534dc936 r19998: add section for finding details about the new_dc server object
metze
2007-10-10 14:28:45 -05:00
Stefan Metzmacher
757ed019c2 r19997: section about finding the new_dc computer account
metze
2007-10-10 14:28:45 -05:00
Stefan Metzmacher
500113ca57 r19996: add section about finding site details
metze
2007-10-10 14:28:44 -05:00
Stefan Metzmacher
ce671ff6c1 r19995: add section about finding details of the RID Manager fSMORoleOwner
metze
2007-10-10 14:28:44 -05:00
Stefan Metzmacher
adbff0d696 r19994: complete section about finding details about the
Infrastructure fSMORoleOwner

metze
2007-10-10 14:28:44 -05:00
Paul Green
41c775efde r19989: Add support to the tdb Makefile.in for executable extensions and for
separately specifying CPPFLAGS and LDFLAGS.
2007-10-10 14:28:44 -05:00
Stefan Metzmacher
2e355f8488 r19988: the first LDAP calls for becoming a ads dc
metze
2007-10-10 14:28:43 -05:00
Stefan Metzmacher
a9c7d6e7f3 r19987: some more notes about how to w2k3 becomes a dc
the strange thing is the DsGetNCChanges() calls are on their on DRSUAPI
connection, but use a bind_handle (policy handle from another connection)

metze
2007-10-10 14:28:43 -05:00
Rafal Szczesniak
bc88640bb5 r19972: put a placeholder of a new js function and use error strings
returned by each libnet call.

rafal
2007-10-10 14:28:43 -05:00
Rafal Szczesniak
f4621dae44 r19970: more comments and fixes
rafal
2007-10-10 14:28:42 -05:00