summaryrefslogtreecommitdiffstats
path: root/source4/libnet
Commit message (Collapse)AuthorAgeFilesLines
...
* build: fixed libcli/ndr_netlogon.c dependency rulesAndrew Tridgell2010-04-061-0/+1
|
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+17
|
* s4:libnet/libnet_passwd.c: add explicit check for NTSTATUS r.out.resultStefan Metzmacher2010-03-291-0/+36
| | | | metze
* s4:libnet/libnet_samsync.c: add explicit check for NTSTATUS r.out.resultStefan Metzmacher2010-03-291-0/+3
| | | | metze
* s4:libnet/libnet_join.c: add explicit check for NTSTATUS r.out.resultStefan Metzmacher2010-03-291-0/+30
| | | | metze
* s4/drs: Implement DsAddEntry V3 error handlingKamen Mazdrashki2010-03-241-10/+67
|
* s4/drs: Refactor error handling for DsAddEntry V3 repliesKamen Mazdrashki2010-03-241-15/+43
| | | | | Dumping for specific error classes are to be implemented properly in the near future.
* s4/drs: drsuapi_DsAddEntry_ErrData propagate structure def in source codeKamen Mazdrashki2010-03-241-7/+7
|
* s4/drs: DsAddEntry - extending error handling for V2 repliesKamen Mazdrashki2010-03-241-2/+15
| | | | | | After having more complete definition for DsAddEntryReply V2 structure, we can now handle error state in more robust way, not just counting on number of objects returned.
* s4/drs: drsuapi_DsAddEntryErrorInfoX changes propagated to source codeKamen Mazdrashki2010-03-241-2/+2
|
* s4/drs: DsAddEntry - Propagating unsigned switches to source codeKamen Mazdrashki2010-03-241-1/+1
|
* s4:libnet: don't include librpc/rpc/dcerpc.h directlyStefan Metzmacher2010-03-233-3/+0
| | | | metze
* s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett2010-03-161-1/+1
| | | | | | | | This choses an appropriate talloc context to attach the schema too, long enough lived to ensure it does not go away before the operation compleates. Andrew Bartlett
* s4:libnet/libnet_time.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-121-1/+1
| | | | metze
* s4:libnet/libnet_share.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-121-3/+3
| | | | metze
* s4:libnet/libnet_samsync.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-121-1/+1
| | | | metze
* s4:libnet/libnet_passwd.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-121-13/+13
| | | | metze
* s4:libnet/libnet_join.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-121-13/+13
| | | | metze
* s4:libnet/libnet_rpc.c: make use of use tevent_req based ↵Stefan Metzmacher2010-03-121-24/+31
| | | | | | dcerpc_binding_handle stubs metze
* s4:libnet/usernam.c: make use of use tevent_req based dcerpc_binding_handle ↵Stefan Metzmacher2010-03-121-64/+89
| | | | | | stubs metze
* s4:libnet/userinfo.c: make use of use tevent_req based dcerpc_binding_handle ↵Stefan Metzmacher2010-03-121-35/+46
| | | | | | stubs metze
* s4:libnet/libnet_user.c: make use of use tevent_req based ↵Stefan Metzmacher2010-03-121-24/+33
| | | | | | dcerpc_binding_handle stubs metze
* s4:libnet/libnet_lookup.c: make use of use tevent_req based ↵Stefan Metzmacher2010-03-121-12/+17
| | | | | | dcerpc_binding_handle stubs metze
* s4:libnet/libnet_group.c: make use of use tevent_req based ↵Stefan Metzmacher2010-03-121-24/+33
| | | | | | dcerpc_binding_handle stubs metze
* s4:libnet/libnet_domain.c: make use of use tevent_req based ↵Stefan Metzmacher2010-03-121-99/+133
| | | | | | dcerpc_binding_handle stubs metze
* s4:libnet_unbecome_dc: make use of use tevent_req based ↵Stefan Metzmacher2010-03-121-14/+25
| | | | | | dcerpc_binding_handle stubs metze
* s4:libnet_become_dc: make use of use tevent_req based dcerpc_binding_handle ↵Stefan Metzmacher2010-03-121-53/+80
| | | | | | stubs metze
* s4:libnet/group*: make use of tevent_req based dcerpc_binding_handle stubsStefan Metzmacher2010-03-122-67/+89
| | | | metze
* s4:libnet: keep a dcerpc_binding_handle for samr and lsaStefan Metzmacher2010-03-122-0/+4
| | | | metze
* s4:libnet - change variables to "unsigned" where neededMatthias Dieter Wallnöfer2010-03-108-12/+13
|
* s4:libnet_become_dc - change counter variables to "unsigned" where they ↵Matthias Dieter Wallnöfer2010-03-102-3/+3
| | | | count LDB objects
* s4/drs: DsRemoveDSServer - Propagating IDL changes to source codeKamen Mazdrashki2010-03-101-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4/drs: DsCrackNames - Propagating IDL changes to source codeKamen Mazdrashki2010-03-101-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4/drs: DsGetNCChanges - Propagating IDL changes to source codeKamen Mazdrashki2010-03-101-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4:libnet_become_dc: don't look at the internals of 'struct rpc_request'Stefan Metzmacher2010-03-011-7/+21
| | | | metze
* s4:libnet: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-0110-41/+40
| | | | metze
* s4:libnet_become_dc: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-011-71/+9
| | | | metze
* s4/libnet: Fix misleading commentAnatoliy Atanasov2010-03-011-1/+1
|
* s4:libnet: use generate_random_password()Stefan Metzmacher2010-02-262-2/+2
| | | | metze
* s4:libnet: use a connected CLDAP socket.Stefan Metzmacher2010-02-264-10/+47
| | | | | | | | | | | | This is needed because we don't (want) to specify an explicit local address. And the socket family (ipv4 vs. ipv6) needs to be autodetected based on the remote address before the socket() syscall. Otherwise we would try to connect to a ipv4 address through an ipv6only socket. metze
* More spelling fixes across source4/Brad Hards2010-02-221-1/+1
| | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
* s4/rodc: change the libnet_become_dc code to do RODC joinAnatoliy Atanasov2010-02-173-6/+59
|
* s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flagsAndrew Tridgell2010-02-162-9/+9
| | | | This allows for controls to be added easily where they are needed.
* s4/drs: propagate DRS_ extension flags in code baseKamen Mazdrashki2010-02-051-1/+1
|
* s4:kdc move db functions in their own fileSimo Sorce2010-01-281-1/+3
| | | | | | | | | | Keep all heimdal related plugin code within hdb_samba4.c Move interfaces needed by multiple plugins in db-glue.c Move sequence context in main db context so that we do not depend on db->hdb_dbc in the common code. Remove unnecessary paremeters from function prototypes
* s4:kdc Use better db context structureSimo Sorce2010-01-281-5/+5
| | | | | | | | This allows to use a common structure not tied to hdb_samba4 Also allows to avoid many casts within hdb_samba4 functions This is the first step to abstract samba kdc databse functions so they can be used by the MIT forthcoming plugin.
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-182-24/+24
| | | | | | | The documentation shows that all these functions in fact use the same flags variable type. To be consistent between functions, and to allow easy reference to the WSPP docs, it is better for us to also use this generic DrsOptions bitfield rather than one per operations.
* s4-torture: switch to generic DRS options flagsAndrew Tridgell2010-01-141-3/+2
|
* s4-libnet: dsdb_wellknown_dn() in vampire codeAndrew Tridgell2010-01-091-60/+17
|
* s4-libnet: better error messages in libnet_vampire.cAndrew Tridgell2010-01-081-2/+2
|